From d1691b07b478f81677303ef7a00be4826bf2a2ca Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Fri, 15 Nov 2024 02:05:19 +0000 Subject: [PATCH] build based on b943e85 --- stable | 2 +- v0.1 | 2 +- v0.1.38/.documenter-siteinfo.json | 1 + v0.1.38/act.html | 277 + v0.1.38/act_details.html | 6 + v0.1.38/act_docs.jl | 22 + v0.1.38/actors.html | 274 + v0.1.38/actors_docs.jl | 87 + v0.1.38/assets/FUSE.svg | 239 + v0.1.38/assets/deps.svg | 445 + v0.1.38/assets/documenter.js | 1082 + v0.1.38/assets/favicon.ico | Bin 0 -> 16115 bytes v0.1.38/assets/favicon.svg | 115 + v0.1.38/assets/logo-dark.svg | 200 + v0.1.38/assets/logo-negative.svg | 363 + v0.1.38/assets/logo.svg | 168 + v0.1.38/assets/themes/catppuccin-frappe.css | 1 + v0.1.38/assets/themes/catppuccin-latte.css | 1 + .../assets/themes/catppuccin-macchiato.css | 1 + v0.1.38/assets/themes/catppuccin-mocha.css | 1 + v0.1.38/assets/themes/documenter-dark.css | 12 + v0.1.38/assets/themes/documenter-light.css | 14 + v0.1.38/assets/themeswap.js | 84 + v0.1.38/assets/warner.js | 52 + v0.1.38/assets/workflow_hdb5.png | Bin 0 -> 150484 bytes v0.1.38/assets/workflow_moopt.png | Bin 0 -> 252425 bytes v0.1.38/cases.html | 14 + v0.1.38/cases_docs.jl | 43 + v0.1.38/dd.html | 21196 ++++++++++++++++ v0.1.38/dd_details.html | 6 + v0.1.38/dd_docs.jl | 79 + v0.1.38/deps.html | 6 + v0.1.38/deps.jl | 26 + v0.1.38/develop.html | 62 + v0.1.38/examples.html | 6 + v0.1.38/examples.jl | 35 + v0.1.38/imas.html | 6 + v0.1.38/index.html | 27 + v0.1.38/index.jl | 12 + v0.1.38/ini.html | 154 + v0.1.38/ini_details.html | 6 + v0.1.38/ini_docs.jl | 34 + v0.1.38/inits.html | 14 + v0.1.38/inits_docs.jl | 59 + v0.1.38/install.html | 10 + v0.1.38/install_omega.html | 31 + v0.1.38/install_saga.html | 17 + v0.1.38/license.html | 15 + v0.1.38/notice.html | 12 + v0.1.38/objects.inv | Bin 0 -> 4648 bytes v0.1.38/pubs.html | 6 + v0.1.38/search_index.js | 3 + v0.1.38/siteinfo.js | 1 + v0.1.38/tutorial-031b9020.svg | 43 + v0.1.38/tutorial-119e45a6.svg | 46 + v0.1.38/tutorial-1723159f.svg | 123 + v0.1.38/tutorial-1a7734f5.svg | 552 + v0.1.38/tutorial-2016ac82.svg | 2937 +++ v0.1.38/tutorial-2027fdb2.svg | 344 + v0.1.38/tutorial-33d8125f.svg | 528 + v0.1.38/tutorial-3c5c5e28.svg | 709 + v0.1.38/tutorial-4c7fda45.svg | 254 + v0.1.38/tutorial-4f0c8da8.svg | 222 + v0.1.38/tutorial-63e33e95.svg | 279 + v0.1.38/tutorial-7bc2c731.svg | 704 + v0.1.38/tutorial-7d2245f2.svg | 684 + v0.1.38/tutorial-9aabd681.svg | 807 + v0.1.38/tutorial-9dd3e3cd.svg | 44 + v0.1.38/tutorial-b03bd77b.svg | 140 + v0.1.38/tutorial-d2c02444.svg | 191 + v0.1.38/tutorial.html | 451 + v0.1.38/tutorial.jl | 302 + versions.js | 3 +- 73 files changed, 34689 insertions(+), 3 deletions(-) create mode 100644 v0.1.38/.documenter-siteinfo.json create mode 100644 v0.1.38/act.html create mode 100644 v0.1.38/act_details.html create mode 100644 v0.1.38/act_docs.jl create mode 100644 v0.1.38/actors.html create mode 100644 v0.1.38/actors_docs.jl create mode 100644 v0.1.38/assets/FUSE.svg create mode 100644 v0.1.38/assets/deps.svg create mode 100644 v0.1.38/assets/documenter.js create mode 100644 v0.1.38/assets/favicon.ico create mode 100644 v0.1.38/assets/favicon.svg create mode 100644 v0.1.38/assets/logo-dark.svg create mode 100644 v0.1.38/assets/logo-negative.svg create mode 100644 v0.1.38/assets/logo.svg create mode 100644 v0.1.38/assets/themes/catppuccin-frappe.css create mode 100644 v0.1.38/assets/themes/catppuccin-latte.css create mode 100644 v0.1.38/assets/themes/catppuccin-macchiato.css create mode 100644 v0.1.38/assets/themes/catppuccin-mocha.css create mode 100644 v0.1.38/assets/themes/documenter-dark.css create mode 100644 v0.1.38/assets/themes/documenter-light.css create mode 100644 v0.1.38/assets/themeswap.js create mode 100644 v0.1.38/assets/warner.js create mode 100644 v0.1.38/assets/workflow_hdb5.png create mode 100644 v0.1.38/assets/workflow_moopt.png create mode 100644 v0.1.38/cases.html create mode 100644 v0.1.38/cases_docs.jl create mode 100644 v0.1.38/dd.html create mode 100644 v0.1.38/dd_details.html create mode 100644 v0.1.38/dd_docs.jl create mode 100644 v0.1.38/deps.html create mode 100644 v0.1.38/deps.jl create mode 100644 v0.1.38/develop.html create mode 100644 v0.1.38/examples.html create mode 100644 v0.1.38/examples.jl create mode 100644 v0.1.38/imas.html create mode 100644 v0.1.38/index.html create mode 100644 v0.1.38/index.jl create mode 100644 v0.1.38/ini.html create mode 100644 v0.1.38/ini_details.html create mode 100644 v0.1.38/ini_docs.jl create mode 100644 v0.1.38/inits.html create mode 100644 v0.1.38/inits_docs.jl create mode 100644 v0.1.38/install.html create mode 100644 v0.1.38/install_omega.html create mode 100644 v0.1.38/install_saga.html create mode 100644 v0.1.38/license.html create mode 100644 v0.1.38/notice.html create mode 100644 v0.1.38/objects.inv create mode 100644 v0.1.38/pubs.html create mode 100644 v0.1.38/search_index.js create mode 100644 v0.1.38/siteinfo.js create mode 100644 v0.1.38/tutorial-031b9020.svg create mode 100644 v0.1.38/tutorial-119e45a6.svg create mode 100644 v0.1.38/tutorial-1723159f.svg create mode 100644 v0.1.38/tutorial-1a7734f5.svg create mode 100644 v0.1.38/tutorial-2016ac82.svg create mode 100644 v0.1.38/tutorial-2027fdb2.svg create mode 100644 v0.1.38/tutorial-33d8125f.svg create mode 100644 v0.1.38/tutorial-3c5c5e28.svg create mode 100644 v0.1.38/tutorial-4c7fda45.svg create mode 100644 v0.1.38/tutorial-4f0c8da8.svg create mode 100644 v0.1.38/tutorial-63e33e95.svg create mode 100644 v0.1.38/tutorial-7bc2c731.svg create mode 100644 v0.1.38/tutorial-7d2245f2.svg create mode 100644 v0.1.38/tutorial-9aabd681.svg create mode 100644 v0.1.38/tutorial-9dd3e3cd.svg create mode 100644 v0.1.38/tutorial-b03bd77b.svg create mode 100644 v0.1.38/tutorial-d2c02444.svg create mode 100644 v0.1.38/tutorial.html create mode 100644 v0.1.38/tutorial.jl diff --git a/stable b/stable index d9bb9cf2c..f76c6f91c 120000 --- a/stable +++ b/stable @@ -1 +1 @@ -v0.1.36 \ No newline at end of file +v0.1.38 \ No newline at end of file diff --git a/v0.1 b/v0.1 index d9bb9cf2c..f76c6f91c 120000 --- a/v0.1 +++ b/v0.1 @@ -1 +1 @@ -v0.1.36 \ No newline at end of file +v0.1.38 \ No newline at end of file diff --git a/v0.1.38/.documenter-siteinfo.json b/v0.1.38/.documenter-siteinfo.json new file mode 100644 index 000000000..3a21f1f92 --- /dev/null +++ b/v0.1.38/.documenter-siteinfo.json @@ -0,0 +1 @@ +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-15T02:04:46","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/v0.1.38/act.html b/v0.1.38/act.html new file mode 100644 index 000000000..6a0a2ea0b --- /dev/null +++ b/v0.1.38/act.html @@ -0,0 +1,277 @@ + +act parameters · FUSE

act Parameters

FUSE.ParametersActors
+├─ ActorBalanceOfPlant
+│  └─ do_plot
+├─ ActorBlanket
+│  ├─ minimum_first_wall_thickness  [m]
+│  ├─ blanket_multiplier
+│  ├─ thermal_power_extraction_efficiency
+│  └─ verbose
+├─ ActorCHEASE
+│  ├─ free_boundary
+│  ├─ clear_workdir
+│  ├─ rescale_eq_to_ip
+│  └─ ip_from
+├─ ActorCXbuild
+│  ├─ rebuild_wall
+│  ├─ n_points
+│  ├─ divertor_size
+│  └─ do_plot
+├─ ActorCoreRadHeatFlux
+│  ├─ N
+│  ├─ r  [m]
+│  ├─ q  [W m⁻²]
+│  ├─ levels
+│  ├─ merge_wall
+│  ├─ step  [m]
+│  └─ do_plot
+├─ ActorCoreTransport
+│  ├─ model
+│  └─ do_plot
+├─ ActorCosting
+│  ├─ model
+│  ├─ construction_start_year  [year]
+│  ├─ future_inflation_rate
+│  ├─ plant_lifetime  [year]
+│  ├─ availability
+│  ├─ production_increase
+│  └─ learning_rate
+├─ ActorCostingARIES
+│  ├─ land_space  [acres]
+│  ├─ building_volume  [m³]
+│  ├─ interest_rate
+│  ├─ indirect_cost_rate
+│  ├─ escalation_fraction
+│  └─ blanket_lifetime  [year]
+├─ ActorCostingSheffield
+│  ├─ construction_lead_time  [year]
+│  ├─ fixed_charge_rate
+│  ├─ capitalize_blanket
+│  ├─ capitalize_divertor
+│  ├─ divertor_fluence_lifetime  [MW*yr/m²]
+│  └─ blanket_fluence_lifetime  [MW*yr/m²]
+├─ ActorCurrent
+│  ├─ model
+│  ├─ allow_floating_plasma_current
+│  ├─ ip_from
+│  └─ vloop_from
+├─ ActorDivertors
+│  ├─ heat_flux_model
+│  ├─ impurities
+│  ├─ impurities_fraction
+│  ├─ heat_spread_factor
+│  ├─ thermal_power_extraction_efficiency
+│  └─ verbose
+├─ ActorDynamicPlasma
+│  ├─ Δt  [s]
+│  ├─ Nt
+│  ├─ evolve_transport
+│  ├─ evolve_pedestal
+│  ├─ evolve_hcd
+│  ├─ evolve_current
+│  ├─ evolve_equilibrium
+│  ├─ evolve_pf_active
+│  ├─ ip_controller
+│  ├─ time_derivatives_sources
+│  └─ verbose
+├─ ActorEPED
+│  ├─ rho_nml
+│  ├─ rho_ped
+│  ├─ T_ratio_pedestal
+│  ├─ ped_factor
+│  ├─ only_powerlaw
+│  ├─ ip_from
+│  ├─ βn_from
+│  ├─ ne_ped_from
+│  ├─ zeff_ped_from
+│  └─ warn_nn_train_bounds
+├─ ActorEPEDprofiles
+│  ├─ T_shaping
+│  ├─ ne_shaping
+│  ├─ T_ratio_pedestal
+│  └─ T_ratio_core
+├─ ActorEquilibrium
+│  ├─ model
+│  ├─ symmetrize
+│  ├─ j_p_from
+│  ├─ ip_from
+│  ├─ vacuum_r0_b0_from
+│  └─ do_plot
+├─ ActorFluxCalculator
+│  ├─ rho_transport
+│  ├─ turbulence_model
+│  └─ neoclassical_model
+├─ ActorFluxMatcher
+│  ├─ rho_transport
+│  ├─ evolve_Ti
+│  ├─ evolve_Te
+│  ├─ evolve_densities
+│  ├─ evolve_rotation
+│  ├─ evolve_pedestal
+│  ├─ find_widths
+│  ├─ max_iterations
+│  ├─ optimizer_algorithm
+│  ├─ step_size
+│  ├─ Δt  [s]
+│  ├─ save_input_tglf_folder
+│  ├─ relax
+│  ├─ norms
+│  ├─ do_plot
+│  └─ verbose
+├─ ActorFluxSwing
+│  └─ operate_oh_at_j_crit
+├─ ActorHCD
+│  ├─ ec_model
+│  ├─ ic_model
+│  ├─ lh_model
+│  ├─ nb_model
+│  └─ pellet_model
+├─ ActorHFSsizing
+│  ├─ error_on_technology
+│  ├─ error_on_performance
+│  ├─ do_plot
+│  └─ verbose
+├─ ActorLFSsizing
+│  ├─ maintenance
+│  ├─ tor_modularity
+│  ├─ pol_modularity
+│  ├─ do_plot
+│  └─ verbose
+├─ ActorNBI
+│  └─ model
+├─ ActorNeoclassical
+│  ├─ model
+│  └─ rho_transport
+├─ ActorNeutronics
+│  ├─ N
+│  └─ do_plot
+├─ ActorNoOperation
+├─ ActorPFactive
+│  ├─ green_model
+│  ├─ update_equilibrium
+│  └─ do_plot
+├─ ActorPFdesign
+│  ├─ symmetric
+│  ├─ update_equilibrium
+│  ├─ model
+│  ├─ do_plot
+│  └─ verbose
+├─ ActorParticleHeatFlux
+│  ├─ r  [m]
+│  ├─ q  [W m⁻²]
+│  ├─ levels
+│  ├─ merge_wall
+│  ├─ step  [m]
+│  └─ do_plot
+├─ ActorPassiveStructures
+│  ├─ wall_precision
+│  ├─ min_n_segments
+│  └─ do_plot
+├─ ActorPedestal
+│  ├─ rho_nml
+│  ├─ rho_ped
+│  ├─ density_match
+│  ├─ model
+│  ├─ ip_from
+│  ├─ βn_from
+│  ├─ ne_from
+│  ├─ zeff_ped_from
+│  └─ do_plot
+├─ ActorPowerNeeds
+│  ├─ model
+│  ├─ thermal_power_fraction
+│  └─ do_plot
+├─ ActorQED
+│  ├─ Δt  [s]
+│  ├─ Nt
+│  ├─ solve_for
+│  ├─ allow_floating_plasma_current
+│  ├─ ip_from
+│  └─ vloop_from
+├─ ActorQLGYRO
+│  ├─ model
+│  ├─ ky
+│  ├─ nky
+│  ├─ cpu_per_ky
+│  ├─ kygrid_model
+│  ├─ sat_rule
+│  ├─ n_field
+│  ├─ delta_t
+│  ├─ max_time
+│  ├─ rho_transport
+│  └─ lump_ions
+├─ ActorRABBIT
+├─ ActorSimpleEC
+│  └─ ηcd_scale
+├─ ActorSimpleIC
+│  └─ ηcd_scale
+├─ ActorSimpleLH
+│  └─ ηcd_scale
+├─ ActorSimpleNB
+│  └─ ηcd_scale
+├─ ActorSimplePellet
+├─ ActorSolovev
+│  ├─ ngrid
+│  ├─ qstar
+│  ├─ alpha
+│  ├─ ip_from
+│  └─ verbose
+├─ ActorStabilityLimits
+│  ├─ models
+│  └─ raise_on_breach
+├─ ActorStationaryPlasma
+│  ├─ max_iter
+│  ├─ convergence_error
+│  ├─ do_plot
+│  └─ verbose
+├─ ActorSteadyStateCurrent
+│  ├─ allow_floating_plasma_current
+│  └─ ip_from
+├─ ActorStresses
+│  ├─ do_plot
+│  └─ n_points
+├─ ActorTEQUILA
+│  ├─ free_boundary
+│  ├─ number_of_radial_grid_points
+│  ├─ number_of_fourier_modes
+│  ├─ number_of_MXH_harmonics
+│  ├─ number_of_iterations
+│  ├─ relax
+│  ├─ tolerance
+│  ├─ ip_from
+│  ├─ fixed_grid
+│  ├─ do_plot
+│  ├─ debug
+│  ├─ R  [m]
+│  └─ Z  [m]
+├─ ActorTGLF
+│  ├─ model
+│  ├─ sat_rule
+│  ├─ electromagnetic
+│  ├─ tglfnn_model
+│  ├─ rho_transport
+│  ├─ warn_nn_train_bounds
+│  ├─ custom_input_files
+│  └─ lump_ions
+├─ ActorThermalPlant
+│  ├─ model
+│  ├─ fixed_plant_efficiency
+│  ├─ do_plot
+│  └─ verbose
+├─ ActorVerticalStability
+│  ├─ model
+│  └─ do_plot
+├─ ActorWPED
+│  ├─ ped_to_core_fraction
+│  ├─ rho_ped
+│  ├─ ne_ped_from
+│  ├─ zeff_ped_from
+│  └─ do_plot
+└─ ActorWholeFacility
+   ├─ update_plasma
+   └─ update_build
+
diff --git a/v0.1.38/act_details.html b/v0.1.38/act_details.html new file mode 100644 index 000000000..666263190 --- /dev/null +++ b/v0.1.38/act_details.html @@ -0,0 +1,6 @@ + +- · FUSE

act.ActorBalanceOfPlant.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorBlanket.minimum_first_wall_thickness

Minimum first wall thickness

  • Type: Entry{Float64}
  • Units: m
  • Default: 0.02

act.ActorBlanket.blanket_multiplier

Neutron thermal power multiplier in blanket

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.2

act.ActorBlanket.thermal_power_extraction_efficiency

Fraction of thermal power that is carried out by the coolant at the blanket interface, rather than being lost in the surrounding strutures.

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorBlanket.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorCHEASE.free_boundary

Convert fixed boundary equilibrium to free boundary one

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCHEASE.clear_workdir

Clean the temporary workdir for CHEASE

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCHEASE.rescale_eq_to_ip

Scale equilibrium to match Ip

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCHEASE.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorCXbuild.rebuild_wall

Rebuild wall based on equilibrium

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCXbuild.n_points

Number of points used for cross-sectional outlines

  • Type: Entry{Int64}
  • Units: -
  • Default: 101

act.ActorCXbuild.divertor_size

Divertor size as fraction of plasma minor radius

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.4

act.ActorCXbuild.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorCoreRadHeatFlux.N

Number of launched photons

  • Type: Entry{Int64}
  • Units: -
  • Default: 100000

act.ActorCoreRadHeatFlux.r

Vector of r at outermidplane

  • Type: Entry{Vector{Float64}}
  • Units: m
  • Default: Float64[]

act.ActorCoreRadHeatFlux.q

Vector of parallel power density at outer midplane

  • Type: Entry{Vector{Float64}}
  • Units: W m^-2
  • Default: Float64[]

act.ActorCoreRadHeatFlux.levels

If Int it defines number of levels in SOL, if vector it corresponds to the psi levels to build SOL

  • Type: Entry{Union{Int64, Vector}}
  • Units: -
  • Default: 20

act.ActorCoreRadHeatFlux.merge_wall

Merge dd.wall in mesh for the heat flux

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCoreRadHeatFlux.step

Step for discretization of the default wall mesh (dd.wall)

  • Type: Entry{Float64}
  • Units: m
  • Default: 0.1

act.ActorCoreRadHeatFlux.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorCoreTransport.model

Transport actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: FluxMatcher, EPEDProfiles, none
  • Default: FluxMatcher

act.ActorCoreTransport.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorCosting.model

Costing model

  • Type: Switch{Symbol}
  • Units: -
  • Options: ARIES, Sheffield
  • Default: ARIES

act.ActorCosting.construction_start_year

Year that plant construction begins

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: year
  • Default: 2034.0 ± 5.0

act.ActorCosting.future_inflation_rate

Predicted average rate of future inflation

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.025 ± 0.012

act.ActorCosting.plant_lifetime

Lifetime of the plant

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: year
  • Default: 35.0 ± 5.0

act.ActorCosting.availability

Availability fraction of the plant

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.8 ± 0.1

act.ActorCosting.production_increase

Factor by which production of ReBCO multiplies per year

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 1.0 ± 0.5

act.ActorCosting.learning_rate

Learning rate for ReBCO technology production

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.85 ± 0.1

act.ActorCostingARIES.land_space

Plant site space required

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: acres
  • Default: 1000.0 ± 100.0

act.ActorCostingARIES.building_volume

Volume of the tokmak building

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: m^3
  • Default: 140000.0 ± 14000.0

act.ActorCostingARIES.interest_rate

Annual interest rate fraction of direct capital cost

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.05 ± 0.01

act.ActorCostingARIES.indirect_cost_rate

Indirect cost associated with construction, equipment, services, engineering construction management and owners cost

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.4 ± 0.01

act.ActorCostingARIES.escalation_fraction

Yearly escalation fraction based on risk assessment

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.05 ± 0.01

act.ActorCostingARIES.blanket_lifetime

Lifetime of the blanket

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: year
  • Default: 7.0 ± 1.0

act.ActorCostingSheffield.construction_lead_time

Duration of construction

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: year
  • Default: 10.0 ± 2.0

act.ActorCostingSheffield.fixed_charge_rate

Constant dollar fixed charge rate

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: -
  • Default: 0.08 ± 0.01

act.ActorCostingSheffield.capitalize_blanket

If true, include cost of 1st blanket in direct captial cost

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCostingSheffield.capitalize_divertor

If true, include cost of 1st divertor in direct captial cost

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCostingSheffield.divertor_fluence_lifetime

Divertor fluence over its lifetime

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: MW*yr/m²
  • Default: 10.0 ± 2.0

act.ActorCostingSheffield.blanket_fluence_lifetime

Blanket fluence over its lifetime

  • Type: Entry{Measurements.Measurement{Float64}}
  • Units: MW*yr/m²
  • Default: 15.0 ± 2.0

act.ActorCurrent.model

Current actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: SteadyStateCurrent, QED, none
  • Default: SteadyStateCurrent

act.ActorCurrent.allow_floating_plasma_current

Zero loop voltage if non-inductive fraction exceeds 100% of the target Ip

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorCurrent.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorCurrent.vloop_from

Take vloop from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule, controllers__ip

act.ActorDivertors.heat_flux_model

Divertor heat flux model

  • Type: Switch{Symbol}
  • Units: -
  • Options: lengyel, stangeby
  • Default: lengyel

act.ActorDivertors.impurities

Vector of impurity species

  • Type: Entry{Vector{Symbol}}
  • Units: -
  • Default: Symbol[]

act.ActorDivertors.impurities_fraction

Vector of impurity fractions

  • Type: Entry{Vector{Float64}}
  • Units: -
  • Default: Float64[]

act.ActorDivertors.heat_spread_factor

Heat flux expansion factor in the private flux region (eg. due to transport) should be >= 1.0

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorDivertors.thermal_power_extraction_efficiency

Fraction of thermal power that is carried out by the coolant at the divertor interface, rather than being lost in the surrounding strutures.

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorDivertors.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorDynamicPlasma.Δt

Evolve for Δt

  • Type: Entry{Float64}
  • Units: s

act.ActorDynamicPlasma.Nt

Number of time steps during evolution

  • Type: Entry{Int64}
  • Units: -

act.ActorDynamicPlasma.evolve_transport

Evolve the transport

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorDynamicPlasma.evolve_pedestal

Evolve the pedestal

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorDynamicPlasma.evolve_hcd

Evolve the heating and current drive

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorDynamicPlasma.evolve_current

Evolve the plasma current

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorDynamicPlasma.evolve_equilibrium

Evolve the equilibrium

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorDynamicPlasma.evolve_pf_active

Evolve the PF currents

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorDynamicPlasma.ip_controller

Use controller to change v_loop to match desired Ip

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorDynamicPlasma.time_derivatives_sources

Include time-derivative sources

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorDynamicPlasma.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorEPED.rho_nml

Defines rho at which the no man's land region starts

  • Type: Entry{Float64}
  • Units: -

act.ActorEPED.rho_ped

Defines rho at which the pedestal region starts

  • Type: Entry{Float64}
  • Units: -

act.ActorEPED.T_ratio_pedestal

Ratio of ion to electron temperatures (or rho at which to sample for that ratio, if negative; or rhonml-(rhoped-rho_nml) if 0.0)

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorEPED.ped_factor

Pedestal height multiplier (width scaled by sqrt of this factor)

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorEPED.only_powerlaw

EPED-NN uses power-law pedestal fit (without NN correction)

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorEPED.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorEPED.βn_from

Take βn from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium

act.ActorEPED.ne_ped_from

Take ne_ped from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, summary, pulse_schedule

act.ActorEPED.zeff_ped_from

Take zeff_ped from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, summary, pulse_schedule

act.ActorEPED.warn_nn_train_bounds

EPED-NN raises warnings if querying cases that are certainly outside of the training range

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorEPEDprofiles.T_shaping

Shaping coefficient for the temperature profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.8

act.ActorEPEDprofiles.ne_shaping

Shaping coefficient for the density profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.8

act.ActorEPEDprofiles.T_ratio_pedestal

Ion to electron temperature ratio in the pedestal

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorEPEDprofiles.T_ratio_core

Ion to electron temperature ratio in the core

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorEquilibrium.model

Equilibrium actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: Solovev, CHEASE, TEQUILA, none
  • Default: TEQUILA

act.ActorEquilibrium.symmetrize

Force equilibrium up-down symmetry with respect to magnetic axis

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorEquilibrium.j_p_from

Take j_tor and pressure profiles from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: equilibrium, core_profiles
  • Default: core_profiles

act.ActorEquilibrium.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorEquilibrium.vacuum_r0_b0_from

Take vacuumr0b0 from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: equilibrium, pulse_schedule
  • Default: pulse_schedule

act.ActorEquilibrium.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorFluxCalculator.rho_transport

rho core transport grid

  • Type: Entry{AbstractVector{Float64}}
  • Units: -
  • Default: 0.25:0.1:0.85

act.ActorFluxCalculator.turbulence_model

Turbulence model to use

  • Type: Switch{Symbol}
  • Units: -
  • Options: TGLF, QLGYRO, none
  • Default: TGLF

act.ActorFluxCalculator.neoclassical_model

Neocalssical model to use

  • Type: Switch{Symbol}
  • Units: -
  • Options: neoclassical, none
  • Default: neoclassical

act.ActorFluxMatcher.rho_transport

ρ transport grid

  • Type: Entry{AbstractVector{Float64}}
  • Units: -
  • Default: 0.25:0.1:0.85

act.ActorFluxMatcher.evolve_Ti

Ion temperature :flux_match or keep :fixed

  • Type: Switch{Symbol}
  • Units: -
  • Options: flux_match, fixed
  • Default: flux_match

act.ActorFluxMatcher.evolve_Te

Electron temperature :flux_match or keep :fixed

  • Type: Switch{Symbol}
  • Units: -
  • Options: flux_match, fixed
  • Default: flux_match

act.ActorFluxMatcher.evolve_densities

Densities :fixed, or electron flux-match and rest match ne scale :flux_match, or Dict to specify which species are :flux_match, kept :fixed, used to enforce :quasi_neutrality, or scaled to :match_ne_scale

  • Type: Entry{Union{Symbol, AbstractDict}}
  • Units: -
  • Default: flux_match

act.ActorFluxMatcher.evolve_rotation

Rotation :flux_match or keep :fixed

  • Type: Switch{Symbol}
  • Units: -
  • Options: flux_match, fixed
  • Default: fixed

act.ActorFluxMatcher.evolve_pedestal

Evolve the pedestal within the transport solver

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorFluxMatcher.find_widths

Runs turbulent transport actor TJLF finding widths after first iteration

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorFluxMatcher.max_iterations

Maximum optimizer iterations

  • Type: Entry{Int64}
  • Units: -
  • Default: 500

act.ActorFluxMatcher.optimizer_algorithm

Optimizing algorithm used for the flux matching

  • Type: Switch{Symbol}
  • Units: -
  • Options: anderson, newton, trust_region, simple, none
  • Default: anderson

act.ActorFluxMatcher.step_size

Step size for each algorithm iteration (note this has a different meaning for each algorithm)

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorFluxMatcher.Δt

Evolve for Δt (Inf for steady state)

  • Type: Entry{Float64}
  • Units: s
  • Default: Inf

act.ActorFluxMatcher.save_input_tglf_folder

Save the intput.tglf files in designated folder at the last iteration

  • Type: Entry{String}
  • Units: -
  • Default: ``

act.ActorFluxMatcher.relax

Relaxation on the final solution

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorFluxMatcher.norms

Relative normalization of different channels

  • Type: Entry{Vector{Float64}}
  • Units: -

act.ActorFluxMatcher.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorFluxMatcher.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorFluxSwing.operate_oh_at_j_crit

If true it makes the OH operate at its current limit (within specified dd.requirements.coiljmargin`).

The flattop duration and maximum toroidal magnetic field follow from that. Otherwise we evaluate what is the current needed for dd.requirements.flattopduration, which may or may not exceed the OH critical current limit. If dd.requirements.flattopduration is not set, then operateohatjcrit is assumed. * Type: Entry{Bool} * Units: - * Default: false


act.ActorHCD.ec_model

EC source actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: ECsimple, none
  • Default: ECsimple

act.ActorHCD.ic_model

IC source actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: ICsimple, none
  • Default: ICsimple

act.ActorHCD.lh_model

LH source actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: LHsimple, none
  • Default: LHsimple

act.ActorHCD.nb_model

NB source actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: NBsimple, RABBIT, none
  • Default: NBsimple

act.ActorHCD.pellet_model

Pellet source actor to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: Pelletsimple, none
  • Default: Pelletsimple

act.ActorHFSsizing.error_on_technology

Error if build stresses and current limits are not met

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorHFSsizing.error_on_performance

Error if requested Bt and flattop duration are not met

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorHFSsizing.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorHFSsizing.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorLFSsizing.maintenance

Scheme for installation/removal of in-vessel components

  • Type: Switch{Symbol}
  • Units: -
  • Options: vertical, horizontal, none
  • Default: none

act.ActorLFSsizing.tor_modularity

Number of toroidal modules of blanket normalized to number of TF coils

  • Type: Entry{Int64}
  • Units: -
  • Default: 2

act.ActorLFSsizing.pol_modularity

Number of poloidal modules of each toroidal blanket sector

  • Type: Entry{Int64}
  • Units: -
  • Default: 1

act.ActorLFSsizing.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorLFSsizing.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorNBI.model

NBI model

  • Type: Switch{Symbol}
  • Units: -
  • Options: simple, RABBIT
  • Default: simple

act.ActorNeoclassical.model

Neoclassical model to run

  • Type: Switch{Symbol}
  • Units: -
  • Options: changhinton, neo, hirshmansigmar
  • Default: hirshmansigmar

act.ActorNeoclassical.rho_transport

rhotornorm values to compute neoclassical fluxes on

  • Type: Entry{AbstractVector{Float64}}
  • Units: -
  • Default: 0.25:0.1:0.85

act.ActorNeutronics.N

Number of particles

  • Type: Entry{Int64}
  • Units: -
  • Default: 100000

act.ActorNeutronics.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPFactive.green_model

Model used for the coils Green function calculations

  • Type: Switch{Symbol}
  • Units: -
  • Options: point, quad
  • Default: quad

act.ActorPFactive.update_equilibrium

Overwrite target equilibrium with the one that the coils can actually make

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPFactive.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPFdesign.symmetric

Force PF coils location to be up-down symmetric

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorPFdesign.update_equilibrium

Overwrite target equilibrium with the one that the coils can actually make

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPFdesign.model

Coil placement strategy

  • Type: Switch{Symbol}
  • Units: -
  • Options: none, uniform, optimal
  • Default: optimal

act.ActorPFdesign.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPFdesign.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorParticleHeatFlux.r

Vector of r at outermidplane

  • Type: Entry{Vector{Float64}}
  • Units: m
  • Default: Float64[]

act.ActorParticleHeatFlux.q

Vector of parallel power density at outer midplane

  • Type: Entry{Vector{Float64}}
  • Units: W m^-2
  • Default: Float64[]

act.ActorParticleHeatFlux.levels

If Int it defines number of levels in SOL, if vector it corresponds to the psi levels to build SOL

  • Type: Entry{Union{Int64, Vector{Float64}}}
  • Units: -
  • Default: 20

act.ActorParticleHeatFlux.merge_wall

Merge dd.wall in mesh for the heat flux

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorParticleHeatFlux.step

Step for discretization of the default wall mesh (dd.wall)

  • Type: Entry{Float64}
  • Units: m
  • Default: 0.1

act.ActorParticleHeatFlux.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPassiveStructures.wall_precision

Precision for making wall quadralaterals

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

act.ActorPassiveStructures.min_n_segments

Minimum number of quadralaterals

  • Type: Entry{Int64}
  • Units: -
  • Default: 15

act.ActorPassiveStructures.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPedestal.rho_nml

Defines rho at which the no man's land region starts

  • Type: Entry{Float64}
  • Units: -

act.ActorPedestal.rho_ped

Defines rho at which the pedestal region starts

  • Type: Entry{Float64}
  • Units: -

act.ActorPedestal.density_match

Matching density based on ne_ped or line averaged density

  • Type: Switch{Symbol}
  • Units: -
  • Options: ne_line, ne_ped
  • Default: ne_ped

act.ActorPedestal.model

Pedestal model to use

  • Type: Switch{Symbol}
  • Units: -
  • Options: EPED, WPED, auto, none
  • Default: EPED

act.ActorPedestal.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorPedestal.βn_from

Take βn from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium

act.ActorPedestal.ne_from

Take ne_ped from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, summary, pulse_schedule

act.ActorPedestal.zeff_ped_from

Take zeff_ped from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, summary, pulse_schedule

act.ActorPedestal.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorPowerNeeds.model

Power plant electrical needs model

  • Type: Switch{Symbol}
  • Units: -
  • Options: thermal_power_fraction, EU_DEMO, FUSE
  • Default: FUSE

act.ActorPowerNeeds.thermal_power_fraction

Fraction of the gross electrical power generated by the thermal cycle (if model==:thermal_power_fraction)

  • Type: Entry{Float64}
  • Units: -

act.ActorPowerNeeds.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorQED.Δt

Evolve for Δt (Inf for steady state)

  • Type: Entry{Float64}
  • Units: s
  • Default: Inf

act.ActorQED.Nt

Number of time steps during evolution

  • Type: Entry{Int64}
  • Units: -
  • Default: 100

act.ActorQED.solve_for

Solve for specified Ip or Vloop

  • Type: Switch{Symbol}
  • Units: -
  • Options: ip, vloop
  • Default: ip

act.ActorQED.allow_floating_plasma_current

Zero loop voltage if non-inductive fraction exceeds 100% of the target Ip

  • Type: Entry{Bool}
  • Units: -

act.ActorQED.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorQED.vloop_from

Take vloop from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule, controllers__ip

act.ActorQLGYRO.model

Implementation of QLGYRO

  • Type: Switch{Symbol}
  • Units: -
  • Options: QLGYRO
  • Default: QLGYRO

act.ActorQLGYRO.ky

Max ky

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.6

act.ActorQLGYRO.nky

Number of ky modes

  • Type: Entry{Int64}
  • Units: -
  • Default: 16

act.ActorQLGYRO.cpu_per_ky

Number of cpus per ky

  • Type: Entry{Int64}
  • Units: -
  • Default: 1

act.ActorQLGYRO.kygrid_model

TGLF ky grid model

  • Type: Entry{Int64}
  • Units: -
  • Default: 0

act.ActorQLGYRO.sat_rule

Saturation rule

  • Type: Switch{Symbol}
  • Units: -
  • Options: sat1, sat2, sat3
  • Default: sat1

act.ActorQLGYRO.n_field

1:phi, 2:phi+apar, 3:phi+apar+bpar

  • Type: Entry{Int64}
  • Units: -
  • Default: 1

act.ActorQLGYRO.delta_t

CGYRO step size

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.005

act.ActorQLGYRO.max_time

Max simulation time (a/cs)

  • Type: Entry{Float64}
  • Units: -
  • Default: 100.0

act.ActorQLGYRO.rho_transport

rhotornorm values to compute QLGYRO fluxes on

  • Type: Entry{AbstractVector{Float64}}
  • Units: -
  • Default: 0.25:0.1:0.85

act.ActorQLGYRO.lump_ions

Lumps the fuel species (D,T) as well as the impurities together

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorSimpleEC.ηcd_scale

Scaling factor for nominal current drive efficiency

  • Type: Entry{Union{Float64, Vector{Float64}}}
  • Units: -
  • Default: 1.0

act.ActorSimpleIC.ηcd_scale

Scaling factor for nominal current drive efficiency

  • Type: Entry{Union{Float64, Vector{Float64}}}
  • Units: -
  • Default: 1.0

act.ActorSimpleLH.ηcd_scale

Scaling factor for nominal current drive efficiency

  • Type: Entry{Union{Float64, Vector{Float64}}}
  • Units: -
  • Default: 1.0

act.ActorSimpleNB.ηcd_scale

Scaling factor for nominal current drive efficiency

  • Type: Entry{Union{Float64, Vector{Float64}}}
  • Units: -
  • Default: 1.0

act.ActorSolovev.ngrid

Grid size (for R, Z follows proportionally to plasma elongation)

  • Type: Entry{Int64}
  • Units: -
  • Default: 129

act.ActorSolovev.qstar

Initial guess of kink safety factor

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.5

act.ActorSolovev.alpha

Initial guess of constant relating to pressure

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

act.ActorSolovev.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorSolovev.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorStabilityLimits.models

Models used for checking plasma stability limits: [:densitylimits, :betalimits, :currentlimits, :defaultlimits, :unknown, :κcontrollability, :betamodel105, :q95gt2, :betabernard1983, :gwdensity, :betatuda1985, :betatroyon1985, :q08gt2, :betatroyon1984]

  • Type: Entry{Vector{Symbol}}
  • Units: -
  • Default: [:default_limits]

act.ActorStabilityLimits.raise_on_breach

Raise an error when one or more stability limits are breached

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorStationaryPlasma.max_iter

max number of transport-equilibrium iterations

  • Type: Entry{Int64}
  • Units: -
  • Default: 5

act.ActorStationaryPlasma.convergence_error

Convergence error threshold (relative change in current and pressure profiles)

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.05

act.ActorStationaryPlasma.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorStationaryPlasma.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorSteadyStateCurrent.allow_floating_plasma_current

Zero loop voltage if non-inductive fraction exceeds 100% of the target Ip

  • Type: Entry{Bool}
  • Units: -

act.ActorSteadyStateCurrent.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorStresses.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorStresses.n_points

Number of grid points

  • Type: Entry{Int64}
  • Units: -
  • Default: 101

act.ActorTEQUILA.free_boundary

Convert fixed boundary equilibrium to free boundary one

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorTEQUILA.number_of_radial_grid_points

Number of TEQUILA radial grid points

  • Type: Entry{Int64}
  • Units: -
  • Default: 31

act.ActorTEQUILA.number_of_fourier_modes

Number of modes for Fourier decomposition

  • Type: Entry{Int64}
  • Units: -
  • Default: 8

act.ActorTEQUILA.number_of_MXH_harmonics

Number of Fourier harmonics in MXH representation of flux surfaces

  • Type: Entry{Int64}
  • Units: -
  • Default: 4

act.ActorTEQUILA.number_of_iterations

Number of TEQUILA iterations

  • Type: Entry{Int64}
  • Units: -
  • Default: 1000

act.ActorTEQUILA.relax

Relaxation on the Picard iterations

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.25

act.ActorTEQUILA.tolerance

Tolerance for terminating iterations

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0001

act.ActorTEQUILA.ip_from

Take ip from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, equilibrium, pulse_schedule

act.ActorTEQUILA.fixed_grid

Fix P and Jt on this rho grid

  • Type: Switch{Symbol}
  • Units: -
  • Options: poloidal, toroidal
  • Default: toroidal

act.ActorTEQUILA.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorTEQUILA.debug

Print debug information withing TEQUILA solve

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorTEQUILA.R

Psi R axis

  • Type: Entry{Vector{Float64}}
  • Units: m

act.ActorTEQUILA.Z

Psi Z axis

  • Type: Entry{Vector{Float64}}
  • Units: m

act.ActorTGLF.model

Implementation of TGLF

  • Type: Switch{Symbol}
  • Units: -
  • Options: TGLF, TGLFNN, TJLF
  • Default: TGLFNN

act.ActorTGLF.sat_rule

Saturation rule

  • Type: Switch{Symbol}
  • Units: -
  • Options: sat0, sat0quench, sat1, sat1geo, sat2, sat3
  • Default: sat1

act.ActorTGLF.electromagnetic

Electromagnetic or electrostatic

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorTGLF.tglfnn_model

Use a user specified TGLF-NN model stored in TGLFNN/models

  • Type: Entry{String}
  • Units: -

act.ActorTGLF.rho_transport

rhotornorm values to compute tglf fluxes on

  • Type: Entry{AbstractVector{Float64}}
  • Units: -
  • Default: 0.25:0.1:0.85

act.ActorTGLF.warn_nn_train_bounds

Raise warnings if querying cases that are certainly outside of the training range

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorTGLF.custom_input_files

Sets up the input file that will be run with the custom input file as a mask

  • Type: Entry{Union{Vector{<:TGLFNN.InputTGLF}, Vector{<:TJLF.InputTJLF}}}
  • Units: -

act.ActorTGLF.lump_ions

Lumps the fuel species (D,T) as well as the impurities together

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorThermalPlant.model

Power plant heat cycle efficiency

  • Type: Switch{Symbol}
  • Units: -
  • Options: fixed_plant_efficiency, network, surogate
  • Default: surogate

act.ActorThermalPlant.fixed_plant_efficiency

Overall thermal cycle efficiency (if model=:fixed_plant_efficiency)

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.35

act.ActorThermalPlant.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorThermalPlant.verbose

Verbose

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorVerticalStability.model

Tunr on/off model of vertical stability

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorVerticalStability.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorWPED.ped_to_core_fraction

Ratio of edge (@rho=0.9) to core stored energy [0.05 for L-mode, 0.3 for neg-T plasmas, missing keeps original ratio]

  • Type: Entry{Float64}
  • Units: -

act.ActorWPED.rho_ped

Defines rho at which the edge region starts

  • Type: Entry{Float64}
  • Units: -

act.ActorWPED.ne_ped_from

Take ne_ped from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, summary, pulse_schedule

act.ActorWPED.zeff_ped_from

Take zeff_ped from this IDS

  • Type: Switch{Symbol}
  • Units: -
  • Options: core_profiles, summary, pulse_schedule

act.ActorWPED.do_plot

Store the output dds of the workflow run

  • Type: Entry{Bool}
  • Units: -
  • Default: false

act.ActorWholeFacility.update_plasma

Run plasma related actors

  • Type: Entry{Bool}
  • Units: -
  • Default: true

act.ActorWholeFacility.update_build

Optimize tokamak build

  • Type: Entry{Bool}
  • Units: -
  • Default: true
diff --git a/v0.1.38/act_docs.jl b/v0.1.38/act_docs.jl new file mode 100644 index 000000000..c3f87f7dc --- /dev/null +++ b/v0.1.38/act_docs.jl @@ -0,0 +1,22 @@ +txt = [""" +# act Parameters + +```@meta +CurrentModule = FUSE +``` + +```@example +import FUSE # hide +act = FUSE.ParametersActors() # hide +act # hide +``` + +"""] + +open("$(@__DIR__)/act.md", "w") do io + return write(io, join(txt, "\n")) +end + +open("$(@__DIR__)/act_details.md", "w") do io + return parameters_details_md(io, FUSE.ParametersActors()) +end \ No newline at end of file diff --git a/v0.1.38/actors.html b/v0.1.38/actors.html new file mode 100644 index 000000000..7eadca1aa --- /dev/null +++ b/v0.1.38/actors.html @@ -0,0 +1,274 @@ + +List of actors · FUSE

Physics and Engineering Actors

Physics and engineering actors are the fundamental building blocks of FUSE simulations:

  • Actors operate exclusively on IMAS.dd data
  • Actors functionality is controlled via act parameters
  • Actors can be combined into other actors

Fidelity hierarchy is enabled by concept of generic Vs specific actors

  • Generic actors define physics/component
  • Specific actors implement a specific model for that physics/component
  • For example:
    ActorEquilibrium  <--  generic
    +├─ ActorSolovev   <--  specific
    +└─ ActorCHEASE    <--  specific
  • act.[ActorGeneric].model selects specific actor being used
  • All specific actors will expect data and fill the same enties in dd
    • IMAS.jl expressions are key to make this work seamlessly
  • Where possible actors should make use of generic actors and not hardcode use of specific actors

Balance plant (3 actors)

BalanceOfPlant

FUSE.ActorBalanceOfPlantMethod
ActorBalanceOfPlant(dd::IMAS.dd, act::ParametersAllActors; kw...)

Balance of plant actor that estimates the net electrical power output by comparing the balance of plant electrical needs with the electricity generated from the thermal cycle.

Note

Stores data in dd.balance_of_plant

source
ActorBalanceOfPlant
+└─ do_plot
+

PowerNeeds

FUSE.ActorPowerNeedsMethod
ActorPowerNeeds(dd::IMAS.dd, act::ParametersAllActors; kw...)

Power needs actor that calculates the needed power to operate the plant

  • model = :thermal_power_fraction simply assumes that the power to balance a plant is a fraction of the gross electrical power generated by the thermal cycle.
  • model = :EU_DEMO subdivides the power plant electrical needs to [:cryostat, :tritium_handling, :pumping] using EU-DEMO numbers.
  • model = :FUSE subdivides power plant needs into subsystems and calculates their power needs.
Note

Stores data in dd.balance_of_plant.power_electric_plant_operation

source
ActorPowerNeeds
+├─ model
+├─ thermal_power_fraction
+└─ do_plot
+

ThermalPlant

FUSE.ActorThermalPlantMethod
ActorThermalPlant(dd::IMAS.dd, act::ParametersAllActors; kw...)
Note

Stores data in dd.balance_of_plant

source
ActorThermalPlant
+├─ model
+├─ fixed_plant_efficiency
+├─ do_plot
+└─ verbose
+

Build (5 actors)

CXbuild

FUSE.ActorCXbuildMethod
ActorCXbuild(dd::IMAS.dd, act::ParametersAllActors; kw...)

Generates the 2D cross section of the tokamak build

Note

Manipulates data in dd.build

source
ActorCXbuild
+├─ rebuild_wall
+├─ n_points
+├─ divertor_size
+└─ do_plot
+

HFSsizing

FUSE.ActorHFSsizingMethod
ActorHFSsizing(dd::IMAS.dd, act::ParametersAllActors; kw...)

Actor that resizes the High Field Side of the tokamak radial build

  • takes into account the OH maximum allowed superconductor current/Field
  • takes into account the stresses on the center stack
Note

Manipulates radial build information in dd.build.layer

source
ActorHFSsizing
+├─ error_on_technology
+├─ error_on_performance
+├─ do_plot
+└─ verbose
+

FluxSwing

FUSE.ActorFluxSwingMethod
ActorFluxSwing(dd::IMAS.dd, act::ParametersAllActors; kw...)

Depending on operate_oh_at_j_crit

  • true => Evaluate the OH current limits, and evaluate flattop duration from that.
  • false => Evaluate what are the currents needed for a given flattop duration. This may or may not exceed the OH current limits.

OH flux consumption based on:

  • rampup estimate based on Ejima coefficient
  • flattop consumption
  • vertical field from PF coils
Note

Stores data in dd.build.flux_swing, dd.build.tf, and dd.build.oh

source
ActorFluxSwing
+└─ operate_oh_at_j_crit
+

LFSsizing

FUSE.ActorLFSsizingMethod
ActorLFSsizing(dd::IMAS.dd, act::ParametersAllActors; kw...)

Actor that resizes the Low Field Side of the tokamak radial build

  • Places TF outer leg at radius required to meet the dd.build.tf.ripple requirement
  • Other low-field side layers are scaled proportionally
Note

Manipulates radial build information in dd.build.layer

source
ActorLFSsizing
+├─ maintenance
+├─ tor_modularity
+├─ pol_modularity
+├─ do_plot
+└─ verbose
+

Stresses

FUSE.ActorStressesMethod
ActorStresses(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates mechanical stresses on the center stack

Note

Stores data in dd.solid_mechanics

source
ActorStresses
+├─ do_plot
+└─ n_points
+

Compound (3 actors)

DynamicPlasma

ActorDynamicPlasma
+├─ Δt  [s]
+├─ Nt
+├─ evolve_transport
+├─ evolve_pedestal
+├─ evolve_hcd
+├─ evolve_current
+├─ evolve_equilibrium
+├─ evolve_pf_active
+├─ ip_controller
+├─ time_derivatives_sources
+└─ verbose
+

StationaryPlasma

FUSE.ActorStationaryPlasmaMethod
ActorStationaryPlasma(dd::IMAS.dd, act::ParametersAllActors; kw...)

Compound actor that runs the following actors in succesion:

  • ActorCurrent
  • ActorHCD
  • ActorCoreTransport
  • ActorEquilibrium
Note

Stores data in dd.equilibrium, dd.core_profiles, dd.core_sources, dd.core_transport

source
ActorStationaryPlasma
+├─ max_iter
+├─ convergence_error
+├─ do_plot
+└─ verbose
+

WholeFacility

FUSE.ActorWholeFacilityMethod
ActorWholeFacility(dd::IMAS.dd, act::ParametersAllActors; kw...)

Compound actor that runs all the physics, engineering and costing actors needed to model the whole plant:

  • ActorStationaryPlasma
  • ActorStabilityLimits
  • ActorHFSsizing
  • ActorLFSsizing
  • ActorCXbuild
  • ActorFluxSwing
  • ActorStresses
  • ActorPFdesign
  • ActorPFactive
  • ActorPassiveStructures
  • ActorVerticalStability
  • ActorNeutronics
  • ActorBlanket
  • ActorDivertors
  • ActorBalanceOfPlant
  • ActorCosting
Note

Stores data in dd

source
ActorWholeFacility
+├─ update_plasma
+└─ update_build
+

Costing (3 actors)

Costing

FUSE.ActorCostingMethod
ActorCosting(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates the cost of building, operating, and recommission the fusion power plant.

Note

Stores data in dd.costing

source
ActorCosting
+├─ model
+├─ construction_start_year  [year]
+├─ future_inflation_rate
+├─ plant_lifetime  [year]
+├─ availability
+├─ production_increase
+└─ learning_rate
+

CostingARIES

FUSE.ActorCostingARIESMethod
ActorCostingARIES(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates costing based on ARIES cost account documentation https://cer.ucsd.edu/_files/publications/UCSD-CER-13-01.pdf

Note

Stores data in dd.costing

source
ActorCostingARIES
+├─ land_space  [acres]
+├─ building_volume  [m³]
+├─ interest_rate
+├─ indirect_cost_rate
+├─ escalation_fraction
+└─ blanket_lifetime  [year]
+

CostingSheffield

FUSE.ActorCostingSheffieldMethod
ActorCostingSheffield(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates costing based on Sheffield and Milora, FS&T 70 (2016)

Note

Stores data in dd.costing

source
ActorCostingSheffield
+├─ construction_lead_time  [year]
+├─ fixed_charge_rate
+├─ capitalize_blanket
+├─ capitalize_divertor
+├─ divertor_fluence_lifetime  [MW*yr/m²]
+└─ blanket_fluence_lifetime  [MW*yr/m²]
+

Current (3 actors)

Current

FUSE.ActorCurrentMethod
ActorCurrent(dd::IMAS.dd, act::ParametersAllActors; kw...)

Provides a common interface to run multiple ohmic current evolution actors

  • Sets the j_ohmic, j_tor, j_total under dd.core_profiles.profiles_1d[]
  • Sets j_parallel in dd.equilibrium.time_slice[].profiles_1d
  • Updates bootstrap and ohmic parallel current and heating sources in dd.core_sources
source
ActorCurrent
+├─ model
+├─ allow_floating_plasma_current
+├─ ip_from
+└─ vloop_from
+

QED

FUSE.ActorQEDMethod
ActorQED(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evolves the plasma current using the QED current diffusion solver.

Note

This actor operates at "dd.global_time", any time advance must be done outside of the actor

IMAS.new_timeslice!(dd, dd.global_time + Δt)
+dd.global_time += Δt
+ActorQED(dd, act)
Note

Stores data in dd.core_profiles.profiles_1d[].j_ohmic

source
ActorQED
+├─ Δt  [s]
+├─ Nt
+├─ solve_for
+├─ allow_floating_plasma_current
+├─ ip_from
+└─ vloop_from
+

SteadyStateCurrent

FUSE.ActorSteadyStateCurrentMethod
ActorSteadyStateCurrent(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evolves the ohmic current to steady state using the conductivity from dd.core_profiles

Note

Stores data in dd.core_profiles.profiles_1d[].j_ohmic

source
ActorSteadyStateCurrent
+├─ allow_floating_plasma_current
+└─ ip_from
+

Divertors (1 actors)

Divertors

FUSE.ActorDivertorsMethod
ActorDivertors(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates divertor loading and deposited power

Note

Stores data in dd.divertors

source
ActorDivertors
+├─ heat_flux_model
+├─ impurities
+├─ impurities_fraction
+├─ heat_spread_factor
+├─ thermal_power_extraction_efficiency
+└─ verbose
+

Equilibrium (4 actors)

CHEASE

FUSE.ActorCHEASEMethod
ActorCHEASE(dd::IMAS.dd, act::ParametersAllActors; kw...)

Runs the Fixed boundary equilibrium solver CHEASE

source
ActorCHEASE
+├─ free_boundary
+├─ clear_workdir
+├─ rescale_eq_to_ip
+└─ ip_from
+

Equilibrium

FUSE.ActorEquilibriumMethod
ActorEquilibrium(dd::IMAS.dd, act::ParametersAllActors; kw...)

Provides a common interface to run multiple equilibrium actors

source
ActorEquilibrium
+├─ model
+├─ symmetrize
+├─ j_p_from
+├─ ip_from
+├─ vacuum_r0_b0_from
+└─ do_plot
+

TEQUILA

FUSE.ActorTEQUILAMethod
ActorTEQUILA(dd::IMAS.dd, act::ParametersAllActors; kw...)

Runs the Fixed boundary equilibrium solver TEQUILA

source
ActorTEQUILA
+├─ free_boundary
+├─ number_of_radial_grid_points
+├─ number_of_fourier_modes
+├─ number_of_MXH_harmonics
+├─ number_of_iterations
+├─ relax
+├─ tolerance
+├─ ip_from
+├─ fixed_grid
+├─ do_plot
+├─ debug
+├─ R  [m]
+└─ Z  [m]
+

Solovev

FUSE.ActorSolovevMethod
ActorSolovev(dd::IMAS.dd, act::ParametersAllActors; kw...)

Solovev equilibrium actor, based on: “One size fits all” analytic solutions to the Grad–Shafranov equation Phys. Plasmas 17, 032502 (2010); https://doi.org/10.1063/1.3328818

source
ActorSolovev
+├─ ngrid
+├─ qstar
+├─ alpha
+├─ ip_from
+└─ verbose
+

Hcd (5 actors)

HCD

FUSE.ActorHCDMethod
ActorHCD(dd::IMAS.dd, act::ParametersAllActors; kw...)

Provides a common interface to run HCD actors

source
ActorHCD
+├─ ec_model
+├─ ic_model
+├─ lh_model
+├─ nb_model
+└─ pellet_model
+

SimpleEC

FUSE.ActorSimpleECMethod
ActorSimpleEC(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates the EC electron energy deposition and current drive as a gaussian.

NOTE: Current drive efficiency from GASC, based on "G. Tonon 'Current Drive Efficiency Requirements for an Attractive Steady-State Reactor'"

Note

Reads data in dd.ec_launchers, dd.pulse_schedule and stores data in dd.core_sources

source
ActorSimpleEC
+└─ ηcd_scale
+

SimpleIC

FUSE.ActorSimpleICMethod
ActorSimpleIC(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates the ion-cyclotron electron/ion energy deposition and current drive as a gaussian.

NOTE: Current drive efficiency from GASC, based on "G. Tonon 'Current Drive Efficiency Requirements for an Attractive Steady-State Reactor'"

Note

Reads data in dd.ic_antennas, dd.pulse_schedule and stores data in dd.core_sources

source
ActorSimpleIC
+└─ ηcd_scale
+

SimpleLH

FUSE.ActorSimpleLHMethod
ActorSimpleLH(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates the Lower-hybrid electron energy deposition and current drive as a gaussian.

NOTE: Current drive efficiency from GASC, based on "G. Tonon 'Current Drive Efficiency Requirements for an Attractive Steady-State Reactor'"

Note

Reads data in dd.lh_antennas, dd.pulse_schedule and stores data in dd.core_sources

source
ActorSimpleLH
+└─ ηcd_scale
+

SimplePellet

FUSE.ActorSimplePelletMethod
ActorSimplePellet(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates the Pellet particle deposition

Note

Reads data in dd.pellet_launchers, dd.pulse_schedule and stores data in dd.core_sources

source
ActorSimplePellet
+

Nuclear (2 actors)

Blanket

FUSE.ActorBlanketMethod
ActorBlanket(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates blankets tritium breeding ratio (TBR), heat deposition, and neutron leakage

Note

Stores data in dd.blanket

source
ActorBlanket
+├─ minimum_first_wall_thickness  [m]
+├─ blanket_multiplier
+├─ thermal_power_extraction_efficiency
+└─ verbose
+

Neutronics

FUSE.ActorNeutronicsMethod
ActorNeutronics(dd::IMAS.dd, act::ParametersAllActors; kw...)

Estimates the neutron wall loading

Note

Stores data in dd.neutronics

source
ActorNeutronics
+├─ N
+└─ do_plot
+

Pedestal (3 actors)

Pedestal

FUSE.ActorPedestalMethod
ActorPedestal(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates the pedestal boundary condition (height and width)

source
ActorPedestal
+├─ rho_nml
+├─ rho_ped
+├─ density_match
+├─ model
+├─ ip_from
+├─ βn_from
+├─ ne_from
+├─ zeff_ped_from
+└─ do_plot
+

EPED

FUSE.ActorEPEDMethod
ActorEPED(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates the pedestal boundary condition (height and width)

source
ActorEPED
+├─ rho_nml
+├─ rho_ped
+├─ T_ratio_pedestal
+├─ ped_factor
+├─ only_powerlaw
+├─ ip_from
+├─ βn_from
+├─ ne_ped_from
+├─ zeff_ped_from
+└─ warn_nn_train_bounds
+

WPED

FUSE.ActorWPEDMethod
ActorWPED(dd::IMAS.dd, act::ParametersAllActors; kw...)

Finds the temperature profile at the edge to match the pedtocorefraction of stored energy set in par.pedtocorefraction

source
ActorWPED
+├─ ped_to_core_fraction
+├─ rho_ped
+├─ ne_ped_from
+├─ zeff_ped_from
+└─ do_plot
+

Pf (3 actors)

PFdesign

FUSE.ActorPFdesignMethod
ActorPFdesign(dd::IMAS.dd, act::ParametersAllActors; kw...)

Optimize PF coil locations to achieve desired equilibrium

Note

Manupulates data in dd.pf_active

source
ActorPFdesign
+├─ symmetric
+├─ update_equilibrium
+├─ model
+├─ do_plot
+└─ verbose
+

PFactive

FUSE.ActorPFactiveMethod
ActorPFactive(dd::IMAS.dd, act::ParametersAllActors; kw...)

Finds the optimal coil currents to match the equilibrium boundary shape

Note

Manupulates data in dd.pf_active

source
ActorPFactive
+├─ green_model
+├─ update_equilibrium
+└─ do_plot
+

PassiveStructures

ActorPassiveStructures
+├─ wall_precision
+├─ min_n_segments
+└─ do_plot
+

Stability (2 actors)

VerticalStability

ActorVerticalStability
+├─ model
+└─ do_plot
+

StabilityLimits

ActorStabilityLimits
+├─ models
+└─ raise_on_breach
+

Transport (7 actors)

CoreTransport

FUSE.ActorCoreTransportMethod
ActorCoreTransport(dd::IMAS.dd, act::ParametersAllActors; kw...)

Provides a common interface to run multiple core transport actors

source
ActorCoreTransport
+├─ model
+└─ do_plot
+

EPEDprofiles

FUSE.ActorEPEDprofilesMethod
ActorEPEDprofiles(dd::IMAS.dd, act::ParametersAllActors; kw...)

Updates pedestal height and width and blends with core profiles that are defined by shaping factors.

Does not change on-axis values of plasma profiles.

source
ActorEPEDprofiles
+├─ T_shaping
+├─ ne_shaping
+├─ T_ratio_pedestal
+└─ T_ratio_core
+

FluxCalculator

FUSE.ActorFluxCalculatorMethod
ActorFluxCalculator(dd::IMAS.dd, act::ParametersAllActors; kw...)

Provides a common interface to run multiple transport model actors

source
ActorFluxCalculator
+├─ rho_transport
+├─ turbulence_model
+└─ neoclassical_model
+

FluxMatcher

FUSE.ActorFluxMatcherMethod
ActorFluxMatcher(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evalutes the transport fluxes and source fluxes and minimizes the flux_match error

source
ActorFluxMatcher
+├─ rho_transport
+├─ evolve_Ti
+├─ evolve_Te
+├─ evolve_densities
+├─ evolve_rotation
+├─ evolve_pedestal
+├─ find_widths
+├─ max_iterations
+├─ optimizer_algorithm
+├─ step_size
+├─ Δt  [s]
+├─ save_input_tglf_folder
+├─ relax
+├─ norms
+├─ do_plot
+└─ verbose
+

Neoclassical

FUSE.ActorNeoclassicalMethod
ActorNeoclassical(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates the neoclassical transport fluxes

source
ActorNeoclassical
+├─ model
+└─ rho_transport
+

QLGYRO

FUSE.ActorQLGYROMethod
ActorQLGYRO(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates the QLGYRO predicted turbulence

source
ActorQLGYRO
+├─ model
+├─ ky
+├─ nky
+├─ cpu_per_ky
+├─ kygrid_model
+├─ sat_rule
+├─ n_field
+├─ delta_t
+├─ max_time
+├─ rho_transport
+└─ lump_ions
+

TGLF

FUSE.ActorTGLFMethod
ActorTGLF(dd::IMAS.dd, act::ParametersAllActors; kw...)

Evaluates the TGLF predicted turbulence

source
ActorTGLF
+├─ model
+├─ sat_rule
+├─ electromagnetic
+├─ tglfnn_model
+├─ rho_transport
+├─ warn_nn_train_bounds
+├─ custom_input_files
+└─ lump_ions
+

Wall loading (2 actors)

CoreRadHeatFlux

FUSE.ActorCoreRadHeatFluxMethod
ActorCoreRadHeatFlux(dd::IMAS.dd, act::ParametersAllActors; kw...)

Computes the heat flux on the wall due to the core radiation

source
ActorCoreRadHeatFlux
+├─ N
+├─ r  [m]
+├─ q  [W m⁻²]
+├─ levels
+├─ merge_wall
+├─ step  [m]
+└─ do_plot
+

ParticleHeatFlux

FUSE.ActorParticleHeatFluxMethod
ActorParticleHeatFlux(dd::IMAS.dd, act::ParametersAllActors; kw...)

Computes the heat flux on the wall due to the charged particles

source
ActorParticleHeatFlux
+├─ r  [m]
+├─ q  [W m⁻²]
+├─ levels
+├─ merge_wall
+├─ step  [m]
+└─ do_plot
+
diff --git a/v0.1.38/actors_docs.jl b/v0.1.38/actors_docs.jl new file mode 100644 index 000000000..2e101ba15 --- /dev/null +++ b/v0.1.38/actors_docs.jl @@ -0,0 +1,87 @@ +using InteractiveUtils: subtypes + +txt = [""" +# Physics and Engineering Actors + +Physics and engineering **actors** are the fundamental building blocks of FUSE simulations: +* Actors operate exclusively on `IMAS.dd` data +* Actors functionality is controlled via `act` parameters +* Actors can be combined into other actors + +Fidelity hierarchy is enabled by concept of *generic* Vs *specific* actors +* Generic actors define physics/component +* Specific actors implement a specific model for that physics/component +* For example: + ``` + ActorEquilibrium <-- generic + ├─ ActorSolovev <-- specific + └─ ActorCHEASE <-- specific + ``` +* `act.[ActorGeneric].model` selects specific actor being used +* All specific actors will expect data and fill the same enties in `dd` + * IMAS.jl expressions are key to make this work seamlessly +* Where possible actors should make use of generic actors and not hardcode use of specific actors + +```@contents + Pages = ["actors.md"] + Depth = 3 +``` +"""] + +function concrete_subtypes(T::Type) + if isabstracttype(T) + sub = subtypes(T) + return vcat(map(concrete_subtypes, sub)...) + else + return [T] + end +end + +list_directories(path::String) = [item for item in readdir(path) if isdir(joinpath(path, item))] + +single_actors = concrete_subtypes(FUSE.SingleAbstractActor) +compound_actors = concrete_subtypes(FUSE.CompoundAbstractActor) + +for actor_dir in list_directories(joinpath(FUSE.__FUSE__, "src", "actors")) + + first_time_actor_dir = true + index_txt_header = 0 + n_actors = 0 + + for Actor in [compound_actors; single_actors] + folder = FUSE.group_name(Actor) + name = FUSE.name(Actor; remove_Actor=false) + nname = replace("$name", "Actor" => "") + basename = replace(nname, "_" => " ") + + if folder == actor_dir + if first_time_actor_dir + push!(txt, "## $(uppercasefirst(replace(actor_dir,"_"=>" ")))") + index_txt_header = length(txt) + first_time_actor_dir = false + end + n_actors += 1 + push!(txt, + """### $basename + + ```@docs + FUSE.$name(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...) + ``` + + ```@example + import FUSE # hide + act = FUSE.ParametersActors() # hide + getfield(FUSE.ParametersActors(), :$name) # hide + ``` + """ + ) + end + end + if index_txt_header > 0 + txt[index_txt_header] = "$(txt[index_txt_header]) ($n_actors actors)" + end +end + +open(joinpath(@__DIR__, "actors.md"), "w") do io + return write(io, join(txt, "\n")) +end \ No newline at end of file diff --git a/v0.1.38/assets/FUSE.svg b/v0.1.38/assets/FUSE.svg new file mode 100644 index 000000000..bb4756d76 --- /dev/null +++ b/v0.1.38/assets/FUSE.svg @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/assets/deps.svg b/v0.1.38/assets/deps.svg new file mode 100644 index 000000000..864459087 --- /dev/null +++ b/v0.1.38/assets/deps.svg @@ -0,0 +1,445 @@ + + + + + + +G + + + +VacuumFields + +VacuumFields + + + +FusionMaterials + +FusionMaterials + + + +VacuumFields->FusionMaterials + + + + + +MXHEquilibrium + +MXHEquilibrium + + + +VacuumFields->MXHEquilibrium + + + + + +IMAS + +IMAS + + + +VacuumFields->IMAS + + + + + +MillerExtendedHarmonic + +MillerExtendedHarmonic + + + +VacuumFields->MillerExtendedHarmonic + + + + + +TEQUILA + +TEQUILA + + + +VacuumFields->TEQUILA + + + + + +FusionMaterials->IMAS + + + + + +CoordinateConventions + +CoordinateConventions + + + +MXHEquilibrium->CoordinateConventions + + + + + +MXHEquilibrium->MillerExtendedHarmonic + + + + + +MeshTools + +MeshTools + + + +MXHEquilibrium->MeshTools + + + + + +FUSE + +FUSE + + + +FUSE->VacuumFields + + + + + +FUSE->FusionMaterials + + + + + +FUSE->MXHEquilibrium + + + + + +QED + +QED + + + +FUSE->QED + + + + + +FUSE->IMAS + + + + + +TGLFNN + +TGLFNN + + + +FUSE->TGLFNN + + + + + +NEO + +NEO + + + +FUSE->NEO + + + + + +TJLF + +TJLF + + + +FUSE->TJLF + + + + + +CHEASE + +CHEASE + + + +FUSE->CHEASE + + + + + +IMASutils + +IMASutils + + + +FUSE->IMASutils + + + + + +BoundaryPlasmaModels + +BoundaryPlasmaModels + + + +FUSE->BoundaryPlasmaModels + + + + + +SimulationParameters + +SimulationParameters + + + +FUSE->SimulationParameters + + + + + +RABBIT + +RABBIT + + + +FUSE->RABBIT + + + + + +FUSE->TEQUILA + + + + + +EPEDNN + +EPEDNN + + + +FUSE->EPEDNN + + + + + +BalanceOfPlantSurrogate + +BalanceOfPlantSurrogate + + + +FUSE->BalanceOfPlantSurrogate + + + + + +ThermalSystemModels + +ThermalSystemModels + + + +FUSE->ThermalSystemModels + + + + + +NNeutronics + +NNeutronics + + + +FUSE->NNeutronics + + + + + +FiniteElementHermite + +FiniteElementHermite + + + +QED->FiniteElementHermite + + + + + +IMAS->IMASutils + + + + + +IMAS->CoordinateConventions + + + + + +IMAS->MillerExtendedHarmonic + + + + + +FuseExchangeProtocol + +FuseExchangeProtocol + + + +IMAS->FuseExchangeProtocol + + + + + +IMASdd + +IMASdd + + + +IMAS->IMASdd + + + + + +TGLFNN->IMAS + + + + + +TGLFNN->IMASutils + + + + + +NEO->IMAS + + + + + +CHEASE->MXHEquilibrium + + + + + +CHEASE->MillerExtendedHarmonic + + + + + +BoundaryPlasmaModels->IMAS + + + + + +BoundaryPlasmaModels->IMASutils + + + + + +BoundaryPlasmaModels->SimulationParameters + + + + + +ADAS + +ADAS + + + +BoundaryPlasmaModels->ADAS + + + + + +SimulationParameters->IMASutils + + + + + +TEQUILA->MXHEquilibrium + + + + + +TEQUILA->FiniteElementHermite + + + + + +TEQUILA->MillerExtendedHarmonic + + + + + diff --git a/v0.1.38/assets/documenter.js b/v0.1.38/assets/documenter.js new file mode 100644 index 000000000..7d68cd808 --- /dev/null +++ b/v0.1.38/assets/documenter.js @@ -0,0 +1,1082 @@ +// Generated by Documenter.jl +requirejs.config({ + paths: { + 'highlight-julia': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/julia.min', + 'headroom': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.12.0/headroom.min', + 'jqueryui': 'https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min', + 'katex-auto-render': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/contrib/auto-render.min', + 'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min', + 'headroom-jquery': 'https://cdnjs.cloudflare.com/ajax/libs/headroom/0.12.0/jQuery.headroom.min', + 'katex': 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min', + 'highlight': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min', + 'highlight-julia-repl': 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/julia-repl.min', + }, + shim: { + "highlight-julia": { + "deps": [ + "highlight" + ] + }, + "katex-auto-render": { + "deps": [ + "katex" + ] + }, + "headroom-jquery": { + "deps": [ + "jquery", + "headroom" + ] + }, + "highlight-julia-repl": { + "deps": [ + "highlight" + ] + } +} +}); +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'katex', 'katex-auto-render'], function($, katex, renderMathInElement) { +$(document).ready(function() { + renderMathInElement( + document.body, + { + "delimiters": [ + { + "left": "$", + "right": "$", + "display": false + }, + { + "left": "$$", + "right": "$$", + "display": true + }, + { + "left": "\\[", + "right": "\\]", + "display": true + } + ] +} + + ); +}) + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'highlight', 'highlight-julia', 'highlight-julia-repl'], function($) { +$(document).ready(function() { + hljs.highlightAll(); +}) + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +let timer = 0; +var isExpanded = true; + +$(document).on( + "click", + ".docstring .docstring-article-toggle-button", + function () { + let articleToggleTitle = "Expand docstring"; + const parent = $(this).parent(); + + debounce(() => { + if (parent.siblings("section").is(":visible")) { + parent + .find("a.docstring-article-toggle-button") + .removeClass("fa-chevron-down") + .addClass("fa-chevron-right"); + } else { + parent + .find("a.docstring-article-toggle-button") + .removeClass("fa-chevron-right") + .addClass("fa-chevron-down"); + + articleToggleTitle = "Collapse docstring"; + } + + parent + .children(".docstring-article-toggle-button") + .prop("title", articleToggleTitle); + parent.siblings("section").slideToggle(); + }); + } +); + +$(document).on("click", ".docs-article-toggle-button", function (event) { + let articleToggleTitle = "Expand docstring"; + let navArticleToggleTitle = "Expand all docstrings"; + let animationSpeed = event.noToggleAnimation ? 0 : 400; + + debounce(() => { + if (isExpanded) { + $(this).removeClass("fa-chevron-up").addClass("fa-chevron-down"); + $("a.docstring-article-toggle-button") + .removeClass("fa-chevron-down") + .addClass("fa-chevron-right"); + + isExpanded = false; + + $(".docstring section").slideUp(animationSpeed); + } else { + $(this).removeClass("fa-chevron-down").addClass("fa-chevron-up"); + $("a.docstring-article-toggle-button") + .removeClass("fa-chevron-right") + .addClass("fa-chevron-down"); + + isExpanded = true; + articleToggleTitle = "Collapse docstring"; + navArticleToggleTitle = "Collapse all docstrings"; + + $(".docstring section").slideDown(animationSpeed); + } + + $(this).prop("title", navArticleToggleTitle); + $(".docstring-article-toggle-button").prop("title", articleToggleTitle); + }); +}); + +function debounce(callback, timeout = 300) { + if (Date.now() - timer > timeout) { + callback(); + } + + clearTimeout(timer); + + timer = Date.now(); +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require([], function() { +function addCopyButtonCallbacks() { + for (const el of document.getElementsByTagName("pre")) { + const button = document.createElement("button"); + button.classList.add("copy-button", "fa-solid", "fa-copy"); + button.setAttribute("aria-label", "Copy this code block"); + button.setAttribute("title", "Copy"); + + el.appendChild(button); + + const success = function () { + button.classList.add("success", "fa-check"); + button.classList.remove("fa-copy"); + }; + + const failure = function () { + button.classList.add("error", "fa-xmark"); + button.classList.remove("fa-copy"); + }; + + button.addEventListener("click", function () { + copyToClipboard(el.innerText).then(success, failure); + + setTimeout(function () { + button.classList.add("fa-copy"); + button.classList.remove("success", "fa-check", "fa-xmark"); + }, 5000); + }); + } +} + +function copyToClipboard(text) { + // clipboard API is only available in secure contexts + if (window.navigator && window.navigator.clipboard) { + return window.navigator.clipboard.writeText(text); + } else { + return new Promise(function (resolve, reject) { + try { + const el = document.createElement("textarea"); + el.textContent = text; + el.style.position = "fixed"; + el.style.opacity = 0; + document.body.appendChild(el); + el.select(); + document.execCommand("copy"); + + resolve(); + } catch (err) { + reject(err); + } finally { + document.body.removeChild(el); + } + }); + } +} + +if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", addCopyButtonCallbacks); +} else { + addCopyButtonCallbacks(); +} + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery', 'headroom', 'headroom-jquery'], function($, Headroom) { + +// Manages the top navigation bar (hides it when the user starts scrolling down on the +// mobile). +window.Headroom = Headroom; // work around buggy module loading? +$(document).ready(function () { + $("#documenter .docs-navbar").headroom({ + tolerance: { up: 10, down: 10 }, + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +$(document).ready(function () { + let meta = $("div[data-docstringscollapsed]").data(); + + if (meta?.docstringscollapsed) { + $("#documenter-article-toggle-button").trigger({ + type: "click", + noToggleAnimation: true, + }); + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +/* +To get an in-depth about the thought process you can refer: https://hetarth02.hashnode.dev/series/gsoc + +PSEUDOCODE: + +Searching happens automatically as the user types or adjusts the selected filters. +To preserve responsiveness, as much as possible of the slow parts of the search are done +in a web worker. Searching and result generation are done in the worker, and filtering and +DOM updates are done in the main thread. The filters are in the main thread as they should +be very quick to apply. This lets filters be changed without re-searching with minisearch +(which is possible even if filtering is on the worker thread) and also lets filters be +changed _while_ the worker is searching and without message passing (neither of which are +possible if filtering is on the worker thread) + +SEARCH WORKER: + +Import minisearch + +Build index + +On message from main thread + run search + find the first 200 unique results from each category, and compute their divs for display + note that this is necessary and sufficient information for the main thread to find the + first 200 unique results from any given filter set + post results to main thread + +MAIN: + +Launch worker + +Declare nonconstant globals (worker_is_running, last_search_text, unfiltered_results) + +On text update + if worker is not running, launch_search() + +launch_search + set worker_is_running to true, set last_search_text to the search text + post the search query to worker + +on message from worker + if last_search_text is not the same as the text in the search field, + the latest search result is not reflective of the latest search query, so update again + launch_search() + otherwise + set worker_is_running to false + + regardless, display the new search results to the user + save the unfiltered_results as a global + update_search() + +on filter click + adjust the filter selection + update_search() + +update_search + apply search filters by looping through the unfiltered_results and finding the first 200 + unique results that match the filters + + Update the DOM +*/ + +/////// SEARCH WORKER /////// + +function worker_function(documenterSearchIndex, documenterBaseURL, filters) { + importScripts( + "https://cdn.jsdelivr.net/npm/minisearch@6.1.0/dist/umd/index.min.js" + ); + + let data = documenterSearchIndex.map((x, key) => { + x["id"] = key; // minisearch requires a unique for each object + return x; + }); + + // list below is the lunr 2.1.3 list minus the intersect with names(Base) + // (all, any, get, in, is, only, which) and (do, else, for, let, where, while, with) + // ideally we'd just filter the original list but it's not available as a variable + const stopWords = new Set([ + "a", + "able", + "about", + "across", + "after", + "almost", + "also", + "am", + "among", + "an", + "and", + "are", + "as", + "at", + "be", + "because", + "been", + "but", + "by", + "can", + "cannot", + "could", + "dear", + "did", + "does", + "either", + "ever", + "every", + "from", + "got", + "had", + "has", + "have", + "he", + "her", + "hers", + "him", + "his", + "how", + "however", + "i", + "if", + "into", + "it", + "its", + "just", + "least", + "like", + "likely", + "may", + "me", + "might", + "most", + "must", + "my", + "neither", + "no", + "nor", + "not", + "of", + "off", + "often", + "on", + "or", + "other", + "our", + "own", + "rather", + "said", + "say", + "says", + "she", + "should", + "since", + "so", + "some", + "than", + "that", + "the", + "their", + "them", + "then", + "there", + "these", + "they", + "this", + "tis", + "to", + "too", + "twas", + "us", + "wants", + "was", + "we", + "were", + "what", + "when", + "who", + "whom", + "why", + "will", + "would", + "yet", + "you", + "your", + ]); + + let index = new MiniSearch({ + fields: ["title", "text"], // fields to index for full-text search + storeFields: ["location", "title", "text", "category", "page"], // fields to return with results + processTerm: (term) => { + let word = stopWords.has(term) ? null : term; + if (word) { + // custom trimmer that doesn't strip @ and !, which are used in julia macro and function names + word = word + .replace(/^[^a-zA-Z0-9@!]+/, "") + .replace(/[^a-zA-Z0-9@!]+$/, ""); + + word = word.toLowerCase(); + } + + return word ?? null; + }, + // add . as a separator, because otherwise "title": "Documenter.Anchors.add!", would not + // find anything if searching for "add!", only for the entire qualification + tokenize: (string) => string.split(/[\s\-\.]+/), + // options which will be applied during the search + searchOptions: { + prefix: true, + boost: { title: 100 }, + fuzzy: 2, + }, + }); + + index.addAll(data); + + /** + * Used to map characters to HTML entities. + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + const htmlEscapes = { + "&": "&", + "<": "<", + ">": ">", + '"': """, + "'": "'", + }; + + /** + * Used to match HTML entities and HTML characters. + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + const reUnescapedHtml = /[&<>"']/g; + const reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** + * Escape function from lodash + * Refer: https://github.com/lodash/lodash/blob/main/src/escape.ts + */ + function escape(string) { + return string && reHasUnescapedHtml.test(string) + ? string.replace(reUnescapedHtml, (chr) => htmlEscapes[chr]) + : string || ""; + } + + /** + * RegX escape function from MDN + * Refer: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ + function escapeRegExp(string) { + return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + } + + /** + * Make the result component given a minisearch result data object and the value + * of the search input as queryString. To view the result object structure, refer: + * https://lucaong.github.io/minisearch/modules/_minisearch_.html#searchresult + * + * @param {object} result + * @param {string} querystring + * @returns string + */ + function make_search_result(result, querystring) { + let search_divider = `
`; + let display_link = + result.location.slice(Math.max(0), Math.min(50, result.location.length)) + + (result.location.length > 30 ? "..." : ""); // To cut-off the link because it messes with the overflow of the whole div + + if (result.page !== "") { + display_link += ` (${result.page})`; + } + searchstring = escapeRegExp(querystring); + let textindex = new RegExp(`${searchstring}`, "i").exec(result.text); + let text = + textindex !== null + ? result.text.slice( + Math.max(textindex.index - 100, 0), + Math.min( + textindex.index + querystring.length + 100, + result.text.length + ) + ) + : ""; // cut-off text before and after from the match + + text = text.length ? escape(text) : ""; + + let display_result = text.length + ? "..." + + text.replace( + new RegExp(`${escape(searchstring)}`, "i"), // For first occurrence + '$&' + ) + + "..." + : ""; // highlights the match + + let in_code = false; + if (!["page", "section"].includes(result.category.toLowerCase())) { + in_code = true; + } + + // We encode the full url to escape some special characters which can lead to broken links + let result_div = ` + +
+
${escape(result.title)}
+
${result.category}
+
+

+ ${display_result} +

+
+ ${display_link} +
+
+ ${search_divider} + `; + + return result_div; + } + + self.onmessage = function (e) { + let query = e.data; + let results = index.search(query, { + filter: (result) => { + // Only return relevant results + return result.score >= 1; + }, + combineWith: "AND", + }); + + // Pre-filter to deduplicate and limit to 200 per category to the extent + // possible without knowing what the filters are. + let filtered_results = []; + let counts = {}; + for (let filter of filters) { + counts[filter] = 0; + } + let present = {}; + + for (let result of results) { + cat = result.category; + cnt = counts[cat]; + if (cnt < 200) { + id = cat + "---" + result.location; + if (present[id]) { + continue; + } + present[id] = true; + filtered_results.push({ + location: result.location, + category: cat, + div: make_search_result(result, query), + }); + } + } + + postMessage(filtered_results); + }; +} + +/////// SEARCH MAIN /////// + +function runSearchMainCode() { + // `worker = Threads.@spawn worker_function(documenterSearchIndex)`, but in JavaScript! + const filters = [ + ...new Set(documenterSearchIndex["docs"].map((x) => x.category)), + ]; + const worker_str = + "(" + + worker_function.toString() + + ")(" + + JSON.stringify(documenterSearchIndex["docs"]) + + "," + + JSON.stringify(documenterBaseURL) + + "," + + JSON.stringify(filters) + + ")"; + const worker_blob = new Blob([worker_str], { type: "text/javascript" }); + const worker = new Worker(URL.createObjectURL(worker_blob)); + + // Whether the worker is currently handling a search. This is a boolean + // as the worker only ever handles 1 or 0 searches at a time. + var worker_is_running = false; + + // The last search text that was sent to the worker. This is used to determine + // if the worker should be launched again when it reports back results. + var last_search_text = ""; + + // The results of the last search. This, in combination with the state of the filters + // in the DOM, is used compute the results to display on calls to update_search. + var unfiltered_results = []; + + // Which filter is currently selected + var selected_filter = ""; + + $(document).on("input", ".documenter-search-input", function (event) { + if (!worker_is_running) { + launch_search(); + } + }); + + function launch_search() { + worker_is_running = true; + last_search_text = $(".documenter-search-input").val(); + worker.postMessage(last_search_text); + } + + worker.onmessage = function (e) { + if (last_search_text !== $(".documenter-search-input").val()) { + launch_search(); + } else { + worker_is_running = false; + } + + unfiltered_results = e.data; + update_search(); + }; + + $(document).on("click", ".search-filter", function () { + if ($(this).hasClass("search-filter-selected")) { + selected_filter = ""; + } else { + selected_filter = $(this).text().toLowerCase(); + } + + // This updates search results and toggles classes for UI: + update_search(); + }); + + /** + * Make/Update the search component + */ + function update_search() { + let querystring = $(".documenter-search-input").val(); + + if (querystring.trim()) { + if (selected_filter == "") { + results = unfiltered_results; + } else { + results = unfiltered_results.filter((result) => { + return selected_filter == result.category.toLowerCase(); + }); + } + + let search_result_container = ``; + let modal_filters = make_modal_body_filters(); + let search_divider = `
`; + + if (results.length) { + let links = []; + let count = 0; + let search_results = ""; + + for (var i = 0, n = results.length; i < n && count < 200; ++i) { + let result = results[i]; + if (result.location && !links.includes(result.location)) { + search_results += result.div; + count++; + links.push(result.location); + } + } + + if (count == 1) { + count_str = "1 result"; + } else if (count == 200) { + count_str = "200+ results"; + } else { + count_str = count + " results"; + } + let result_count = `
${count_str}
`; + + search_result_container = ` +
+ ${modal_filters} + ${search_divider} + ${result_count} +
+ ${search_results} +
+
+ `; + } else { + search_result_container = ` +
+ ${modal_filters} + ${search_divider} +
0 result(s)
+
+
No result found!
+ `; + } + + if ($(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").removeClass("is-justify-content-center"); + } + + $(".search-modal-card-body").html(search_result_container); + } else { + if (!$(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").addClass("is-justify-content-center"); + } + + $(".search-modal-card-body").html(` +
Type something to get started!
+ `); + } + } + + /** + * Make the modal filter html + * + * @returns string + */ + function make_modal_body_filters() { + let str = filters + .map((val) => { + if (selected_filter == val.toLowerCase()) { + return `${val}`; + } else { + return `${val}`; + } + }) + .join(""); + + return ` +
+ Filters: + ${str} +
`; + } +} + +function waitUntilSearchIndexAvailable() { + // It is possible that the documenter.js script runs before the page + // has finished loading and documenterSearchIndex gets defined. + // So we need to wait until the search index actually loads before setting + // up all the search-related stuff. + if (typeof documenterSearchIndex !== "undefined") { + runSearchMainCode(); + } else { + console.warn("Search Index not available, waiting"); + setTimeout(waitUntilSearchIndexAvailable, 1000); + } +} + +// The actual entry point to the search code +waitUntilSearchIndexAvailable(); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Modal settings dialog +$(document).ready(function () { + var settings = $("#documenter-settings"); + $("#documenter-settings-button").click(function () { + settings.toggleClass("is-active"); + }); + // Close the dialog if X is clicked + $("#documenter-settings button.delete").click(function () { + settings.removeClass("is-active"); + }); + // Close dialog if ESC is pressed + $(document).keyup(function (e) { + if (e.keyCode == 27) settings.removeClass("is-active"); + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +$(document).ready(function () { + let search_modal_header = ` + + `; + + let initial_search_body = ` +
Type something to get started!
+ `; + + let search_modal_footer = ` + + `; + + $(document.body).append( + ` + + ` + ); + + document.querySelector(".docs-search-query").addEventListener("click", () => { + openModal(); + }); + + document + .querySelector(".close-search-modal") + .addEventListener("click", () => { + closeModal(); + }); + + $(document).on("click", ".search-result-link", function () { + closeModal(); + }); + + document.addEventListener("keydown", (event) => { + if ((event.ctrlKey || event.metaKey) && event.key === "/") { + openModal(); + } else if (event.key === "Escape") { + closeModal(); + } + + return false; + }); + + // Functions to open and close a modal + function openModal() { + let searchModal = document.querySelector("#search-modal"); + + searchModal.classList.add("is-active"); + document.querySelector(".documenter-search-input").focus(); + } + + function closeModal() { + let searchModal = document.querySelector("#search-modal"); + let initial_search_body = ` +
Type something to get started!
+ `; + + searchModal.classList.remove("is-active"); + document.querySelector(".documenter-search-input").blur(); + + if (!$(".search-modal-card-body").hasClass("is-justify-content-center")) { + $(".search-modal-card-body").addClass("is-justify-content-center"); + } + + $(".documenter-search-input").val(""); + $(".search-modal-card-body").html(initial_search_body); + } + + document + .querySelector("#search-modal .modal-background") + .addEventListener("click", () => { + closeModal(); + }); +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Manages the showing and hiding of the sidebar. +$(document).ready(function () { + var sidebar = $("#documenter > .docs-sidebar"); + var sidebar_button = $("#documenter-sidebar-button"); + sidebar_button.click(function (ev) { + ev.preventDefault(); + sidebar.toggleClass("visible"); + if (sidebar.hasClass("visible")) { + // Makes sure that the current menu item is visible in the sidebar. + $("#documenter .docs-menu a.is-active").focus(); + } + }); + $("#documenter > .docs-main").bind("click", function (ev) { + if ($(ev.target).is(sidebar_button)) { + return; + } + if (sidebar.hasClass("visible")) { + sidebar.removeClass("visible"); + } + }); +}); + +// Resizes the package name / sitename in the sidebar if it is too wide. +// Inspired by: https://github.com/davatron5000/FitText.js +$(document).ready(function () { + e = $("#documenter .docs-autofit"); + function resize() { + var L = parseInt(e.css("max-width"), 10); + var L0 = e.width(); + if (L0 > L) { + var h0 = parseInt(e.css("font-size"), 10); + e.css("font-size", (L * h0) / L0); + // TODO: make sure it survives resizes? + } + } + // call once and then register events + resize(); + $(window).resize(resize); + $(window).on("orientationchange", resize); +}); + +// Scroll the navigation bar to the currently selected menu item +$(document).ready(function () { + var sidebar = $("#documenter .docs-menu").get(0); + var active = $("#documenter .docs-menu .is-active").get(0); + if (typeof active !== "undefined") { + sidebar.scrollTop = active.offsetTop - sidebar.offsetTop - 15; + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// Theme picker setup +$(document).ready(function () { + // onchange callback + $("#documenter-themepicker").change(function themepick_callback(ev) { + var themename = $("#documenter-themepicker option:selected").attr("value"); + if (themename === "auto") { + // set_theme(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'); + window.localStorage.removeItem("documenter-theme"); + } else { + // set_theme(themename); + window.localStorage.setItem("documenter-theme", themename); + } + // We re-use the global function from themeswap.js to actually do the swapping. + set_theme_from_local_storage(); + }); + + // Make sure that the themepicker displays the correct theme when the theme is retrieved + // from localStorage + if (typeof window.localStorage !== "undefined") { + var theme = window.localStorage.getItem("documenter-theme"); + if (theme !== null) { + $("#documenter-themepicker option").each(function (i, e) { + e.selected = e.value === theme; + }); + } + } +}); + +}) +//////////////////////////////////////////////////////////////////////////////// +require(['jquery'], function($) { + +// update the version selector with info from the siteinfo.js and ../versions.js files +$(document).ready(function () { + // If the version selector is disabled with DOCUMENTER_VERSION_SELECTOR_DISABLED in the + // siteinfo.js file, we just return immediately and not display the version selector. + if ( + typeof DOCUMENTER_VERSION_SELECTOR_DISABLED === "boolean" && + DOCUMENTER_VERSION_SELECTOR_DISABLED + ) { + return; + } + + var version_selector = $("#documenter .docs-version-selector"); + var version_selector_select = $("#documenter .docs-version-selector select"); + + version_selector_select.change(function (x) { + target_href = version_selector_select + .children("option:selected") + .get(0).value; + window.location.href = target_href; + }); + + // add the current version to the selector based on siteinfo.js, but only if the selector is empty + if ( + typeof DOCUMENTER_CURRENT_VERSION !== "undefined" && + $("#version-selector > option").length == 0 + ) { + var option = $( + "" + ); + version_selector_select.append(option); + } + + if (typeof DOC_VERSIONS !== "undefined") { + var existing_versions = version_selector_select.children("option"); + var existing_versions_texts = existing_versions.map(function (i, x) { + return x.text; + }); + DOC_VERSIONS.forEach(function (each) { + var version_url = documenterBaseURL + "/../" + each + "/"; + var existing_id = $.inArray(each, existing_versions_texts); + // if not already in the version selector, add it as a new option, + // otherwise update the old option with the URL and enable it + if (existing_id == -1) { + var option = $( + "" + ); + version_selector_select.append(option); + } else { + var option = existing_versions[existing_id]; + option.value = version_url; + option.disabled = false; + } + }); + } + + // only show the version selector if the selector has been populated + if (version_selector_select.children("option").length > 0) { + version_selector.toggleClass("visible"); + } +}); + +}) diff --git a/v0.1.38/assets/favicon.ico b/v0.1.38/assets/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..fadfca4f72bf4f88380955c25e6ee4638641de14 GIT binary patch literal 16115 zcmaJ|1ydZ&7G0Lb-Ccsa2X}XOCwOpo*hPZ{f?KfQ9tc5$yK8WF3GTL!?+?75nwp-P znd<84+uiq^b1wh@^M3qSU;vbWHBkTn|Ggfqt}2IyOpN?qMN^QM*8K13eT|rtx+jse25Q1-xUg}+`=<%QX^?-C1C0(C$w^%YEZ%O}% z8}gYpoWY}b8gb-sNB^AgDM?DC?r;-xC|sI}{)nVGV?iFY!>8k?_4uC+PkS5BiR<bvkNfpDzbHoe9E5v_`{}gW&ZxGLZ#IwUK!yLjJ!j#AQLhxlj z;addl1D=QkrCGk7`Jb+G-~x&;)kS;P3UGtqp`c3*6wGwNea(Ea0Tjc3@PUK@U66$t z>(n-}Att~bU?cDd`19pwL)}<{bY_!hX_qR51eA;Ozy~oyd{F?u#C4(s+7TzXAPO^F zxIy-S)+J3{Jw4cz(R?l&PW#oUv@b1P8^HY2+|B!vg$n_Q2V5GWRhB6d3Q8=-CmcI$ zeuGV-SsCc4FmpR|pj{*hqF7p{9|Ar;KF0PV6@<(N6+Qi#LZaqIcfET7jt%dS`x=*p zg#}sSH#t&!C8*&$Rrh4h2c zN_%IM!}&V>e!tpEQYKu=3r^aIk80j{{q4%a$W2yd^2pCh=wl6L?Lnuj9A2|H+-Ot17C-li^9rQ>i8@pAlaSmxzwLSjG&bxk&5Ej1=)3>ZzxM zYkb_>uYNF^#1qwIuq5@eEuJm8l5DMOOuIv&jdB;`TUSFUfj??Il2IhhAWwk?gGz2U zFxrI$#Pdl06-PxtnpFu?a85?-D>$MmA`TJ>$yooOVL&58GIG(eqwoSr_3>l!gGDU{ z?mMrg?Xkm2Fw%om6huu{b(vjmYzLpiL(v5p?<--t9De|R04BHouG>86I}xEFPEs3% z6Ol)vL2)0x9%1cXUz#Hw?3%`Q1w+i*Dk;BgVCA{6FsJabuiom}GJMKUS#$cq(fiPK z-Rx5LeZsM-uscUtF(LNy*W_kp@}gSYa1sl?P;}(y>@KNmo}Fo|8Z4RoumH z!rUQ|IvmaQ^RB%AdzACDx|YA*z^2*2^I_J6tRa;!i8jlsGHwS`-QwniWEv)Rb1geD z8?kSqfZWm5ioN2rb8Hk)GHVtPbA*xY-(-mUkj@_hkvE4#ySSPZu&7xf9`vfd5y>bb(gxjx8XatQf#WF4RZU>D3-s5mV(!JgUJ{>K$ zPwmXqU^*skq-I;N^}1E6h3(Qb`CQ=E-$KrPfsR{|JNQUsa<8NGOrHDp1Y7iR5Mt_L4yLysm{tVcH z#P`Ell1G=F$R}^A4r0lzE-k7+iLbPpW*-1rSM!m7xRWFL>C5?8j$hQ@NLsV^m7~$e z%F?NG5d;v|rHTkvg9yd_slwf1xZ}GHwHNgM z5bvsln$xn<{+=MU=;*twqFH=A8TxshA@AM9QvyucO?wN_lz`pVC8a^z*96X3K498< zHkwKRJE1ojC)C($NaFIjfqV6PzDJg@azgw!(qO_t8GAH=utaBKY+1lOsxqG8%Rea7 z)Wl$Bzt)oFqTj#o=sKF7zZ~_@+P5(j*Z&y#XWL7Yx?5d{X!sK%H$RTXULE3Wzn+~q zq+W8HUUzvu@SsAD2zAh6C%0)K!lE-QXUI>_A&z!gf!=!Q@W18`T<^c-!xEUw8du3F zV&sOX`-Mqea8s{wX%MoIhC;Z2Wx?i)BZXXG6&YdSzHLqSF%l`i3|-uVVY)n67~wJ3 z@kxjBf{GOBCOitFp!TLpLE^)54I#I~6N`$A)=9KSLKMqKBS?H;yFnF*G&r4v_)WAq zGa;C8YFIBdX*X>7Nn5V4h{r@n2|HOQqOjA^;K0T#J`(jb8H`lA;%M;cas(&$v+c%$c)PcJ<&@9R~NPU)>EV z3bKc+x2x}}dC!d!0V`3(Wc@V$3UQ1po}L`M_DGAdvW_)o;SpMV)NihztK<8^Pxh4+ zPv+|G_Q0ZDvG4K`fAtOsj+gVPb72qY&kDx&D9-0mYXZu)mp3>%@}?7sL8k%9>F|~gk{Jx8?3!gd5;o(5>rFuBG zgQKedfJxA7Fbp}|Q;#uIViwJuPi}kvK?_|EuzZerSMmoEL?Bf;9w;|DcBozVASV5f zJ!Xm^^a^wsn?tiptr?6sq1GpEx>t_I0Z!;@0L)>>*iS}gU8*oxhQ}0$xHE zot87srh+=D61yv~bI+j3Ona-^riWTrlhYm@#=X*E%@pAj>}vH_aIrAr9%+&6fN=}z zDz+_pFQ8b~YnMc0P<3;r+5MKy0OZL^4wlv)-|NPvbd(mK^d3Qt5X`71OrS#ODq5-Z zFw6_-oCsdb7{0gG`Tb+7l%CmS<;X`#jl1nl;t&pOsDcA8?6OENW6&diSB{IzV^pjB zfsoj`!zsctZX?RIh=8$ENQ*JuqZ_gGwI@|3~xd zCG`86c7IJsBJ4`)M?bIw>OLwe$&xbzVTcg-EX_(S`>oZQs$gP}`!@SSFCg4y`q(c% z9WF`Vt4GS2gQrTYgEUuZ<#?!MQ4)vV8G3E>`QZ*D;(O?;Q)>{a7%qeDJW^0Jfv>7g zc2tr-4s=Hs!DBKh@YeA2lyAsa7ii)TEM-&}x=O#ti@JH-JpB#aY{&*D?svcSq~LAa z|NIcoekw(l2mZ=$mQZzK^qDbdb02^jLL}rD$=wGG`gJjv6X-)GnGWs93PqfxyAy%! zn-m@Dl!y|y=dQH*mr-OX&bO8CscdV$E~9d{S!*6;&kdg<(qI70T5o9o2QFl#}AghYj_4s}UkiPCP#=NM9Wm_1uv;b8 zo_uPpRp$lBrQ#j?!>C$*L^dh^$lW3*JeO1iDj!1-7N$8Q)gDhEpdFaq2{xo3$e@6A z{S|C6B=BG3lwJ?Rr%{HvIh&V7E}OLfy&4}G z3Qy|XUfL_jPt*D&R)TEsD769zR93_AhO5*#M7{&OXj=n>4JNkCUv;cwwy?}gUcA0S zds8Vc+;x9U-2vWK^f0=n0dr+`03goAxbhRx75pauYc9YP7kgVloSwcn+$D?-$rtOtR{n~FsHHZBIJ%|F!2^=Rk|P9E5v&;alAobc zWhWRTUtPzyep*nXR*h%#Jd#0B(4M6!!4ot35C+}qsl-nZm&xEVze`?!bB!puCf+Yn z=R|g;U&nY9V9QYPR80T0es; zWjjrK-fgGbw)xEw(qtnxhgt=^|KzwJ@gbrl z&jBQQvLh-H33a)LwHc&4T)fOtEw4>93C_3gU6+k>bg+T`fg7^v=6{8S)FKHpxR!Kj zLWsj2LHjz`%9TNVQc65R_w9SIf#dB4`j25!M_WC;92-+>G$)UQqik3sHJO)r%r6?7 zVjxo01S5*<9ijecV`I%*m6}Q6774j(5k7;I zft0R!UHA}1UU&~`pE7bpV=1<^2;CCXGYis_)Hr4RLx{U`Rmj?7OOM%j;+84oBk-}R z1cGzp4)wT`>be+YuG0Td@ZhT|znrVDr&>*wc3@rC=)iNbx{w|6EITD7>hyQm-xV%%Q+I zPjE1bis_tUa{8~~S{#DkGY@dAR~xbupNqPakINhaXg^l76;yl^X0jX4kE^G#=P;)X z=X&(3TBDRyrhUy zZ}-$?{jmG#WR);_WAC93kU>--5-dHez!WA(NZ#uQ+W-aR9z=C_m*w@8Fp>~Iw_KJ5 zKmT5O>y@%PRw<^fqy)a{D+j^iQ1XI9^;MzQxTV_8S~FreUoGx7(jntF1olQjy9pl zUwih(O@%6@N6t?y>~`*PGFxV;1gB!MEPLW|&W#sr{)W2_M`}9czeUFKr!cJ5M_a)K zPC*U>73K+9)PlG9r!QqGNz5K)4q{HH5k=p z3uEW&Hudk?Y_=o?VWQa$Jb%U7kMIvh;dgvOzw=3I$fig7!o!FFiU!S-xvGJF` zb=^wJthBQ8*p3;V>!&av(@TwIq1s~EubQ)JBPMc?3N;z%3KV{#UOQrt#?j!cY&G;Bhes(*HT6OJ znCq3VOr`UDUQvye=Pe%y^BbG)G$$vR6qyx02T6QY^1sio8Pw68jz)gcI8^Z3Q$E52 z50LZR@{|-ex8F`zM}hKw1W&}&-XWH-yQBw!rrp^7ypw#%RaX=4jmNMj!-@nJ;uOp^ z6p+2jvU+_oZPc}V2bYhE{(&cL)*yAkQ_+%`BoC8)%{mOrY;l^(R|_Jnhw1`D{ND%3u;B&B*NU{yj#9S=a`qxgBFC6vY<%>VQ5;-GZA?YV3*>LvZIK>u5?)7`8ixJ`~ zv`2kxx*3`_RYs@6ik2l+zABg}Y>CeL8JL;VM_6Z>H6?1!1BI7}1O)`_J;y5jc4U;r zSeF~NS*CetVWiYBerwL2Utp|EJbHhAg4ot z?GMZ)IZQwLUOr)6@s~)0z#{7jWqh)ynL{?@YNxvpcM_!)GxbL%R1S>-C#?md z(sgH`<*kb|!XecR#3q;=nuN)JF)utmS2Z{~WDuYlGX+0;1y{+y8YOgmU!Yq%Fjp?= z2AES#ULZ7PTu|<4S<*^j@&l%Zee9eqpsPd>+C00$8|=|w2oy{I4CdC6KLDQ;Xh*kqg^J1y-~Dc%Qd*9A^*<>Kjx-Xo1G6VrLfGb=vZbAKvmFMHv%Kux z%|$;}F72Pb2^)N;qssW!G*#d(AZg_2iMxgyY+2;`$JbTI=%u67G7e)cuwpiB+C=r_O_o*~ALk1d}GpW^%^B2AK9mfJ6( zhvU8VGBVQ<)s3fccCLm}#YNg$>%K_S^;)bnZU62jsgVDynC?rlB%Q-BTz6$m7=ieYCSbS5jTOO8FK>I3+;4?{vics>hS@A;7-}B+S^`gM+s^(MCjbeqPQ0_>Ux4Ko42M%1xLYHB0Oo(qYLcFGaefhI7 zXK#X$Q#b0(shF}R5PwsKeqnSHP!QTSDpeO)WUuq{^cW?D4=~XeiPv9`qIE60PEdv- z(=R9DvFLdZJ)U`ui7EJ%!&`AKlpe{~AwD}uUNl{8RutFHws&u7ee=%QqQimyqxDqw zWR{yLzI)_vtv9QeK9UyY^*l=`arS^{@J&7v2~@xfP_Yn-{^(w3{<#4?ce+&(p>iCq z_opcPN*j@MRhoJGlGm#JGGtfqP(AnSkgMRrW$NZE?3d@gPdLoO@0Vp>|72IQd7{~G z?JWM@kaRc;K)d{O<=bAz-s zAQGt{X8)dAqeDnLh2rHz-G^DMIm;)Fs9arON4p;GQ0v)~uF{ z?935bD#~8~zcFN#0zJ{_kdkA zHKrJgp|JPnB=gK1RvSy^?C`uzjR_&V06ysjWo;*;q}Hb9ng3XM#&j7c__UZ~R5>RX$>EZ@C;$RpUj; z;-ICP0pC4TxOQd(ou%{6`?{+q=Me|_+1GUpxHN?9s{_PU#tYj@3>MBtQtW|$^z++i6i1bq44$?Kh09@E4hWdHuHX!VYq!%kA9kn~FH z+6wZ1F!V=zyQ#-S2FJmXC1h}i=RdKGJb5hM-lu+%2FxAEkY(!93JQ4Xcm9(1W`3$1 z3B~%HLALlGGr`!eAx&+yh7DfMa(a;z-{C8fhpimgllc7i&LSR^+^RJ_sQ#`VJ zNdUmdjU z()4z!ZvIe4z$j8H^~@p2J$pFaZ(?B!a(%Y6bV=X88;pl!TT-{Z!E_H9#HU@qT!4;C zQC@L^Gtne7bmv|=?opo&{|Ka_Lwu^XgH|V$cqtISTut%-|BO=1?8Acl{W9H6DRbfg zZ}@dj%eYNq=w=7M6?NYLddQfj)(b_3`=CU^o53+S>`++xxubo;O}HGv^pOpki;w>( z$en(S{1xE|zR`oNc;W7aq-|9)(y6Y2!hSFQd~x)5S5VU@gjsz%^zY;Ub$mWvp`0di zlJkJ_GGNYuy!Wx>$Pb>wtL4WC`xb&EGKx)6ZI({6!0=sXNnWXHepbz_{Z)pGA@A+O z3PAavf5PX0iL`;iDNI>a+}$Z03v&?ZZ18YQnpt1ocO&M9yF4jsFgZ%B{~u%07?GF` zQJkd@zM9`@Bsk}U5Sri&9~)HMfnMVRywS)0qN>S48<&>#lVL@hUz^I?9|^I7rR_yv z#!!VtNtd?(@WHzH2aHhJo5V2eY_zUbUBpeKUHx#_A%cfhUR3tYee#wJo$G)ObCBz` zYiO4f5US49+5C9oFZRJ@yG1WpPINP$g&TjtY3d3A@Y>@Q>{>=m6AxIwehu3mh)&S* z7x*Hubel(^2KWQiB@M|S6K9-GKM31^g{M)G+0=tDG_BYRysXrfaZ zLagoU0U1Y+N~Pj2r`{nvO0^v)2Fl)e6eC)tZ;|Zg-#b$%NM93^JG+zt2@fGcc7G)z^P`f)ztE8 zd5gJ)banH!b|LFxw z#@B_2NTK5-i9ygGf95K-o}{i4ETNkt2+F3bbVSi!DW{9*yVZk{dA%ux1EUW$;y=Zf z14D{PgMJljJTJ0J)V^@bebLAQ?Wh~K({2#cBHjC28Wb#v3KR0Qzz`O_3uY;vW?z_p zT1T!yH&5_Sm&!Nnv{y5&^9U|xy7HlbzLJ=Qx3DfIvve=vYSky1;T6x%3r&(zkG3~R z=7i-Q+un*3WsP(pxLr)FsLSRpvK+p!z8HfGDU8FS9w%DXK^duR{Cva~G)8NDIQ9ph zFJ@fBu1Lda@#g`xd%oXK^0c_9MjgA;Zmwx)x?DA#k22o%saAUpjrXNnrRk1$RIxjd zIFx|y$=Mc~f9CKJ^ zuJf3)K$;@F=!!z)!{S}ZE>&E#lE?6K8W90=Z|J)YE`Ro?g%|V?gs7nYTbpwl{PDjZ zAUpb`N!v*Q-&BWbwG(`vo#0qL^0{kr98Q=Vi7Tq9jIqtKtmC{rzx?)@nw_KZTI4um zQK@`s+?h3sLAh@Fcg&~O5Lah3nBd8e-{VJGpmRN-JVnL0mSMO}A`5vXfp(o#s`6ox z;7FTBm^N}AM+qU}kASe&$h_0-{`w;PikeO~c1i&_-VX71+lt^zJWl(-fEj77<@aH2 zdV$HrgW(VYAOTxeDy5#oaZ-Mg(EYXPf+s7fKHr1F4uJ0KcqDQF%_(Pc=CehPkfm#( zmV$z{xyAQU?I$jH*!l4-mfPMfK|>V*7hk$bu!t$;Tx9}8L`0T7U(?qm%xS>v*`$VJT#0CCP2Bif%maLZSmQt0U@f1w~&2J4Ab1mR2nHKU% zcmBvQp31&DA@e>mSPrM)hFS0RV zKpRGu`z~tTFOU#Q{%WmIT&PSh*4t~v1boZWSa~?js)7rN0^zkDzT<{=&8i}5n5b9u z!E6q`Q+Ei?;*R2@6ENZA?l#`h-*0R6ZTY23XpSCL!tEb?jMC8MA|^k6TG3#?y0v>D z4eb(RPsFw1XPSmd*jT}$Qg8`1Awu6vZ3a9*c01(>dGEocU!6@28bReZwD&J1hom+K z>u_;fARDI#9BD1n+Tc^n49h`zfwK2+!^1nn`ZZ`6Bal)!)W_cZ*0!wvmS0h|_HPZn z2Z8UVoyY)s*wrrRvw~Vde-A$k0eNp^z2vfnf%4!&nnpm0pxaz~Ny-jXy{{vJHx(Nw+=S#*29RxXHS(#yaRf51uxZr%6^h17oiGjCVLLfjm z{I!xi{Thqtam~ioLb?kLFbR$F=Th%Irf%=K8^3<0|fzuTRbpZb5?GXIBSgyt71$t>k7@mo%Wwj-8 z>j&%5(;hGoWW1G%r#i>qqm1yWw@KJ^8MOQv#p4$aE4ZE1d|s^9Uawb5Dm7>3vYTCV z;;AP!n)p2&HNo2TfgHY1u|?`w(<$jk)aZa1$dF)yn~d2|8k&) zIpigYAdu}eX^d`HmRW2{wy3l;JO3cCYsqjMm<* zHo%?({-!f~KKTIU#&v_O;5y5w9;HcG2H&o&2}Sv>D8beN9ZEsWqO`(czRo~oOEmy; z=R+L40v26-D}m{E8ib?qzdvFBG2;qT^&7ZO`|1|gUbR*sJzYYR}p+tgB>8F@_hN8=%QfaRcqJ)SBC?+0#GY$Xmd z!W~Rj{c>;o{K0p%F3X^sItoKk&bn4`0UDN&=jwSvl9D!CxQ^iK%&i8?RRp7dH;k^p zSi%7i<6;icoS6OjcJ+@U$EgQrWg{s$T-73*H3t8?@nj$%PHL>{XS8Bug%6xNnNi4@ zdr5IjVdUGj01ROtLzQVU&DTTW)+8bb;obDM*0EQdID6J;@LnkRz$OG%QTaQLPaO>6 zwlKh(utK=$oyp1pS;@l!xHRU^Bp?BBpUeU7ppGMHR=jj3B^6R2s20Y~&@+=|Ua%VO zWIQcpstV)?_)L%DwTeX`unpz%&>CWSs+G*Nw}Hj%TLUYdYw^Mkn}V}5aIFe@Ls0-I zl1)OW;!U3~Z9nT$zmH;=5jboSR=<7AEWE(m6p)!nelkymB%9$x-cb@e6NBv~0tiEg z<*3HF5zc^jF8L@eG_ZU1nQ@PB9@kuA&%Na-22I@c0EYO9 zUA-QOn;r1OonI{-&~9^w4o=8n>{^(;skt|p4qXL+Nz^~$rleRVo0#Vy=x1C)D@a=B zQDjeBgF!@x_7%LFNl!oYhb1Yonys#3TB_#D6R3HUp2T!V{lF2#(7YApp9<5h5tJX_ zP5H>iz&s6RaqKJv(fsp5fVTc0*`womRb1Zz>PbWr*s0b6Wwy+DPXOIG55V?)%Gkq_ zfYp&;v!dAaoM|Q))Y57w>0t@T5dcFLA1|S_4VhrI_n<5<5`%6@8q}_if#z`11DS$L z4R;}yC>Rt+z~MG;j9RP?BQy%AWJ3ZL0fu;vQ0djCozXHIAS%P3J+vANR@6V}^9;xQ ztV0!F(b#K!gEqm{+mHZUVP4klyQTYiRLHMY&|xL}P|D7Q^bF9I*%gZL7PzFQB;BA3 zhdwaxL7viMynsrTh0P&6t^Qv3{TwuLJ3_!I<}bz`a9M`@@jG0%=mNI9rsu2`oxDjk zY&3r+I!x?h|L**C)tmSo>`wy2vZ= z7u>pM7DKE;;kq@3zY`$;#vE5t$<1P(sbwWMDi)X!^H)R>HZg}pZ8n|L$d$hVYNJbc z;tYKTee!w-OcLbTuTtMMe$EL7#;2#4Ba}Pc$i_4lPv#RgXgJ+xx`)Q&eRMSi{B5pG zf*c|{7@G7TX3+di{{gsjo_ja_3`fH%lhB5_1t05b&Nxf*8XAGWl zO50-7Q=1c>uZF>S_9<%ureH zdM%kHd%(c3BH?SZX$8L#;^a1$r4mGi5C7|YsZdqab9sX?olbqTQEIHfwNo0q9&i*OB0ga21q8rsXtSeBMDsC5MuqoKUh)M?pwL>cRDFVa`k;Z` zg)r6UgG2Q=g@Q}`4v}Nx;xvAh(joS`GY7!H)F6Uc<#n(CSHv^BWgPS%DWBb@U+hMu zFGDZ29KtC$ptmzmqja{*n&8f7O4g+-;$j;<#tkd)>BI}{jviBS@nOjh89dgu)I6~v zDx<%t^;{8l+qL(LpVvm%H?bPp&%dFT>4p!|6U-zw6$@E_5^o1{B@SQ-Nd+Ke)N(n1f8j? zCeOQEwT5AgtnvFsa}iLkmm0ecpY}pj5Z?nXi1*Uf7%|ZN2T62sXP<LC0~Pl4*{{Tk4c`1>(?(L2LffN@P^9 zM8+R*zW1x#gmaQbw(Mhw{oVBg&3uJS0RzJCgtcw2zvKvYmVvcNo$DQuj$qlQEAk$3 zSS4xC0`bohp)Aa9qLlo}!HbvX(`U~ZkkRqaxoX(-7iGukxC>4x2G%YZ8@rt6>hFGZ zBMC7UqZG_OB`Sx{=3UdSRmnc)a9~%AgWwVlV!ds&vwJAOE40@PZ^FoB6@qnL~MLba{vo;1PRjL zYZwQn{T2ftsA_)siIt&OwXvY~FMFi=_%&l=$^O9rQ|@%3|G1+XRg57!2HD}S-5OCG z7B`*&_~%Jb#kq)FHbxi3!NBZu9)USEhf9~Y8CrKK^;zfNn8RKI1Evch+q8UXzkr9C z9tRiIM*_w1&r`%ORqbh!k-ZS`88$=pMpY5E4+~!RKkCsiN6PKMqQ|^X!GYgQus>V2c-!fO3Pk(O*#uXypubO)tLq1%n7-6)pfCBg(vWl_`5PL?k z(uo?fWm!>k@cmjBX{(@(ZHTy{z&+&I7groN+dnN_sQEGc{rsUU<1SF#zE_uP?s^Ot zk4){ON$K;J4`-DhNQ_ysUiM!>>~ERj7LQ*A?p~DQOTiZALQT5r#`VQ3P}q6rPVo_1 z#RW{$t}BF~JKz+ZaO-XCas)m)wfdT03a){MbvSEtNrb*zu^2lkSfP5nj|>Veq>afpu1 zL%L8=$|gkxsyiY zT_TG|Kd2aFZ$MbFy6Zj_L1K0JZJC0>a{8m1`a4y&w~Ds<}$1)zS9d;b#B3v zr4(rzzY3EOa$89vp+OKO0a6%*d3VU|jSG3@-HKJ`!VYLo3krMLlh7lqc|F!16)r~u zmu$BrA2+UiVr$toX)b%O z#vg=6UyhJaDQNJ@QHj$I< zG+h#%G_-#*q|>oGHypq%QYYrYq)_~5Z%l^6O~?Ir{5L9i?TooxE+2Ffk*k}2?3i>r znAhkZP`XTDod?=NjFzQFBBDySe_ie0#{czcQh!|#WrKIv!UkoC&P;bN%w{$Y(hiKS zc^8OT7?QAFs^#O*ziX<&u@cpX^q}oQvocR(IYNyu;3xGO5l0m|wm&SHoo!^i}GRW$~wbvY?ax#uICw{7MXhjbt4j2Gs6G zt`u>*y3OQ>wtpnq98=bpOKa?jhwu=V&$DJ;I*hJ_p)dQMM_5(u>m6}4q!sX2=a?~_ zhRsj0sx?2hYgj5TO;Xdneu2jkB_tRwsJ%w*fFD^~dCZ##B!Q~q=rXr09df%iMQcV>?eH)%8=viqltv8-55ueg3eS{nPnvPK=(n|q#RW=kpGi~O84 zC0Eq#(an~8R?7X&!CfJ67DsB61HL>0$^D3SIqv6g)OAQ$>QF(-+Zcso&SmQZ*~$Iw zurOROA4AIsf`|1FtzWi^=jt!#$T<#Q|3+2c7|usc+lB6$n7e4Vxw9=@wUT~@Y`OW= z$;=z$;$%xkm+!d?vUPqk{5|sbE{8TAH6ymI->tk%Dqv0g-=$z36j&=d55I&qhf(%d_isWCE7s>kqD+2bCtskby z?M6=PGeb{JsAkk5wK8KTjSz4;WS>Tx7(hdOiC097s1VwXxOl*ni);FA&lOMh4*}eR zV}7MmRM&M)E0T%71J$}LA6Zs>eT8OO-N!JdNcVCJzi(Eol9K4g{;!gm5D3n(6%ux~ z=cS7i$!K}70hSKi#E-%|BK6r zNd-qIVqo8GbLQ4^FWeoE@C7^v@LHt)wE59QS@*4nXVrsN0k{+S-R&tLHxl8D#4aGo zjjp|Yc+KmYvl5!$g$z-)ghAoTHphHwID;K!IZO=`^(ZApQ2ASUZ=KDN6_)t$9-4G5 zD($)yVxG*|G?^1EI`G1_8k|!2m5=+ugZ1G%UWwjC%96oTf;fqd81w6-a>70jM79@$ zxur)28&vZ<=FydT3q0Y~Gp2DS#Y&1K+IM9gzrrZh_xL-UG!yk^5T@HWG^k}5!Nc@m zaA6`^h=H?uRp)*wQ^MWuXH1R4rhc!e*Mm!>&8B1SB?0&3ZA#|mDaWK>?7)26(nx=A z*3Yk(D`TlU2nTy)?^UJB&@9DVp`fR>Lezf)X_x_eF*3Og-@ewp{oF zxM->>v25uBW7{Hc-Hve zxqT=H@)5<5g+;lHC|8__$fYgsH|+;sAcg@#QE9Lc7DQRE5fDkl&A!@8vB;0t8p{gM zDp{SwFp-)w^n_S?60P_Q{tog}O{F*|vsP!(i~p+P?sc7KyWUzr$vaDln!SZwf|G~i zyAanF;$UZ^x!NbDyc4?MKdF7UGVcGHQGUUzYrP>1bAc3WHJ=z3-_4K*r?)fSO@t=F zef-?Eo*o2)NKNCNl?Z({D%qZ_zWOlkrCLSw!WXh^)SBw$fsfsD9jLCu{kx zB64R&QB<|(!*O@ea=*&G2V@6dzL2R$nG2}FjX69b()p7tNm#5=u*?m~Kzr6J(z76Q zd(`kzj<=J^er7Er?4g6G^J>dB)2AD=4W16p)yMh@_xo4b z@X_5}JrMlE;!jZWuk0n0Q6l#`sP=DipXLBpm?$_Ul^E_DwG>`Qw}ZcONOxG4=xK8G zb-vUsHW8cme-Q*E({{R8>nIsJyoL5jOn;Os#0=jh^d9mgGF+C+x!f23s1zioNu3yUrVUV4p$ zpxF8DT-STrxois%7COHnaBW5V2Rq#xxMvK76%@M=dgD_#>suiCb<^Q0#{}6mFL}pi zzFzHHmia8fMiGL;MD@&>L^^tsVVVGfs6Q=+jAd}v9b7HJAAw8R#%HE${dK#)DPh!zefNps`z*j=}9Tz~S1A!mJ6c|FlD5!~3|gItqJS zQU0Pj?hj}YNOIn9@^E5Tww!QZ>d6Km8jW3GRn_4-*K;Krhr}(i(J>eZYl()Hg+XGd z6Hgn+^kX|YMtq{;7dL~HzwadbUcB*!PcA9knaN%LDhc2(l`q=RfTdpv>?TRy6!sUH z$i92?aKd(Q2EOzax{6?nwPn2zjOiD8mj1}BLK2=8^HYU`!O8c0TWxMRa5Ou|@XPFl z+a1YDTz=IB{-^C38Vo>Etod9w6BlL%U}%EgR(mv(v<^{jkS;qA%$ZAbZv0K*6FgaE zq3qJUt;IBoEMGR<1lOt1X^2xedhwj&OG4%isPq#a{k^`v@I5le0-9(KA1aFXHYJSn z6O{K<;ZFjJ=cUtR&o+eu=V<_Po$aeeuV~Q2mN2t$hV9f3jK4&fTBHvC>HQjVc6!@&A zAGm@lB!ZiQdyR-NX7u!2^6i1WSM}32VD;`jowndn#I84}yG~1Ojls3GOSV@u%*?9w z_S=7n)}SVFg=xr_Oi;>dmw+CXx=ZUZI#{S?MB6z~EvtO@!N6wK;{O#S_(v#yB3!?4 Tp404mzB)ibMpe2-(meEk>U^?z literal 0 HcmV?d00001 diff --git a/v0.1.38/assets/favicon.svg b/v0.1.38/assets/favicon.svg new file mode 100644 index 000000000..cd0025ded --- /dev/null +++ b/v0.1.38/assets/favicon.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/assets/logo-dark.svg b/v0.1.38/assets/logo-dark.svg new file mode 100644 index 000000000..dd29edc19 --- /dev/null +++ b/v0.1.38/assets/logo-dark.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/assets/logo-negative.svg b/v0.1.38/assets/logo-negative.svg new file mode 100644 index 000000000..0f87f0136 --- /dev/null +++ b/v0.1.38/assets/logo-negative.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/assets/logo.svg b/v0.1.38/assets/logo.svg new file mode 100644 index 000000000..cd4be0cca --- /dev/null +++ b/v0.1.38/assets/logo.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/assets/themes/catppuccin-frappe.css b/v0.1.38/assets/themes/catppuccin-frappe.css new file mode 100644 index 000000000..32e3f0082 --- /dev/null +++ b/v0.1.38/assets/themes/catppuccin-frappe.css @@ -0,0 +1 @@ +html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe .file-name,html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-frappe .pagination-previous:focus,html.theme--catppuccin-frappe .pagination-next:focus,html.theme--catppuccin-frappe .pagination-link:focus,html.theme--catppuccin-frappe .pagination-ellipsis:focus,html.theme--catppuccin-frappe .file-cta:focus,html.theme--catppuccin-frappe .file-name:focus,html.theme--catppuccin-frappe .select select:focus,html.theme--catppuccin-frappe .textarea:focus,html.theme--catppuccin-frappe .input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-frappe .button:focus,html.theme--catppuccin-frappe .is-focused.pagination-previous,html.theme--catppuccin-frappe .is-focused.pagination-next,html.theme--catppuccin-frappe .is-focused.pagination-link,html.theme--catppuccin-frappe .is-focused.pagination-ellipsis,html.theme--catppuccin-frappe .is-focused.file-cta,html.theme--catppuccin-frappe .is-focused.file-name,html.theme--catppuccin-frappe .select select.is-focused,html.theme--catppuccin-frappe .is-focused.textarea,html.theme--catppuccin-frappe .is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-focused.button,html.theme--catppuccin-frappe .pagination-previous:active,html.theme--catppuccin-frappe .pagination-next:active,html.theme--catppuccin-frappe .pagination-link:active,html.theme--catppuccin-frappe .pagination-ellipsis:active,html.theme--catppuccin-frappe .file-cta:active,html.theme--catppuccin-frappe .file-name:active,html.theme--catppuccin-frappe .select select:active,html.theme--catppuccin-frappe .textarea:active,html.theme--catppuccin-frappe .input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-frappe .button:active,html.theme--catppuccin-frappe .is-active.pagination-previous,html.theme--catppuccin-frappe .is-active.pagination-next,html.theme--catppuccin-frappe .is-active.pagination-link,html.theme--catppuccin-frappe .is-active.pagination-ellipsis,html.theme--catppuccin-frappe .is-active.file-cta,html.theme--catppuccin-frappe .is-active.file-name,html.theme--catppuccin-frappe .select select.is-active,html.theme--catppuccin-frappe .is-active.textarea,html.theme--catppuccin-frappe .is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .is-active.button{outline:none}html.theme--catppuccin-frappe .pagination-previous[disabled],html.theme--catppuccin-frappe .pagination-next[disabled],html.theme--catppuccin-frappe .pagination-link[disabled],html.theme--catppuccin-frappe .pagination-ellipsis[disabled],html.theme--catppuccin-frappe .file-cta[disabled],html.theme--catppuccin-frappe .file-name[disabled],html.theme--catppuccin-frappe .select select[disabled],html.theme--catppuccin-frappe .textarea[disabled],html.theme--catppuccin-frappe .input[disabled],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-frappe .button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-frappe .file-name,html.theme--catppuccin-frappe fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-frappe .select select,fieldset[disabled] html.theme--catppuccin-frappe .textarea,fieldset[disabled] html.theme--catppuccin-frappe .input,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe fieldset[disabled] .select select,html.theme--catppuccin-frappe .select fieldset[disabled] select,html.theme--catppuccin-frappe fieldset[disabled] .textarea,html.theme--catppuccin-frappe fieldset[disabled] .input,html.theme--catppuccin-frappe fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-frappe .button,html.theme--catppuccin-frappe fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-frappe .tabs,html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .breadcrumb,html.theme--catppuccin-frappe .file,html.theme--catppuccin-frappe .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-frappe .admonition:not(:last-child),html.theme--catppuccin-frappe .tabs:not(:last-child),html.theme--catppuccin-frappe .pagination:not(:last-child),html.theme--catppuccin-frappe .message:not(:last-child),html.theme--catppuccin-frappe .level:not(:last-child),html.theme--catppuccin-frappe .breadcrumb:not(:last-child),html.theme--catppuccin-frappe .block:not(:last-child),html.theme--catppuccin-frappe .title:not(:last-child),html.theme--catppuccin-frappe .subtitle:not(:last-child),html.theme--catppuccin-frappe .table-container:not(:last-child),html.theme--catppuccin-frappe .table:not(:last-child),html.theme--catppuccin-frappe .progress:not(:last-child),html.theme--catppuccin-frappe .notification:not(:last-child),html.theme--catppuccin-frappe .content:not(:last-child),html.theme--catppuccin-frappe .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .modal-close,html.theme--catppuccin-frappe .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-frappe .modal-close::before,html.theme--catppuccin-frappe .delete::before,html.theme--catppuccin-frappe .modal-close::after,html.theme--catppuccin-frappe .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-frappe .modal-close::before,html.theme--catppuccin-frappe .delete::before{height:2px;width:50%}html.theme--catppuccin-frappe .modal-close::after,html.theme--catppuccin-frappe .delete::after{height:50%;width:2px}html.theme--catppuccin-frappe .modal-close:hover,html.theme--catppuccin-frappe .delete:hover,html.theme--catppuccin-frappe .modal-close:focus,html.theme--catppuccin-frappe .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-frappe .modal-close:active,html.theme--catppuccin-frappe .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-frappe .is-small.modal-close,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-frappe .is-small.delete,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-frappe .is-medium.modal-close,html.theme--catppuccin-frappe .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-frappe .is-large.modal-close,html.theme--catppuccin-frappe .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-frappe .control.is-loading::after,html.theme--catppuccin-frappe .select.is-loading::after,html.theme--catppuccin-frappe .loader,html.theme--catppuccin-frappe .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #838ba7;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-frappe .hero-video,html.theme--catppuccin-frappe .modal-background,html.theme--catppuccin-frappe .modal,html.theme--catppuccin-frappe .image.is-square img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-frappe .image.is-square .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-frappe .image.is-1by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-frappe .image.is-1by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-frappe .image.is-5by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-frappe .image.is-5by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-frappe .image.is-4by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-frappe .image.is-4by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-frappe .image.is-3by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-frappe .image.is-5by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-frappe .image.is-5by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-frappe .image.is-16by9 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-frappe .image.is-16by9 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-frappe .image.is-2by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-frappe .image.is-2by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-frappe .image.is-3by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-frappe .image.is-3by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-frappe .image.is-4by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-frappe .image.is-4by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-frappe .image.is-3by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-frappe .image.is-3by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-frappe .image.is-2by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-frappe .image.is-2by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-frappe .image.is-3by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-frappe .image.is-9by16 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-frappe .image.is-9by16 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-frappe .image.is-1by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-frappe .image.is-1by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-frappe .image.is-1by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-frappe .image.is-1by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-frappe .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#414559 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#2b2e3c !important}.has-background-dark{background-color:#414559 !important}.has-text-primary{color:#8caaee !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#6089e7 !important}.has-background-primary{background-color:#8caaee !important}.has-text-primary-light{color:#edf2fc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c1d1f6 !important}.has-background-primary-light{background-color:#edf2fc !important}.has-text-primary-dark{color:#153a8e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#1c4cbb !important}.has-background-primary-dark{background-color:#153a8e !important}.has-text-link{color:#8caaee !important}a.has-text-link:hover,a.has-text-link:focus{color:#6089e7 !important}.has-background-link{background-color:#8caaee !important}.has-text-link-light{color:#edf2fc !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c1d1f6 !important}.has-background-link-light{background-color:#edf2fc !important}.has-text-link-dark{color:#153a8e !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#1c4cbb !important}.has-background-link-dark{background-color:#153a8e !important}.has-text-info{color:#81c8be !important}a.has-text-info:hover,a.has-text-info:focus{color:#5db9ac !important}.has-background-info{background-color:#81c8be !important}.has-text-info-light{color:#f1f9f8 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#cde9e5 !important}.has-background-info-light{background-color:#f1f9f8 !important}.has-text-info-dark{color:#2d675f !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#3c8a7f !important}.has-background-info-dark{background-color:#2d675f !important}.has-text-success{color:#a6d189 !important}a.has-text-success:hover,a.has-text-success:focus{color:#8ac364 !important}.has-background-success{background-color:#a6d189 !important}.has-text-success-light{color:#f4f9f0 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#d8ebcc !important}.has-background-success-light{background-color:#f4f9f0 !important}.has-text-success-dark{color:#446a29 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#5b8f38 !important}.has-background-success-dark{background-color:#446a29 !important}.has-text-warning{color:#e5c890 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#dbb467 !important}.has-background-warning{background-color:#e5c890 !important}.has-text-warning-light{color:#fbf7ee !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f1e2c5 !important}.has-background-warning-light{background-color:#fbf7ee !important}.has-text-warning-dark{color:#78591c !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#a17726 !important}.has-background-warning-dark{background-color:#78591c !important}.has-text-danger{color:#e78284 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#df575a !important}.has-background-danger{background-color:#e78284 !important}.has-text-danger-light{color:#fceeee !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f3c3c4 !important}.has-background-danger-light{background-color:#fceeee !important}.has-text-danger-dark{color:#9a1e20 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c52629 !important}.has-background-danger-dark{background-color:#9a1e20 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#414559 !important}.has-background-grey-darker{background-color:#414559 !important}.has-text-grey-dark{color:#51576d !important}.has-background-grey-dark{background-color:#51576d !important}.has-text-grey{color:#626880 !important}.has-background-grey{background-color:#626880 !important}.has-text-grey-light{color:#737994 !important}.has-background-grey-light{background-color:#737994 !important}.has-text-grey-lighter{color:#838ba7 !important}.has-background-grey-lighter{background-color:#838ba7 !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-frappe html{background-color:#303446;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-frappe article,html.theme--catppuccin-frappe aside,html.theme--catppuccin-frappe figure,html.theme--catppuccin-frappe footer,html.theme--catppuccin-frappe header,html.theme--catppuccin-frappe hgroup,html.theme--catppuccin-frappe section{display:block}html.theme--catppuccin-frappe body,html.theme--catppuccin-frappe button,html.theme--catppuccin-frappe input,html.theme--catppuccin-frappe optgroup,html.theme--catppuccin-frappe select,html.theme--catppuccin-frappe textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-frappe code,html.theme--catppuccin-frappe pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-frappe body{color:#c6d0f5;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-frappe a{color:#8caaee;cursor:pointer;text-decoration:none}html.theme--catppuccin-frappe a strong{color:currentColor}html.theme--catppuccin-frappe a:hover{color:#99d1db}html.theme--catppuccin-frappe code{background-color:#292c3c;color:#c6d0f5;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-frappe hr{background-color:#292c3c;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-frappe img{height:auto;max-width:100%}html.theme--catppuccin-frappe input[type="checkbox"],html.theme--catppuccin-frappe input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-frappe small{font-size:.875em}html.theme--catppuccin-frappe span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-frappe strong{color:#b0bef1;font-weight:700}html.theme--catppuccin-frappe fieldset{border:none}html.theme--catppuccin-frappe pre{-webkit-overflow-scrolling:touch;background-color:#292c3c;color:#c6d0f5;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-frappe pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-frappe table td,html.theme--catppuccin-frappe table th{vertical-align:top}html.theme--catppuccin-frappe table td:not([align]),html.theme--catppuccin-frappe table th:not([align]){text-align:inherit}html.theme--catppuccin-frappe table th{color:#b0bef1}html.theme--catppuccin-frappe .box{background-color:#51576d;border-radius:8px;box-shadow:none;color:#c6d0f5;display:block;padding:1.25rem}html.theme--catppuccin-frappe a.box:hover,html.theme--catppuccin-frappe a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #8caaee}html.theme--catppuccin-frappe a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #8caaee}html.theme--catppuccin-frappe .button{background-color:#292c3c;border-color:#484d69;border-width:1px;color:#8caaee;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-frappe .button strong{color:inherit}html.theme--catppuccin-frappe .button .icon,html.theme--catppuccin-frappe .button .icon.is-small,html.theme--catppuccin-frappe .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-frappe .button .icon.is-medium,html.theme--catppuccin-frappe .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-frappe .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-frappe .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-frappe .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-frappe .button:hover,html.theme--catppuccin-frappe .button.is-hovered{border-color:#737994;color:#b0bef1}html.theme--catppuccin-frappe .button:focus,html.theme--catppuccin-frappe .button.is-focused{border-color:#737994;color:#769aeb}html.theme--catppuccin-frappe .button:focus:not(:active),html.theme--catppuccin-frappe .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button:active,html.theme--catppuccin-frappe .button.is-active{border-color:#51576d;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text{background-color:transparent;border-color:transparent;color:#c6d0f5;text-decoration:underline}html.theme--catppuccin-frappe .button.is-text:hover,html.theme--catppuccin-frappe .button.is-text.is-hovered,html.theme--catppuccin-frappe .button.is-text:focus,html.theme--catppuccin-frappe .button.is-text.is-focused{background-color:#292c3c;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text:active,html.theme--catppuccin-frappe .button.is-text.is-active{background-color:#1f212d;color:#b0bef1}html.theme--catppuccin-frappe .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-frappe .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#8caaee;text-decoration:none}html.theme--catppuccin-frappe .button.is-ghost:hover,html.theme--catppuccin-frappe .button.is-ghost.is-hovered{color:#8caaee;text-decoration:underline}html.theme--catppuccin-frappe .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:hover,html.theme--catppuccin-frappe .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:focus,html.theme--catppuccin-frappe .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white:focus:not(:active),html.theme--catppuccin-frappe .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .button.is-white:active,html.theme--catppuccin-frappe .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-frappe .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted:hover,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-frappe .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-outlined:hover,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-white.is-outlined:focus,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:hover,html.theme--catppuccin-frappe .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:focus,html.theme--catppuccin-frappe .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black:focus:not(:active),html.theme--catppuccin-frappe .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .button.is-black:active,html.theme--catppuccin-frappe .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-frappe .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted:hover,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-outlined:hover,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-black.is-outlined:focus,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:hover,html.theme--catppuccin-frappe .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:focus,html.theme--catppuccin-frappe .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light:focus:not(:active),html.theme--catppuccin-frappe .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .button.is-light:active,html.theme--catppuccin-frappe .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-frappe .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted:hover,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-outlined:hover,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-light.is-outlined:focus,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-dark,html.theme--catppuccin-frappe .content kbd.button{background-color:#414559;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:hover,html.theme--catppuccin-frappe .content kbd.button:hover,html.theme--catppuccin-frappe .button.is-dark.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-hovered{background-color:#3c3f52;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:focus,html.theme--catppuccin-frappe .content kbd.button:focus,html.theme--catppuccin-frappe .button.is-dark.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark:focus:not(:active),html.theme--catppuccin-frappe .content kbd.button:focus:not(:active),html.theme--catppuccin-frappe .button.is-dark.is-focused:not(:active),html.theme--catppuccin-frappe .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .button.is-dark:active,html.theme--catppuccin-frappe .content kbd.button:active,html.theme--catppuccin-frappe .button.is-dark.is-active,html.theme--catppuccin-frappe .content kbd.button.is-active{background-color:#363a4a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-dark[disabled],html.theme--catppuccin-frappe .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button{background-color:#414559;border-color:#414559;box-shadow:none}html.theme--catppuccin-frappe .button.is-dark.is-inverted,html.theme--catppuccin-frappe .content kbd.button.is-inverted{background-color:#fff;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted:hover,html.theme--catppuccin-frappe .content kbd.button.is-inverted:hover,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-dark.is-inverted[disabled],html.theme--catppuccin-frappe .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-loading::after,html.theme--catppuccin-frappe .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined,html.theme--catppuccin-frappe .content kbd.button.is-outlined{background-color:transparent;border-color:#414559;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-outlined:hover,html.theme--catppuccin-frappe .content kbd.button.is-outlined:hover,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-dark.is-outlined:focus,html.theme--catppuccin-frappe .content kbd.button.is-outlined:focus,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-focused{background-color:#414559;border-color:#414559;color:#fff}html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #414559 #414559 !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-dark.is-outlined[disabled],html.theme--catppuccin-frappe .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-outlined{background-color:transparent;border-color:#414559;box-shadow:none;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#414559}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #414559 #414559 !important}html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-primary,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:hover,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:focus,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary:focus:not(:active),html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-frappe .button.is-primary.is-focused:not(:active),html.theme--catppuccin-frappe .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button.is-primary:active,html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-frappe .button.is-primary.is-active,html.theme--catppuccin-frappe .docstring>section>a.button.is-active.docs-sourcelink{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-primary[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.docs-sourcelink{background-color:#8caaee;border-color:#8caaee;box-shadow:none}html.theme--catppuccin-frappe .button.is-primary.is-inverted,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-primary.is-inverted[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-loading::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-outlined:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-frappe .button.is-primary.is-outlined:focus,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-frappe .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-primary.is-outlined[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8caaee;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-frappe .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-primary.is-light,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .button.is-primary.is-light:hover,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-frappe .button.is-primary.is-light.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e2eafb;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-primary.is-light:active,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-frappe .button.is-primary.is-light.is-active,html.theme--catppuccin-frappe .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d7e1f9;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-link{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:hover,html.theme--catppuccin-frappe .button.is-link.is-hovered{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:focus,html.theme--catppuccin-frappe .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link:focus:not(:active),html.theme--catppuccin-frappe .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .button.is-link:active,html.theme--catppuccin-frappe .button.is-link.is-active{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link{background-color:#8caaee;border-color:#8caaee;box-shadow:none}html.theme--catppuccin-frappe .button.is-link.is-inverted{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted:hover,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-link.is-outlined{background-color:transparent;border-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-outlined:hover,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-link.is-outlined:focus,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-focused{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-outlined{background-color:transparent;border-color:#8caaee;box-shadow:none;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8caaee #8caaee !important}html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-link.is-light{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .button.is-link.is-light:hover,html.theme--catppuccin-frappe .button.is-link.is-light.is-hovered{background-color:#e2eafb;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-link.is-light:active,html.theme--catppuccin-frappe .button.is-link.is-light.is-active{background-color:#d7e1f9;border-color:transparent;color:#153a8e}html.theme--catppuccin-frappe .button.is-info{background-color:#81c8be;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:hover,html.theme--catppuccin-frappe .button.is-info.is-hovered{background-color:#78c4b9;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:focus,html.theme--catppuccin-frappe .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info:focus:not(:active),html.theme--catppuccin-frappe .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .button.is-info:active,html.theme--catppuccin-frappe .button.is-info.is-active{background-color:#6fc0b5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info{background-color:#81c8be;border-color:#81c8be;box-shadow:none}html.theme--catppuccin-frappe .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted:hover,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-info.is-outlined{background-color:transparent;border-color:#81c8be;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-outlined:hover,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-info.is-outlined:focus,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-focused{background-color:#81c8be;border-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #81c8be #81c8be !important}html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-outlined{background-color:transparent;border-color:#81c8be;box-shadow:none;color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #81c8be #81c8be !important}html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-info.is-light{background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .button.is-info.is-light:hover,html.theme--catppuccin-frappe .button.is-info.is-light.is-hovered{background-color:#e8f5f3;border-color:transparent;color:#2d675f}html.theme--catppuccin-frappe .button.is-info.is-light:active,html.theme--catppuccin-frappe .button.is-info.is-light.is-active{background-color:#dff1ef;border-color:transparent;color:#2d675f}html.theme--catppuccin-frappe .button.is-success{background-color:#a6d189;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:hover,html.theme--catppuccin-frappe .button.is-success.is-hovered{background-color:#9fcd80;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:focus,html.theme--catppuccin-frappe .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success:focus:not(:active),html.theme--catppuccin-frappe .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .button.is-success:active,html.theme--catppuccin-frappe .button.is-success.is-active{background-color:#98ca77;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success{background-color:#a6d189;border-color:#a6d189;box-shadow:none}html.theme--catppuccin-frappe .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted:hover,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-success.is-outlined{background-color:transparent;border-color:#a6d189;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-outlined:hover,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-success.is-outlined:focus,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-focused{background-color:#a6d189;border-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6d189 #a6d189 !important}html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-outlined{background-color:transparent;border-color:#a6d189;box-shadow:none;color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6d189 #a6d189 !important}html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-success.is-light{background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .button.is-success.is-light:hover,html.theme--catppuccin-frappe .button.is-success.is-light.is-hovered{background-color:#edf6e7;border-color:transparent;color:#446a29}html.theme--catppuccin-frappe .button.is-success.is-light:active,html.theme--catppuccin-frappe .button.is-success.is-light.is-active{background-color:#e6f2de;border-color:transparent;color:#446a29}html.theme--catppuccin-frappe .button.is-warning{background-color:#e5c890;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:hover,html.theme--catppuccin-frappe .button.is-warning.is-hovered{background-color:#e3c386;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:focus,html.theme--catppuccin-frappe .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning:focus:not(:active),html.theme--catppuccin-frappe .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .button.is-warning:active,html.theme--catppuccin-frappe .button.is-warning.is-active{background-color:#e0be7b;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning{background-color:#e5c890;border-color:#e5c890;box-shadow:none}html.theme--catppuccin-frappe .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted:hover,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined{background-color:transparent;border-color:#e5c890;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-outlined:hover,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-warning.is-outlined:focus,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-focused{background-color:#e5c890;border-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #e5c890 #e5c890 !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-frappe .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-outlined{background-color:transparent;border-color:#e5c890;box-shadow:none;color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #e5c890 #e5c890 !important}html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .button.is-warning.is-light{background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .button.is-warning.is-light:hover,html.theme--catppuccin-frappe .button.is-warning.is-light.is-hovered{background-color:#f9f2e4;border-color:transparent;color:#78591c}html.theme--catppuccin-frappe .button.is-warning.is-light:active,html.theme--catppuccin-frappe .button.is-warning.is-light.is-active{background-color:#f6edda;border-color:transparent;color:#78591c}html.theme--catppuccin-frappe .button.is-danger{background-color:#e78284;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:hover,html.theme--catppuccin-frappe .button.is-danger.is-hovered{background-color:#e57779;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:focus,html.theme--catppuccin-frappe .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger:focus:not(:active),html.theme--catppuccin-frappe .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .button.is-danger:active,html.theme--catppuccin-frappe .button.is-danger.is-active{background-color:#e36d6f;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger{background-color:#e78284;border-color:#e78284;box-shadow:none}html.theme--catppuccin-frappe .button.is-danger.is-inverted{background-color:#fff;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted:hover,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-frappe .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined{background-color:transparent;border-color:#e78284;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-outlined:hover,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-danger.is-outlined:focus,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-focused{background-color:#e78284;border-color:#e78284;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #e78284 #e78284 !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-frappe .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-outlined{background-color:transparent;border-color:#e78284;box-shadow:none;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#e78284}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #e78284 #e78284 !important}html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-frappe .button.is-danger.is-light{background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .button.is-danger.is-light:hover,html.theme--catppuccin-frappe .button.is-danger.is-light.is-hovered{background-color:#fae3e4;border-color:transparent;color:#9a1e20}html.theme--catppuccin-frappe .button.is-danger.is-light:active,html.theme--catppuccin-frappe .button.is-danger.is-light.is-active{background-color:#f8d8d9;border-color:transparent;color:#9a1e20}html.theme--catppuccin-frappe .button.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-frappe .button.is-small:not(.is-rounded),html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-frappe .button.is-normal{font-size:1rem}html.theme--catppuccin-frappe .button.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .button.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .button[disabled],fieldset[disabled] html.theme--catppuccin-frappe .button{background-color:#737994;border-color:#626880;box-shadow:none;opacity:.5}html.theme--catppuccin-frappe .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-frappe .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-frappe .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-frappe .button.is-static{background-color:#292c3c;border-color:#626880;color:#838ba7;box-shadow:none;pointer-events:none}html.theme--catppuccin-frappe .button.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-frappe .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-frappe .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-frappe .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-frappe .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-frappe .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-frappe .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-frappe .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-frappe .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-frappe .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-frappe .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-frappe .buttons.has-addons .button:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-frappe .buttons.has-addons .button:focus,html.theme--catppuccin-frappe .buttons.has-addons .button.is-focused,html.theme--catppuccin-frappe .buttons.has-addons .button:active,html.theme--catppuccin-frappe .buttons.has-addons .button.is-active,html.theme--catppuccin-frappe .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-frappe .buttons.has-addons .button:focus:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-frappe .buttons.has-addons .button:active:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-frappe .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-frappe .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .buttons.is-centered{justify-content:center}html.theme--catppuccin-frappe .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-frappe .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .button.is-responsive.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-frappe .button.is-responsive,html.theme--catppuccin-frappe .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-frappe .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-frappe .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .button.is-responsive.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-frappe .button.is-responsive,html.theme--catppuccin-frappe .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-frappe .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-frappe .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-frappe .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-frappe .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-frappe .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-frappe .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-frappe .content li+li{margin-top:0.25em}html.theme--catppuccin-frappe .content p:not(:last-child),html.theme--catppuccin-frappe .content dl:not(:last-child),html.theme--catppuccin-frappe .content ol:not(:last-child),html.theme--catppuccin-frappe .content ul:not(:last-child),html.theme--catppuccin-frappe .content blockquote:not(:last-child),html.theme--catppuccin-frappe .content pre:not(:last-child),html.theme--catppuccin-frappe .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-frappe .content h1,html.theme--catppuccin-frappe .content h2,html.theme--catppuccin-frappe .content h3,html.theme--catppuccin-frappe .content h4,html.theme--catppuccin-frappe .content h5,html.theme--catppuccin-frappe .content h6{color:#c6d0f5;font-weight:600;line-height:1.125}html.theme--catppuccin-frappe .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-frappe .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-frappe .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-frappe .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-frappe .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-frappe .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-frappe .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-frappe .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-frappe .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-frappe .content blockquote{background-color:#292c3c;border-left:5px solid #626880;padding:1.25em 1.5em}html.theme--catppuccin-frappe .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-frappe .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-frappe .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-frappe .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-frappe .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-frappe .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-frappe .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-frappe .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-frappe .content ul ul ul{list-style-type:square}html.theme--catppuccin-frappe .content dd{margin-left:2em}html.theme--catppuccin-frappe .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-frappe .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-frappe .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-frappe .content figure img{display:inline-block}html.theme--catppuccin-frappe .content figure figcaption{font-style:italic}html.theme--catppuccin-frappe .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-frappe .content sup,html.theme--catppuccin-frappe .content sub{font-size:75%}html.theme--catppuccin-frappe .content table{width:100%}html.theme--catppuccin-frappe .content table td,html.theme--catppuccin-frappe .content table th{border:1px solid #626880;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-frappe .content table th{color:#b0bef1}html.theme--catppuccin-frappe .content table th:not([align]){text-align:inherit}html.theme--catppuccin-frappe .content table thead td,html.theme--catppuccin-frappe .content table thead th{border-width:0 0 2px;color:#b0bef1}html.theme--catppuccin-frappe .content table tfoot td,html.theme--catppuccin-frappe .content table tfoot th{border-width:2px 0 0;color:#b0bef1}html.theme--catppuccin-frappe .content table tbody tr:last-child td,html.theme--catppuccin-frappe .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-frappe .content .tabs li+li{margin-top:0}html.theme--catppuccin-frappe .content.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-frappe .content.is-normal{font-size:1rem}html.theme--catppuccin-frappe .content.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .content.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-frappe .icon.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-frappe .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-frappe .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-frappe .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-frappe .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-frappe .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-frappe div.icon-text{display:flex}html.theme--catppuccin-frappe .image,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-frappe .image img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-frappe .image img.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-frappe .image.is-fullwidth,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-frappe .image.is-square img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-frappe .image.is-square .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-frappe .image.is-1by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-frappe .image.is-1by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-frappe .image.is-5by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-frappe .image.is-5by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-frappe .image.is-4by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-frappe .image.is-4by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-frappe .image.is-3by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-frappe .image.is-5by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-frappe .image.is-5by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-frappe .image.is-16by9 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-frappe .image.is-16by9 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-frappe .image.is-2by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-frappe .image.is-2by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-frappe .image.is-3by1 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-frappe .image.is-3by1 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-frappe .image.is-4by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-frappe .image.is-4by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-frappe .image.is-3by4 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-frappe .image.is-3by4 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-frappe .image.is-2by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-frappe .image.is-2by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-frappe .image.is-3by5 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-frappe .image.is-3by5 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-frappe .image.is-9by16 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-frappe .image.is-9by16 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-frappe .image.is-1by2 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-frappe .image.is-1by2 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-frappe .image.is-1by3 img,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-frappe .image.is-1by3 .has-ratio,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-frappe .image.is-square,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-frappe .image.is-1by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-frappe .image.is-5by4,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-frappe .image.is-4by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-frappe .image.is-3by2,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-frappe .image.is-5by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-frappe .image.is-16by9,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-frappe .image.is-2by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-frappe .image.is-3by1,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-frappe .image.is-4by5,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-frappe .image.is-3by4,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-frappe .image.is-2by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-frappe .image.is-3by5,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-frappe .image.is-9by16,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-frappe .image.is-1by2,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-frappe .image.is-1by3,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-frappe .image.is-16x16,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-frappe .image.is-24x24,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-frappe .image.is-32x32,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-frappe .image.is-48x48,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-frappe .image.is-64x64,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-frappe .image.is-96x96,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-frappe .image.is-128x128,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-frappe .notification{background-color:#292c3c;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-frappe .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-frappe .notification strong{color:currentColor}html.theme--catppuccin-frappe .notification code,html.theme--catppuccin-frappe .notification pre{background:#fff}html.theme--catppuccin-frappe .notification pre code{background:transparent}html.theme--catppuccin-frappe .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-frappe .notification .title,html.theme--catppuccin-frappe .notification .subtitle,html.theme--catppuccin-frappe .notification .content{color:currentColor}html.theme--catppuccin-frappe .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-dark,html.theme--catppuccin-frappe .content kbd.notification{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .notification.is-primary,html.theme--catppuccin-frappe .docstring>section>a.notification.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .notification.is-primary.is-light,html.theme--catppuccin-frappe .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .notification.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .notification.is-link.is-light{background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .notification.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-info.is-light{background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .notification.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-success.is-light{background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .notification.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .notification.is-warning.is-light{background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .notification.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .notification.is-danger.is-light{background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-frappe .progress::-webkit-progress-bar{background-color:#51576d}html.theme--catppuccin-frappe .progress::-webkit-progress-value{background-color:#838ba7}html.theme--catppuccin-frappe .progress::-moz-progress-bar{background-color:#838ba7}html.theme--catppuccin-frappe .progress::-ms-fill{background-color:#838ba7;border:none}html.theme--catppuccin-frappe .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-frappe .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-frappe .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-frappe .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-frappe .content kbd.progress::-webkit-progress-value{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-frappe .content kbd.progress::-moz-progress-bar{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark::-ms-fill,html.theme--catppuccin-frappe .content kbd.progress::-ms-fill{background-color:#414559}html.theme--catppuccin-frappe .progress.is-dark:indeterminate,html.theme--catppuccin-frappe .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #414559 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary::-ms-fill,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-primary:indeterminate,html.theme--catppuccin-frappe .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #8caaee 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-link::-webkit-progress-value{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link::-moz-progress-bar{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link::-ms-fill{background-color:#8caaee}html.theme--catppuccin-frappe .progress.is-link:indeterminate{background-image:linear-gradient(to right, #8caaee 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-info::-webkit-progress-value{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info::-moz-progress-bar{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info::-ms-fill{background-color:#81c8be}html.theme--catppuccin-frappe .progress.is-info:indeterminate{background-image:linear-gradient(to right, #81c8be 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-success::-webkit-progress-value{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success::-moz-progress-bar{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success::-ms-fill{background-color:#a6d189}html.theme--catppuccin-frappe .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6d189 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-warning::-webkit-progress-value{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning::-moz-progress-bar{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning::-ms-fill{background-color:#e5c890}html.theme--catppuccin-frappe .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #e5c890 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress.is-danger::-webkit-progress-value{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger::-moz-progress-bar{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger::-ms-fill{background-color:#e78284}html.theme--catppuccin-frappe .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #e78284 30%, #51576d 30%)}html.theme--catppuccin-frappe .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#51576d;background-image:linear-gradient(to right, #c6d0f5 30%, #51576d 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-frappe .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-frappe .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-frappe .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-frappe .progress.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-frappe .progress.is-medium{height:1.25rem}html.theme--catppuccin-frappe .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-frappe .table{background-color:#51576d;color:#c6d0f5}html.theme--catppuccin-frappe .table td,html.theme--catppuccin-frappe .table th{border:1px solid #626880;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-frappe .table td.is-white,html.theme--catppuccin-frappe .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .table td.is-black,html.theme--catppuccin-frappe .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .table td.is-light,html.theme--catppuccin-frappe .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-dark,html.theme--catppuccin-frappe .table th.is-dark{background-color:#414559;border-color:#414559;color:#fff}html.theme--catppuccin-frappe .table td.is-primary,html.theme--catppuccin-frappe .table th.is-primary{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-link,html.theme--catppuccin-frappe .table th.is-link{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-info,html.theme--catppuccin-frappe .table th.is-info{background-color:#81c8be;border-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-success,html.theme--catppuccin-frappe .table th.is-success{background-color:#a6d189;border-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-warning,html.theme--catppuccin-frappe .table th.is-warning{background-color:#e5c890;border-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .table td.is-danger,html.theme--catppuccin-frappe .table th.is-danger{background-color:#e78284;border-color:#e78284;color:#fff}html.theme--catppuccin-frappe .table td.is-narrow,html.theme--catppuccin-frappe .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-frappe .table td.is-selected,html.theme--catppuccin-frappe .table th.is-selected{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table td.is-selected a,html.theme--catppuccin-frappe .table td.is-selected strong,html.theme--catppuccin-frappe .table th.is-selected a,html.theme--catppuccin-frappe .table th.is-selected strong{color:currentColor}html.theme--catppuccin-frappe .table td.is-vcentered,html.theme--catppuccin-frappe .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-frappe .table th{color:#b0bef1}html.theme--catppuccin-frappe .table th:not([align]){text-align:left}html.theme--catppuccin-frappe .table tr.is-selected{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .table tr.is-selected a,html.theme--catppuccin-frappe .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-frappe .table tr.is-selected td,html.theme--catppuccin-frappe .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-frappe .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table thead td,html.theme--catppuccin-frappe .table thead th{border-width:0 0 2px;color:#b0bef1}html.theme--catppuccin-frappe .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table tfoot td,html.theme--catppuccin-frappe .table tfoot th{border-width:2px 0 0;color:#b0bef1}html.theme--catppuccin-frappe .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .table tbody tr:last-child td,html.theme--catppuccin-frappe .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-frappe .table.is-bordered td,html.theme--catppuccin-frappe .table.is-bordered th{border-width:1px}html.theme--catppuccin-frappe .table.is-bordered tr:last-child td,html.theme--catppuccin-frappe .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-frappe .table.is-fullwidth{width:100%}html.theme--catppuccin-frappe .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#414559}html.theme--catppuccin-frappe .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#414559}html.theme--catppuccin-frappe .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#454a5f}html.theme--catppuccin-frappe .table.is-narrow td,html.theme--catppuccin-frappe .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-frappe .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#414559}html.theme--catppuccin-frappe .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-frappe .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .tags .tag,html.theme--catppuccin-frappe .tags .content kbd,html.theme--catppuccin-frappe .content .tags kbd,html.theme--catppuccin-frappe .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-frappe .tags .tag:not(:last-child),html.theme--catppuccin-frappe .tags .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags kbd:not(:last-child),html.theme--catppuccin-frappe .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-frappe .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-frappe .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-frappe .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-frappe .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-frappe .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-frappe .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-frappe .tags.is-centered{justify-content:center}html.theme--catppuccin-frappe .tags.is-centered .tag,html.theme--catppuccin-frappe .tags.is-centered .content kbd,html.theme--catppuccin-frappe .content .tags.is-centered kbd,html.theme--catppuccin-frappe .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-frappe .tags.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .tags.is-right .tag:not(:first-child),html.theme--catppuccin-frappe .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-frappe .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-frappe .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-frappe .tags.is-right .tag:not(:last-child),html.theme--catppuccin-frappe .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-frappe .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-frappe .tags.has-addons .tag,html.theme--catppuccin-frappe .tags.has-addons .content kbd,html.theme--catppuccin-frappe .content .tags.has-addons kbd,html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-frappe .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-frappe .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-frappe .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-frappe .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-frappe .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-frappe .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-frappe .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-frappe .tag:not(body),html.theme--catppuccin-frappe .content kbd:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#292c3c;border-radius:.4em;color:#c6d0f5;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-frappe .tag:not(body) .delete,html.theme--catppuccin-frappe .content kbd:not(body) .delete,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-frappe .tag.is-white:not(body),html.theme--catppuccin-frappe .content kbd.is-white:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .tag.is-black:not(body),html.theme--catppuccin-frappe .content kbd.is-black:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .tag.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-dark:not(body),html.theme--catppuccin-frappe .content kbd:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-frappe .content .docstring>section>kbd:not(body){background-color:#414559;color:#fff}html.theme--catppuccin-frappe .tag.is-primary:not(body),html.theme--catppuccin-frappe .content kbd.is-primary:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .tag.is-primary.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .tag.is-link:not(body),html.theme--catppuccin-frappe .content kbd.is-link:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .tag.is-link.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-link.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#edf2fc;color:#153a8e}html.theme--catppuccin-frappe .tag.is-info:not(body),html.theme--catppuccin-frappe .content kbd.is-info:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-info.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-info.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#f1f9f8;color:#2d675f}html.theme--catppuccin-frappe .tag.is-success:not(body),html.theme--catppuccin-frappe .content kbd.is-success:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-success.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-success.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f4f9f0;color:#446a29}html.theme--catppuccin-frappe .tag.is-warning:not(body),html.theme--catppuccin-frappe .content kbd.is-warning:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .tag.is-warning.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fbf7ee;color:#78591c}html.theme--catppuccin-frappe .tag.is-danger:not(body),html.theme--catppuccin-frappe .content kbd.is-danger:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .tag.is-danger.is-light:not(body),html.theme--catppuccin-frappe .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fceeee;color:#9a1e20}html.theme--catppuccin-frappe .tag.is-normal:not(body),html.theme--catppuccin-frappe .content kbd.is-normal:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-frappe .tag.is-medium:not(body),html.theme--catppuccin-frappe .content kbd.is-medium:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-frappe .tag.is-large:not(body),html.theme--catppuccin-frappe .content kbd.is-large:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-frappe .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-frappe .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-frappe .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-frappe .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-frappe .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-frappe .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-frappe .tag.is-delete:not(body),html.theme--catppuccin-frappe .content kbd.is-delete:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-frappe .tag.is-delete:not(body)::before,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::before,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-frappe .tag.is-delete:not(body)::after,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::after,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-frappe .tag.is-delete:not(body)::before,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::before,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-frappe .tag.is-delete:not(body)::after,html.theme--catppuccin-frappe .content kbd.is-delete:not(body)::after,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-frappe .tag.is-delete:not(body):hover,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):hover,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-frappe .tag.is-delete:not(body):focus,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):focus,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#1f212d}html.theme--catppuccin-frappe .tag.is-delete:not(body):active,html.theme--catppuccin-frappe .content kbd.is-delete:not(body):active,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#14161e}html.theme--catppuccin-frappe .tag.is-rounded:not(body),html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-frappe .content kbd.is-rounded:not(body),html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-frappe a.tag:hover,html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-frappe .title,html.theme--catppuccin-frappe .subtitle{word-break:break-word}html.theme--catppuccin-frappe .title em,html.theme--catppuccin-frappe .title span,html.theme--catppuccin-frappe .subtitle em,html.theme--catppuccin-frappe .subtitle span{font-weight:inherit}html.theme--catppuccin-frappe .title sub,html.theme--catppuccin-frappe .subtitle sub{font-size:.75em}html.theme--catppuccin-frappe .title sup,html.theme--catppuccin-frappe .subtitle sup{font-size:.75em}html.theme--catppuccin-frappe .title .tag,html.theme--catppuccin-frappe .title .content kbd,html.theme--catppuccin-frappe .content .title kbd,html.theme--catppuccin-frappe .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-frappe .subtitle .tag,html.theme--catppuccin-frappe .subtitle .content kbd,html.theme--catppuccin-frappe .content .subtitle kbd,html.theme--catppuccin-frappe .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-frappe .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-frappe .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-frappe .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-frappe .title.is-1{font-size:3rem}html.theme--catppuccin-frappe .title.is-2{font-size:2.5rem}html.theme--catppuccin-frappe .title.is-3{font-size:2rem}html.theme--catppuccin-frappe .title.is-4{font-size:1.5rem}html.theme--catppuccin-frappe .title.is-5{font-size:1.25rem}html.theme--catppuccin-frappe .title.is-6{font-size:1rem}html.theme--catppuccin-frappe .title.is-7{font-size:.75rem}html.theme--catppuccin-frappe .subtitle{color:#737994;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-frappe .subtitle strong{color:#737994;font-weight:600}html.theme--catppuccin-frappe .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-frappe .subtitle.is-1{font-size:3rem}html.theme--catppuccin-frappe .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-frappe .subtitle.is-3{font-size:2rem}html.theme--catppuccin-frappe .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-frappe .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-frappe .subtitle.is-6{font-size:1rem}html.theme--catppuccin-frappe .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-frappe .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-frappe .number{align-items:center;background-color:#292c3c;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{background-color:#303446;border-color:#626880;border-radius:.4em;color:#838ba7}html.theme--catppuccin-frappe .select select::-moz-placeholder,html.theme--catppuccin-frappe .textarea::-moz-placeholder,html.theme--catppuccin-frappe .input::-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select::-webkit-input-placeholder,html.theme--catppuccin-frappe .textarea::-webkit-input-placeholder,html.theme--catppuccin-frappe .input::-webkit-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:-moz-placeholder,html.theme--catppuccin-frappe .textarea:-moz-placeholder,html.theme--catppuccin-frappe .input:-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:-ms-input-placeholder,html.theme--catppuccin-frappe .textarea:-ms-input-placeholder,html.theme--catppuccin-frappe .input:-ms-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-frappe .select select:hover,html.theme--catppuccin-frappe .textarea:hover,html.theme--catppuccin-frappe .input:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-frappe .select select.is-hovered,html.theme--catppuccin-frappe .is-hovered.textarea,html.theme--catppuccin-frappe .is-hovered.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#737994}html.theme--catppuccin-frappe .select select:focus,html.theme--catppuccin-frappe .textarea:focus,html.theme--catppuccin-frappe .input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-frappe .select select.is-focused,html.theme--catppuccin-frappe .is-focused.textarea,html.theme--catppuccin-frappe .is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .select select:active,html.theme--catppuccin-frappe .textarea:active,html.theme--catppuccin-frappe .input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-frappe .select select.is-active,html.theme--catppuccin-frappe .is-active.textarea,html.theme--catppuccin-frappe .is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#8caaee;box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select select[disabled],html.theme--catppuccin-frappe .textarea[disabled],html.theme--catppuccin-frappe .input[disabled],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-frappe .select select,fieldset[disabled] html.theme--catppuccin-frappe .textarea,fieldset[disabled] html.theme--catppuccin-frappe .input,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{background-color:#737994;border-color:#292c3c;box-shadow:none;color:#f1f4fd}html.theme--catppuccin-frappe .select select[disabled]::-moz-placeholder,html.theme--catppuccin-frappe .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-frappe .input[disabled]::-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]:-moz-placeholder,html.theme--catppuccin-frappe .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-frappe .input[disabled]:-moz-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(241,244,253,0.3)}html.theme--catppuccin-frappe .textarea,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-frappe .textarea[readonly],html.theme--catppuccin-frappe .input[readonly],html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-frappe .is-white.textarea,html.theme--catppuccin-frappe .is-white.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-frappe .is-white.textarea:focus,html.theme--catppuccin-frappe .is-white.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-frappe .is-white.is-focused.textarea,html.theme--catppuccin-frappe .is-white.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-white.textarea:active,html.theme--catppuccin-frappe .is-white.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-frappe .is-white.is-active.textarea,html.theme--catppuccin-frappe .is-white.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .is-black.textarea,html.theme--catppuccin-frappe .is-black.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-frappe .is-black.textarea:focus,html.theme--catppuccin-frappe .is-black.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-frappe .is-black.is-focused.textarea,html.theme--catppuccin-frappe .is-black.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-black.textarea:active,html.theme--catppuccin-frappe .is-black.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-frappe .is-black.is-active.textarea,html.theme--catppuccin-frappe .is-black.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .is-light.textarea,html.theme--catppuccin-frappe .is-light.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-frappe .is-light.textarea:focus,html.theme--catppuccin-frappe .is-light.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-frappe .is-light.is-focused.textarea,html.theme--catppuccin-frappe .is-light.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-light.textarea:active,html.theme--catppuccin-frappe .is-light.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-frappe .is-light.is-active.textarea,html.theme--catppuccin-frappe .is-light.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .is-dark.textarea,html.theme--catppuccin-frappe .content kbd.textarea,html.theme--catppuccin-frappe .is-dark.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-frappe .content kbd.input{border-color:#414559}html.theme--catppuccin-frappe .is-dark.textarea:focus,html.theme--catppuccin-frappe .content kbd.textarea:focus,html.theme--catppuccin-frappe .is-dark.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-frappe .content kbd.input:focus,html.theme--catppuccin-frappe .is-dark.is-focused.textarea,html.theme--catppuccin-frappe .content kbd.is-focused.textarea,html.theme--catppuccin-frappe .is-dark.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .content kbd.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-dark.textarea:active,html.theme--catppuccin-frappe .content kbd.textarea:active,html.theme--catppuccin-frappe .is-dark.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-frappe .content kbd.input:active,html.theme--catppuccin-frappe .is-dark.is-active.textarea,html.theme--catppuccin-frappe .content kbd.is-active.textarea,html.theme--catppuccin-frappe .is-dark.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .content kbd.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .is-primary.textarea,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink{border-color:#8caaee}html.theme--catppuccin-frappe .is-primary.textarea:focus,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-frappe .is-primary.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-frappe .is-primary.is-focused.textarea,html.theme--catppuccin-frappe .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.textarea:active,html.theme--catppuccin-frappe .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-frappe .is-primary.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-frappe .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-frappe .is-primary.is-active.textarea,html.theme--catppuccin-frappe .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-frappe .is-primary.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-frappe .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .is-link.textarea,html.theme--catppuccin-frappe .is-link.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#8caaee}html.theme--catppuccin-frappe .is-link.textarea:focus,html.theme--catppuccin-frappe .is-link.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-frappe .is-link.is-focused.textarea,html.theme--catppuccin-frappe .is-link.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-link.textarea:active,html.theme--catppuccin-frappe .is-link.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-frappe .is-link.is-active.textarea,html.theme--catppuccin-frappe .is-link.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .is-info.textarea,html.theme--catppuccin-frappe .is-info.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#81c8be}html.theme--catppuccin-frappe .is-info.textarea:focus,html.theme--catppuccin-frappe .is-info.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-frappe .is-info.is-focused.textarea,html.theme--catppuccin-frappe .is-info.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-info.textarea:active,html.theme--catppuccin-frappe .is-info.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-frappe .is-info.is-active.textarea,html.theme--catppuccin-frappe .is-info.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .is-success.textarea,html.theme--catppuccin-frappe .is-success.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6d189}html.theme--catppuccin-frappe .is-success.textarea:focus,html.theme--catppuccin-frappe .is-success.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-frappe .is-success.is-focused.textarea,html.theme--catppuccin-frappe .is-success.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-success.textarea:active,html.theme--catppuccin-frappe .is-success.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-frappe .is-success.is-active.textarea,html.theme--catppuccin-frappe .is-success.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .is-warning.textarea,html.theme--catppuccin-frappe .is-warning.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#e5c890}html.theme--catppuccin-frappe .is-warning.textarea:focus,html.theme--catppuccin-frappe .is-warning.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-frappe .is-warning.is-focused.textarea,html.theme--catppuccin-frappe .is-warning.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-warning.textarea:active,html.theme--catppuccin-frappe .is-warning.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-frappe .is-warning.is-active.textarea,html.theme--catppuccin-frappe .is-warning.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .is-danger.textarea,html.theme--catppuccin-frappe .is-danger.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#e78284}html.theme--catppuccin-frappe .is-danger.textarea:focus,html.theme--catppuccin-frappe .is-danger.input:focus,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-frappe .is-danger.is-focused.textarea,html.theme--catppuccin-frappe .is-danger.is-focused.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-frappe .is-danger.textarea:active,html.theme--catppuccin-frappe .is-danger.input:active,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-frappe .is-danger.is-active.textarea,html.theme--catppuccin-frappe .is-danger.is-active.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .is-small.textarea,html.theme--catppuccin-frappe .is-small.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-frappe .is-medium.textarea,html.theme--catppuccin-frappe .is-medium.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .is-large.textarea,html.theme--catppuccin-frappe .is-large.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .is-fullwidth.textarea,html.theme--catppuccin-frappe .is-fullwidth.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-frappe .is-inline.textarea,html.theme--catppuccin-frappe .is-inline.input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-frappe .input.is-rounded,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-frappe .input.is-static,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-frappe .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-frappe .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-frappe .textarea[rows]{height:initial}html.theme--catppuccin-frappe .textarea.has-fixed-size{resize:none}html.theme--catppuccin-frappe .radio,html.theme--catppuccin-frappe .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-frappe .radio input,html.theme--catppuccin-frappe .checkbox input{cursor:pointer}html.theme--catppuccin-frappe .radio:hover,html.theme--catppuccin-frappe .checkbox:hover{color:#99d1db}html.theme--catppuccin-frappe .radio[disabled],html.theme--catppuccin-frappe .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-frappe .radio,fieldset[disabled] html.theme--catppuccin-frappe .checkbox,html.theme--catppuccin-frappe .radio input[disabled],html.theme--catppuccin-frappe .checkbox input[disabled]{color:#f1f4fd;cursor:not-allowed}html.theme--catppuccin-frappe .radio+.radio{margin-left:.5em}html.theme--catppuccin-frappe .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-frappe .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading)::after{border-color:#8caaee;right:1.125em;z-index:4}html.theme--catppuccin-frappe .select.is-rounded select,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-frappe .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-frappe .select select::-ms-expand{display:none}html.theme--catppuccin-frappe .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-frappe .select select:hover{border-color:#292c3c}html.theme--catppuccin-frappe .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-frappe .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-frappe .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-frappe .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#99d1db}html.theme--catppuccin-frappe .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-frappe .select.is-white select{border-color:#fff}html.theme--catppuccin-frappe .select.is-white select:hover,html.theme--catppuccin-frappe .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-frappe .select.is-white select:focus,html.theme--catppuccin-frappe .select.is-white select.is-focused,html.theme--catppuccin-frappe .select.is-white select:active,html.theme--catppuccin-frappe .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-frappe .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-frappe .select.is-black select:hover,html.theme--catppuccin-frappe .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-frappe .select.is-black select:focus,html.theme--catppuccin-frappe .select.is-black select.is-focused,html.theme--catppuccin-frappe .select.is-black select:active,html.theme--catppuccin-frappe .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-frappe .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-frappe .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-frappe .select.is-light select:hover,html.theme--catppuccin-frappe .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-frappe .select.is-light select:focus,html.theme--catppuccin-frappe .select.is-light select.is-focused,html.theme--catppuccin-frappe .select.is-light select:active,html.theme--catppuccin-frappe .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-frappe .select.is-dark:not(:hover)::after,html.theme--catppuccin-frappe .content kbd.select:not(:hover)::after{border-color:#414559}html.theme--catppuccin-frappe .select.is-dark select,html.theme--catppuccin-frappe .content kbd.select select{border-color:#414559}html.theme--catppuccin-frappe .select.is-dark select:hover,html.theme--catppuccin-frappe .content kbd.select select:hover,html.theme--catppuccin-frappe .select.is-dark select.is-hovered,html.theme--catppuccin-frappe .content kbd.select select.is-hovered{border-color:#363a4a}html.theme--catppuccin-frappe .select.is-dark select:focus,html.theme--catppuccin-frappe .content kbd.select select:focus,html.theme--catppuccin-frappe .select.is-dark select.is-focused,html.theme--catppuccin-frappe .content kbd.select select.is-focused,html.theme--catppuccin-frappe .select.is-dark select:active,html.theme--catppuccin-frappe .content kbd.select select:active,html.theme--catppuccin-frappe .select.is-dark select.is-active,html.theme--catppuccin-frappe .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(65,69,89,0.25)}html.theme--catppuccin-frappe .select.is-primary:not(:hover)::after,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-primary select,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-primary select:hover,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-frappe .select.is-primary select.is-hovered,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#769aeb}html.theme--catppuccin-frappe .select.is-primary select:focus,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-frappe .select.is-primary select.is-focused,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-frappe .select.is-primary select:active,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-frappe .select.is-primary select.is-active,html.theme--catppuccin-frappe .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select.is-link:not(:hover)::after{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-link select{border-color:#8caaee}html.theme--catppuccin-frappe .select.is-link select:hover,html.theme--catppuccin-frappe .select.is-link select.is-hovered{border-color:#769aeb}html.theme--catppuccin-frappe .select.is-link select:focus,html.theme--catppuccin-frappe .select.is-link select.is-focused,html.theme--catppuccin-frappe .select.is-link select:active,html.theme--catppuccin-frappe .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(140,170,238,0.25)}html.theme--catppuccin-frappe .select.is-info:not(:hover)::after{border-color:#81c8be}html.theme--catppuccin-frappe .select.is-info select{border-color:#81c8be}html.theme--catppuccin-frappe .select.is-info select:hover,html.theme--catppuccin-frappe .select.is-info select.is-hovered{border-color:#6fc0b5}html.theme--catppuccin-frappe .select.is-info select:focus,html.theme--catppuccin-frappe .select.is-info select.is-focused,html.theme--catppuccin-frappe .select.is-info select:active,html.theme--catppuccin-frappe .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(129,200,190,0.25)}html.theme--catppuccin-frappe .select.is-success:not(:hover)::after{border-color:#a6d189}html.theme--catppuccin-frappe .select.is-success select{border-color:#a6d189}html.theme--catppuccin-frappe .select.is-success select:hover,html.theme--catppuccin-frappe .select.is-success select.is-hovered{border-color:#98ca77}html.theme--catppuccin-frappe .select.is-success select:focus,html.theme--catppuccin-frappe .select.is-success select.is-focused,html.theme--catppuccin-frappe .select.is-success select:active,html.theme--catppuccin-frappe .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,209,137,0.25)}html.theme--catppuccin-frappe .select.is-warning:not(:hover)::after{border-color:#e5c890}html.theme--catppuccin-frappe .select.is-warning select{border-color:#e5c890}html.theme--catppuccin-frappe .select.is-warning select:hover,html.theme--catppuccin-frappe .select.is-warning select.is-hovered{border-color:#e0be7b}html.theme--catppuccin-frappe .select.is-warning select:focus,html.theme--catppuccin-frappe .select.is-warning select.is-focused,html.theme--catppuccin-frappe .select.is-warning select:active,html.theme--catppuccin-frappe .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(229,200,144,0.25)}html.theme--catppuccin-frappe .select.is-danger:not(:hover)::after{border-color:#e78284}html.theme--catppuccin-frappe .select.is-danger select{border-color:#e78284}html.theme--catppuccin-frappe .select.is-danger select:hover,html.theme--catppuccin-frappe .select.is-danger select.is-hovered{border-color:#e36d6f}html.theme--catppuccin-frappe .select.is-danger select:focus,html.theme--catppuccin-frappe .select.is-danger select.is-focused,html.theme--catppuccin-frappe .select.is-danger select:active,html.theme--catppuccin-frappe .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(231,130,132,0.25)}html.theme--catppuccin-frappe .select.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-frappe .select.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .select.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .select.is-disabled::after{border-color:#f1f4fd !important;opacity:0.5}html.theme--catppuccin-frappe .select.is-fullwidth{width:100%}html.theme--catppuccin-frappe .select.is-fullwidth select{width:100%}html.theme--catppuccin-frappe .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-frappe .select.is-loading.is-small:after,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-frappe .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-frappe .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-frappe .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-frappe .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:hover .file-cta,html.theme--catppuccin-frappe .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:focus .file-cta,html.theme--catppuccin-frappe .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-frappe .file.is-white:active .file-cta,html.theme--catppuccin-frappe .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-frappe .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-black:hover .file-cta,html.theme--catppuccin-frappe .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-black:focus .file-cta,html.theme--catppuccin-frappe .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-black:active .file-cta,html.theme--catppuccin-frappe .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:hover .file-cta,html.theme--catppuccin-frappe .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:focus .file-cta,html.theme--catppuccin-frappe .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-light:active .file-cta,html.theme--catppuccin-frappe .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-dark .file-cta,html.theme--catppuccin-frappe .content kbd.file .file-cta{background-color:#414559;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-dark:hover .file-cta,html.theme--catppuccin-frappe .content kbd.file:hover .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-hovered .file-cta{background-color:#3c3f52;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-dark:focus .file-cta,html.theme--catppuccin-frappe .content kbd.file:focus .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-focused .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(65,69,89,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-dark:active .file-cta,html.theme--catppuccin-frappe .content kbd.file:active .file-cta,html.theme--catppuccin-frappe .file.is-dark.is-active .file-cta,html.theme--catppuccin-frappe .content kbd.file.is-active .file-cta{background-color:#363a4a;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary:hover .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-primary:focus .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-focused .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,170,238,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-primary:active .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-frappe .file.is-primary.is-active .file-cta,html.theme--catppuccin-frappe .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link .file-cta{background-color:#8caaee;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link:hover .file-cta,html.theme--catppuccin-frappe .file.is-link.is-hovered .file-cta{background-color:#81a2ec;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-link:focus .file-cta,html.theme--catppuccin-frappe .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(140,170,238,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-link:active .file-cta,html.theme--catppuccin-frappe .file.is-link.is-active .file-cta{background-color:#769aeb;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-info .file-cta{background-color:#81c8be;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:hover .file-cta,html.theme--catppuccin-frappe .file.is-info.is-hovered .file-cta{background-color:#78c4b9;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:focus .file-cta,html.theme--catppuccin-frappe .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(129,200,190,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-info:active .file-cta,html.theme--catppuccin-frappe .file.is-info.is-active .file-cta{background-color:#6fc0b5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success .file-cta{background-color:#a6d189;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:hover .file-cta,html.theme--catppuccin-frappe .file.is-success.is-hovered .file-cta{background-color:#9fcd80;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:focus .file-cta,html.theme--catppuccin-frappe .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,209,137,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-success:active .file-cta,html.theme--catppuccin-frappe .file.is-success.is-active .file-cta{background-color:#98ca77;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning .file-cta{background-color:#e5c890;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:hover .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-hovered .file-cta{background-color:#e3c386;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:focus .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(229,200,144,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-warning:active .file-cta,html.theme--catppuccin-frappe .file.is-warning.is-active .file-cta{background-color:#e0be7b;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .file.is-danger .file-cta{background-color:#e78284;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-danger:hover .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-hovered .file-cta{background-color:#e57779;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-danger:focus .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(231,130,132,0.25);color:#fff}html.theme--catppuccin-frappe .file.is-danger:active .file-cta,html.theme--catppuccin-frappe .file.is-danger.is-active .file-cta{background-color:#e36d6f;border-color:transparent;color:#fff}html.theme--catppuccin-frappe .file.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-frappe .file.is-normal{font-size:1rem}html.theme--catppuccin-frappe .file.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-frappe .file.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-frappe .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-frappe .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-frappe .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-frappe .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-frappe .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-frappe .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-frappe .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-frappe .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-frappe .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-frappe .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-frappe .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-frappe .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-frappe .file.is-centered{justify-content:center}html.theme--catppuccin-frappe .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-frappe .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-frappe .file.is-right{justify-content:flex-end}html.theme--catppuccin-frappe .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-frappe .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-frappe .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-frappe .file-label:hover .file-cta{background-color:#3c3f52;color:#b0bef1}html.theme--catppuccin-frappe .file-label:hover .file-name{border-color:#5c6279}html.theme--catppuccin-frappe .file-label:active .file-cta{background-color:#363a4a;color:#b0bef1}html.theme--catppuccin-frappe .file-label:active .file-name{border-color:#575c72}html.theme--catppuccin-frappe .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-frappe .file-cta,html.theme--catppuccin-frappe .file-name{border-color:#626880;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-frappe .file-cta{background-color:#414559;color:#c6d0f5}html.theme--catppuccin-frappe .file-name{border-color:#626880;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-frappe .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-frappe .file-icon .fa{font-size:14px}html.theme--catppuccin-frappe .label{color:#b0bef1;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-frappe .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-frappe .label.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-frappe .label.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .label.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-frappe .help.is-white{color:#fff}html.theme--catppuccin-frappe .help.is-black{color:#0a0a0a}html.theme--catppuccin-frappe .help.is-light{color:#f5f5f5}html.theme--catppuccin-frappe .help.is-dark,html.theme--catppuccin-frappe .content kbd.help{color:#414559}html.theme--catppuccin-frappe .help.is-primary,html.theme--catppuccin-frappe .docstring>section>a.help.docs-sourcelink{color:#8caaee}html.theme--catppuccin-frappe .help.is-link{color:#8caaee}html.theme--catppuccin-frappe .help.is-info{color:#81c8be}html.theme--catppuccin-frappe .help.is-success{color:#a6d189}html.theme--catppuccin-frappe .help.is-warning{color:#e5c890}html.theme--catppuccin-frappe .help.is-danger{color:#e78284}html.theme--catppuccin-frappe .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-frappe .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-frappe .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-frappe .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-frappe .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-frappe .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-frappe .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-frappe .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-frappe .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-frappe .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-frappe .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-frappe .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-frappe .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field.is-horizontal{display:flex}}html.theme--catppuccin-frappe .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-frappe .field-label.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-frappe .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-frappe .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-frappe .field-body .field{margin-bottom:0}html.theme--catppuccin-frappe .field-body>.field{flex-shrink:1}html.theme--catppuccin-frappe .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-frappe .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-frappe .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-frappe .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select:focus~.icon{color:#414559}html.theme--catppuccin-frappe .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-frappe .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-frappe .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-frappe .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-frappe .control.has-icons-left .icon,html.theme--catppuccin-frappe .control.has-icons-right .icon{color:#626880;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-frappe .control.has-icons-left .input,html.theme--catppuccin-frappe .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-frappe .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-frappe .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-frappe .control.has-icons-right .input,html.theme--catppuccin-frappe .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-frappe .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-frappe .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-frappe .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-frappe .control.is-loading.is-small:after,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-frappe .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-frappe .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-frappe .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-frappe .breadcrumb a{align-items:center;color:#8caaee;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-frappe .breadcrumb a:hover{color:#99d1db}html.theme--catppuccin-frappe .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-frappe .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-frappe .breadcrumb li.is-active a{color:#b0bef1;cursor:default;pointer-events:none}html.theme--catppuccin-frappe .breadcrumb li+li::before{color:#737994;content:"\0002f"}html.theme--catppuccin-frappe .breadcrumb ul,html.theme--catppuccin-frappe .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-frappe .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-frappe .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-frappe .breadcrumb.is-centered ol,html.theme--catppuccin-frappe .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-frappe .breadcrumb.is-right ol,html.theme--catppuccin-frappe .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-frappe .breadcrumb.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-frappe .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-frappe .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-frappe .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-frappe .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-frappe .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#c6d0f5;max-width:100%;position:relative}html.theme--catppuccin-frappe .card-footer:first-child,html.theme--catppuccin-frappe .card-content:first-child,html.theme--catppuccin-frappe .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-frappe .card-footer:last-child,html.theme--catppuccin-frappe .card-content:last-child,html.theme--catppuccin-frappe .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-frappe .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-frappe .card-header-title{align-items:center;color:#b0bef1;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-frappe .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-frappe .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-frappe .card-image{display:block;position:relative}html.theme--catppuccin-frappe .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-frappe .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-frappe .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-frappe .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-frappe .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-frappe .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-frappe .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-frappe .dropdown.is-active .dropdown-menu,html.theme--catppuccin-frappe .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-frappe .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-frappe .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-frappe .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-frappe .dropdown-content{background-color:#292c3c;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-frappe .dropdown-item{color:#c6d0f5;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-frappe a.dropdown-item,html.theme--catppuccin-frappe button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-frappe a.dropdown-item:hover,html.theme--catppuccin-frappe button.dropdown-item:hover{background-color:#292c3c;color:#0a0a0a}html.theme--catppuccin-frappe a.dropdown-item.is-active,html.theme--catppuccin-frappe button.dropdown-item.is-active{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-frappe .level{align-items:center;justify-content:space-between}html.theme--catppuccin-frappe .level code{border-radius:.4em}html.theme--catppuccin-frappe .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-frappe .level.is-mobile{display:flex}html.theme--catppuccin-frappe .level.is-mobile .level-left,html.theme--catppuccin-frappe .level.is-mobile .level-right{display:flex}html.theme--catppuccin-frappe .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-frappe .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-frappe .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level{display:flex}html.theme--catppuccin-frappe .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-frappe .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-frappe .level-item .title,html.theme--catppuccin-frappe .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-frappe .level-left,html.theme--catppuccin-frappe .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .level-left .level-item.is-flexible,html.theme--catppuccin-frappe .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-left .level-item:not(:last-child),html.theme--catppuccin-frappe .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-frappe .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-left{display:flex}}html.theme--catppuccin-frappe .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .level-right{display:flex}}html.theme--catppuccin-frappe .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-frappe .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-frappe .media .media{border-top:1px solid rgba(98,104,128,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-frappe .media .media .content:not(:last-child),html.theme--catppuccin-frappe .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-frappe .media .media .media{padding-top:.5rem}html.theme--catppuccin-frappe .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-frappe .media+.media{border-top:1px solid rgba(98,104,128,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-frappe .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-frappe .media-left,html.theme--catppuccin-frappe .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .media-left{margin-right:1rem}html.theme--catppuccin-frappe .media-right{margin-left:1rem}html.theme--catppuccin-frappe .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .media-content{overflow-x:auto}}html.theme--catppuccin-frappe .menu{font-size:1rem}html.theme--catppuccin-frappe .menu.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-frappe .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .menu.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .menu-list{line-height:1.25}html.theme--catppuccin-frappe .menu-list a{border-radius:3px;color:#c6d0f5;display:block;padding:0.5em 0.75em}html.theme--catppuccin-frappe .menu-list a:hover{background-color:#292c3c;color:#b0bef1}html.theme--catppuccin-frappe .menu-list a.is-active{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .menu-list li ul{border-left:1px solid #626880;margin:.75em;padding-left:.75em}html.theme--catppuccin-frappe .menu-label{color:#f1f4fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-frappe .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-frappe .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-frappe .message{background-color:#292c3c;border-radius:.4em;font-size:1rem}html.theme--catppuccin-frappe .message strong{color:currentColor}html.theme--catppuccin-frappe .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-frappe .message.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-frappe .message.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .message.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .message.is-white{background-color:#fff}html.theme--catppuccin-frappe .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-frappe .message.is-black{background-color:#fafafa}html.theme--catppuccin-frappe .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-frappe .message.is-light{background-color:#fafafa}html.theme--catppuccin-frappe .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-frappe .message.is-dark,html.theme--catppuccin-frappe .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-frappe .message.is-dark .message-header,html.theme--catppuccin-frappe .content kbd.message .message-header{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .message.is-dark .message-body,html.theme--catppuccin-frappe .content kbd.message .message-body{border-color:#414559}html.theme--catppuccin-frappe .message.is-primary,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink{background-color:#edf2fc}html.theme--catppuccin-frappe .message.is-primary .message-header,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink .message-header{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .message.is-primary .message-body,html.theme--catppuccin-frappe .docstring>section>a.message.docs-sourcelink .message-body{border-color:#8caaee;color:#153a8e}html.theme--catppuccin-frappe .message.is-link{background-color:#edf2fc}html.theme--catppuccin-frappe .message.is-link .message-header{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .message.is-link .message-body{border-color:#8caaee;color:#153a8e}html.theme--catppuccin-frappe .message.is-info{background-color:#f1f9f8}html.theme--catppuccin-frappe .message.is-info .message-header{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-info .message-body{border-color:#81c8be;color:#2d675f}html.theme--catppuccin-frappe .message.is-success{background-color:#f4f9f0}html.theme--catppuccin-frappe .message.is-success .message-header{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-success .message-body{border-color:#a6d189;color:#446a29}html.theme--catppuccin-frappe .message.is-warning{background-color:#fbf7ee}html.theme--catppuccin-frappe .message.is-warning .message-header{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .message.is-warning .message-body{border-color:#e5c890;color:#78591c}html.theme--catppuccin-frappe .message.is-danger{background-color:#fceeee}html.theme--catppuccin-frappe .message.is-danger .message-header{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .message.is-danger .message-body{border-color:#e78284;color:#9a1e20}html.theme--catppuccin-frappe .message-header{align-items:center;background-color:#c6d0f5;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-frappe .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-frappe .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-frappe .message-body{border-color:#626880;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#c6d0f5;padding:1.25em 1.5em}html.theme--catppuccin-frappe .message-body code,html.theme--catppuccin-frappe .message-body pre{background-color:#fff}html.theme--catppuccin-frappe .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-frappe .modal.is-active{display:flex}html.theme--catppuccin-frappe .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-frappe .modal-content,html.theme--catppuccin-frappe .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-frappe .modal-content,html.theme--catppuccin-frappe .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-frappe .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-frappe .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-frappe .modal-card-head,html.theme--catppuccin-frappe .modal-card-foot{align-items:center;background-color:#292c3c;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-frappe .modal-card-head{border-bottom:1px solid #626880;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-frappe .modal-card-title{color:#c6d0f5;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-frappe .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #626880}html.theme--catppuccin-frappe .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-frappe .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#303446;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-frappe .navbar{background-color:#8caaee;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-frappe .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-frappe .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-frappe .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-frappe .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-dark,html.theme--catppuccin-frappe .content kbd.navbar{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-burger,html.theme--catppuccin-frappe .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-frappe .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#414559;color:#fff}}html.theme--catppuccin-frappe .navbar.is-primary,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-burger,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee;color:#fff}}html.theme--catppuccin-frappe .navbar.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee;color:#fff}}html.theme--catppuccin-frappe .navbar.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#81c8be;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6d189;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#e5c890;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-frappe .navbar.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-frappe .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#e78284;color:#fff}}html.theme--catppuccin-frappe .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-frappe .navbar.has-shadow{box-shadow:0 2px 0 0 #292c3c}html.theme--catppuccin-frappe .navbar.is-fixed-bottom,html.theme--catppuccin-frappe .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #292c3c}html.theme--catppuccin-frappe .navbar.is-fixed-top{top:0}html.theme--catppuccin-frappe html.has-navbar-fixed-top,html.theme--catppuccin-frappe body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-frappe .navbar-brand,html.theme--catppuccin-frappe .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-frappe .navbar-brand a.navbar-item:focus,html.theme--catppuccin-frappe .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-frappe .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-frappe .navbar-burger{color:#c6d0f5;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-frappe .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-frappe .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-frappe .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-frappe .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-frappe .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-frappe .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-frappe .navbar-menu{display:none}html.theme--catppuccin-frappe .navbar-item,html.theme--catppuccin-frappe .navbar-link{color:#c6d0f5;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-frappe .navbar-item .icon:only-child,html.theme--catppuccin-frappe .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-frappe a.navbar-item,html.theme--catppuccin-frappe .navbar-link{cursor:pointer}html.theme--catppuccin-frappe a.navbar-item:focus,html.theme--catppuccin-frappe a.navbar-item:focus-within,html.theme--catppuccin-frappe a.navbar-item:hover,html.theme--catppuccin-frappe a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar-link:focus,html.theme--catppuccin-frappe .navbar-link:focus-within,html.theme--catppuccin-frappe .navbar-link:hover,html.theme--catppuccin-frappe .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#8caaee}html.theme--catppuccin-frappe .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .navbar-item img{max-height:1.75rem}html.theme--catppuccin-frappe .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-frappe .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-frappe .navbar-item.is-tab:focus,html.theme--catppuccin-frappe .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#8caaee}html.theme--catppuccin-frappe .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#8caaee;border-bottom-style:solid;border-bottom-width:3px;color:#8caaee;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-frappe .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-frappe .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-frappe .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-frappe .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-frappe .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .navbar>.container{display:block}html.theme--catppuccin-frappe .navbar-brand .navbar-item,html.theme--catppuccin-frappe .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-frappe .navbar-link::after{display:none}html.theme--catppuccin-frappe .navbar-menu{background-color:#8caaee;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-frappe .navbar-menu.is-active{display:block}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch,html.theme--catppuccin-frappe .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-frappe .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-frappe .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-frappe html.has-navbar-fixed-top-touch,html.theme--catppuccin-frappe body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .navbar,html.theme--catppuccin-frappe .navbar-menu,html.theme--catppuccin-frappe .navbar-start,html.theme--catppuccin-frappe .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-frappe .navbar{min-height:4rem}html.theme--catppuccin-frappe .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-frappe .navbar.is-spaced .navbar-start,html.theme--catppuccin-frappe .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-frappe .navbar.is-spaced a.navbar-item,html.theme--catppuccin-frappe .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-frappe .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#838ba7}html.theme--catppuccin-frappe .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8caaee}html.theme--catppuccin-frappe .navbar-burger{display:none}html.theme--catppuccin-frappe .navbar-item,html.theme--catppuccin-frappe .navbar-link{align-items:center;display:flex}html.theme--catppuccin-frappe .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-frappe .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-frappe .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-frappe .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-frappe .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-frappe .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-frappe .navbar-dropdown{background-color:#8caaee;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-frappe .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#838ba7}html.theme--catppuccin-frappe .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8caaee}.navbar.is-spaced html.theme--catppuccin-frappe .navbar-dropdown,html.theme--catppuccin-frappe .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-frappe .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-frappe .navbar-divider{display:block}html.theme--catppuccin-frappe .navbar>.container .navbar-brand,html.theme--catppuccin-frappe .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-frappe .navbar>.container .navbar-menu,html.theme--catppuccin-frappe .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-frappe .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-frappe .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-frappe html.has-navbar-fixed-top-desktop,html.theme--catppuccin-frappe body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-frappe html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-frappe body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-frappe html.has-spaced-navbar-fixed-top,html.theme--catppuccin-frappe body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-frappe html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-frappe body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-frappe a.navbar-item.is-active,html.theme--catppuccin-frappe .navbar-link.is-active{color:#8caaee}html.theme--catppuccin-frappe a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-frappe .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-frappe .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-frappe .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-frappe .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-frappe .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-frappe .pagination.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-frappe .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .pagination.is-rounded .pagination-previous,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-frappe .pagination.is-rounded .pagination-next,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-frappe .pagination.is-rounded .pagination-link,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-frappe .pagination,html.theme--catppuccin-frappe .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link{border-color:#626880;color:#8caaee;min-width:2.5em}html.theme--catppuccin-frappe .pagination-previous:hover,html.theme--catppuccin-frappe .pagination-next:hover,html.theme--catppuccin-frappe .pagination-link:hover{border-color:#737994;color:#99d1db}html.theme--catppuccin-frappe .pagination-previous:focus,html.theme--catppuccin-frappe .pagination-next:focus,html.theme--catppuccin-frappe .pagination-link:focus{border-color:#737994}html.theme--catppuccin-frappe .pagination-previous:active,html.theme--catppuccin-frappe .pagination-next:active,html.theme--catppuccin-frappe .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-frappe .pagination-previous[disabled],html.theme--catppuccin-frappe .pagination-previous.is-disabled,html.theme--catppuccin-frappe .pagination-next[disabled],html.theme--catppuccin-frappe .pagination-next.is-disabled,html.theme--catppuccin-frappe .pagination-link[disabled],html.theme--catppuccin-frappe .pagination-link.is-disabled{background-color:#626880;border-color:#626880;box-shadow:none;color:#f1f4fd;opacity:0.5}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-frappe .pagination-link.is-current{background-color:#8caaee;border-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .pagination-ellipsis{color:#737994;pointer-events:none}html.theme--catppuccin-frappe .pagination-list{flex-wrap:wrap}html.theme--catppuccin-frappe .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .pagination{flex-wrap:wrap}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-frappe .pagination-previous{order:2}html.theme--catppuccin-frappe .pagination-next{order:3}html.theme--catppuccin-frappe .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-frappe .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-frappe .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-frappe .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-frappe .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-frappe .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-frappe .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-frappe .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-frappe .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-frappe .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-frappe .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-frappe .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-frappe .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-frappe .panel.is-dark .panel-heading,html.theme--catppuccin-frappe .content kbd.panel .panel-heading{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-frappe .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#414559}html.theme--catppuccin-frappe .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-frappe .content kbd.panel .panel-block.is-active .panel-icon{color:#414559}html.theme--catppuccin-frappe .panel.is-primary .panel-heading,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#8caaee}html.theme--catppuccin-frappe .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-frappe .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel.is-link .panel-heading{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .panel.is-link .panel-tabs a.is-active{border-bottom-color:#8caaee}html.theme--catppuccin-frappe .panel.is-link .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel.is-info .panel-heading{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-info .panel-tabs a.is-active{border-bottom-color:#81c8be}html.theme--catppuccin-frappe .panel.is-info .panel-block.is-active .panel-icon{color:#81c8be}html.theme--catppuccin-frappe .panel.is-success .panel-heading{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6d189}html.theme--catppuccin-frappe .panel.is-success .panel-block.is-active .panel-icon{color:#a6d189}html.theme--catppuccin-frappe .panel.is-warning .panel-heading{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#e5c890}html.theme--catppuccin-frappe .panel.is-warning .panel-block.is-active .panel-icon{color:#e5c890}html.theme--catppuccin-frappe .panel.is-danger .panel-heading{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#e78284}html.theme--catppuccin-frappe .panel.is-danger .panel-block.is-active .panel-icon{color:#e78284}html.theme--catppuccin-frappe .panel-tabs:not(:last-child),html.theme--catppuccin-frappe .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-frappe .panel-heading{background-color:#51576d;border-radius:8px 8px 0 0;color:#b0bef1;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-frappe .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-frappe .panel-tabs a{border-bottom:1px solid #626880;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-frappe .panel-tabs a.is-active{border-bottom-color:#51576d;color:#769aeb}html.theme--catppuccin-frappe .panel-list a{color:#c6d0f5}html.theme--catppuccin-frappe .panel-list a:hover{color:#8caaee}html.theme--catppuccin-frappe .panel-block{align-items:center;color:#b0bef1;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-frappe .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-frappe .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-frappe .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-frappe .panel-block.is-active{border-left-color:#8caaee;color:#769aeb}html.theme--catppuccin-frappe .panel-block.is-active .panel-icon{color:#8caaee}html.theme--catppuccin-frappe .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-frappe a.panel-block,html.theme--catppuccin-frappe label.panel-block{cursor:pointer}html.theme--catppuccin-frappe a.panel-block:hover,html.theme--catppuccin-frappe label.panel-block:hover{background-color:#292c3c}html.theme--catppuccin-frappe .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f1f4fd;margin-right:.75em}html.theme--catppuccin-frappe .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-frappe .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-frappe .tabs a{align-items:center;border-bottom-color:#626880;border-bottom-style:solid;border-bottom-width:1px;color:#c6d0f5;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-frappe .tabs a:hover{border-bottom-color:#b0bef1;color:#b0bef1}html.theme--catppuccin-frappe .tabs li{display:block}html.theme--catppuccin-frappe .tabs li.is-active a{border-bottom-color:#8caaee;color:#8caaee}html.theme--catppuccin-frappe .tabs ul{align-items:center;border-bottom-color:#626880;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-frappe .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-frappe .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-frappe .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-frappe .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-frappe .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-frappe .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-frappe .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-frappe .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-frappe .tabs.is-boxed a:hover{background-color:#292c3c;border-bottom-color:#626880}html.theme--catppuccin-frappe .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#626880;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-frappe .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-frappe .tabs.is-toggle a{border-color:#626880;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-frappe .tabs.is-toggle a:hover{background-color:#292c3c;border-color:#737994;z-index:2}html.theme--catppuccin-frappe .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-frappe .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-frappe .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-frappe .tabs.is-toggle li.is-active a{background-color:#8caaee;border-color:#8caaee;color:#fff;z-index:1}html.theme--catppuccin-frappe .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-frappe .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-frappe .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-frappe .tabs.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-frappe .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-frappe .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .column.is-narrow,html.theme--catppuccin-frappe .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full,html.theme--catppuccin-frappe .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters,html.theme--catppuccin-frappe .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds,html.theme--catppuccin-frappe .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half,html.theme--catppuccin-frappe .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third,html.theme--catppuccin-frappe .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter,html.theme--catppuccin-frappe .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth,html.theme--catppuccin-frappe .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths,html.theme--catppuccin-frappe .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths,html.theme--catppuccin-frappe .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths,html.theme--catppuccin-frappe .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters,html.theme--catppuccin-frappe .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds,html.theme--catppuccin-frappe .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half,html.theme--catppuccin-frappe .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third,html.theme--catppuccin-frappe .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter,html.theme--catppuccin-frappe .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth,html.theme--catppuccin-frappe .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths,html.theme--catppuccin-frappe .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths,html.theme--catppuccin-frappe .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths,html.theme--catppuccin-frappe .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-frappe .column.is-0,html.theme--catppuccin-frappe .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0,html.theme--catppuccin-frappe .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-frappe .column.is-1,html.theme--catppuccin-frappe .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1,html.theme--catppuccin-frappe .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2,html.theme--catppuccin-frappe .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2,html.theme--catppuccin-frappe .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3,html.theme--catppuccin-frappe .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3,html.theme--catppuccin-frappe .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-frappe .column.is-4,html.theme--catppuccin-frappe .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4,html.theme--catppuccin-frappe .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5,html.theme--catppuccin-frappe .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5,html.theme--catppuccin-frappe .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6,html.theme--catppuccin-frappe .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6,html.theme--catppuccin-frappe .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-frappe .column.is-7,html.theme--catppuccin-frappe .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7,html.theme--catppuccin-frappe .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8,html.theme--catppuccin-frappe .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8,html.theme--catppuccin-frappe .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9,html.theme--catppuccin-frappe .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9,html.theme--catppuccin-frappe .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-frappe .column.is-10,html.theme--catppuccin-frappe .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10,html.theme--catppuccin-frappe .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11,html.theme--catppuccin-frappe .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11,html.theme--catppuccin-frappe .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12,html.theme--catppuccin-frappe .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12,html.theme--catppuccin-frappe .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-frappe .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-frappe .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-frappe .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-frappe .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-frappe .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-frappe .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-frappe .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-frappe .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-frappe .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-frappe .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-frappe .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-frappe .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-frappe .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-frappe .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-frappe .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-frappe .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-frappe .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-frappe .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-frappe .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-frappe .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-frappe .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-frappe .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-frappe .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-frappe .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-frappe .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-frappe .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-frappe .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-frappe .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-frappe .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-frappe .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-frappe .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-frappe .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-frappe .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-frappe .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-frappe .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-frappe .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-frappe .columns.is-centered{justify-content:center}html.theme--catppuccin-frappe .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-frappe .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-frappe .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-frappe .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-frappe .columns.is-mobile{display:flex}html.theme--catppuccin-frappe .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-frappe .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-desktop{display:flex}}html.theme--catppuccin-frappe .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-frappe .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-frappe .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-frappe .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-frappe .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-frappe .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-frappe .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-frappe .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-frappe .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-frappe .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-frappe .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-frappe .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-frappe .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-frappe .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-frappe .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-frappe .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-frappe .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-frappe .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-frappe .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-frappe .tile.is-child{margin:0 !important}html.theme--catppuccin-frappe .tile.is-parent{padding:.75rem}html.theme--catppuccin-frappe .tile.is-vertical{flex-direction:column}html.theme--catppuccin-frappe .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .tile:not(.is-child){display:flex}html.theme--catppuccin-frappe .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-frappe .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-frappe .tile.is-3{flex:none;width:25%}html.theme--catppuccin-frappe .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-frappe .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-frappe .tile.is-6{flex:none;width:50%}html.theme--catppuccin-frappe .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-frappe .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-frappe .tile.is-9{flex:none;width:75%}html.theme--catppuccin-frappe .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-frappe .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-frappe .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-frappe .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-frappe .hero .navbar{background:none}html.theme--catppuccin-frappe .hero .tabs ul{border-bottom:none}html.theme--catppuccin-frappe .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-white strong{color:inherit}html.theme--catppuccin-frappe .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-frappe .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-frappe .hero.is-white .navbar-item,html.theme--catppuccin-frappe .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-frappe .hero.is-white a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-white .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-frappe .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-frappe .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-frappe .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-black strong{color:inherit}html.theme--catppuccin-frappe .hero.is-black .title{color:#fff}html.theme--catppuccin-frappe .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-frappe .hero.is-black .navbar-item,html.theme--catppuccin-frappe .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-black a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-black .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-frappe .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-frappe .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-frappe .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-light strong{color:inherit}html.theme--catppuccin-frappe .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-frappe .hero.is-light .navbar-item,html.theme--catppuccin-frappe .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-light .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-frappe .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-frappe .hero.is-dark,html.theme--catppuccin-frappe .content kbd.hero{background-color:#414559;color:#fff}html.theme--catppuccin-frappe .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-dark strong,html.theme--catppuccin-frappe .content kbd.hero strong{color:inherit}html.theme--catppuccin-frappe .hero.is-dark .title,html.theme--catppuccin-frappe .content kbd.hero .title{color:#fff}html.theme--catppuccin-frappe .hero.is-dark .subtitle,html.theme--catppuccin-frappe .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-frappe .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-dark .subtitle strong,html.theme--catppuccin-frappe .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-dark .navbar-menu,html.theme--catppuccin-frappe .content kbd.hero .navbar-menu{background-color:#414559}}html.theme--catppuccin-frappe .hero.is-dark .navbar-item,html.theme--catppuccin-frappe .content kbd.hero .navbar-item,html.theme--catppuccin-frappe .hero.is-dark .navbar-link,html.theme--catppuccin-frappe .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-frappe .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-frappe .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-dark .navbar-link:hover,html.theme--catppuccin-frappe .content kbd.hero .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-frappe .content kbd.hero .navbar-link.is-active{background-color:#363a4a;color:#fff}html.theme--catppuccin-frappe .hero.is-dark .tabs a,html.theme--catppuccin-frappe .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-dark .tabs a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs li.is-active a{color:#414559 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#414559}html.theme--catppuccin-frappe .hero.is-dark.is-bold,html.theme--catppuccin-frappe .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #262f41 0%, #414559 71%, #47476c 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-frappe .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #262f41 0%, #414559 71%, #47476c 100%)}}html.theme--catppuccin-frappe .hero.is-primary,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-primary strong,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-frappe .hero.is-primary .title,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-frappe .hero.is-primary .subtitle,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-primary .subtitle strong,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-primary .navbar-menu,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#8caaee}}html.theme--catppuccin-frappe .hero.is-primary .navbar-item,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-frappe .hero.is-primary .navbar-link,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-primary .navbar-link:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .hero.is-primary .tabs a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-primary .tabs a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#8caaee !important;opacity:1}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .hero.is-primary.is-bold,html.theme--catppuccin-frappe .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-frappe .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}}html.theme--catppuccin-frappe .hero.is-link{background-color:#8caaee;color:#fff}html.theme--catppuccin-frappe .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-link strong{color:inherit}html.theme--catppuccin-frappe .hero.is-link .title{color:#fff}html.theme--catppuccin-frappe .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-link .navbar-menu{background-color:#8caaee}}html.theme--catppuccin-frappe .hero.is-link .navbar-item,html.theme--catppuccin-frappe .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-link a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-link .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-link .navbar-link.is-active{background-color:#769aeb;color:#fff}html.theme--catppuccin-frappe .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-link .tabs li.is-active a{color:#8caaee !important;opacity:1}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8caaee}html.theme--catppuccin-frappe .hero.is-link.is-bold{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #569ff1 0%, #8caaee 71%, #a0abf4 100%)}}html.theme--catppuccin-frappe .hero.is-info{background-color:#81c8be;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-info strong{color:inherit}html.theme--catppuccin-frappe .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-info .navbar-menu{background-color:#81c8be}}html.theme--catppuccin-frappe .hero.is-info .navbar-item,html.theme--catppuccin-frappe .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-info .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-info .navbar-link.is-active{background-color:#6fc0b5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-info .tabs li.is-active a{color:#81c8be !important;opacity:1}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#81c8be}html.theme--catppuccin-frappe .hero.is-info.is-bold{background-image:linear-gradient(141deg, #52c4a1 0%, #81c8be 71%, #8fd2d4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #52c4a1 0%, #81c8be 71%, #8fd2d4 100%)}}html.theme--catppuccin-frappe .hero.is-success{background-color:#a6d189;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-success strong{color:inherit}html.theme--catppuccin-frappe .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-success .navbar-menu{background-color:#a6d189}}html.theme--catppuccin-frappe .hero.is-success .navbar-item,html.theme--catppuccin-frappe .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-success .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-success .navbar-link.is-active{background-color:#98ca77;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-success .tabs li.is-active a{color:#a6d189 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#a6d189}html.theme--catppuccin-frappe .hero.is-success.is-bold{background-image:linear-gradient(141deg, #9ccd5a 0%, #a6d189 71%, #a8dc98 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #9ccd5a 0%, #a6d189 71%, #a8dc98 100%)}}html.theme--catppuccin-frappe .hero.is-warning{background-color:#e5c890;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-warning strong{color:inherit}html.theme--catppuccin-frappe .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-frappe .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-warning .navbar-menu{background-color:#e5c890}}html.theme--catppuccin-frappe .hero.is-warning .navbar-item,html.theme--catppuccin-frappe .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-warning .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-warning .navbar-link.is-active{background-color:#e0be7b;color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-frappe .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-warning .tabs li.is-active a{color:#e5c890 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#e5c890}html.theme--catppuccin-frappe .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #e5a05d 0%, #e5c890 71%, #ede0a2 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e5a05d 0%, #e5c890 71%, #ede0a2 100%)}}html.theme--catppuccin-frappe .hero.is-danger{background-color:#e78284;color:#fff}html.theme--catppuccin-frappe .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-frappe .hero.is-danger strong{color:inherit}html.theme--catppuccin-frappe .hero.is-danger .title{color:#fff}html.theme--catppuccin-frappe .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-frappe .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-frappe .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .hero.is-danger .navbar-menu{background-color:#e78284}}html.theme--catppuccin-frappe .hero.is-danger .navbar-item,html.theme--catppuccin-frappe .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-frappe .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-frappe .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-frappe .hero.is-danger .navbar-link:hover,html.theme--catppuccin-frappe .hero.is-danger .navbar-link.is-active{background-color:#e36d6f;color:#fff}html.theme--catppuccin-frappe .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-frappe .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-frappe .hero.is-danger .tabs li.is-active a{color:#e78284 !important;opacity:1}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-frappe .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#e78284}html.theme--catppuccin-frappe .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #e94d6a 0%, #e78284 71%, #eea294 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e94d6a 0%, #e78284 71%, #eea294 100%)}}html.theme--catppuccin-frappe .hero.is-small .hero-body,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-frappe .hero.is-halfheight .hero-body,html.theme--catppuccin-frappe .hero.is-fullheight .hero-body,html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-frappe .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-frappe .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-frappe .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-frappe .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-frappe .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-frappe .hero-video{overflow:hidden}html.theme--catppuccin-frappe .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-frappe .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero-video{display:none}}html.theme--catppuccin-frappe .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-frappe .hero-buttons .button{display:flex}html.theme--catppuccin-frappe .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-frappe .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-frappe .hero-head,html.theme--catppuccin-frappe .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-frappe .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-frappe .hero-body{padding:3rem 3rem}}html.theme--catppuccin-frappe .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe .section{padding:3rem 3rem}html.theme--catppuccin-frappe .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-frappe .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-frappe .footer{background-color:#292c3c;padding:3rem 1.5rem 6rem}html.theme--catppuccin-frappe h1 .docs-heading-anchor,html.theme--catppuccin-frappe h1 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h1 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h2 .docs-heading-anchor,html.theme--catppuccin-frappe h2 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h2 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h3 .docs-heading-anchor,html.theme--catppuccin-frappe h3 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h3 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h4 .docs-heading-anchor,html.theme--catppuccin-frappe h4 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h4 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h5 .docs-heading-anchor,html.theme--catppuccin-frappe h5 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h5 .docs-heading-anchor:visited,html.theme--catppuccin-frappe h6 .docs-heading-anchor,html.theme--catppuccin-frappe h6 .docs-heading-anchor:hover,html.theme--catppuccin-frappe h6 .docs-heading-anchor:visited{color:#c6d0f5}html.theme--catppuccin-frappe h1 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h2 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h3 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h4 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h5 .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-frappe h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-frappe h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-frappe h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-frappe h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-frappe .docs-light-only{display:none !important}html.theme--catppuccin-frappe pre{position:relative;overflow:hidden}html.theme--catppuccin-frappe pre code,html.theme--catppuccin-frappe pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-frappe pre code:first-of-type,html.theme--catppuccin-frappe pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-frappe pre code:last-of-type,html.theme--catppuccin-frappe pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-frappe pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#c6d0f5;cursor:pointer;text-align:center}html.theme--catppuccin-frappe pre .copy-button:focus,html.theme--catppuccin-frappe pre .copy-button:hover{opacity:1;background:rgba(198,208,245,0.1);color:#8caaee}html.theme--catppuccin-frappe pre .copy-button.success{color:#a6d189;opacity:1}html.theme--catppuccin-frappe pre .copy-button.error{color:#e78284;opacity:1}html.theme--catppuccin-frappe pre:hover .copy-button{opacity:1}html.theme--catppuccin-frappe .admonition{background-color:#292c3c;border-style:solid;border-width:2px;border-color:#b5bfe2;border-radius:4px;font-size:1rem}html.theme--catppuccin-frappe .admonition strong{color:currentColor}html.theme--catppuccin-frappe .admonition.is-small,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-frappe .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-frappe .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-frappe .admonition.is-default{background-color:#292c3c;border-color:#b5bfe2}html.theme--catppuccin-frappe .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#b5bfe2}html.theme--catppuccin-frappe .admonition.is-default>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-info{background-color:#292c3c;border-color:#81c8be}html.theme--catppuccin-frappe .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#81c8be}html.theme--catppuccin-frappe .admonition.is-info>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-success{background-color:#292c3c;border-color:#a6d189}html.theme--catppuccin-frappe .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6d189}html.theme--catppuccin-frappe .admonition.is-success>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-warning{background-color:#292c3c;border-color:#e5c890}html.theme--catppuccin-frappe .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#e5c890}html.theme--catppuccin-frappe .admonition.is-warning>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-danger{background-color:#292c3c;border-color:#e78284}html.theme--catppuccin-frappe .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#e78284}html.theme--catppuccin-frappe .admonition.is-danger>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-compat{background-color:#292c3c;border-color:#99d1db}html.theme--catppuccin-frappe .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#99d1db}html.theme--catppuccin-frappe .admonition.is-compat>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition.is-todo{background-color:#292c3c;border-color:#ca9ee6}html.theme--catppuccin-frappe .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#ca9ee6}html.theme--catppuccin-frappe .admonition.is-todo>.admonition-body{color:#c6d0f5}html.theme--catppuccin-frappe .admonition-header{color:#b5bfe2;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-frappe .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-frappe details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-frappe details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-frappe details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-frappe .admonition-body{color:#c6d0f5;padding:0.5rem .75rem}html.theme--catppuccin-frappe .admonition-body pre{background-color:#292c3c}html.theme--catppuccin-frappe .admonition-body code{background-color:#292c3c}html.theme--catppuccin-frappe .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #626880;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-frappe .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#292c3c;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #626880;overflow:auto}html.theme--catppuccin-frappe .docstring>header code{background-color:transparent}html.theme--catppuccin-frappe .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-frappe .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-frappe .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-frappe .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #626880}html.theme--catppuccin-frappe .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-frappe .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-frappe .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-frappe .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-frappe .documenter-example-output{background-color:#303446}html.theme--catppuccin-frappe .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#292c3c;color:#c6d0f5;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-frappe .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-frappe .outdated-warning-overlay a{color:#8caaee}html.theme--catppuccin-frappe .outdated-warning-overlay a:hover{color:#99d1db}html.theme--catppuccin-frappe .content pre{border:2px solid #626880;border-radius:4px}html.theme--catppuccin-frappe .content code{font-weight:inherit}html.theme--catppuccin-frappe .content a code{color:#8caaee}html.theme--catppuccin-frappe .content a:hover code{color:#99d1db}html.theme--catppuccin-frappe .content h1 code,html.theme--catppuccin-frappe .content h2 code,html.theme--catppuccin-frappe .content h3 code,html.theme--catppuccin-frappe .content h4 code,html.theme--catppuccin-frappe .content h5 code,html.theme--catppuccin-frappe .content h6 code{color:#c6d0f5}html.theme--catppuccin-frappe .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-frappe .content blockquote>ul:first-child,html.theme--catppuccin-frappe .content blockquote>ol:first-child,html.theme--catppuccin-frappe .content .admonition-body>ul:first-child,html.theme--catppuccin-frappe .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-frappe pre,html.theme--catppuccin-frappe code{font-variant-ligatures:no-contextual}html.theme--catppuccin-frappe .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-frappe .breadcrumb a.is-disabled,html.theme--catppuccin-frappe .breadcrumb a.is-disabled:hover{color:#b0bef1}html.theme--catppuccin-frappe .hljs{background:initial !important}html.theme--catppuccin-frappe .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-frappe .katex-display,html.theme--catppuccin-frappe mjx-container,html.theme--catppuccin-frappe .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-frappe html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-frappe li.no-marker{list-style:none}html.theme--catppuccin-frappe #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-frappe #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main{width:100%}html.theme--catppuccin-frappe #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-frappe #documenter .docs-main>header,html.theme--catppuccin-frappe #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar{background-color:#303446;border-bottom:1px solid #626880;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-frappe #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-frappe #documenter .docs-main section.footnotes{border-top:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-frappe #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-frappe .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #626880;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-frappe #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-frappe #documenter .docs-sidebar{display:flex;flex-direction:column;color:#c6d0f5;background-color:#292c3c;border-right:1px solid #626880;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-frappe #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-package-name a:hover{color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #626880;display:none;padding:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #626880;padding-bottom:1.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#c6d0f5;background:#292c3c}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#c6d0f5;background-color:#313548}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #626880;border-bottom:1px solid #626880;background-color:#232634}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#232634;color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#313548;color:#c6d0f5}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #626880}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-frappe #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3a3e54}html.theme--catppuccin-frappe #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#4a506c}}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3a3e54}html.theme--catppuccin-frappe #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#4a506c}}html.theme--catppuccin-frappe kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-frappe .search-min-width-50{min-width:50%}html.theme--catppuccin-frappe .search-min-height-100{min-height:100%}html.theme--catppuccin-frappe .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-frappe .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover,html.theme--catppuccin-frappe .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-frappe .search-result-link .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-frappe .property-search-result-badge,html.theme--catppuccin-frappe .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-frappe .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:hover .search-filter,html.theme--catppuccin-frappe .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-frappe .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-frappe .search-filter:hover,html.theme--catppuccin-frappe .search-filter:focus{color:#333}html.theme--catppuccin-frappe .search-filter-selected{color:#414559;background-color:#babbf1}html.theme--catppuccin-frappe .search-filter-selected:hover,html.theme--catppuccin-frappe .search-filter-selected:focus{color:#414559}html.theme--catppuccin-frappe .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-frappe .search-divider{border-bottom:1px solid #626880}html.theme--catppuccin-frappe .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-frappe .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-frappe #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-frappe #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-frappe .w-100{width:100%}html.theme--catppuccin-frappe .gap-2{gap:0.5rem}html.theme--catppuccin-frappe .gap-4{gap:1rem}html.theme--catppuccin-frappe .gap-8{gap:2rem}html.theme--catppuccin-frappe{background-color:#303446;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-frappe a{transition:all 200ms ease}html.theme--catppuccin-frappe .label{color:#c6d0f5}html.theme--catppuccin-frappe .button,html.theme--catppuccin-frappe .control.has-icons-left .icon,html.theme--catppuccin-frappe .control.has-icons-right .icon,html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .pagination-ellipsis,html.theme--catppuccin-frappe .pagination-link,html.theme--catppuccin-frappe .pagination-next,html.theme--catppuccin-frappe .pagination-previous,html.theme--catppuccin-frappe .select,html.theme--catppuccin-frappe .select select,html.theme--catppuccin-frappe .textarea{height:2.5em;color:#c6d0f5}html.theme--catppuccin-frappe .input,html.theme--catppuccin-frappe #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-frappe .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#c6d0f5}html.theme--catppuccin-frappe .select:after,html.theme--catppuccin-frappe .select select{border-width:1px}html.theme--catppuccin-frappe .menu-list a{transition:all 300ms ease}html.theme--catppuccin-frappe .modal-card-foot,html.theme--catppuccin-frappe .modal-card-head{border-color:#626880}html.theme--catppuccin-frappe .navbar{border-radius:.4em}html.theme--catppuccin-frappe .navbar.is-transparent{background:none}html.theme--catppuccin-frappe .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-frappe .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8caaee}@media screen and (max-width: 1055px){html.theme--catppuccin-frappe .navbar .navbar-menu{background-color:#8caaee;border-radius:0 0 .4em .4em}}html.theme--catppuccin-frappe .docstring>section>a.docs-sourcelink:not(body){color:#414559}html.theme--catppuccin-frappe .tag.is-link:not(body),html.theme--catppuccin-frappe .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-frappe .content kbd.is-link:not(body){color:#414559}html.theme--catppuccin-frappe .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-frappe .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-frappe .ansi span.sgr3{font-style:italic}html.theme--catppuccin-frappe .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-frappe .ansi span.sgr7{color:#303446;background-color:#c6d0f5}html.theme--catppuccin-frappe .ansi span.sgr8{color:transparent}html.theme--catppuccin-frappe .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-frappe .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-frappe .ansi span.sgr30{color:#51576d}html.theme--catppuccin-frappe .ansi span.sgr31{color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr32{color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr33{color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr34{color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr35{color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr36{color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr37{color:#b5bfe2}html.theme--catppuccin-frappe .ansi span.sgr40{background-color:#51576d}html.theme--catppuccin-frappe .ansi span.sgr41{background-color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr42{background-color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr43{background-color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr44{background-color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr45{background-color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr46{background-color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr47{background-color:#b5bfe2}html.theme--catppuccin-frappe .ansi span.sgr90{color:#626880}html.theme--catppuccin-frappe .ansi span.sgr91{color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr92{color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr93{color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr94{color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr95{color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr96{color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr97{color:#a5adce}html.theme--catppuccin-frappe .ansi span.sgr100{background-color:#626880}html.theme--catppuccin-frappe .ansi span.sgr101{background-color:#e78284}html.theme--catppuccin-frappe .ansi span.sgr102{background-color:#a6d189}html.theme--catppuccin-frappe .ansi span.sgr103{background-color:#e5c890}html.theme--catppuccin-frappe .ansi span.sgr104{background-color:#8caaee}html.theme--catppuccin-frappe .ansi span.sgr105{background-color:#f4b8e4}html.theme--catppuccin-frappe .ansi span.sgr106{background-color:#81c8be}html.theme--catppuccin-frappe .ansi span.sgr107{background-color:#a5adce}html.theme--catppuccin-frappe code.language-julia-repl>span.hljs-meta{color:#a6d189;font-weight:bolder}html.theme--catppuccin-frappe code .hljs{color:#c6d0f5;background:#303446}html.theme--catppuccin-frappe code .hljs-keyword{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-built_in{color:#e78284}html.theme--catppuccin-frappe code .hljs-type{color:#e5c890}html.theme--catppuccin-frappe code .hljs-literal{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-number{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-operator{color:#81c8be}html.theme--catppuccin-frappe code .hljs-punctuation{color:#b5bfe2}html.theme--catppuccin-frappe code .hljs-property{color:#81c8be}html.theme--catppuccin-frappe code .hljs-regexp{color:#f4b8e4}html.theme--catppuccin-frappe code .hljs-string{color:#a6d189}html.theme--catppuccin-frappe code .hljs-char.escape_{color:#a6d189}html.theme--catppuccin-frappe code .hljs-subst{color:#a5adce}html.theme--catppuccin-frappe code .hljs-symbol{color:#eebebe}html.theme--catppuccin-frappe code .hljs-variable{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-variable.language_{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-variable.constant_{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-title{color:#8caaee}html.theme--catppuccin-frappe code .hljs-title.class_{color:#e5c890}html.theme--catppuccin-frappe code .hljs-title.function_{color:#8caaee}html.theme--catppuccin-frappe code .hljs-params{color:#c6d0f5}html.theme--catppuccin-frappe code .hljs-comment{color:#626880}html.theme--catppuccin-frappe code .hljs-doctag{color:#e78284}html.theme--catppuccin-frappe code .hljs-meta{color:#ef9f76}html.theme--catppuccin-frappe code .hljs-section{color:#8caaee}html.theme--catppuccin-frappe code .hljs-tag{color:#a5adce}html.theme--catppuccin-frappe code .hljs-name{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-attr{color:#8caaee}html.theme--catppuccin-frappe code .hljs-attribute{color:#a6d189}html.theme--catppuccin-frappe code .hljs-bullet{color:#81c8be}html.theme--catppuccin-frappe code .hljs-code{color:#a6d189}html.theme--catppuccin-frappe code .hljs-emphasis{color:#e78284;font-style:italic}html.theme--catppuccin-frappe code .hljs-strong{color:#e78284;font-weight:bold}html.theme--catppuccin-frappe code .hljs-formula{color:#81c8be}html.theme--catppuccin-frappe code .hljs-link{color:#85c1dc;font-style:italic}html.theme--catppuccin-frappe code .hljs-quote{color:#a6d189;font-style:italic}html.theme--catppuccin-frappe code .hljs-selector-tag{color:#e5c890}html.theme--catppuccin-frappe code .hljs-selector-id{color:#8caaee}html.theme--catppuccin-frappe code .hljs-selector-class{color:#81c8be}html.theme--catppuccin-frappe code .hljs-selector-attr{color:#ca9ee6}html.theme--catppuccin-frappe code .hljs-selector-pseudo{color:#81c8be}html.theme--catppuccin-frappe code .hljs-template-tag{color:#eebebe}html.theme--catppuccin-frappe code .hljs-template-variable{color:#eebebe}html.theme--catppuccin-frappe code .hljs-addition{color:#a6d189;background:rgba(166,227,161,0.15)}html.theme--catppuccin-frappe code .hljs-deletion{color:#e78284;background:rgba(243,139,168,0.15)}html.theme--catppuccin-frappe .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover,html.theme--catppuccin-frappe .search-result-link:focus{background-color:#414559}html.theme--catppuccin-frappe .search-result-link .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-frappe .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:hover .search-filter,html.theme--catppuccin-frappe .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-frappe .search-result-link:focus .search-filter{color:#414559 !important;background-color:#babbf1 !important}html.theme--catppuccin-frappe .search-result-title{color:#c6d0f5}html.theme--catppuccin-frappe .search-result-highlight{background-color:#e78284;color:#292c3c}html.theme--catppuccin-frappe .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-frappe .w-100{width:100%}html.theme--catppuccin-frappe .gap-2{gap:0.5rem}html.theme--catppuccin-frappe .gap-4{gap:1rem} diff --git a/v0.1.38/assets/themes/catppuccin-latte.css b/v0.1.38/assets/themes/catppuccin-latte.css new file mode 100644 index 000000000..63160d344 --- /dev/null +++ b/v0.1.38/assets/themes/catppuccin-latte.css @@ -0,0 +1 @@ +html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte .file-name,html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-latte .pagination-previous:focus,html.theme--catppuccin-latte .pagination-next:focus,html.theme--catppuccin-latte .pagination-link:focus,html.theme--catppuccin-latte .pagination-ellipsis:focus,html.theme--catppuccin-latte .file-cta:focus,html.theme--catppuccin-latte .file-name:focus,html.theme--catppuccin-latte .select select:focus,html.theme--catppuccin-latte .textarea:focus,html.theme--catppuccin-latte .input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-latte .button:focus,html.theme--catppuccin-latte .is-focused.pagination-previous,html.theme--catppuccin-latte .is-focused.pagination-next,html.theme--catppuccin-latte .is-focused.pagination-link,html.theme--catppuccin-latte .is-focused.pagination-ellipsis,html.theme--catppuccin-latte .is-focused.file-cta,html.theme--catppuccin-latte .is-focused.file-name,html.theme--catppuccin-latte .select select.is-focused,html.theme--catppuccin-latte .is-focused.textarea,html.theme--catppuccin-latte .is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-focused.button,html.theme--catppuccin-latte .pagination-previous:active,html.theme--catppuccin-latte .pagination-next:active,html.theme--catppuccin-latte .pagination-link:active,html.theme--catppuccin-latte .pagination-ellipsis:active,html.theme--catppuccin-latte .file-cta:active,html.theme--catppuccin-latte .file-name:active,html.theme--catppuccin-latte .select select:active,html.theme--catppuccin-latte .textarea:active,html.theme--catppuccin-latte .input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-latte .button:active,html.theme--catppuccin-latte .is-active.pagination-previous,html.theme--catppuccin-latte .is-active.pagination-next,html.theme--catppuccin-latte .is-active.pagination-link,html.theme--catppuccin-latte .is-active.pagination-ellipsis,html.theme--catppuccin-latte .is-active.file-cta,html.theme--catppuccin-latte .is-active.file-name,html.theme--catppuccin-latte .select select.is-active,html.theme--catppuccin-latte .is-active.textarea,html.theme--catppuccin-latte .is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .is-active.button{outline:none}html.theme--catppuccin-latte .pagination-previous[disabled],html.theme--catppuccin-latte .pagination-next[disabled],html.theme--catppuccin-latte .pagination-link[disabled],html.theme--catppuccin-latte .pagination-ellipsis[disabled],html.theme--catppuccin-latte .file-cta[disabled],html.theme--catppuccin-latte .file-name[disabled],html.theme--catppuccin-latte .select select[disabled],html.theme--catppuccin-latte .textarea[disabled],html.theme--catppuccin-latte .input[disabled],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-latte .button[disabled],fieldset[disabled] html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-latte .file-name,html.theme--catppuccin-latte fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-latte .select select,fieldset[disabled] html.theme--catppuccin-latte .textarea,fieldset[disabled] html.theme--catppuccin-latte .input,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte fieldset[disabled] .select select,html.theme--catppuccin-latte .select fieldset[disabled] select,html.theme--catppuccin-latte fieldset[disabled] .textarea,html.theme--catppuccin-latte fieldset[disabled] .input,html.theme--catppuccin-latte fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-latte .button,html.theme--catppuccin-latte fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-latte .tabs,html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .breadcrumb,html.theme--catppuccin-latte .file,html.theme--catppuccin-latte .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-latte .admonition:not(:last-child),html.theme--catppuccin-latte .tabs:not(:last-child),html.theme--catppuccin-latte .pagination:not(:last-child),html.theme--catppuccin-latte .message:not(:last-child),html.theme--catppuccin-latte .level:not(:last-child),html.theme--catppuccin-latte .breadcrumb:not(:last-child),html.theme--catppuccin-latte .block:not(:last-child),html.theme--catppuccin-latte .title:not(:last-child),html.theme--catppuccin-latte .subtitle:not(:last-child),html.theme--catppuccin-latte .table-container:not(:last-child),html.theme--catppuccin-latte .table:not(:last-child),html.theme--catppuccin-latte .progress:not(:last-child),html.theme--catppuccin-latte .notification:not(:last-child),html.theme--catppuccin-latte .content:not(:last-child),html.theme--catppuccin-latte .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .modal-close,html.theme--catppuccin-latte .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-latte .modal-close::before,html.theme--catppuccin-latte .delete::before,html.theme--catppuccin-latte .modal-close::after,html.theme--catppuccin-latte .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-latte .modal-close::before,html.theme--catppuccin-latte .delete::before{height:2px;width:50%}html.theme--catppuccin-latte .modal-close::after,html.theme--catppuccin-latte .delete::after{height:50%;width:2px}html.theme--catppuccin-latte .modal-close:hover,html.theme--catppuccin-latte .delete:hover,html.theme--catppuccin-latte .modal-close:focus,html.theme--catppuccin-latte .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-latte .modal-close:active,html.theme--catppuccin-latte .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-latte .is-small.modal-close,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-latte .is-small.delete,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-latte .is-medium.modal-close,html.theme--catppuccin-latte .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-latte .is-large.modal-close,html.theme--catppuccin-latte .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-latte .control.is-loading::after,html.theme--catppuccin-latte .select.is-loading::after,html.theme--catppuccin-latte .loader,html.theme--catppuccin-latte .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #8c8fa1;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-latte .hero-video,html.theme--catppuccin-latte .modal-background,html.theme--catppuccin-latte .modal,html.theme--catppuccin-latte .image.is-square img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-latte .image.is-square .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-latte .image.is-1by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-latte .image.is-1by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-latte .image.is-5by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-latte .image.is-5by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-latte .image.is-4by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-latte .image.is-4by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-latte .image.is-3by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-latte .image.is-5by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-latte .image.is-5by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-latte .image.is-16by9 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-latte .image.is-16by9 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-latte .image.is-2by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-latte .image.is-2by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-latte .image.is-3by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-latte .image.is-3by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-latte .image.is-4by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-latte .image.is-4by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-latte .image.is-3by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-latte .image.is-3by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-latte .image.is-2by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-latte .image.is-2by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-latte .image.is-3by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-latte .image.is-9by16 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-latte .image.is-9by16 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-latte .image.is-1by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-latte .image.is-1by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-latte .image.is-1by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-latte .image.is-1by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-latte .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#ccd0da !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#aeb5c5 !important}.has-background-dark{background-color:#ccd0da !important}.has-text-primary{color:#1e66f5 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#0a4ed6 !important}.has-background-primary{background-color:#1e66f5 !important}.has-text-primary-light{color:#ebf2fe !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bbd1fc !important}.has-background-primary-light{background-color:#ebf2fe !important}.has-text-primary-dark{color:#0a52e1 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#286df5 !important}.has-background-primary-dark{background-color:#0a52e1 !important}.has-text-link{color:#1e66f5 !important}a.has-text-link:hover,a.has-text-link:focus{color:#0a4ed6 !important}.has-background-link{background-color:#1e66f5 !important}.has-text-link-light{color:#ebf2fe !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bbd1fc !important}.has-background-link-light{background-color:#ebf2fe !important}.has-text-link-dark{color:#0a52e1 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#286df5 !important}.has-background-link-dark{background-color:#0a52e1 !important}.has-text-info{color:#179299 !important}a.has-text-info:hover,a.has-text-info:focus{color:#10686d !important}.has-background-info{background-color:#179299 !important}.has-text-info-light{color:#edfcfc !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c1f3f6 !important}.has-background-info-light{background-color:#edfcfc !important}.has-text-info-dark{color:#1cb2ba !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#2ad5df !important}.has-background-info-dark{background-color:#1cb2ba !important}.has-text-success{color:#40a02b !important}a.has-text-success:hover,a.has-text-success:focus{color:#307820 !important}.has-background-success{background-color:#40a02b !important}.has-text-success-light{color:#f1fbef !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#cef0c7 !important}.has-background-success-light{background-color:#f1fbef !important}.has-text-success-dark{color:#40a12b !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#50c936 !important}.has-background-success-dark{background-color:#40a12b !important}.has-text-warning{color:#df8e1d !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#b27117 !important}.has-background-warning{background-color:#df8e1d !important}.has-text-warning-light{color:#fdf6ed !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f7e0c0 !important}.has-background-warning-light{background-color:#fdf6ed !important}.has-text-warning-dark{color:#9e6515 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#cb811a !important}.has-background-warning-dark{background-color:#9e6515 !important}.has-text-danger{color:#d20f39 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a20c2c !important}.has-background-danger{background-color:#d20f39 !important}.has-text-danger-light{color:#feecf0 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#fabcca !important}.has-background-danger-light{background-color:#feecf0 !important}.has-text-danger-dark{color:#e9113f !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#f13c63 !important}.has-background-danger-dark{background-color:#e9113f !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#ccd0da !important}.has-background-grey-darker{background-color:#ccd0da !important}.has-text-grey-dark{color:#bcc0cc !important}.has-background-grey-dark{background-color:#bcc0cc !important}.has-text-grey{color:#acb0be !important}.has-background-grey{background-color:#acb0be !important}.has-text-grey-light{color:#9ca0b0 !important}.has-background-grey-light{background-color:#9ca0b0 !important}.has-text-grey-lighter{color:#8c8fa1 !important}.has-background-grey-lighter{background-color:#8c8fa1 !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-latte html{background-color:#eff1f5;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-latte article,html.theme--catppuccin-latte aside,html.theme--catppuccin-latte figure,html.theme--catppuccin-latte footer,html.theme--catppuccin-latte header,html.theme--catppuccin-latte hgroup,html.theme--catppuccin-latte section{display:block}html.theme--catppuccin-latte body,html.theme--catppuccin-latte button,html.theme--catppuccin-latte input,html.theme--catppuccin-latte optgroup,html.theme--catppuccin-latte select,html.theme--catppuccin-latte textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-latte code,html.theme--catppuccin-latte pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-latte body{color:#4c4f69;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-latte a{color:#1e66f5;cursor:pointer;text-decoration:none}html.theme--catppuccin-latte a strong{color:currentColor}html.theme--catppuccin-latte a:hover{color:#04a5e5}html.theme--catppuccin-latte code{background-color:#e6e9ef;color:#4c4f69;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-latte hr{background-color:#e6e9ef;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-latte img{height:auto;max-width:100%}html.theme--catppuccin-latte input[type="checkbox"],html.theme--catppuccin-latte input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-latte small{font-size:.875em}html.theme--catppuccin-latte span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-latte strong{color:#41445a;font-weight:700}html.theme--catppuccin-latte fieldset{border:none}html.theme--catppuccin-latte pre{-webkit-overflow-scrolling:touch;background-color:#e6e9ef;color:#4c4f69;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-latte pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-latte table td,html.theme--catppuccin-latte table th{vertical-align:top}html.theme--catppuccin-latte table td:not([align]),html.theme--catppuccin-latte table th:not([align]){text-align:inherit}html.theme--catppuccin-latte table th{color:#41445a}html.theme--catppuccin-latte .box{background-color:#bcc0cc;border-radius:8px;box-shadow:none;color:#4c4f69;display:block;padding:1.25rem}html.theme--catppuccin-latte a.box:hover,html.theme--catppuccin-latte a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #1e66f5}html.theme--catppuccin-latte a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #1e66f5}html.theme--catppuccin-latte .button{background-color:#e6e9ef;border-color:#fff;border-width:1px;color:#1e66f5;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-latte .button strong{color:inherit}html.theme--catppuccin-latte .button .icon,html.theme--catppuccin-latte .button .icon.is-small,html.theme--catppuccin-latte .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-latte .button .icon.is-medium,html.theme--catppuccin-latte .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-latte .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-latte .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-latte .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-latte .button:hover,html.theme--catppuccin-latte .button.is-hovered{border-color:#9ca0b0;color:#41445a}html.theme--catppuccin-latte .button:focus,html.theme--catppuccin-latte .button.is-focused{border-color:#9ca0b0;color:#0b57ef}html.theme--catppuccin-latte .button:focus:not(:active),html.theme--catppuccin-latte .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button:active,html.theme--catppuccin-latte .button.is-active{border-color:#bcc0cc;color:#41445a}html.theme--catppuccin-latte .button.is-text{background-color:transparent;border-color:transparent;color:#4c4f69;text-decoration:underline}html.theme--catppuccin-latte .button.is-text:hover,html.theme--catppuccin-latte .button.is-text.is-hovered,html.theme--catppuccin-latte .button.is-text:focus,html.theme--catppuccin-latte .button.is-text.is-focused{background-color:#e6e9ef;color:#41445a}html.theme--catppuccin-latte .button.is-text:active,html.theme--catppuccin-latte .button.is-text.is-active{background-color:#d6dbe5;color:#41445a}html.theme--catppuccin-latte .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-latte .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#1e66f5;text-decoration:none}html.theme--catppuccin-latte .button.is-ghost:hover,html.theme--catppuccin-latte .button.is-ghost.is-hovered{color:#1e66f5;text-decoration:underline}html.theme--catppuccin-latte .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:hover,html.theme--catppuccin-latte .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:focus,html.theme--catppuccin-latte .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white:focus:not(:active),html.theme--catppuccin-latte .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .button.is-white:active,html.theme--catppuccin-latte .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-latte .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted:hover,html.theme--catppuccin-latte .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-latte .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-white.is-outlined:hover,html.theme--catppuccin-latte .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-white.is-outlined:focus,html.theme--catppuccin-latte .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:hover,html.theme--catppuccin-latte .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:focus,html.theme--catppuccin-latte .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black:focus:not(:active),html.theme--catppuccin-latte .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .button.is-black:active,html.theme--catppuccin-latte .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-latte .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted:hover,html.theme--catppuccin-latte .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-outlined:hover,html.theme--catppuccin-latte .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-black.is-outlined:focus,html.theme--catppuccin-latte .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:hover,html.theme--catppuccin-latte .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:focus,html.theme--catppuccin-latte .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light:focus:not(:active),html.theme--catppuccin-latte .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .button.is-light:active,html.theme--catppuccin-latte .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-latte .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted:hover,html.theme--catppuccin-latte .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-outlined:hover,html.theme--catppuccin-latte .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-light.is-outlined:focus,html.theme--catppuccin-latte .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark,html.theme--catppuccin-latte .content kbd.button{background-color:#ccd0da;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:hover,html.theme--catppuccin-latte .content kbd.button:hover,html.theme--catppuccin-latte .button.is-dark.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-hovered{background-color:#c5c9d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:focus,html.theme--catppuccin-latte .content kbd.button:focus,html.theme--catppuccin-latte .button.is-dark.is-focused,html.theme--catppuccin-latte .content kbd.button.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark:focus:not(:active),html.theme--catppuccin-latte .content kbd.button:focus:not(:active),html.theme--catppuccin-latte .button.is-dark.is-focused:not(:active),html.theme--catppuccin-latte .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .button.is-dark:active,html.theme--catppuccin-latte .content kbd.button:active,html.theme--catppuccin-latte .button.is-dark.is-active,html.theme--catppuccin-latte .content kbd.button.is-active{background-color:#bdc2cf;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark[disabled],html.theme--catppuccin-latte .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button{background-color:#ccd0da;border-color:#ccd0da;box-shadow:none}html.theme--catppuccin-latte .button.is-dark.is-inverted,html.theme--catppuccin-latte .content kbd.button.is-inverted{background-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted:hover,html.theme--catppuccin-latte .content kbd.button.is-inverted:hover,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-inverted[disabled],html.theme--catppuccin-latte .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-loading::after,html.theme--catppuccin-latte .content kbd.button.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-dark.is-outlined,html.theme--catppuccin-latte .content kbd.button.is-outlined{background-color:transparent;border-color:#ccd0da;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-outlined:hover,html.theme--catppuccin-latte .content kbd.button.is-outlined:hover,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-dark.is-outlined:focus,html.theme--catppuccin-latte .content kbd.button.is-outlined:focus,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-focused{background-color:#ccd0da;border-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #ccd0da #ccd0da !important}html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-latte .button.is-dark.is-outlined[disabled],html.theme--catppuccin-latte .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-outlined{background-color:transparent;border-color:#ccd0da;box-shadow:none;color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ccd0da #ccd0da !important}html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .button.is-primary,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:hover,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:focus,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary:focus:not(:active),html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-latte .button.is-primary.is-focused:not(:active),html.theme--catppuccin-latte .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button.is-primary:active,html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-latte .button.is-primary.is-active,html.theme--catppuccin-latte .docstring>section>a.button.is-active.docs-sourcelink{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-primary[disabled],html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.docs-sourcelink{background-color:#1e66f5;border-color:#1e66f5;box-shadow:none}html.theme--catppuccin-latte .button.is-primary.is-inverted,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-primary.is-inverted[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-loading::after,html.theme--catppuccin-latte .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-primary.is-outlined,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-outlined:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-latte .button.is-primary.is-outlined:focus,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-latte .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-primary.is-outlined[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#1e66f5;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-latte .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-primary.is-light,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .button.is-primary.is-light:hover,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-latte .button.is-primary.is-light.is-hovered,html.theme--catppuccin-latte .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#dfe9fe;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-primary.is-light:active,html.theme--catppuccin-latte .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-latte .button.is-primary.is-light.is-active,html.theme--catppuccin-latte .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d3e1fd;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-link{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:hover,html.theme--catppuccin-latte .button.is-link.is-hovered{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:focus,html.theme--catppuccin-latte .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link:focus:not(:active),html.theme--catppuccin-latte .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .button.is-link:active,html.theme--catppuccin-latte .button.is-link.is-active{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link{background-color:#1e66f5;border-color:#1e66f5;box-shadow:none}html.theme--catppuccin-latte .button.is-link.is-inverted{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted:hover,html.theme--catppuccin-latte .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-link.is-outlined{background-color:transparent;border-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-outlined:hover,html.theme--catppuccin-latte .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-link.is-outlined:focus,html.theme--catppuccin-latte .button.is-link.is-outlined.is-focused{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-outlined{background-color:transparent;border-color:#1e66f5;box-shadow:none;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #1e66f5 #1e66f5 !important}html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-link.is-light{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .button.is-link.is-light:hover,html.theme--catppuccin-latte .button.is-link.is-light.is-hovered{background-color:#dfe9fe;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-link.is-light:active,html.theme--catppuccin-latte .button.is-link.is-light.is-active{background-color:#d3e1fd;border-color:transparent;color:#0a52e1}html.theme--catppuccin-latte .button.is-info{background-color:#179299;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:hover,html.theme--catppuccin-latte .button.is-info.is-hovered{background-color:#15878e;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:focus,html.theme--catppuccin-latte .button.is-info.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info:focus:not(:active),html.theme--catppuccin-latte .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .button.is-info:active,html.theme--catppuccin-latte .button.is-info.is-active{background-color:#147d83;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info{background-color:#179299;border-color:#179299;box-shadow:none}html.theme--catppuccin-latte .button.is-info.is-inverted{background-color:#fff;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted:hover,html.theme--catppuccin-latte .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#179299}html.theme--catppuccin-latte .button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-info.is-outlined{background-color:transparent;border-color:#179299;color:#179299}html.theme--catppuccin-latte .button.is-info.is-outlined:hover,html.theme--catppuccin-latte .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-info.is-outlined:focus,html.theme--catppuccin-latte .button.is-info.is-outlined.is-focused{background-color:#179299;border-color:#179299;color:#fff}html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #179299 #179299 !important}html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-outlined{background-color:transparent;border-color:#179299;box-shadow:none;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#179299}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #179299 #179299 !important}html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-info.is-light{background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .button.is-info.is-light:hover,html.theme--catppuccin-latte .button.is-info.is-light.is-hovered{background-color:#e2f9fb;border-color:transparent;color:#1cb2ba}html.theme--catppuccin-latte .button.is-info.is-light:active,html.theme--catppuccin-latte .button.is-info.is-light.is-active{background-color:#d7f7f9;border-color:transparent;color:#1cb2ba}html.theme--catppuccin-latte .button.is-success{background-color:#40a02b;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:hover,html.theme--catppuccin-latte .button.is-success.is-hovered{background-color:#3c9628;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:focus,html.theme--catppuccin-latte .button.is-success.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success:focus:not(:active),html.theme--catppuccin-latte .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .button.is-success:active,html.theme--catppuccin-latte .button.is-success.is-active{background-color:#388c26;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success{background-color:#40a02b;border-color:#40a02b;box-shadow:none}html.theme--catppuccin-latte .button.is-success.is-inverted{background-color:#fff;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted:hover,html.theme--catppuccin-latte .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-success.is-outlined{background-color:transparent;border-color:#40a02b;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-outlined:hover,html.theme--catppuccin-latte .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-success.is-outlined:focus,html.theme--catppuccin-latte .button.is-success.is-outlined.is-focused{background-color:#40a02b;border-color:#40a02b;color:#fff}html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #40a02b #40a02b !important}html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-outlined{background-color:transparent;border-color:#40a02b;box-shadow:none;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#40a02b}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #40a02b #40a02b !important}html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-success.is-light{background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .button.is-success.is-light:hover,html.theme--catppuccin-latte .button.is-success.is-light.is-hovered{background-color:#e8f8e5;border-color:transparent;color:#40a12b}html.theme--catppuccin-latte .button.is-success.is-light:active,html.theme--catppuccin-latte .button.is-success.is-light.is-active{background-color:#e0f5db;border-color:transparent;color:#40a12b}html.theme--catppuccin-latte .button.is-warning{background-color:#df8e1d;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:hover,html.theme--catppuccin-latte .button.is-warning.is-hovered{background-color:#d4871c;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:focus,html.theme--catppuccin-latte .button.is-warning.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning:focus:not(:active),html.theme--catppuccin-latte .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .button.is-warning:active,html.theme--catppuccin-latte .button.is-warning.is-active{background-color:#c8801a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning{background-color:#df8e1d;border-color:#df8e1d;box-shadow:none}html.theme--catppuccin-latte .button.is-warning.is-inverted{background-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted:hover,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-warning.is-outlined{background-color:transparent;border-color:#df8e1d;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-outlined:hover,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-warning.is-outlined:focus,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-focused{background-color:#df8e1d;border-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #df8e1d #df8e1d !important}html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-outlined{background-color:transparent;border-color:#df8e1d;box-shadow:none;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #df8e1d #df8e1d !important}html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-warning.is-light{background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .button.is-warning.is-light:hover,html.theme--catppuccin-latte .button.is-warning.is-light.is-hovered{background-color:#fbf1e2;border-color:transparent;color:#9e6515}html.theme--catppuccin-latte .button.is-warning.is-light:active,html.theme--catppuccin-latte .button.is-warning.is-light.is-active{background-color:#faebd6;border-color:transparent;color:#9e6515}html.theme--catppuccin-latte .button.is-danger{background-color:#d20f39;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:hover,html.theme--catppuccin-latte .button.is-danger.is-hovered{background-color:#c60e36;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:focus,html.theme--catppuccin-latte .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger:focus:not(:active),html.theme--catppuccin-latte .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .button.is-danger:active,html.theme--catppuccin-latte .button.is-danger.is-active{background-color:#ba0d33;border-color:transparent;color:#fff}html.theme--catppuccin-latte .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger{background-color:#d20f39;border-color:#d20f39;box-shadow:none}html.theme--catppuccin-latte .button.is-danger.is-inverted{background-color:#fff;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted:hover,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-latte .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-danger.is-outlined{background-color:transparent;border-color:#d20f39;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-outlined:hover,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-danger.is-outlined:focus,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-focused{background-color:#d20f39;border-color:#d20f39;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #d20f39 #d20f39 !important}html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-latte .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-outlined{background-color:transparent;border-color:#d20f39;box-shadow:none;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#d20f39}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #d20f39 #d20f39 !important}html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-latte .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-latte .button.is-danger.is-light{background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .button.is-danger.is-light:hover,html.theme--catppuccin-latte .button.is-danger.is-light.is-hovered{background-color:#fde0e6;border-color:transparent;color:#e9113f}html.theme--catppuccin-latte .button.is-danger.is-light:active,html.theme--catppuccin-latte .button.is-danger.is-light.is-active{background-color:#fcd4dd;border-color:transparent;color:#e9113f}html.theme--catppuccin-latte .button.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-latte .button.is-small:not(.is-rounded),html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-latte .button.is-normal{font-size:1rem}html.theme--catppuccin-latte .button.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .button.is-large{font-size:1.5rem}html.theme--catppuccin-latte .button[disabled],fieldset[disabled] html.theme--catppuccin-latte .button{background-color:#9ca0b0;border-color:#acb0be;box-shadow:none;opacity:.5}html.theme--catppuccin-latte .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-latte .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-latte .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-latte .button.is-static{background-color:#e6e9ef;border-color:#acb0be;color:#8c8fa1;box-shadow:none;pointer-events:none}html.theme--catppuccin-latte .button.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-latte .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-latte .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-latte .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-latte .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-latte .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-latte .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-latte .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-latte .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-latte .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-latte .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-latte .buttons.has-addons .button:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-latte .buttons.has-addons .button:focus,html.theme--catppuccin-latte .buttons.has-addons .button.is-focused,html.theme--catppuccin-latte .buttons.has-addons .button:active,html.theme--catppuccin-latte .buttons.has-addons .button.is-active,html.theme--catppuccin-latte .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-latte .buttons.has-addons .button:focus:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-latte .buttons.has-addons .button:active:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-latte .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-latte .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .buttons.is-centered{justify-content:center}html.theme--catppuccin-latte .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-latte .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-latte .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .button.is-responsive.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-latte .button.is-responsive,html.theme--catppuccin-latte .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-latte .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-latte .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .button.is-responsive.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-latte .button.is-responsive,html.theme--catppuccin-latte .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-latte .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-latte .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-latte .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-latte .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-latte .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-latte .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-latte .content li+li{margin-top:0.25em}html.theme--catppuccin-latte .content p:not(:last-child),html.theme--catppuccin-latte .content dl:not(:last-child),html.theme--catppuccin-latte .content ol:not(:last-child),html.theme--catppuccin-latte .content ul:not(:last-child),html.theme--catppuccin-latte .content blockquote:not(:last-child),html.theme--catppuccin-latte .content pre:not(:last-child),html.theme--catppuccin-latte .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-latte .content h1,html.theme--catppuccin-latte .content h2,html.theme--catppuccin-latte .content h3,html.theme--catppuccin-latte .content h4,html.theme--catppuccin-latte .content h5,html.theme--catppuccin-latte .content h6{color:#4c4f69;font-weight:600;line-height:1.125}html.theme--catppuccin-latte .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-latte .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-latte .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-latte .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-latte .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-latte .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-latte .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-latte .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-latte .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-latte .content blockquote{background-color:#e6e9ef;border-left:5px solid #acb0be;padding:1.25em 1.5em}html.theme--catppuccin-latte .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-latte .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-latte .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-latte .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-latte .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-latte .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-latte .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-latte .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-latte .content ul ul ul{list-style-type:square}html.theme--catppuccin-latte .content dd{margin-left:2em}html.theme--catppuccin-latte .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-latte .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-latte .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-latte .content figure img{display:inline-block}html.theme--catppuccin-latte .content figure figcaption{font-style:italic}html.theme--catppuccin-latte .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-latte .content sup,html.theme--catppuccin-latte .content sub{font-size:75%}html.theme--catppuccin-latte .content table{width:100%}html.theme--catppuccin-latte .content table td,html.theme--catppuccin-latte .content table th{border:1px solid #acb0be;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-latte .content table th{color:#41445a}html.theme--catppuccin-latte .content table th:not([align]){text-align:inherit}html.theme--catppuccin-latte .content table thead td,html.theme--catppuccin-latte .content table thead th{border-width:0 0 2px;color:#41445a}html.theme--catppuccin-latte .content table tfoot td,html.theme--catppuccin-latte .content table tfoot th{border-width:2px 0 0;color:#41445a}html.theme--catppuccin-latte .content table tbody tr:last-child td,html.theme--catppuccin-latte .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-latte .content .tabs li+li{margin-top:0}html.theme--catppuccin-latte .content.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-latte .content.is-normal{font-size:1rem}html.theme--catppuccin-latte .content.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .content.is-large{font-size:1.5rem}html.theme--catppuccin-latte .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-latte .icon.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-latte .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-latte .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-latte .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-latte .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-latte .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-latte div.icon-text{display:flex}html.theme--catppuccin-latte .image,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-latte .image img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-latte .image img.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-latte .image.is-fullwidth,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-latte .image.is-square img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-latte .image.is-square .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-latte .image.is-1by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-latte .image.is-1by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-latte .image.is-5by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-latte .image.is-5by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-latte .image.is-4by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-latte .image.is-4by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-latte .image.is-3by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-latte .image.is-5by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-latte .image.is-5by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-latte .image.is-16by9 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-latte .image.is-16by9 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-latte .image.is-2by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-latte .image.is-2by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-latte .image.is-3by1 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-latte .image.is-3by1 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-latte .image.is-4by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-latte .image.is-4by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-latte .image.is-3by4 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-latte .image.is-3by4 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-latte .image.is-2by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-latte .image.is-2by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-latte .image.is-3by5 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-latte .image.is-3by5 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-latte .image.is-9by16 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-latte .image.is-9by16 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-latte .image.is-1by2 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-latte .image.is-1by2 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-latte .image.is-1by3 img,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-latte .image.is-1by3 .has-ratio,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-latte .image.is-square,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-latte .image.is-1by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-latte .image.is-5by4,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-latte .image.is-4by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-latte .image.is-3by2,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-latte .image.is-5by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-latte .image.is-16by9,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-latte .image.is-2by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-latte .image.is-3by1,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-latte .image.is-4by5,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-latte .image.is-3by4,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-latte .image.is-2by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-latte .image.is-3by5,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-latte .image.is-9by16,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-latte .image.is-1by2,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-latte .image.is-1by3,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-latte .image.is-16x16,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-latte .image.is-24x24,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-latte .image.is-32x32,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-latte .image.is-48x48,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-latte .image.is-64x64,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-latte .image.is-96x96,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-latte .image.is-128x128,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-latte .notification{background-color:#e6e9ef;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-latte .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-latte .notification strong{color:currentColor}html.theme--catppuccin-latte .notification code,html.theme--catppuccin-latte .notification pre{background:#fff}html.theme--catppuccin-latte .notification pre code{background:transparent}html.theme--catppuccin-latte .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-latte .notification .title,html.theme--catppuccin-latte .notification .subtitle,html.theme--catppuccin-latte .notification .content{color:currentColor}html.theme--catppuccin-latte .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .notification.is-dark,html.theme--catppuccin-latte .content kbd.notification{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .notification.is-primary,html.theme--catppuccin-latte .docstring>section>a.notification.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .notification.is-primary.is-light,html.theme--catppuccin-latte .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .notification.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .notification.is-link.is-light{background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .notification.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .notification.is-info.is-light{background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .notification.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .notification.is-success.is-light{background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .notification.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .notification.is-warning.is-light{background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .notification.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .notification.is-danger.is-light{background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-latte .progress::-webkit-progress-bar{background-color:#bcc0cc}html.theme--catppuccin-latte .progress::-webkit-progress-value{background-color:#8c8fa1}html.theme--catppuccin-latte .progress::-moz-progress-bar{background-color:#8c8fa1}html.theme--catppuccin-latte .progress::-ms-fill{background-color:#8c8fa1;border:none}html.theme--catppuccin-latte .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-latte .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-latte .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-latte .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-latte .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-latte .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-latte .content kbd.progress::-webkit-progress-value{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-latte .content kbd.progress::-moz-progress-bar{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark::-ms-fill,html.theme--catppuccin-latte .content kbd.progress::-ms-fill{background-color:#ccd0da}html.theme--catppuccin-latte .progress.is-dark:indeterminate,html.theme--catppuccin-latte .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #ccd0da 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary::-ms-fill,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-primary:indeterminate,html.theme--catppuccin-latte .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #1e66f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-link::-webkit-progress-value{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link::-moz-progress-bar{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link::-ms-fill{background-color:#1e66f5}html.theme--catppuccin-latte .progress.is-link:indeterminate{background-image:linear-gradient(to right, #1e66f5 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-info::-webkit-progress-value{background-color:#179299}html.theme--catppuccin-latte .progress.is-info::-moz-progress-bar{background-color:#179299}html.theme--catppuccin-latte .progress.is-info::-ms-fill{background-color:#179299}html.theme--catppuccin-latte .progress.is-info:indeterminate{background-image:linear-gradient(to right, #179299 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-success::-webkit-progress-value{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success::-moz-progress-bar{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success::-ms-fill{background-color:#40a02b}html.theme--catppuccin-latte .progress.is-success:indeterminate{background-image:linear-gradient(to right, #40a02b 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-warning::-webkit-progress-value{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning::-moz-progress-bar{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning::-ms-fill{background-color:#df8e1d}html.theme--catppuccin-latte .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #df8e1d 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress.is-danger::-webkit-progress-value{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger::-moz-progress-bar{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger::-ms-fill{background-color:#d20f39}html.theme--catppuccin-latte .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #d20f39 30%, #bcc0cc 30%)}html.theme--catppuccin-latte .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#bcc0cc;background-image:linear-gradient(to right, #4c4f69 30%, #bcc0cc 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-latte .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-latte .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-latte .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-latte .progress.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-latte .progress.is-medium{height:1.25rem}html.theme--catppuccin-latte .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-latte .table{background-color:#bcc0cc;color:#4c4f69}html.theme--catppuccin-latte .table td,html.theme--catppuccin-latte .table th{border:1px solid #acb0be;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-latte .table td.is-white,html.theme--catppuccin-latte .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .table td.is-black,html.theme--catppuccin-latte .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .table td.is-light,html.theme--catppuccin-latte .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .table td.is-dark,html.theme--catppuccin-latte .table th.is-dark{background-color:#ccd0da;border-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .table td.is-primary,html.theme--catppuccin-latte .table th.is-primary{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-link,html.theme--catppuccin-latte .table th.is-link{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-info,html.theme--catppuccin-latte .table th.is-info{background-color:#179299;border-color:#179299;color:#fff}html.theme--catppuccin-latte .table td.is-success,html.theme--catppuccin-latte .table th.is-success{background-color:#40a02b;border-color:#40a02b;color:#fff}html.theme--catppuccin-latte .table td.is-warning,html.theme--catppuccin-latte .table th.is-warning{background-color:#df8e1d;border-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .table td.is-danger,html.theme--catppuccin-latte .table th.is-danger{background-color:#d20f39;border-color:#d20f39;color:#fff}html.theme--catppuccin-latte .table td.is-narrow,html.theme--catppuccin-latte .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-latte .table td.is-selected,html.theme--catppuccin-latte .table th.is-selected{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table td.is-selected a,html.theme--catppuccin-latte .table td.is-selected strong,html.theme--catppuccin-latte .table th.is-selected a,html.theme--catppuccin-latte .table th.is-selected strong{color:currentColor}html.theme--catppuccin-latte .table td.is-vcentered,html.theme--catppuccin-latte .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-latte .table th{color:#41445a}html.theme--catppuccin-latte .table th:not([align]){text-align:left}html.theme--catppuccin-latte .table tr.is-selected{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .table tr.is-selected a,html.theme--catppuccin-latte .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-latte .table tr.is-selected td,html.theme--catppuccin-latte .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-latte .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table thead td,html.theme--catppuccin-latte .table thead th{border-width:0 0 2px;color:#41445a}html.theme--catppuccin-latte .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table tfoot td,html.theme--catppuccin-latte .table tfoot th{border-width:2px 0 0;color:#41445a}html.theme--catppuccin-latte .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .table tbody tr:last-child td,html.theme--catppuccin-latte .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-latte .table.is-bordered td,html.theme--catppuccin-latte .table.is-bordered th{border-width:1px}html.theme--catppuccin-latte .table.is-bordered tr:last-child td,html.theme--catppuccin-latte .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-latte .table.is-fullwidth{width:100%}html.theme--catppuccin-latte .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#ccd0da}html.theme--catppuccin-latte .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#ccd0da}html.theme--catppuccin-latte .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#d2d5de}html.theme--catppuccin-latte .table.is-narrow td,html.theme--catppuccin-latte .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-latte .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#ccd0da}html.theme--catppuccin-latte .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-latte .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .tags .tag,html.theme--catppuccin-latte .tags .content kbd,html.theme--catppuccin-latte .content .tags kbd,html.theme--catppuccin-latte .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-latte .tags .tag:not(:last-child),html.theme--catppuccin-latte .tags .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags kbd:not(:last-child),html.theme--catppuccin-latte .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-latte .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-latte .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-latte .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-latte .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-latte .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-latte .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-latte .tags.is-centered{justify-content:center}html.theme--catppuccin-latte .tags.is-centered .tag,html.theme--catppuccin-latte .tags.is-centered .content kbd,html.theme--catppuccin-latte .content .tags.is-centered kbd,html.theme--catppuccin-latte .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-latte .tags.is-right{justify-content:flex-end}html.theme--catppuccin-latte .tags.is-right .tag:not(:first-child),html.theme--catppuccin-latte .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-latte .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-latte .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-latte .tags.is-right .tag:not(:last-child),html.theme--catppuccin-latte .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-latte .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-latte .tags.has-addons .tag,html.theme--catppuccin-latte .tags.has-addons .content kbd,html.theme--catppuccin-latte .content .tags.has-addons kbd,html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-latte .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-latte .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-latte .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-latte .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-latte .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-latte .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-latte .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-latte .tag:not(body),html.theme--catppuccin-latte .content kbd:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#e6e9ef;border-radius:.4em;color:#4c4f69;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-latte .tag:not(body) .delete,html.theme--catppuccin-latte .content kbd:not(body) .delete,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-latte .tag.is-white:not(body),html.theme--catppuccin-latte .content kbd.is-white:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .tag.is-black:not(body),html.theme--catppuccin-latte .content kbd.is-black:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .tag.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .tag.is-dark:not(body),html.theme--catppuccin-latte .content kbd:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-latte .content .docstring>section>kbd:not(body){background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .tag.is-primary:not(body),html.theme--catppuccin-latte .content kbd.is-primary:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .tag.is-primary.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .tag.is-link:not(body),html.theme--catppuccin-latte .content kbd.is-link:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .tag.is-link.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-link.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ebf2fe;color:#0a52e1}html.theme--catppuccin-latte .tag.is-info:not(body),html.theme--catppuccin-latte .content kbd.is-info:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#179299;color:#fff}html.theme--catppuccin-latte .tag.is-info.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-info.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#edfcfc;color:#1cb2ba}html.theme--catppuccin-latte .tag.is-success:not(body),html.theme--catppuccin-latte .content kbd.is-success:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .tag.is-success.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-success.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f1fbef;color:#40a12b}html.theme--catppuccin-latte .tag.is-warning:not(body),html.theme--catppuccin-latte .content kbd.is-warning:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .tag.is-warning.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fdf6ed;color:#9e6515}html.theme--catppuccin-latte .tag.is-danger:not(body),html.theme--catppuccin-latte .content kbd.is-danger:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .tag.is-danger.is-light:not(body),html.theme--catppuccin-latte .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#feecf0;color:#e9113f}html.theme--catppuccin-latte .tag.is-normal:not(body),html.theme--catppuccin-latte .content kbd.is-normal:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-latte .tag.is-medium:not(body),html.theme--catppuccin-latte .content kbd.is-medium:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-latte .tag.is-large:not(body),html.theme--catppuccin-latte .content kbd.is-large:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-latte .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-latte .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-latte .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-latte .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-latte .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-latte .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-latte .tag.is-delete:not(body),html.theme--catppuccin-latte .content kbd.is-delete:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-latte .tag.is-delete:not(body)::before,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::before,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-latte .tag.is-delete:not(body)::after,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::after,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-latte .tag.is-delete:not(body)::before,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::before,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-latte .tag.is-delete:not(body)::after,html.theme--catppuccin-latte .content kbd.is-delete:not(body)::after,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-latte .tag.is-delete:not(body):hover,html.theme--catppuccin-latte .content kbd.is-delete:not(body):hover,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-latte .tag.is-delete:not(body):focus,html.theme--catppuccin-latte .content kbd.is-delete:not(body):focus,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#d6dbe5}html.theme--catppuccin-latte .tag.is-delete:not(body):active,html.theme--catppuccin-latte .content kbd.is-delete:not(body):active,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#c7cedb}html.theme--catppuccin-latte .tag.is-rounded:not(body),html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-latte .content kbd.is-rounded:not(body),html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-latte a.tag:hover,html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-latte .title,html.theme--catppuccin-latte .subtitle{word-break:break-word}html.theme--catppuccin-latte .title em,html.theme--catppuccin-latte .title span,html.theme--catppuccin-latte .subtitle em,html.theme--catppuccin-latte .subtitle span{font-weight:inherit}html.theme--catppuccin-latte .title sub,html.theme--catppuccin-latte .subtitle sub{font-size:.75em}html.theme--catppuccin-latte .title sup,html.theme--catppuccin-latte .subtitle sup{font-size:.75em}html.theme--catppuccin-latte .title .tag,html.theme--catppuccin-latte .title .content kbd,html.theme--catppuccin-latte .content .title kbd,html.theme--catppuccin-latte .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-latte .subtitle .tag,html.theme--catppuccin-latte .subtitle .content kbd,html.theme--catppuccin-latte .content .subtitle kbd,html.theme--catppuccin-latte .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-latte .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-latte .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-latte .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-latte .title.is-1{font-size:3rem}html.theme--catppuccin-latte .title.is-2{font-size:2.5rem}html.theme--catppuccin-latte .title.is-3{font-size:2rem}html.theme--catppuccin-latte .title.is-4{font-size:1.5rem}html.theme--catppuccin-latte .title.is-5{font-size:1.25rem}html.theme--catppuccin-latte .title.is-6{font-size:1rem}html.theme--catppuccin-latte .title.is-7{font-size:.75rem}html.theme--catppuccin-latte .subtitle{color:#9ca0b0;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-latte .subtitle strong{color:#9ca0b0;font-weight:600}html.theme--catppuccin-latte .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-latte .subtitle.is-1{font-size:3rem}html.theme--catppuccin-latte .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-latte .subtitle.is-3{font-size:2rem}html.theme--catppuccin-latte .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-latte .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-latte .subtitle.is-6{font-size:1rem}html.theme--catppuccin-latte .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-latte .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-latte .number{align-items:center;background-color:#e6e9ef;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{background-color:#eff1f5;border-color:#acb0be;border-radius:.4em;color:#8c8fa1}html.theme--catppuccin-latte .select select::-moz-placeholder,html.theme--catppuccin-latte .textarea::-moz-placeholder,html.theme--catppuccin-latte .input::-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-latte .select select::-webkit-input-placeholder,html.theme--catppuccin-latte .textarea::-webkit-input-placeholder,html.theme--catppuccin-latte .input::-webkit-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:-moz-placeholder,html.theme--catppuccin-latte .textarea:-moz-placeholder,html.theme--catppuccin-latte .input:-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:-ms-input-placeholder,html.theme--catppuccin-latte .textarea:-ms-input-placeholder,html.theme--catppuccin-latte .input:-ms-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-latte .select select:hover,html.theme--catppuccin-latte .textarea:hover,html.theme--catppuccin-latte .input:hover,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-latte .select select.is-hovered,html.theme--catppuccin-latte .is-hovered.textarea,html.theme--catppuccin-latte .is-hovered.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#9ca0b0}html.theme--catppuccin-latte .select select:focus,html.theme--catppuccin-latte .textarea:focus,html.theme--catppuccin-latte .input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-latte .select select.is-focused,html.theme--catppuccin-latte .is-focused.textarea,html.theme--catppuccin-latte .is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .select select:active,html.theme--catppuccin-latte .textarea:active,html.theme--catppuccin-latte .input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-latte .select select.is-active,html.theme--catppuccin-latte .is-active.textarea,html.theme--catppuccin-latte .is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#1e66f5;box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select select[disabled],html.theme--catppuccin-latte .textarea[disabled],html.theme--catppuccin-latte .input[disabled],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-latte .select select,fieldset[disabled] html.theme--catppuccin-latte .textarea,fieldset[disabled] html.theme--catppuccin-latte .input,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{background-color:#9ca0b0;border-color:#e6e9ef;box-shadow:none;color:#616587}html.theme--catppuccin-latte .select select[disabled]::-moz-placeholder,html.theme--catppuccin-latte .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-latte .input[disabled]::-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]:-moz-placeholder,html.theme--catppuccin-latte .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-latte .input[disabled]:-moz-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(97,101,135,0.3)}html.theme--catppuccin-latte .textarea,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-latte .textarea[readonly],html.theme--catppuccin-latte .input[readonly],html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-latte .is-white.textarea,html.theme--catppuccin-latte .is-white.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-latte .is-white.textarea:focus,html.theme--catppuccin-latte .is-white.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-latte .is-white.is-focused.textarea,html.theme--catppuccin-latte .is-white.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-white.textarea:active,html.theme--catppuccin-latte .is-white.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-latte .is-white.is-active.textarea,html.theme--catppuccin-latte .is-white.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .is-black.textarea,html.theme--catppuccin-latte .is-black.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-latte .is-black.textarea:focus,html.theme--catppuccin-latte .is-black.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-latte .is-black.is-focused.textarea,html.theme--catppuccin-latte .is-black.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-black.textarea:active,html.theme--catppuccin-latte .is-black.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-latte .is-black.is-active.textarea,html.theme--catppuccin-latte .is-black.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .is-light.textarea,html.theme--catppuccin-latte .is-light.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-latte .is-light.textarea:focus,html.theme--catppuccin-latte .is-light.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-latte .is-light.is-focused.textarea,html.theme--catppuccin-latte .is-light.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-light.textarea:active,html.theme--catppuccin-latte .is-light.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-latte .is-light.is-active.textarea,html.theme--catppuccin-latte .is-light.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .is-dark.textarea,html.theme--catppuccin-latte .content kbd.textarea,html.theme--catppuccin-latte .is-dark.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-latte .content kbd.input{border-color:#ccd0da}html.theme--catppuccin-latte .is-dark.textarea:focus,html.theme--catppuccin-latte .content kbd.textarea:focus,html.theme--catppuccin-latte .is-dark.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-latte .content kbd.input:focus,html.theme--catppuccin-latte .is-dark.is-focused.textarea,html.theme--catppuccin-latte .content kbd.is-focused.textarea,html.theme--catppuccin-latte .is-dark.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .content kbd.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-dark.textarea:active,html.theme--catppuccin-latte .content kbd.textarea:active,html.theme--catppuccin-latte .is-dark.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-latte .content kbd.input:active,html.theme--catppuccin-latte .is-dark.is-active.textarea,html.theme--catppuccin-latte .content kbd.is-active.textarea,html.theme--catppuccin-latte .is-dark.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .content kbd.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .is-primary.textarea,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink{border-color:#1e66f5}html.theme--catppuccin-latte .is-primary.textarea:focus,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-latte .is-primary.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-latte .is-primary.is-focused.textarea,html.theme--catppuccin-latte .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-latte .is-primary.textarea:active,html.theme--catppuccin-latte .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-latte .is-primary.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-latte .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-latte .is-primary.is-active.textarea,html.theme--catppuccin-latte .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-latte .is-primary.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-latte .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .is-link.textarea,html.theme--catppuccin-latte .is-link.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#1e66f5}html.theme--catppuccin-latte .is-link.textarea:focus,html.theme--catppuccin-latte .is-link.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-latte .is-link.is-focused.textarea,html.theme--catppuccin-latte .is-link.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-link.textarea:active,html.theme--catppuccin-latte .is-link.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-latte .is-link.is-active.textarea,html.theme--catppuccin-latte .is-link.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .is-info.textarea,html.theme--catppuccin-latte .is-info.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#179299}html.theme--catppuccin-latte .is-info.textarea:focus,html.theme--catppuccin-latte .is-info.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-latte .is-info.is-focused.textarea,html.theme--catppuccin-latte .is-info.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-info.textarea:active,html.theme--catppuccin-latte .is-info.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-latte .is-info.is-active.textarea,html.theme--catppuccin-latte .is-info.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .is-success.textarea,html.theme--catppuccin-latte .is-success.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#40a02b}html.theme--catppuccin-latte .is-success.textarea:focus,html.theme--catppuccin-latte .is-success.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-latte .is-success.is-focused.textarea,html.theme--catppuccin-latte .is-success.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-success.textarea:active,html.theme--catppuccin-latte .is-success.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-latte .is-success.is-active.textarea,html.theme--catppuccin-latte .is-success.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .is-warning.textarea,html.theme--catppuccin-latte .is-warning.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#df8e1d}html.theme--catppuccin-latte .is-warning.textarea:focus,html.theme--catppuccin-latte .is-warning.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-latte .is-warning.is-focused.textarea,html.theme--catppuccin-latte .is-warning.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-warning.textarea:active,html.theme--catppuccin-latte .is-warning.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-latte .is-warning.is-active.textarea,html.theme--catppuccin-latte .is-warning.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .is-danger.textarea,html.theme--catppuccin-latte .is-danger.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#d20f39}html.theme--catppuccin-latte .is-danger.textarea:focus,html.theme--catppuccin-latte .is-danger.input:focus,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-latte .is-danger.is-focused.textarea,html.theme--catppuccin-latte .is-danger.is-focused.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-latte .is-danger.textarea:active,html.theme--catppuccin-latte .is-danger.input:active,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-latte .is-danger.is-active.textarea,html.theme--catppuccin-latte .is-danger.is-active.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .is-small.textarea,html.theme--catppuccin-latte .is-small.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-latte .is-medium.textarea,html.theme--catppuccin-latte .is-medium.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .is-large.textarea,html.theme--catppuccin-latte .is-large.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-latte .is-fullwidth.textarea,html.theme--catppuccin-latte .is-fullwidth.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-latte .is-inline.textarea,html.theme--catppuccin-latte .is-inline.input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-latte .input.is-rounded,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-latte .input.is-static,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-latte .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-latte .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-latte .textarea[rows]{height:initial}html.theme--catppuccin-latte .textarea.has-fixed-size{resize:none}html.theme--catppuccin-latte .radio,html.theme--catppuccin-latte .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-latte .radio input,html.theme--catppuccin-latte .checkbox input{cursor:pointer}html.theme--catppuccin-latte .radio:hover,html.theme--catppuccin-latte .checkbox:hover{color:#04a5e5}html.theme--catppuccin-latte .radio[disabled],html.theme--catppuccin-latte .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-latte .radio,fieldset[disabled] html.theme--catppuccin-latte .checkbox,html.theme--catppuccin-latte .radio input[disabled],html.theme--catppuccin-latte .checkbox input[disabled]{color:#616587;cursor:not-allowed}html.theme--catppuccin-latte .radio+.radio{margin-left:.5em}html.theme--catppuccin-latte .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-latte .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading)::after{border-color:#1e66f5;right:1.125em;z-index:4}html.theme--catppuccin-latte .select.is-rounded select,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-latte .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-latte .select select::-ms-expand{display:none}html.theme--catppuccin-latte .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-latte .select select:hover{border-color:#e6e9ef}html.theme--catppuccin-latte .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-latte .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-latte .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-latte .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#04a5e5}html.theme--catppuccin-latte .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-latte .select.is-white select{border-color:#fff}html.theme--catppuccin-latte .select.is-white select:hover,html.theme--catppuccin-latte .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-latte .select.is-white select:focus,html.theme--catppuccin-latte .select.is-white select.is-focused,html.theme--catppuccin-latte .select.is-white select:active,html.theme--catppuccin-latte .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-latte .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-latte .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-latte .select.is-black select:hover,html.theme--catppuccin-latte .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-latte .select.is-black select:focus,html.theme--catppuccin-latte .select.is-black select.is-focused,html.theme--catppuccin-latte .select.is-black select:active,html.theme--catppuccin-latte .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-latte .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-latte .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-latte .select.is-light select:hover,html.theme--catppuccin-latte .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-latte .select.is-light select:focus,html.theme--catppuccin-latte .select.is-light select.is-focused,html.theme--catppuccin-latte .select.is-light select:active,html.theme--catppuccin-latte .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-latte .select.is-dark:not(:hover)::after,html.theme--catppuccin-latte .content kbd.select:not(:hover)::after{border-color:#ccd0da}html.theme--catppuccin-latte .select.is-dark select,html.theme--catppuccin-latte .content kbd.select select{border-color:#ccd0da}html.theme--catppuccin-latte .select.is-dark select:hover,html.theme--catppuccin-latte .content kbd.select select:hover,html.theme--catppuccin-latte .select.is-dark select.is-hovered,html.theme--catppuccin-latte .content kbd.select select.is-hovered{border-color:#bdc2cf}html.theme--catppuccin-latte .select.is-dark select:focus,html.theme--catppuccin-latte .content kbd.select select:focus,html.theme--catppuccin-latte .select.is-dark select.is-focused,html.theme--catppuccin-latte .content kbd.select select.is-focused,html.theme--catppuccin-latte .select.is-dark select:active,html.theme--catppuccin-latte .content kbd.select select:active,html.theme--catppuccin-latte .select.is-dark select.is-active,html.theme--catppuccin-latte .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(204,208,218,0.25)}html.theme--catppuccin-latte .select.is-primary:not(:hover)::after,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-primary select,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-primary select:hover,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-latte .select.is-primary select.is-hovered,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#0b57ef}html.theme--catppuccin-latte .select.is-primary select:focus,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-latte .select.is-primary select.is-focused,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-latte .select.is-primary select:active,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-latte .select.is-primary select.is-active,html.theme--catppuccin-latte .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select.is-link:not(:hover)::after{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-link select{border-color:#1e66f5}html.theme--catppuccin-latte .select.is-link select:hover,html.theme--catppuccin-latte .select.is-link select.is-hovered{border-color:#0b57ef}html.theme--catppuccin-latte .select.is-link select:focus,html.theme--catppuccin-latte .select.is-link select.is-focused,html.theme--catppuccin-latte .select.is-link select:active,html.theme--catppuccin-latte .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(30,102,245,0.25)}html.theme--catppuccin-latte .select.is-info:not(:hover)::after{border-color:#179299}html.theme--catppuccin-latte .select.is-info select{border-color:#179299}html.theme--catppuccin-latte .select.is-info select:hover,html.theme--catppuccin-latte .select.is-info select.is-hovered{border-color:#147d83}html.theme--catppuccin-latte .select.is-info select:focus,html.theme--catppuccin-latte .select.is-info select.is-focused,html.theme--catppuccin-latte .select.is-info select:active,html.theme--catppuccin-latte .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(23,146,153,0.25)}html.theme--catppuccin-latte .select.is-success:not(:hover)::after{border-color:#40a02b}html.theme--catppuccin-latte .select.is-success select{border-color:#40a02b}html.theme--catppuccin-latte .select.is-success select:hover,html.theme--catppuccin-latte .select.is-success select.is-hovered{border-color:#388c26}html.theme--catppuccin-latte .select.is-success select:focus,html.theme--catppuccin-latte .select.is-success select.is-focused,html.theme--catppuccin-latte .select.is-success select:active,html.theme--catppuccin-latte .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(64,160,43,0.25)}html.theme--catppuccin-latte .select.is-warning:not(:hover)::after{border-color:#df8e1d}html.theme--catppuccin-latte .select.is-warning select{border-color:#df8e1d}html.theme--catppuccin-latte .select.is-warning select:hover,html.theme--catppuccin-latte .select.is-warning select.is-hovered{border-color:#c8801a}html.theme--catppuccin-latte .select.is-warning select:focus,html.theme--catppuccin-latte .select.is-warning select.is-focused,html.theme--catppuccin-latte .select.is-warning select:active,html.theme--catppuccin-latte .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(223,142,29,0.25)}html.theme--catppuccin-latte .select.is-danger:not(:hover)::after{border-color:#d20f39}html.theme--catppuccin-latte .select.is-danger select{border-color:#d20f39}html.theme--catppuccin-latte .select.is-danger select:hover,html.theme--catppuccin-latte .select.is-danger select.is-hovered{border-color:#ba0d33}html.theme--catppuccin-latte .select.is-danger select:focus,html.theme--catppuccin-latte .select.is-danger select.is-focused,html.theme--catppuccin-latte .select.is-danger select:active,html.theme--catppuccin-latte .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(210,15,57,0.25)}html.theme--catppuccin-latte .select.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-latte .select.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .select.is-large{font-size:1.5rem}html.theme--catppuccin-latte .select.is-disabled::after{border-color:#616587 !important;opacity:0.5}html.theme--catppuccin-latte .select.is-fullwidth{width:100%}html.theme--catppuccin-latte .select.is-fullwidth select{width:100%}html.theme--catppuccin-latte .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-latte .select.is-loading.is-small:after,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-latte .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-latte .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-latte .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-latte .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:hover .file-cta,html.theme--catppuccin-latte .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:focus .file-cta,html.theme--catppuccin-latte .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-latte .file.is-white:active .file-cta,html.theme--catppuccin-latte .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-latte .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-black:hover .file-cta,html.theme--catppuccin-latte .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-black:focus .file-cta,html.theme--catppuccin-latte .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-latte .file.is-black:active .file-cta,html.theme--catppuccin-latte .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:hover .file-cta,html.theme--catppuccin-latte .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:focus .file-cta,html.theme--catppuccin-latte .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-light:active .file-cta,html.theme--catppuccin-latte .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark .file-cta,html.theme--catppuccin-latte .content kbd.file .file-cta{background-color:#ccd0da;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:hover .file-cta,html.theme--catppuccin-latte .content kbd.file:hover .file-cta,html.theme--catppuccin-latte .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-latte .content kbd.file.is-hovered .file-cta{background-color:#c5c9d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:focus .file-cta,html.theme--catppuccin-latte .content kbd.file:focus .file-cta,html.theme--catppuccin-latte .file.is-dark.is-focused .file-cta,html.theme--catppuccin-latte .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(204,208,218,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-dark:active .file-cta,html.theme--catppuccin-latte .content kbd.file:active .file-cta,html.theme--catppuccin-latte .file.is-dark.is-active .file-cta,html.theme--catppuccin-latte .content kbd.file.is-active .file-cta{background-color:#bdc2cf;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .file.is-primary .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-primary:hover .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-latte .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-primary:focus .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-latte .file.is-primary.is-focused .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(30,102,245,0.25);color:#fff}html.theme--catppuccin-latte .file.is-primary:active .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-latte .file.is-primary.is-active .file-cta,html.theme--catppuccin-latte .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link .file-cta{background-color:#1e66f5;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link:hover .file-cta,html.theme--catppuccin-latte .file.is-link.is-hovered .file-cta{background-color:#125ef4;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-link:focus .file-cta,html.theme--catppuccin-latte .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(30,102,245,0.25);color:#fff}html.theme--catppuccin-latte .file.is-link:active .file-cta,html.theme--catppuccin-latte .file.is-link.is-active .file-cta{background-color:#0b57ef;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info .file-cta{background-color:#179299;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info:hover .file-cta,html.theme--catppuccin-latte .file.is-info.is-hovered .file-cta{background-color:#15878e;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-info:focus .file-cta,html.theme--catppuccin-latte .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(23,146,153,0.25);color:#fff}html.theme--catppuccin-latte .file.is-info:active .file-cta,html.theme--catppuccin-latte .file.is-info.is-active .file-cta{background-color:#147d83;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success .file-cta{background-color:#40a02b;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success:hover .file-cta,html.theme--catppuccin-latte .file.is-success.is-hovered .file-cta{background-color:#3c9628;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-success:focus .file-cta,html.theme--catppuccin-latte .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(64,160,43,0.25);color:#fff}html.theme--catppuccin-latte .file.is-success:active .file-cta,html.theme--catppuccin-latte .file.is-success.is-active .file-cta{background-color:#388c26;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning .file-cta{background-color:#df8e1d;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning:hover .file-cta,html.theme--catppuccin-latte .file.is-warning.is-hovered .file-cta{background-color:#d4871c;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-warning:focus .file-cta,html.theme--catppuccin-latte .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(223,142,29,0.25);color:#fff}html.theme--catppuccin-latte .file.is-warning:active .file-cta,html.theme--catppuccin-latte .file.is-warning.is-active .file-cta{background-color:#c8801a;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger .file-cta{background-color:#d20f39;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger:hover .file-cta,html.theme--catppuccin-latte .file.is-danger.is-hovered .file-cta{background-color:#c60e36;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-danger:focus .file-cta,html.theme--catppuccin-latte .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(210,15,57,0.25);color:#fff}html.theme--catppuccin-latte .file.is-danger:active .file-cta,html.theme--catppuccin-latte .file.is-danger.is-active .file-cta{background-color:#ba0d33;border-color:transparent;color:#fff}html.theme--catppuccin-latte .file.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-latte .file.is-normal{font-size:1rem}html.theme--catppuccin-latte .file.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-latte .file.is-large{font-size:1.5rem}html.theme--catppuccin-latte .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-latte .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-latte .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-latte .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-latte .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-latte .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-latte .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-latte .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-latte .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-latte .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-latte .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-latte .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-latte .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-latte .file.is-centered{justify-content:center}html.theme--catppuccin-latte .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-latte .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-latte .file.is-right{justify-content:flex-end}html.theme--catppuccin-latte .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-latte .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-latte .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-latte .file-label:hover .file-cta{background-color:#c5c9d5;color:#41445a}html.theme--catppuccin-latte .file-label:hover .file-name{border-color:#a5a9b8}html.theme--catppuccin-latte .file-label:active .file-cta{background-color:#bdc2cf;color:#41445a}html.theme--catppuccin-latte .file-label:active .file-name{border-color:#9ea2b3}html.theme--catppuccin-latte .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-latte .file-cta,html.theme--catppuccin-latte .file-name{border-color:#acb0be;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-latte .file-cta{background-color:#ccd0da;color:#4c4f69}html.theme--catppuccin-latte .file-name{border-color:#acb0be;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-latte .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-latte .file-icon .fa{font-size:14px}html.theme--catppuccin-latte .label{color:#41445a;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-latte .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-latte .label.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-latte .label.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .label.is-large{font-size:1.5rem}html.theme--catppuccin-latte .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-latte .help.is-white{color:#fff}html.theme--catppuccin-latte .help.is-black{color:#0a0a0a}html.theme--catppuccin-latte .help.is-light{color:#f5f5f5}html.theme--catppuccin-latte .help.is-dark,html.theme--catppuccin-latte .content kbd.help{color:#ccd0da}html.theme--catppuccin-latte .help.is-primary,html.theme--catppuccin-latte .docstring>section>a.help.docs-sourcelink{color:#1e66f5}html.theme--catppuccin-latte .help.is-link{color:#1e66f5}html.theme--catppuccin-latte .help.is-info{color:#179299}html.theme--catppuccin-latte .help.is-success{color:#40a02b}html.theme--catppuccin-latte .help.is-warning{color:#df8e1d}html.theme--catppuccin-latte .help.is-danger{color:#d20f39}html.theme--catppuccin-latte .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-latte .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-latte .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-latte .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-latte .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-latte .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-latte #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-latte .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-latte .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-latte .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-latte .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-latte .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-latte .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-latte .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-latte .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-latte .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-latte .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field.is-horizontal{display:flex}}html.theme--catppuccin-latte .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-latte .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-latte .field-label.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-latte .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-latte .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-latte .field-body .field{margin-bottom:0}html.theme--catppuccin-latte .field-body>.field{flex-shrink:1}html.theme--catppuccin-latte .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-latte .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-latte .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-latte .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-latte .control.has-icons-right .select:focus~.icon{color:#ccd0da}html.theme--catppuccin-latte .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-latte .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-latte .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-latte .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-latte .control.has-icons-left .icon,html.theme--catppuccin-latte .control.has-icons-right .icon{color:#acb0be;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-latte .control.has-icons-left .input,html.theme--catppuccin-latte .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-latte .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-latte .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-latte .control.has-icons-right .input,html.theme--catppuccin-latte .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-latte .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-latte .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-latte .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-latte .control.is-loading.is-small:after,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-latte .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-latte .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-latte .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-latte .breadcrumb a{align-items:center;color:#1e66f5;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-latte .breadcrumb a:hover{color:#04a5e5}html.theme--catppuccin-latte .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-latte .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-latte .breadcrumb li.is-active a{color:#41445a;cursor:default;pointer-events:none}html.theme--catppuccin-latte .breadcrumb li+li::before{color:#9ca0b0;content:"\0002f"}html.theme--catppuccin-latte .breadcrumb ul,html.theme--catppuccin-latte .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-latte .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-latte .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-latte .breadcrumb.is-centered ol,html.theme--catppuccin-latte .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-latte .breadcrumb.is-right ol,html.theme--catppuccin-latte .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-latte .breadcrumb.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-latte .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-latte .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-latte .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-latte .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-latte .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-latte .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#4c4f69;max-width:100%;position:relative}html.theme--catppuccin-latte .card-footer:first-child,html.theme--catppuccin-latte .card-content:first-child,html.theme--catppuccin-latte .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-latte .card-footer:last-child,html.theme--catppuccin-latte .card-content:last-child,html.theme--catppuccin-latte .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-latte .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-latte .card-header-title{align-items:center;color:#41445a;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-latte .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-latte .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-latte .card-image{display:block;position:relative}html.theme--catppuccin-latte .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-latte .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-latte .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-latte .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-latte .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-latte .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-latte .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-latte .dropdown.is-active .dropdown-menu,html.theme--catppuccin-latte .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-latte .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-latte .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-latte .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-latte .dropdown-content{background-color:#e6e9ef;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-latte .dropdown-item{color:#4c4f69;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-latte a.dropdown-item,html.theme--catppuccin-latte button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-latte a.dropdown-item:hover,html.theme--catppuccin-latte button.dropdown-item:hover{background-color:#e6e9ef;color:#0a0a0a}html.theme--catppuccin-latte a.dropdown-item.is-active,html.theme--catppuccin-latte button.dropdown-item.is-active{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-latte .level{align-items:center;justify-content:space-between}html.theme--catppuccin-latte .level code{border-radius:.4em}html.theme--catppuccin-latte .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-latte .level.is-mobile{display:flex}html.theme--catppuccin-latte .level.is-mobile .level-left,html.theme--catppuccin-latte .level.is-mobile .level-right{display:flex}html.theme--catppuccin-latte .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-latte .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-latte .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level{display:flex}html.theme--catppuccin-latte .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-latte .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-latte .level-item .title,html.theme--catppuccin-latte .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-latte .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-latte .level-left,html.theme--catppuccin-latte .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .level-left .level-item.is-flexible,html.theme--catppuccin-latte .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-left .level-item:not(:last-child),html.theme--catppuccin-latte .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-latte .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-latte .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-left{display:flex}}html.theme--catppuccin-latte .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .level-right{display:flex}}html.theme--catppuccin-latte .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-latte .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-latte .media .media{border-top:1px solid rgba(172,176,190,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-latte .media .media .content:not(:last-child),html.theme--catppuccin-latte .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-latte .media .media .media{padding-top:.5rem}html.theme--catppuccin-latte .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-latte .media+.media{border-top:1px solid rgba(172,176,190,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-latte .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-latte .media-left,html.theme--catppuccin-latte .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .media-left{margin-right:1rem}html.theme--catppuccin-latte .media-right{margin-left:1rem}html.theme--catppuccin-latte .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-latte .media-content{overflow-x:auto}}html.theme--catppuccin-latte .menu{font-size:1rem}html.theme--catppuccin-latte .menu.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-latte .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .menu.is-large{font-size:1.5rem}html.theme--catppuccin-latte .menu-list{line-height:1.25}html.theme--catppuccin-latte .menu-list a{border-radius:3px;color:#4c4f69;display:block;padding:0.5em 0.75em}html.theme--catppuccin-latte .menu-list a:hover{background-color:#e6e9ef;color:#41445a}html.theme--catppuccin-latte .menu-list a.is-active{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .menu-list li ul{border-left:1px solid #acb0be;margin:.75em;padding-left:.75em}html.theme--catppuccin-latte .menu-label{color:#616587;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-latte .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-latte .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-latte .message{background-color:#e6e9ef;border-radius:.4em;font-size:1rem}html.theme--catppuccin-latte .message strong{color:currentColor}html.theme--catppuccin-latte .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-latte .message.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-latte .message.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .message.is-large{font-size:1.5rem}html.theme--catppuccin-latte .message.is-white{background-color:#fff}html.theme--catppuccin-latte .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-latte .message.is-black{background-color:#fafafa}html.theme--catppuccin-latte .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-latte .message.is-light{background-color:#fafafa}html.theme--catppuccin-latte .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-latte .message.is-dark,html.theme--catppuccin-latte .content kbd.message{background-color:#f9fafb}html.theme--catppuccin-latte .message.is-dark .message-header,html.theme--catppuccin-latte .content kbd.message .message-header{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .message.is-dark .message-body,html.theme--catppuccin-latte .content kbd.message .message-body{border-color:#ccd0da}html.theme--catppuccin-latte .message.is-primary,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink{background-color:#ebf2fe}html.theme--catppuccin-latte .message.is-primary .message-header,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink .message-header{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .message.is-primary .message-body,html.theme--catppuccin-latte .docstring>section>a.message.docs-sourcelink .message-body{border-color:#1e66f5;color:#0a52e1}html.theme--catppuccin-latte .message.is-link{background-color:#ebf2fe}html.theme--catppuccin-latte .message.is-link .message-header{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .message.is-link .message-body{border-color:#1e66f5;color:#0a52e1}html.theme--catppuccin-latte .message.is-info{background-color:#edfcfc}html.theme--catppuccin-latte .message.is-info .message-header{background-color:#179299;color:#fff}html.theme--catppuccin-latte .message.is-info .message-body{border-color:#179299;color:#1cb2ba}html.theme--catppuccin-latte .message.is-success{background-color:#f1fbef}html.theme--catppuccin-latte .message.is-success .message-header{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .message.is-success .message-body{border-color:#40a02b;color:#40a12b}html.theme--catppuccin-latte .message.is-warning{background-color:#fdf6ed}html.theme--catppuccin-latte .message.is-warning .message-header{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .message.is-warning .message-body{border-color:#df8e1d;color:#9e6515}html.theme--catppuccin-latte .message.is-danger{background-color:#feecf0}html.theme--catppuccin-latte .message.is-danger .message-header{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .message.is-danger .message-body{border-color:#d20f39;color:#e9113f}html.theme--catppuccin-latte .message-header{align-items:center;background-color:#4c4f69;border-radius:.4em .4em 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-latte .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-latte .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-latte .message-body{border-color:#acb0be;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#4c4f69;padding:1.25em 1.5em}html.theme--catppuccin-latte .message-body code,html.theme--catppuccin-latte .message-body pre{background-color:#fff}html.theme--catppuccin-latte .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-latte .modal.is-active{display:flex}html.theme--catppuccin-latte .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-latte .modal-content,html.theme--catppuccin-latte .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-latte .modal-content,html.theme--catppuccin-latte .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-latte .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-latte .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-latte .modal-card-head,html.theme--catppuccin-latte .modal-card-foot{align-items:center;background-color:#e6e9ef;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-latte .modal-card-head{border-bottom:1px solid #acb0be;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-latte .modal-card-title{color:#4c4f69;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-latte .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #acb0be}html.theme--catppuccin-latte .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-latte .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#eff1f5;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-latte .navbar{background-color:#1e66f5;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-latte .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-latte .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-latte .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-latte .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-latte .navbar.is-dark,html.theme--catppuccin-latte .content kbd.navbar{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-burger,html.theme--catppuccin-latte .content kbd.navbar .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-latte .content kbd.navbar .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#ccd0da;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-latte .navbar.is-primary,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-burger,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5;color:#fff}}html.theme--catppuccin-latte .navbar.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5;color:#fff}}html.theme--catppuccin-latte .navbar.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#179299;color:#fff}}html.theme--catppuccin-latte .navbar.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#40a02b;color:#fff}}html.theme--catppuccin-latte .navbar.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#df8e1d;color:#fff}}html.theme--catppuccin-latte .navbar.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-latte .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#d20f39;color:#fff}}html.theme--catppuccin-latte .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-latte .navbar.has-shadow{box-shadow:0 2px 0 0 #e6e9ef}html.theme--catppuccin-latte .navbar.is-fixed-bottom,html.theme--catppuccin-latte .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #e6e9ef}html.theme--catppuccin-latte .navbar.is-fixed-top{top:0}html.theme--catppuccin-latte html.has-navbar-fixed-top,html.theme--catppuccin-latte body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom,html.theme--catppuccin-latte body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-latte .navbar-brand,html.theme--catppuccin-latte .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-latte .navbar-brand a.navbar-item:focus,html.theme--catppuccin-latte .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-latte .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-latte .navbar-burger{color:#4c4f69;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-latte .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-latte .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-latte .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-latte .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-latte .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-latte .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-latte .navbar-menu{display:none}html.theme--catppuccin-latte .navbar-item,html.theme--catppuccin-latte .navbar-link{color:#4c4f69;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-latte .navbar-item .icon:only-child,html.theme--catppuccin-latte .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-latte a.navbar-item,html.theme--catppuccin-latte .navbar-link{cursor:pointer}html.theme--catppuccin-latte a.navbar-item:focus,html.theme--catppuccin-latte a.navbar-item:focus-within,html.theme--catppuccin-latte a.navbar-item:hover,html.theme--catppuccin-latte a.navbar-item.is-active,html.theme--catppuccin-latte .navbar-link:focus,html.theme--catppuccin-latte .navbar-link:focus-within,html.theme--catppuccin-latte .navbar-link:hover,html.theme--catppuccin-latte .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}html.theme--catppuccin-latte .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .navbar-item img{max-height:1.75rem}html.theme--catppuccin-latte .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-latte .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-latte .navbar-item.is-tab:focus,html.theme--catppuccin-latte .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#1e66f5}html.theme--catppuccin-latte .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#1e66f5;border-bottom-style:solid;border-bottom-width:3px;color:#1e66f5;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-latte .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-latte .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-latte .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-latte .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-latte .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .navbar>.container{display:block}html.theme--catppuccin-latte .navbar-brand .navbar-item,html.theme--catppuccin-latte .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-latte .navbar-link::after{display:none}html.theme--catppuccin-latte .navbar-menu{background-color:#1e66f5;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-latte .navbar-menu.is-active{display:block}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch,html.theme--catppuccin-latte .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-latte .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-latte .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-latte .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-latte html.has-navbar-fixed-top-touch,html.theme--catppuccin-latte body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-latte body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .navbar,html.theme--catppuccin-latte .navbar-menu,html.theme--catppuccin-latte .navbar-start,html.theme--catppuccin-latte .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-latte .navbar{min-height:4rem}html.theme--catppuccin-latte .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-latte .navbar.is-spaced .navbar-start,html.theme--catppuccin-latte .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-latte .navbar.is-spaced a.navbar-item,html.theme--catppuccin-latte .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-latte .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-latte .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-latte .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8c8fa1}html.theme--catppuccin-latte .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}html.theme--catppuccin-latte .navbar-burger{display:none}html.theme--catppuccin-latte .navbar-item,html.theme--catppuccin-latte .navbar-link{align-items:center;display:flex}html.theme--catppuccin-latte .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-latte .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-latte .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-latte .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-latte .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-latte .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-latte .navbar-dropdown{background-color:#1e66f5;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-latte .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-latte .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8c8fa1}html.theme--catppuccin-latte .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1e66f5}.navbar.is-spaced html.theme--catppuccin-latte .navbar-dropdown,html.theme--catppuccin-latte .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-latte .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-latte .navbar-divider{display:block}html.theme--catppuccin-latte .navbar>.container .navbar-brand,html.theme--catppuccin-latte .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-latte .navbar>.container .navbar-menu,html.theme--catppuccin-latte .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-latte .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-latte .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-latte .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-latte html.has-navbar-fixed-top-desktop,html.theme--catppuccin-latte body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-latte html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-latte body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-latte html.has-spaced-navbar-fixed-top,html.theme--catppuccin-latte body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-latte html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-latte body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-latte a.navbar-item.is-active,html.theme--catppuccin-latte .navbar-link.is-active{color:#1e66f5}html.theme--catppuccin-latte a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-latte .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-latte .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-latte .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-latte .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-latte .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-latte .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-latte .pagination.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-latte .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-latte .pagination.is-rounded .pagination-previous,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-latte .pagination.is-rounded .pagination-next,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-latte .pagination.is-rounded .pagination-link,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-latte .pagination,html.theme--catppuccin-latte .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link{border-color:#acb0be;color:#1e66f5;min-width:2.5em}html.theme--catppuccin-latte .pagination-previous:hover,html.theme--catppuccin-latte .pagination-next:hover,html.theme--catppuccin-latte .pagination-link:hover{border-color:#9ca0b0;color:#04a5e5}html.theme--catppuccin-latte .pagination-previous:focus,html.theme--catppuccin-latte .pagination-next:focus,html.theme--catppuccin-latte .pagination-link:focus{border-color:#9ca0b0}html.theme--catppuccin-latte .pagination-previous:active,html.theme--catppuccin-latte .pagination-next:active,html.theme--catppuccin-latte .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-latte .pagination-previous[disabled],html.theme--catppuccin-latte .pagination-previous.is-disabled,html.theme--catppuccin-latte .pagination-next[disabled],html.theme--catppuccin-latte .pagination-next.is-disabled,html.theme--catppuccin-latte .pagination-link[disabled],html.theme--catppuccin-latte .pagination-link.is-disabled{background-color:#acb0be;border-color:#acb0be;box-shadow:none;color:#616587;opacity:0.5}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-latte .pagination-link.is-current{background-color:#1e66f5;border-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .pagination-ellipsis{color:#9ca0b0;pointer-events:none}html.theme--catppuccin-latte .pagination-list{flex-wrap:wrap}html.theme--catppuccin-latte .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-latte .pagination{flex-wrap:wrap}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-latte .pagination-previous{order:2}html.theme--catppuccin-latte .pagination-next{order:3}html.theme--catppuccin-latte .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-latte .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-latte .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-latte .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-latte .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-latte .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-latte .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-latte .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-latte .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-latte .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-latte .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-latte .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-latte .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-latte .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-latte .panel.is-dark .panel-heading,html.theme--catppuccin-latte .content kbd.panel .panel-heading{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-latte .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#ccd0da}html.theme--catppuccin-latte .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-latte .content kbd.panel .panel-block.is-active .panel-icon{color:#ccd0da}html.theme--catppuccin-latte .panel.is-primary .panel-heading,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#1e66f5}html.theme--catppuccin-latte .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-latte .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel.is-link .panel-heading{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .panel.is-link .panel-tabs a.is-active{border-bottom-color:#1e66f5}html.theme--catppuccin-latte .panel.is-link .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel.is-info .panel-heading{background-color:#179299;color:#fff}html.theme--catppuccin-latte .panel.is-info .panel-tabs a.is-active{border-bottom-color:#179299}html.theme--catppuccin-latte .panel.is-info .panel-block.is-active .panel-icon{color:#179299}html.theme--catppuccin-latte .panel.is-success .panel-heading{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .panel.is-success .panel-tabs a.is-active{border-bottom-color:#40a02b}html.theme--catppuccin-latte .panel.is-success .panel-block.is-active .panel-icon{color:#40a02b}html.theme--catppuccin-latte .panel.is-warning .panel-heading{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#df8e1d}html.theme--catppuccin-latte .panel.is-warning .panel-block.is-active .panel-icon{color:#df8e1d}html.theme--catppuccin-latte .panel.is-danger .panel-heading{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#d20f39}html.theme--catppuccin-latte .panel.is-danger .panel-block.is-active .panel-icon{color:#d20f39}html.theme--catppuccin-latte .panel-tabs:not(:last-child),html.theme--catppuccin-latte .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-latte .panel-heading{background-color:#bcc0cc;border-radius:8px 8px 0 0;color:#41445a;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-latte .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-latte .panel-tabs a{border-bottom:1px solid #acb0be;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-latte .panel-tabs a.is-active{border-bottom-color:#bcc0cc;color:#0b57ef}html.theme--catppuccin-latte .panel-list a{color:#4c4f69}html.theme--catppuccin-latte .panel-list a:hover{color:#1e66f5}html.theme--catppuccin-latte .panel-block{align-items:center;color:#41445a;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-latte .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-latte .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-latte .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-latte .panel-block.is-active{border-left-color:#1e66f5;color:#0b57ef}html.theme--catppuccin-latte .panel-block.is-active .panel-icon{color:#1e66f5}html.theme--catppuccin-latte .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-latte a.panel-block,html.theme--catppuccin-latte label.panel-block{cursor:pointer}html.theme--catppuccin-latte a.panel-block:hover,html.theme--catppuccin-latte label.panel-block:hover{background-color:#e6e9ef}html.theme--catppuccin-latte .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#616587;margin-right:.75em}html.theme--catppuccin-latte .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-latte .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-latte .tabs a{align-items:center;border-bottom-color:#acb0be;border-bottom-style:solid;border-bottom-width:1px;color:#4c4f69;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-latte .tabs a:hover{border-bottom-color:#41445a;color:#41445a}html.theme--catppuccin-latte .tabs li{display:block}html.theme--catppuccin-latte .tabs li.is-active a{border-bottom-color:#1e66f5;color:#1e66f5}html.theme--catppuccin-latte .tabs ul{align-items:center;border-bottom-color:#acb0be;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-latte .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-latte .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-latte .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-latte .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-latte .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-latte .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-latte .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-latte .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-latte .tabs.is-boxed a:hover{background-color:#e6e9ef;border-bottom-color:#acb0be}html.theme--catppuccin-latte .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#acb0be;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-latte .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-latte .tabs.is-toggle a{border-color:#acb0be;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-latte .tabs.is-toggle a:hover{background-color:#e6e9ef;border-color:#9ca0b0;z-index:2}html.theme--catppuccin-latte .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-latte .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-latte .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-latte .tabs.is-toggle li.is-active a{background-color:#1e66f5;border-color:#1e66f5;color:#fff;z-index:1}html.theme--catppuccin-latte .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-latte .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-latte .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-latte .tabs.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-latte .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-latte .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-latte .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-latte .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-latte .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-latte .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-latte .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-latte .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-latte .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-latte .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-latte .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .column.is-narrow,html.theme--catppuccin-latte .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full,html.theme--catppuccin-latte .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters,html.theme--catppuccin-latte .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds,html.theme--catppuccin-latte .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half,html.theme--catppuccin-latte .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third,html.theme--catppuccin-latte .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter,html.theme--catppuccin-latte .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth,html.theme--catppuccin-latte .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths,html.theme--catppuccin-latte .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths,html.theme--catppuccin-latte .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths,html.theme--catppuccin-latte .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters,html.theme--catppuccin-latte .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds,html.theme--catppuccin-latte .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half,html.theme--catppuccin-latte .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third,html.theme--catppuccin-latte .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter,html.theme--catppuccin-latte .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth,html.theme--catppuccin-latte .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths,html.theme--catppuccin-latte .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths,html.theme--catppuccin-latte .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths,html.theme--catppuccin-latte .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-latte .column.is-0,html.theme--catppuccin-latte .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0,html.theme--catppuccin-latte .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-latte .column.is-1,html.theme--catppuccin-latte .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1,html.theme--catppuccin-latte .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2,html.theme--catppuccin-latte .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2,html.theme--catppuccin-latte .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3,html.theme--catppuccin-latte .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3,html.theme--catppuccin-latte .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-latte .column.is-4,html.theme--catppuccin-latte .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4,html.theme--catppuccin-latte .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5,html.theme--catppuccin-latte .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5,html.theme--catppuccin-latte .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6,html.theme--catppuccin-latte .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6,html.theme--catppuccin-latte .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-latte .column.is-7,html.theme--catppuccin-latte .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7,html.theme--catppuccin-latte .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8,html.theme--catppuccin-latte .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8,html.theme--catppuccin-latte .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9,html.theme--catppuccin-latte .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9,html.theme--catppuccin-latte .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-latte .column.is-10,html.theme--catppuccin-latte .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10,html.theme--catppuccin-latte .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11,html.theme--catppuccin-latte .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11,html.theme--catppuccin-latte .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12,html.theme--catppuccin-latte .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12,html.theme--catppuccin-latte .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-latte .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-latte .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-latte .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-latte .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-latte .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-latte .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-latte .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-latte .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-latte .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-latte .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-latte .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-latte .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-latte .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-latte .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-latte .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-latte .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-latte .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-latte .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-latte .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-latte .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-latte .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-latte .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-latte .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-latte .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-latte .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-latte .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-latte .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-latte .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-latte .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-latte .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-latte .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-latte .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-latte .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-latte .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-latte .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-latte .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-latte .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-latte .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-latte .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-latte .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-latte .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-latte .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-latte .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-latte .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-latte .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-latte .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-latte .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-latte .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-latte .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-latte .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-latte .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-latte .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-latte .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-latte .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-latte .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-latte .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-latte .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-latte .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-latte .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-latte .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-latte .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-latte .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-latte .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-latte .columns.is-centered{justify-content:center}html.theme--catppuccin-latte .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-latte .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-latte .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-latte .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-latte .columns.is-mobile{display:flex}html.theme--catppuccin-latte .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-latte .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-desktop{display:flex}}html.theme--catppuccin-latte .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-latte .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-latte .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-latte .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-latte .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-latte .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-latte .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-latte .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-latte .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-latte .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-latte .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-latte .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-latte .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-latte .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-latte .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-latte .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-latte .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-latte .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-latte .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-latte .tile.is-child{margin:0 !important}html.theme--catppuccin-latte .tile.is-parent{padding:.75rem}html.theme--catppuccin-latte .tile.is-vertical{flex-direction:column}html.theme--catppuccin-latte .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .tile:not(.is-child){display:flex}html.theme--catppuccin-latte .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-latte .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-latte .tile.is-3{flex:none;width:25%}html.theme--catppuccin-latte .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-latte .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-latte .tile.is-6{flex:none;width:50%}html.theme--catppuccin-latte .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-latte .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-latte .tile.is-9{flex:none;width:75%}html.theme--catppuccin-latte .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-latte .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-latte .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-latte .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-latte .hero .navbar{background:none}html.theme--catppuccin-latte .hero .tabs ul{border-bottom:none}html.theme--catppuccin-latte .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-white strong{color:inherit}html.theme--catppuccin-latte .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-latte .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-latte .hero.is-white .navbar-item,html.theme--catppuccin-latte .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-latte .hero.is-white a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-white .navbar-link:hover,html.theme--catppuccin-latte .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-latte .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-latte .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-latte .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-black strong{color:inherit}html.theme--catppuccin-latte .hero.is-black .title{color:#fff}html.theme--catppuccin-latte .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-latte .hero.is-black .navbar-item,html.theme--catppuccin-latte .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-black a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-black .navbar-link:hover,html.theme--catppuccin-latte .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-latte .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-latte .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-latte .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-light strong{color:inherit}html.theme--catppuccin-latte .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-latte .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-latte .hero.is-light .navbar-item,html.theme--catppuccin-latte .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-light .navbar-link:hover,html.theme--catppuccin-latte .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-latte .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-latte .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-latte .hero.is-dark,html.theme--catppuccin-latte .content kbd.hero{background-color:#ccd0da;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-dark strong,html.theme--catppuccin-latte .content kbd.hero strong{color:inherit}html.theme--catppuccin-latte .hero.is-dark .title,html.theme--catppuccin-latte .content kbd.hero .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .subtitle,html.theme--catppuccin-latte .content kbd.hero .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-latte .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-latte .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-dark .subtitle strong,html.theme--catppuccin-latte .content kbd.hero .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-dark .navbar-menu,html.theme--catppuccin-latte .content kbd.hero .navbar-menu{background-color:#ccd0da}}html.theme--catppuccin-latte .hero.is-dark .navbar-item,html.theme--catppuccin-latte .content kbd.hero .navbar-item,html.theme--catppuccin-latte .hero.is-dark .navbar-link,html.theme--catppuccin-latte .content kbd.hero .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-latte .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-latte .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-dark .navbar-link:hover,html.theme--catppuccin-latte .content kbd.hero .navbar-link:hover,html.theme--catppuccin-latte .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-latte .content kbd.hero .navbar-link.is-active{background-color:#bdc2cf;color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .tabs a,html.theme--catppuccin-latte .content kbd.hero .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-latte .hero.is-dark .tabs a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs li.is-active a{color:#ccd0da !important;opacity:1}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ccd0da}html.theme--catppuccin-latte .hero.is-dark.is-bold,html.theme--catppuccin-latte .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #a7b8cc 0%, #ccd0da 71%, #d9dbe6 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-latte .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #a7b8cc 0%, #ccd0da 71%, #d9dbe6 100%)}}html.theme--catppuccin-latte .hero.is-primary,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-primary strong,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-latte .hero.is-primary .title,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-latte .hero.is-primary .subtitle,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-primary .subtitle strong,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-primary .navbar-menu,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#1e66f5}}html.theme--catppuccin-latte .hero.is-primary .navbar-item,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-latte .hero.is-primary .navbar-link,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-primary .navbar-link:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-latte .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .hero.is-primary .tabs a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-primary .tabs a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#1e66f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .hero.is-primary.is-bold,html.theme--catppuccin-latte .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-latte .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}}html.theme--catppuccin-latte .hero.is-link{background-color:#1e66f5;color:#fff}html.theme--catppuccin-latte .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-link strong{color:inherit}html.theme--catppuccin-latte .hero.is-link .title{color:#fff}html.theme--catppuccin-latte .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-link .navbar-menu{background-color:#1e66f5}}html.theme--catppuccin-latte .hero.is-link .navbar-item,html.theme--catppuccin-latte .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-link a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-link .navbar-link:hover,html.theme--catppuccin-latte .hero.is-link .navbar-link.is-active{background-color:#0b57ef;color:#fff}html.theme--catppuccin-latte .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-link .tabs li.is-active a{color:#1e66f5 !important;opacity:1}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1e66f5}html.theme--catppuccin-latte .hero.is-link.is-bold{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0070e0 0%, #1e66f5 71%, #3153fb 100%)}}html.theme--catppuccin-latte .hero.is-info{background-color:#179299;color:#fff}html.theme--catppuccin-latte .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-info strong{color:inherit}html.theme--catppuccin-latte .hero.is-info .title{color:#fff}html.theme--catppuccin-latte .hero.is-info .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-info .navbar-menu{background-color:#179299}}html.theme--catppuccin-latte .hero.is-info .navbar-item,html.theme--catppuccin-latte .hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-info a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-info .navbar-link:hover,html.theme--catppuccin-latte .hero.is-info .navbar-link.is-active{background-color:#147d83;color:#fff}html.theme--catppuccin-latte .hero.is-info .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-info .tabs li.is-active a{color:#179299 !important;opacity:1}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#179299}html.theme--catppuccin-latte .hero.is-info.is-bold{background-image:linear-gradient(141deg, #0a7367 0%, #179299 71%, #1591b4 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0a7367 0%, #179299 71%, #1591b4 100%)}}html.theme--catppuccin-latte .hero.is-success{background-color:#40a02b;color:#fff}html.theme--catppuccin-latte .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-success strong{color:inherit}html.theme--catppuccin-latte .hero.is-success .title{color:#fff}html.theme--catppuccin-latte .hero.is-success .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-success .navbar-menu{background-color:#40a02b}}html.theme--catppuccin-latte .hero.is-success .navbar-item,html.theme--catppuccin-latte .hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-success a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-success .navbar-link:hover,html.theme--catppuccin-latte .hero.is-success .navbar-link.is-active{background-color:#388c26;color:#fff}html.theme--catppuccin-latte .hero.is-success .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-success .tabs li.is-active a{color:#40a02b !important;opacity:1}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#40a02b}html.theme--catppuccin-latte .hero.is-success.is-bold{background-image:linear-gradient(141deg, #3c7f19 0%, #40a02b 71%, #2dba2b 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #3c7f19 0%, #40a02b 71%, #2dba2b 100%)}}html.theme--catppuccin-latte .hero.is-warning{background-color:#df8e1d;color:#fff}html.theme--catppuccin-latte .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-warning strong{color:inherit}html.theme--catppuccin-latte .hero.is-warning .title{color:#fff}html.theme--catppuccin-latte .hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-warning .navbar-menu{background-color:#df8e1d}}html.theme--catppuccin-latte .hero.is-warning .navbar-item,html.theme--catppuccin-latte .hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-warning .navbar-link:hover,html.theme--catppuccin-latte .hero.is-warning .navbar-link.is-active{background-color:#c8801a;color:#fff}html.theme--catppuccin-latte .hero.is-warning .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-warning .tabs li.is-active a{color:#df8e1d !important;opacity:1}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#df8e1d}html.theme--catppuccin-latte .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #bc560d 0%, #df8e1d 71%, #eaba2b 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #bc560d 0%, #df8e1d 71%, #eaba2b 100%)}}html.theme--catppuccin-latte .hero.is-danger{background-color:#d20f39;color:#fff}html.theme--catppuccin-latte .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-latte .hero.is-danger strong{color:inherit}html.theme--catppuccin-latte .hero.is-danger .title{color:#fff}html.theme--catppuccin-latte .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-latte .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-latte .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .hero.is-danger .navbar-menu{background-color:#d20f39}}html.theme--catppuccin-latte .hero.is-danger .navbar-item,html.theme--catppuccin-latte .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-latte .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-latte .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-latte .hero.is-danger .navbar-link:hover,html.theme--catppuccin-latte .hero.is-danger .navbar-link.is-active{background-color:#ba0d33;color:#fff}html.theme--catppuccin-latte .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-latte .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-latte .hero.is-danger .tabs li.is-active a{color:#d20f39 !important;opacity:1}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-latte .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#d20f39}html.theme--catppuccin-latte .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ab0343 0%, #d20f39 71%, #f00a16 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ab0343 0%, #d20f39 71%, #f00a16 100%)}}html.theme--catppuccin-latte .hero.is-small .hero-body,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-latte .hero.is-halfheight .hero-body,html.theme--catppuccin-latte .hero.is-fullheight .hero-body,html.theme--catppuccin-latte .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-latte .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-latte .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-latte .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-latte .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-latte .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-latte .hero-video{overflow:hidden}html.theme--catppuccin-latte .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-latte .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero-video{display:none}}html.theme--catppuccin-latte .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-latte .hero-buttons .button{display:flex}html.theme--catppuccin-latte .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-latte .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-latte .hero-head,html.theme--catppuccin-latte .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-latte .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-latte .hero-body{padding:3rem 3rem}}html.theme--catppuccin-latte .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-latte .section{padding:3rem 3rem}html.theme--catppuccin-latte .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-latte .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-latte .footer{background-color:#e6e9ef;padding:3rem 1.5rem 6rem}html.theme--catppuccin-latte h1 .docs-heading-anchor,html.theme--catppuccin-latte h1 .docs-heading-anchor:hover,html.theme--catppuccin-latte h1 .docs-heading-anchor:visited,html.theme--catppuccin-latte h2 .docs-heading-anchor,html.theme--catppuccin-latte h2 .docs-heading-anchor:hover,html.theme--catppuccin-latte h2 .docs-heading-anchor:visited,html.theme--catppuccin-latte h3 .docs-heading-anchor,html.theme--catppuccin-latte h3 .docs-heading-anchor:hover,html.theme--catppuccin-latte h3 .docs-heading-anchor:visited,html.theme--catppuccin-latte h4 .docs-heading-anchor,html.theme--catppuccin-latte h4 .docs-heading-anchor:hover,html.theme--catppuccin-latte h4 .docs-heading-anchor:visited,html.theme--catppuccin-latte h5 .docs-heading-anchor,html.theme--catppuccin-latte h5 .docs-heading-anchor:hover,html.theme--catppuccin-latte h5 .docs-heading-anchor:visited,html.theme--catppuccin-latte h6 .docs-heading-anchor,html.theme--catppuccin-latte h6 .docs-heading-anchor:hover,html.theme--catppuccin-latte h6 .docs-heading-anchor:visited{color:#4c4f69}html.theme--catppuccin-latte h1 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h2 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h3 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h4 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h5 .docs-heading-anchor-permalink,html.theme--catppuccin-latte h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-latte h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-latte h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-latte h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-latte h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-latte .docs-dark-only{display:none !important}html.theme--catppuccin-latte pre{position:relative;overflow:hidden}html.theme--catppuccin-latte pre code,html.theme--catppuccin-latte pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-latte pre code:first-of-type,html.theme--catppuccin-latte pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-latte pre code:last-of-type,html.theme--catppuccin-latte pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-latte pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#4c4f69;cursor:pointer;text-align:center}html.theme--catppuccin-latte pre .copy-button:focus,html.theme--catppuccin-latte pre .copy-button:hover{opacity:1;background:rgba(76,79,105,0.1);color:#1e66f5}html.theme--catppuccin-latte pre .copy-button.success{color:#40a02b;opacity:1}html.theme--catppuccin-latte pre .copy-button.error{color:#d20f39;opacity:1}html.theme--catppuccin-latte pre:hover .copy-button{opacity:1}html.theme--catppuccin-latte .admonition{background-color:#e6e9ef;border-style:solid;border-width:2px;border-color:#5c5f77;border-radius:4px;font-size:1rem}html.theme--catppuccin-latte .admonition strong{color:currentColor}html.theme--catppuccin-latte .admonition.is-small,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-latte .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-latte .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-latte .admonition.is-default{background-color:#e6e9ef;border-color:#5c5f77}html.theme--catppuccin-latte .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#5c5f77}html.theme--catppuccin-latte .admonition.is-default>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-info{background-color:#e6e9ef;border-color:#179299}html.theme--catppuccin-latte .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#179299}html.theme--catppuccin-latte .admonition.is-info>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-success{background-color:#e6e9ef;border-color:#40a02b}html.theme--catppuccin-latte .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#40a02b}html.theme--catppuccin-latte .admonition.is-success>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-warning{background-color:#e6e9ef;border-color:#df8e1d}html.theme--catppuccin-latte .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#df8e1d}html.theme--catppuccin-latte .admonition.is-warning>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-danger{background-color:#e6e9ef;border-color:#d20f39}html.theme--catppuccin-latte .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#d20f39}html.theme--catppuccin-latte .admonition.is-danger>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-compat{background-color:#e6e9ef;border-color:#04a5e5}html.theme--catppuccin-latte .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#04a5e5}html.theme--catppuccin-latte .admonition.is-compat>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition.is-todo{background-color:#e6e9ef;border-color:#8839ef}html.theme--catppuccin-latte .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#8839ef}html.theme--catppuccin-latte .admonition.is-todo>.admonition-body{color:#4c4f69}html.theme--catppuccin-latte .admonition-header{color:#5c5f77;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-latte .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-latte details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-latte details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-latte details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-latte .admonition-body{color:#4c4f69;padding:0.5rem .75rem}html.theme--catppuccin-latte .admonition-body pre{background-color:#e6e9ef}html.theme--catppuccin-latte .admonition-body code{background-color:#e6e9ef}html.theme--catppuccin-latte .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #acb0be;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-latte .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#e6e9ef;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #acb0be;overflow:auto}html.theme--catppuccin-latte .docstring>header code{background-color:transparent}html.theme--catppuccin-latte .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-latte .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-latte .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-latte .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #acb0be}html.theme--catppuccin-latte .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-latte .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-latte .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-latte .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-latte .documenter-example-output{background-color:#eff1f5}html.theme--catppuccin-latte .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#e6e9ef;color:#4c4f69;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-latte .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-latte .outdated-warning-overlay a{color:#1e66f5}html.theme--catppuccin-latte .outdated-warning-overlay a:hover{color:#04a5e5}html.theme--catppuccin-latte .content pre{border:2px solid #acb0be;border-radius:4px}html.theme--catppuccin-latte .content code{font-weight:inherit}html.theme--catppuccin-latte .content a code{color:#1e66f5}html.theme--catppuccin-latte .content a:hover code{color:#04a5e5}html.theme--catppuccin-latte .content h1 code,html.theme--catppuccin-latte .content h2 code,html.theme--catppuccin-latte .content h3 code,html.theme--catppuccin-latte .content h4 code,html.theme--catppuccin-latte .content h5 code,html.theme--catppuccin-latte .content h6 code{color:#4c4f69}html.theme--catppuccin-latte .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-latte .content blockquote>ul:first-child,html.theme--catppuccin-latte .content blockquote>ol:first-child,html.theme--catppuccin-latte .content .admonition-body>ul:first-child,html.theme--catppuccin-latte .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-latte pre,html.theme--catppuccin-latte code{font-variant-ligatures:no-contextual}html.theme--catppuccin-latte .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-latte .breadcrumb a.is-disabled,html.theme--catppuccin-latte .breadcrumb a.is-disabled:hover{color:#41445a}html.theme--catppuccin-latte .hljs{background:initial !important}html.theme--catppuccin-latte .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-latte .katex-display,html.theme--catppuccin-latte mjx-container,html.theme--catppuccin-latte .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-latte html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-latte li.no-marker{list-style:none}html.theme--catppuccin-latte #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-latte #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main{width:100%}html.theme--catppuccin-latte #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-latte #documenter .docs-main>header,html.theme--catppuccin-latte #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar{background-color:#eff1f5;border-bottom:1px solid #acb0be;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-latte #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-latte #documenter .docs-main section.footnotes{border-top:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-latte #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-latte .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-latte #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #acb0be;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-latte #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-latte #documenter .docs-sidebar{display:flex;flex-direction:column;color:#4c4f69;background-color:#e6e9ef;border-right:1px solid #acb0be;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-latte #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-latte #documenter .docs-sidebar .docs-package-name a:hover{color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #acb0be;display:none;padding:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #acb0be;padding-bottom:1.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#4c4f69;background:#e6e9ef}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#4c4f69;background-color:#f2f4f7}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #acb0be;border-bottom:1px solid #acb0be;background-color:#dce0e8}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#dce0e8;color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#f2f4f7;color:#4c4f69}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #acb0be}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-latte #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#fff}html.theme--catppuccin-latte #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#fff}}@media screen and (max-width: 1055px){html.theme--catppuccin-latte #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#fff}html.theme--catppuccin-latte #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#fff}}html.theme--catppuccin-latte kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-latte .search-min-width-50{min-width:50%}html.theme--catppuccin-latte .search-min-height-100{min-height:100%}html.theme--catppuccin-latte .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-latte .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover,html.theme--catppuccin-latte .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-latte .search-result-link .property-search-result-badge,html.theme--catppuccin-latte .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-latte .property-search-result-badge,html.theme--catppuccin-latte .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-latte .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:hover .search-filter,html.theme--catppuccin-latte .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-latte .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-latte .search-filter:hover,html.theme--catppuccin-latte .search-filter:focus{color:#333}html.theme--catppuccin-latte .search-filter-selected{color:#ccd0da;background-color:#7287fd}html.theme--catppuccin-latte .search-filter-selected:hover,html.theme--catppuccin-latte .search-filter-selected:focus{color:#ccd0da}html.theme--catppuccin-latte .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-latte .search-divider{border-bottom:1px solid #acb0be}html.theme--catppuccin-latte .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-latte .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-latte #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-latte #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-latte .w-100{width:100%}html.theme--catppuccin-latte .gap-2{gap:0.5rem}html.theme--catppuccin-latte .gap-4{gap:1rem}html.theme--catppuccin-latte .gap-8{gap:2rem}html.theme--catppuccin-latte{background-color:#eff1f5;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-latte a{transition:all 200ms ease}html.theme--catppuccin-latte .label{color:#4c4f69}html.theme--catppuccin-latte .button,html.theme--catppuccin-latte .control.has-icons-left .icon,html.theme--catppuccin-latte .control.has-icons-right .icon,html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .pagination-ellipsis,html.theme--catppuccin-latte .pagination-link,html.theme--catppuccin-latte .pagination-next,html.theme--catppuccin-latte .pagination-previous,html.theme--catppuccin-latte .select,html.theme--catppuccin-latte .select select,html.theme--catppuccin-latte .textarea{height:2.5em;color:#4c4f69}html.theme--catppuccin-latte .input,html.theme--catppuccin-latte #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-latte .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#4c4f69}html.theme--catppuccin-latte .select:after,html.theme--catppuccin-latte .select select{border-width:1px}html.theme--catppuccin-latte .menu-list a{transition:all 300ms ease}html.theme--catppuccin-latte .modal-card-foot,html.theme--catppuccin-latte .modal-card-head{border-color:#acb0be}html.theme--catppuccin-latte .navbar{border-radius:.4em}html.theme--catppuccin-latte .navbar.is-transparent{background:none}html.theme--catppuccin-latte .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-latte .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1e66f5}@media screen and (max-width: 1055px){html.theme--catppuccin-latte .navbar .navbar-menu{background-color:#1e66f5;border-radius:0 0 .4em .4em}}html.theme--catppuccin-latte .docstring>section>a.docs-sourcelink:not(body){color:#ccd0da}html.theme--catppuccin-latte .tag.is-link:not(body),html.theme--catppuccin-latte .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-latte .content kbd.is-link:not(body){color:#ccd0da}html.theme--catppuccin-latte .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-latte .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-latte .ansi span.sgr3{font-style:italic}html.theme--catppuccin-latte .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-latte .ansi span.sgr7{color:#eff1f5;background-color:#4c4f69}html.theme--catppuccin-latte .ansi span.sgr8{color:transparent}html.theme--catppuccin-latte .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-latte .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-latte .ansi span.sgr30{color:#5c5f77}html.theme--catppuccin-latte .ansi span.sgr31{color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr32{color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr33{color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr34{color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr35{color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr36{color:#179299}html.theme--catppuccin-latte .ansi span.sgr37{color:#acb0be}html.theme--catppuccin-latte .ansi span.sgr40{background-color:#5c5f77}html.theme--catppuccin-latte .ansi span.sgr41{background-color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr42{background-color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr43{background-color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr44{background-color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr45{background-color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr46{background-color:#179299}html.theme--catppuccin-latte .ansi span.sgr47{background-color:#acb0be}html.theme--catppuccin-latte .ansi span.sgr90{color:#6c6f85}html.theme--catppuccin-latte .ansi span.sgr91{color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr92{color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr93{color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr94{color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr95{color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr96{color:#179299}html.theme--catppuccin-latte .ansi span.sgr97{color:#bcc0cc}html.theme--catppuccin-latte .ansi span.sgr100{background-color:#6c6f85}html.theme--catppuccin-latte .ansi span.sgr101{background-color:#d20f39}html.theme--catppuccin-latte .ansi span.sgr102{background-color:#40a02b}html.theme--catppuccin-latte .ansi span.sgr103{background-color:#df8e1d}html.theme--catppuccin-latte .ansi span.sgr104{background-color:#1e66f5}html.theme--catppuccin-latte .ansi span.sgr105{background-color:#ea76cb}html.theme--catppuccin-latte .ansi span.sgr106{background-color:#179299}html.theme--catppuccin-latte .ansi span.sgr107{background-color:#bcc0cc}html.theme--catppuccin-latte code.language-julia-repl>span.hljs-meta{color:#40a02b;font-weight:bolder}html.theme--catppuccin-latte code .hljs{color:#4c4f69;background:#eff1f5}html.theme--catppuccin-latte code .hljs-keyword{color:#8839ef}html.theme--catppuccin-latte code .hljs-built_in{color:#d20f39}html.theme--catppuccin-latte code .hljs-type{color:#df8e1d}html.theme--catppuccin-latte code .hljs-literal{color:#fe640b}html.theme--catppuccin-latte code .hljs-number{color:#fe640b}html.theme--catppuccin-latte code .hljs-operator{color:#179299}html.theme--catppuccin-latte code .hljs-punctuation{color:#5c5f77}html.theme--catppuccin-latte code .hljs-property{color:#179299}html.theme--catppuccin-latte code .hljs-regexp{color:#ea76cb}html.theme--catppuccin-latte code .hljs-string{color:#40a02b}html.theme--catppuccin-latte code .hljs-char.escape_{color:#40a02b}html.theme--catppuccin-latte code .hljs-subst{color:#6c6f85}html.theme--catppuccin-latte code .hljs-symbol{color:#dd7878}html.theme--catppuccin-latte code .hljs-variable{color:#8839ef}html.theme--catppuccin-latte code .hljs-variable.language_{color:#8839ef}html.theme--catppuccin-latte code .hljs-variable.constant_{color:#fe640b}html.theme--catppuccin-latte code .hljs-title{color:#1e66f5}html.theme--catppuccin-latte code .hljs-title.class_{color:#df8e1d}html.theme--catppuccin-latte code .hljs-title.function_{color:#1e66f5}html.theme--catppuccin-latte code .hljs-params{color:#4c4f69}html.theme--catppuccin-latte code .hljs-comment{color:#acb0be}html.theme--catppuccin-latte code .hljs-doctag{color:#d20f39}html.theme--catppuccin-latte code .hljs-meta{color:#fe640b}html.theme--catppuccin-latte code .hljs-section{color:#1e66f5}html.theme--catppuccin-latte code .hljs-tag{color:#6c6f85}html.theme--catppuccin-latte code .hljs-name{color:#8839ef}html.theme--catppuccin-latte code .hljs-attr{color:#1e66f5}html.theme--catppuccin-latte code .hljs-attribute{color:#40a02b}html.theme--catppuccin-latte code .hljs-bullet{color:#179299}html.theme--catppuccin-latte code .hljs-code{color:#40a02b}html.theme--catppuccin-latte code .hljs-emphasis{color:#d20f39;font-style:italic}html.theme--catppuccin-latte code .hljs-strong{color:#d20f39;font-weight:bold}html.theme--catppuccin-latte code .hljs-formula{color:#179299}html.theme--catppuccin-latte code .hljs-link{color:#209fb5;font-style:italic}html.theme--catppuccin-latte code .hljs-quote{color:#40a02b;font-style:italic}html.theme--catppuccin-latte code .hljs-selector-tag{color:#df8e1d}html.theme--catppuccin-latte code .hljs-selector-id{color:#1e66f5}html.theme--catppuccin-latte code .hljs-selector-class{color:#179299}html.theme--catppuccin-latte code .hljs-selector-attr{color:#8839ef}html.theme--catppuccin-latte code .hljs-selector-pseudo{color:#179299}html.theme--catppuccin-latte code .hljs-template-tag{color:#dd7878}html.theme--catppuccin-latte code .hljs-template-variable{color:#dd7878}html.theme--catppuccin-latte code .hljs-addition{color:#40a02b;background:rgba(166,227,161,0.15)}html.theme--catppuccin-latte code .hljs-deletion{color:#d20f39;background:rgba(243,139,168,0.15)}html.theme--catppuccin-latte .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover,html.theme--catppuccin-latte .search-result-link:focus{background-color:#ccd0da}html.theme--catppuccin-latte .search-result-link .property-search-result-badge,html.theme--catppuccin-latte .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-latte .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:hover .search-filter,html.theme--catppuccin-latte .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-latte .search-result-link:focus .search-filter{color:#ccd0da !important;background-color:#7287fd !important}html.theme--catppuccin-latte .search-result-title{color:#4c4f69}html.theme--catppuccin-latte .search-result-highlight{background-color:#d20f39;color:#e6e9ef}html.theme--catppuccin-latte .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-latte .w-100{width:100%}html.theme--catppuccin-latte .gap-2{gap:0.5rem}html.theme--catppuccin-latte .gap-4{gap:1rem} diff --git a/v0.1.38/assets/themes/catppuccin-macchiato.css b/v0.1.38/assets/themes/catppuccin-macchiato.css new file mode 100644 index 000000000..a9cf9c573 --- /dev/null +++ b/v0.1.38/assets/themes/catppuccin-macchiato.css @@ -0,0 +1 @@ +html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato .file-name,html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-macchiato .pagination-previous:focus,html.theme--catppuccin-macchiato .pagination-next:focus,html.theme--catppuccin-macchiato .pagination-link:focus,html.theme--catppuccin-macchiato .pagination-ellipsis:focus,html.theme--catppuccin-macchiato .file-cta:focus,html.theme--catppuccin-macchiato .file-name:focus,html.theme--catppuccin-macchiato .select select:focus,html.theme--catppuccin-macchiato .textarea:focus,html.theme--catppuccin-macchiato .input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-macchiato .button:focus,html.theme--catppuccin-macchiato .is-focused.pagination-previous,html.theme--catppuccin-macchiato .is-focused.pagination-next,html.theme--catppuccin-macchiato .is-focused.pagination-link,html.theme--catppuccin-macchiato .is-focused.pagination-ellipsis,html.theme--catppuccin-macchiato .is-focused.file-cta,html.theme--catppuccin-macchiato .is-focused.file-name,html.theme--catppuccin-macchiato .select select.is-focused,html.theme--catppuccin-macchiato .is-focused.textarea,html.theme--catppuccin-macchiato .is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-focused.button,html.theme--catppuccin-macchiato .pagination-previous:active,html.theme--catppuccin-macchiato .pagination-next:active,html.theme--catppuccin-macchiato .pagination-link:active,html.theme--catppuccin-macchiato .pagination-ellipsis:active,html.theme--catppuccin-macchiato .file-cta:active,html.theme--catppuccin-macchiato .file-name:active,html.theme--catppuccin-macchiato .select select:active,html.theme--catppuccin-macchiato .textarea:active,html.theme--catppuccin-macchiato .input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-macchiato .button:active,html.theme--catppuccin-macchiato .is-active.pagination-previous,html.theme--catppuccin-macchiato .is-active.pagination-next,html.theme--catppuccin-macchiato .is-active.pagination-link,html.theme--catppuccin-macchiato .is-active.pagination-ellipsis,html.theme--catppuccin-macchiato .is-active.file-cta,html.theme--catppuccin-macchiato .is-active.file-name,html.theme--catppuccin-macchiato .select select.is-active,html.theme--catppuccin-macchiato .is-active.textarea,html.theme--catppuccin-macchiato .is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .is-active.button{outline:none}html.theme--catppuccin-macchiato .pagination-previous[disabled],html.theme--catppuccin-macchiato .pagination-next[disabled],html.theme--catppuccin-macchiato .pagination-link[disabled],html.theme--catppuccin-macchiato .pagination-ellipsis[disabled],html.theme--catppuccin-macchiato .file-cta[disabled],html.theme--catppuccin-macchiato .file-name[disabled],html.theme--catppuccin-macchiato .select select[disabled],html.theme--catppuccin-macchiato .textarea[disabled],html.theme--catppuccin-macchiato .input[disabled],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-macchiato .button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-macchiato .file-name,html.theme--catppuccin-macchiato fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-macchiato .select select,fieldset[disabled] html.theme--catppuccin-macchiato .textarea,fieldset[disabled] html.theme--catppuccin-macchiato .input,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato fieldset[disabled] .select select,html.theme--catppuccin-macchiato .select fieldset[disabled] select,html.theme--catppuccin-macchiato fieldset[disabled] .textarea,html.theme--catppuccin-macchiato fieldset[disabled] .input,html.theme--catppuccin-macchiato fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-macchiato .button,html.theme--catppuccin-macchiato fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-macchiato .tabs,html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .breadcrumb,html.theme--catppuccin-macchiato .file,html.theme--catppuccin-macchiato .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-macchiato .admonition:not(:last-child),html.theme--catppuccin-macchiato .tabs:not(:last-child),html.theme--catppuccin-macchiato .pagination:not(:last-child),html.theme--catppuccin-macchiato .message:not(:last-child),html.theme--catppuccin-macchiato .level:not(:last-child),html.theme--catppuccin-macchiato .breadcrumb:not(:last-child),html.theme--catppuccin-macchiato .block:not(:last-child),html.theme--catppuccin-macchiato .title:not(:last-child),html.theme--catppuccin-macchiato .subtitle:not(:last-child),html.theme--catppuccin-macchiato .table-container:not(:last-child),html.theme--catppuccin-macchiato .table:not(:last-child),html.theme--catppuccin-macchiato .progress:not(:last-child),html.theme--catppuccin-macchiato .notification:not(:last-child),html.theme--catppuccin-macchiato .content:not(:last-child),html.theme--catppuccin-macchiato .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .modal-close,html.theme--catppuccin-macchiato .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-macchiato .modal-close::before,html.theme--catppuccin-macchiato .delete::before,html.theme--catppuccin-macchiato .modal-close::after,html.theme--catppuccin-macchiato .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-macchiato .modal-close::before,html.theme--catppuccin-macchiato .delete::before{height:2px;width:50%}html.theme--catppuccin-macchiato .modal-close::after,html.theme--catppuccin-macchiato .delete::after{height:50%;width:2px}html.theme--catppuccin-macchiato .modal-close:hover,html.theme--catppuccin-macchiato .delete:hover,html.theme--catppuccin-macchiato .modal-close:focus,html.theme--catppuccin-macchiato .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-macchiato .modal-close:active,html.theme--catppuccin-macchiato .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-macchiato .is-small.modal-close,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-macchiato .is-small.delete,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-macchiato .is-medium.modal-close,html.theme--catppuccin-macchiato .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-macchiato .is-large.modal-close,html.theme--catppuccin-macchiato .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-macchiato .control.is-loading::after,html.theme--catppuccin-macchiato .select.is-loading::after,html.theme--catppuccin-macchiato .loader,html.theme--catppuccin-macchiato .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #8087a2;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-macchiato .hero-video,html.theme--catppuccin-macchiato .modal-background,html.theme--catppuccin-macchiato .modal,html.theme--catppuccin-macchiato .image.is-square img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-macchiato .image.is-square .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-macchiato .image.is-1by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-macchiato .image.is-1by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-macchiato .image.is-5by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-macchiato .image.is-4by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-macchiato .image.is-3by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-macchiato .image.is-5by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-16by9 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-macchiato .image.is-16by9 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-macchiato .image.is-2by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-macchiato .image.is-3by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-macchiato .image.is-4by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-macchiato .image.is-3by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-macchiato .image.is-2by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-macchiato .image.is-3by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-9by16 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-macchiato .image.is-9by16 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-macchiato .image.is-1by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-macchiato .image.is-1by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-macchiato .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363a4f !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#212431 !important}.has-background-dark{background-color:#363a4f !important}.has-text-primary{color:#8aadf4 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#5b8cf0 !important}.has-background-primary{background-color:#8aadf4 !important}.has-text-primary-light{color:#ecf2fd !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bed1f9 !important}.has-background-primary-light{background-color:#ecf2fd !important}.has-text-primary-dark{color:#0e3b95 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#124dc4 !important}.has-background-primary-dark{background-color:#0e3b95 !important}.has-text-link{color:#8aadf4 !important}a.has-text-link:hover,a.has-text-link:focus{color:#5b8cf0 !important}.has-background-link{background-color:#8aadf4 !important}.has-text-link-light{color:#ecf2fd !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bed1f9 !important}.has-background-link-light{background-color:#ecf2fd !important}.has-text-link-dark{color:#0e3b95 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#124dc4 !important}.has-background-link-dark{background-color:#0e3b95 !important}.has-text-info{color:#8bd5ca !important}a.has-text-info:hover,a.has-text-info:focus{color:#66c7b9 !important}.has-background-info{background-color:#8bd5ca !important}.has-text-info-light{color:#f0faf8 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#cbece7 !important}.has-background-info-light{background-color:#f0faf8 !important}.has-text-info-dark{color:#276d62 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#359284 !important}.has-background-info-dark{background-color:#276d62 !important}.has-text-success{color:#a6da95 !important}a.has-text-success:hover,a.has-text-success:focus{color:#86cd6f !important}.has-background-success{background-color:#a6da95 !important}.has-text-success-light{color:#f2faf0 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#d3edca !important}.has-background-success-light{background-color:#f2faf0 !important}.has-text-success-dark{color:#386e26 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#4b9333 !important}.has-background-success-dark{background-color:#386e26 !important}.has-text-warning{color:#eed49f !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#e6c174 !important}.has-background-warning{background-color:#eed49f !important}.has-text-warning-light{color:#fcf7ee !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#f4e4c2 !important}.has-background-warning-light{background-color:#fcf7ee !important}.has-text-warning-dark{color:#7e5c16 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#a97b1e !important}.has-background-warning-dark{background-color:#7e5c16 !important}.has-text-danger{color:#ed8796 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#e65b6f !important}.has-background-danger{background-color:#ed8796 !important}.has-text-danger-light{color:#fcedef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f6c1c9 !important}.has-background-danger-light{background-color:#fcedef !important}.has-text-danger-dark{color:#971729 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c31d36 !important}.has-background-danger-dark{background-color:#971729 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363a4f !important}.has-background-grey-darker{background-color:#363a4f !important}.has-text-grey-dark{color:#494d64 !important}.has-background-grey-dark{background-color:#494d64 !important}.has-text-grey{color:#5b6078 !important}.has-background-grey{background-color:#5b6078 !important}.has-text-grey-light{color:#6e738d !important}.has-background-grey-light{background-color:#6e738d !important}.has-text-grey-lighter{color:#8087a2 !important}.has-background-grey-lighter{background-color:#8087a2 !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-macchiato html{background-color:#24273a;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-macchiato article,html.theme--catppuccin-macchiato aside,html.theme--catppuccin-macchiato figure,html.theme--catppuccin-macchiato footer,html.theme--catppuccin-macchiato header,html.theme--catppuccin-macchiato hgroup,html.theme--catppuccin-macchiato section{display:block}html.theme--catppuccin-macchiato body,html.theme--catppuccin-macchiato button,html.theme--catppuccin-macchiato input,html.theme--catppuccin-macchiato optgroup,html.theme--catppuccin-macchiato select,html.theme--catppuccin-macchiato textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-macchiato code,html.theme--catppuccin-macchiato pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-macchiato body{color:#cad3f5;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-macchiato a{color:#8aadf4;cursor:pointer;text-decoration:none}html.theme--catppuccin-macchiato a strong{color:currentColor}html.theme--catppuccin-macchiato a:hover{color:#91d7e3}html.theme--catppuccin-macchiato code{background-color:#1e2030;color:#cad3f5;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-macchiato hr{background-color:#1e2030;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-macchiato img{height:auto;max-width:100%}html.theme--catppuccin-macchiato input[type="checkbox"],html.theme--catppuccin-macchiato input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-macchiato small{font-size:.875em}html.theme--catppuccin-macchiato span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-macchiato strong{color:#b5c1f1;font-weight:700}html.theme--catppuccin-macchiato fieldset{border:none}html.theme--catppuccin-macchiato pre{-webkit-overflow-scrolling:touch;background-color:#1e2030;color:#cad3f5;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-macchiato pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-macchiato table td,html.theme--catppuccin-macchiato table th{vertical-align:top}html.theme--catppuccin-macchiato table td:not([align]),html.theme--catppuccin-macchiato table th:not([align]){text-align:inherit}html.theme--catppuccin-macchiato table th{color:#b5c1f1}html.theme--catppuccin-macchiato .box{background-color:#494d64;border-radius:8px;box-shadow:none;color:#cad3f5;display:block;padding:1.25rem}html.theme--catppuccin-macchiato a.box:hover,html.theme--catppuccin-macchiato a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #8aadf4}html.theme--catppuccin-macchiato a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #8aadf4}html.theme--catppuccin-macchiato .button{background-color:#1e2030;border-color:#3b3f5f;border-width:1px;color:#8aadf4;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-macchiato .button strong{color:inherit}html.theme--catppuccin-macchiato .button .icon,html.theme--catppuccin-macchiato .button .icon.is-small,html.theme--catppuccin-macchiato .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-macchiato .button .icon.is-medium,html.theme--catppuccin-macchiato .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-macchiato .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-macchiato .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-macchiato .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-macchiato .button:hover,html.theme--catppuccin-macchiato .button.is-hovered{border-color:#6e738d;color:#b5c1f1}html.theme--catppuccin-macchiato .button:focus,html.theme--catppuccin-macchiato .button.is-focused{border-color:#6e738d;color:#739df2}html.theme--catppuccin-macchiato .button:focus:not(:active),html.theme--catppuccin-macchiato .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button:active,html.theme--catppuccin-macchiato .button.is-active{border-color:#494d64;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text{background-color:transparent;border-color:transparent;color:#cad3f5;text-decoration:underline}html.theme--catppuccin-macchiato .button.is-text:hover,html.theme--catppuccin-macchiato .button.is-text.is-hovered,html.theme--catppuccin-macchiato .button.is-text:focus,html.theme--catppuccin-macchiato .button.is-text.is-focused{background-color:#1e2030;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text:active,html.theme--catppuccin-macchiato .button.is-text.is-active{background-color:#141620;color:#b5c1f1}html.theme--catppuccin-macchiato .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-macchiato .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#8aadf4;text-decoration:none}html.theme--catppuccin-macchiato .button.is-ghost:hover,html.theme--catppuccin-macchiato .button.is-ghost.is-hovered{color:#8aadf4;text-decoration:underline}html.theme--catppuccin-macchiato .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:hover,html.theme--catppuccin-macchiato .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:focus,html.theme--catppuccin-macchiato .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white:focus:not(:active),html.theme--catppuccin-macchiato .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .button.is-white:active,html.theme--catppuccin-macchiato .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-macchiato .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-macchiato .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-white.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:hover,html.theme--catppuccin-macchiato .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:focus,html.theme--catppuccin-macchiato .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black:focus:not(:active),html.theme--catppuccin-macchiato .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .button.is-black:active,html.theme--catppuccin-macchiato .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-macchiato .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-black.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:hover,html.theme--catppuccin-macchiato .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:focus,html.theme--catppuccin-macchiato .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light:focus:not(:active),html.theme--catppuccin-macchiato .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .button.is-light:active,html.theme--catppuccin-macchiato .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-macchiato .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-light.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-dark,html.theme--catppuccin-macchiato .content kbd.button{background-color:#363a4f;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:hover,html.theme--catppuccin-macchiato .content kbd.button:hover,html.theme--catppuccin-macchiato .button.is-dark.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-hovered{background-color:#313447;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:focus,html.theme--catppuccin-macchiato .content kbd.button:focus,html.theme--catppuccin-macchiato .button.is-dark.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark:focus:not(:active),html.theme--catppuccin-macchiato .content kbd.button:focus:not(:active),html.theme--catppuccin-macchiato .button.is-dark.is-focused:not(:active),html.theme--catppuccin-macchiato .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .button.is-dark:active,html.theme--catppuccin-macchiato .content kbd.button:active,html.theme--catppuccin-macchiato .button.is-dark.is-active,html.theme--catppuccin-macchiato .content kbd.button.is-active{background-color:#2c2f40;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-dark[disabled],html.theme--catppuccin-macchiato .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button{background-color:#363a4f;border-color:#363a4f;box-shadow:none}html.theme--catppuccin-macchiato .button.is-dark.is-inverted,html.theme--catppuccin-macchiato .content kbd.button.is-inverted{background-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted:hover,html.theme--catppuccin-macchiato .content kbd.button.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-dark.is-inverted[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-loading::after,html.theme--catppuccin-macchiato .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined,html.theme--catppuccin-macchiato .content kbd.button.is-outlined{background-color:transparent;border-color:#363a4f;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-outlined:hover,html.theme--catppuccin-macchiato .content kbd.button.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-dark.is-outlined:focus,html.theme--catppuccin-macchiato .content kbd.button.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-focused{background-color:#363a4f;border-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #363a4f #363a4f !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-dark.is-outlined[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-outlined{background-color:transparent;border-color:#363a4f;box-shadow:none;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363a4f #363a4f !important}html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary:focus:not(:active),html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-macchiato .button.is-primary.is-focused:not(:active),html.theme--catppuccin-macchiato .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button.is-primary:active,html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-macchiato .button.is-primary.is-active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-active.docs-sourcelink{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-primary[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.docs-sourcelink{background-color:#8aadf4;border-color:#8aadf4;box-shadow:none}html.theme--catppuccin-macchiato .button.is-primary.is-inverted,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-primary.is-inverted[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-loading::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-outlined:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-macchiato .button.is-primary.is-outlined:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-macchiato .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-primary.is-outlined[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#8aadf4;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-macchiato .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-primary.is-light,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-primary.is-light:hover,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-macchiato .button.is-primary.is-light.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e1eafc;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-primary.is-light:active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-macchiato .button.is-primary.is-light.is-active,html.theme--catppuccin-macchiato .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d5e2fb;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:hover,html.theme--catppuccin-macchiato .button.is-link.is-hovered{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:focus,html.theme--catppuccin-macchiato .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link:focus:not(:active),html.theme--catppuccin-macchiato .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .button.is-link:active,html.theme--catppuccin-macchiato .button.is-link.is-active{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link{background-color:#8aadf4;border-color:#8aadf4;box-shadow:none}html.theme--catppuccin-macchiato .button.is-link.is-inverted{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined{background-color:transparent;border-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-link.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-focused{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-outlined{background-color:transparent;border-color:#8aadf4;box-shadow:none;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8aadf4 #8aadf4 !important}html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-link.is-light{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link.is-light:hover,html.theme--catppuccin-macchiato .button.is-link.is-light.is-hovered{background-color:#e1eafc;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-link.is-light:active,html.theme--catppuccin-macchiato .button.is-link.is-light.is-active{background-color:#d5e2fb;border-color:transparent;color:#0e3b95}html.theme--catppuccin-macchiato .button.is-info{background-color:#8bd5ca;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:hover,html.theme--catppuccin-macchiato .button.is-info.is-hovered{background-color:#82d2c6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:focus,html.theme--catppuccin-macchiato .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info:focus:not(:active),html.theme--catppuccin-macchiato .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .button.is-info:active,html.theme--catppuccin-macchiato .button.is-info.is-active{background-color:#78cec1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info{background-color:#8bd5ca;border-color:#8bd5ca;box-shadow:none}html.theme--catppuccin-macchiato .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined{background-color:transparent;border-color:#8bd5ca;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-info.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-focused{background-color:#8bd5ca;border-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #8bd5ca #8bd5ca !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-outlined{background-color:transparent;border-color:#8bd5ca;box-shadow:none;color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #8bd5ca #8bd5ca !important}html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-info.is-light{background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .button.is-info.is-light:hover,html.theme--catppuccin-macchiato .button.is-info.is-light.is-hovered{background-color:#e7f6f4;border-color:transparent;color:#276d62}html.theme--catppuccin-macchiato .button.is-info.is-light:active,html.theme--catppuccin-macchiato .button.is-info.is-light.is-active{background-color:#ddf3f0;border-color:transparent;color:#276d62}html.theme--catppuccin-macchiato .button.is-success{background-color:#a6da95;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:hover,html.theme--catppuccin-macchiato .button.is-success.is-hovered{background-color:#9ed78c;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:focus,html.theme--catppuccin-macchiato .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success:focus:not(:active),html.theme--catppuccin-macchiato .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .button.is-success:active,html.theme--catppuccin-macchiato .button.is-success.is-active{background-color:#96d382;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success{background-color:#a6da95;border-color:#a6da95;box-shadow:none}html.theme--catppuccin-macchiato .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined{background-color:transparent;border-color:#a6da95;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-success.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-focused{background-color:#a6da95;border-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6da95 #a6da95 !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-outlined{background-color:transparent;border-color:#a6da95;box-shadow:none;color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6da95 #a6da95 !important}html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-success.is-light{background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .button.is-success.is-light:hover,html.theme--catppuccin-macchiato .button.is-success.is-light.is-hovered{background-color:#eaf6e6;border-color:transparent;color:#386e26}html.theme--catppuccin-macchiato .button.is-success.is-light:active,html.theme--catppuccin-macchiato .button.is-success.is-light.is-active{background-color:#e2f3dd;border-color:transparent;color:#386e26}html.theme--catppuccin-macchiato .button.is-warning{background-color:#eed49f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:hover,html.theme--catppuccin-macchiato .button.is-warning.is-hovered{background-color:#eccf94;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:focus,html.theme--catppuccin-macchiato .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning:focus:not(:active),html.theme--catppuccin-macchiato .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .button.is-warning:active,html.theme--catppuccin-macchiato .button.is-warning.is-active{background-color:#eaca89;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning{background-color:#eed49f;border-color:#eed49f;box-shadow:none}html.theme--catppuccin-macchiato .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined{background-color:transparent;border-color:#eed49f;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-warning.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-focused{background-color:#eed49f;border-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #eed49f #eed49f !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-macchiato .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-outlined{background-color:transparent;border-color:#eed49f;box-shadow:none;color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #eed49f #eed49f !important}html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .button.is-warning.is-light{background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-warning.is-light:hover,html.theme--catppuccin-macchiato .button.is-warning.is-light.is-hovered{background-color:#faf2e3;border-color:transparent;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-warning.is-light:active,html.theme--catppuccin-macchiato .button.is-warning.is-light.is-active{background-color:#f8eed8;border-color:transparent;color:#7e5c16}html.theme--catppuccin-macchiato .button.is-danger{background-color:#ed8796;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:hover,html.theme--catppuccin-macchiato .button.is-danger.is-hovered{background-color:#eb7c8c;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:focus,html.theme--catppuccin-macchiato .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger:focus:not(:active),html.theme--catppuccin-macchiato .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .button.is-danger:active,html.theme--catppuccin-macchiato .button.is-danger.is-active{background-color:#ea7183;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger{background-color:#ed8796;border-color:#ed8796;box-shadow:none}html.theme--catppuccin-macchiato .button.is-danger.is-inverted{background-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted:hover,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-macchiato .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined{background-color:transparent;border-color:#ed8796;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-danger.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-focused{background-color:#ed8796;border-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #ed8796 #ed8796 !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-macchiato .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-outlined{background-color:transparent;border-color:#ed8796;box-shadow:none;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ed8796 #ed8796 !important}html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-macchiato .button.is-danger.is-light{background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .button.is-danger.is-light:hover,html.theme--catppuccin-macchiato .button.is-danger.is-light.is-hovered{background-color:#fbe2e6;border-color:transparent;color:#971729}html.theme--catppuccin-macchiato .button.is-danger.is-light:active,html.theme--catppuccin-macchiato .button.is-danger.is-light.is-active{background-color:#f9d7dc;border-color:transparent;color:#971729}html.theme--catppuccin-macchiato .button.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-small:not(.is-rounded),html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-macchiato .button.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .button.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .button.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .button[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .button{background-color:#6e738d;border-color:#5b6078;box-shadow:none;opacity:.5}html.theme--catppuccin-macchiato .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-macchiato .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-macchiato .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-macchiato .button.is-static{background-color:#1e2030;border-color:#5b6078;color:#8087a2;box-shadow:none;pointer-events:none}html.theme--catppuccin-macchiato .button.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-macchiato .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-macchiato .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-macchiato .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-macchiato .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-macchiato .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-macchiato .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-macchiato .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-macchiato .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-macchiato .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-macchiato .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-macchiato .buttons.has-addons .button:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-macchiato .buttons.has-addons .button:focus,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-focused,html.theme--catppuccin-macchiato .buttons.has-addons .button:active,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-active,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-macchiato .buttons.has-addons .button:focus:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button:active:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-macchiato .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-macchiato .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .buttons.is-centered{justify-content:center}html.theme--catppuccin-macchiato .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-macchiato .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .button.is-responsive.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-macchiato .button.is-responsive,html.theme--catppuccin-macchiato .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-macchiato .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .button.is-responsive.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-macchiato .button.is-responsive,html.theme--catppuccin-macchiato .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-macchiato .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-macchiato .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-macchiato .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-macchiato .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-macchiato .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-macchiato .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-macchiato .content li+li{margin-top:0.25em}html.theme--catppuccin-macchiato .content p:not(:last-child),html.theme--catppuccin-macchiato .content dl:not(:last-child),html.theme--catppuccin-macchiato .content ol:not(:last-child),html.theme--catppuccin-macchiato .content ul:not(:last-child),html.theme--catppuccin-macchiato .content blockquote:not(:last-child),html.theme--catppuccin-macchiato .content pre:not(:last-child),html.theme--catppuccin-macchiato .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-macchiato .content h1,html.theme--catppuccin-macchiato .content h2,html.theme--catppuccin-macchiato .content h3,html.theme--catppuccin-macchiato .content h4,html.theme--catppuccin-macchiato .content h5,html.theme--catppuccin-macchiato .content h6{color:#cad3f5;font-weight:600;line-height:1.125}html.theme--catppuccin-macchiato .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-macchiato .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-macchiato .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-macchiato .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-macchiato .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-macchiato .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-macchiato .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-macchiato .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-macchiato .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-macchiato .content blockquote{background-color:#1e2030;border-left:5px solid #5b6078;padding:1.25em 1.5em}html.theme--catppuccin-macchiato .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-macchiato .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-macchiato .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-macchiato .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-macchiato .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-macchiato .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-macchiato .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-macchiato .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-macchiato .content ul ul ul{list-style-type:square}html.theme--catppuccin-macchiato .content dd{margin-left:2em}html.theme--catppuccin-macchiato .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-macchiato .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-macchiato .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-macchiato .content figure img{display:inline-block}html.theme--catppuccin-macchiato .content figure figcaption{font-style:italic}html.theme--catppuccin-macchiato .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-macchiato .content sup,html.theme--catppuccin-macchiato .content sub{font-size:75%}html.theme--catppuccin-macchiato .content table{width:100%}html.theme--catppuccin-macchiato .content table td,html.theme--catppuccin-macchiato .content table th{border:1px solid #5b6078;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-macchiato .content table th{color:#b5c1f1}html.theme--catppuccin-macchiato .content table th:not([align]){text-align:inherit}html.theme--catppuccin-macchiato .content table thead td,html.theme--catppuccin-macchiato .content table thead th{border-width:0 0 2px;color:#b5c1f1}html.theme--catppuccin-macchiato .content table tfoot td,html.theme--catppuccin-macchiato .content table tfoot th{border-width:2px 0 0;color:#b5c1f1}html.theme--catppuccin-macchiato .content table tbody tr:last-child td,html.theme--catppuccin-macchiato .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-macchiato .content .tabs li+li{margin-top:0}html.theme--catppuccin-macchiato .content.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-macchiato .content.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .content.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .content.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-macchiato .icon.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-macchiato .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-macchiato .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-macchiato .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-macchiato .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-macchiato .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-macchiato div.icon-text{display:flex}html.theme--catppuccin-macchiato .image,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-macchiato .image img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-macchiato .image img.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-macchiato .image.is-fullwidth,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .image.is-square img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-macchiato .image.is-square .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-macchiato .image.is-1by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-macchiato .image.is-1by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-macchiato .image.is-5by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-macchiato .image.is-4by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-macchiato .image.is-3by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-5by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-macchiato .image.is-5by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-16by9 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-macchiato .image.is-16by9 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-macchiato .image.is-2by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by1 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-macchiato .image.is-3by1 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-macchiato .image.is-4by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-macchiato .image.is-4by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by4 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-macchiato .image.is-3by4 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-macchiato .image.is-2by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-macchiato .image.is-2by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-macchiato .image.is-3by5 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-macchiato .image.is-3by5 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-macchiato .image.is-9by16 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-macchiato .image.is-9by16 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by2 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-macchiato .image.is-1by2 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-macchiato .image.is-1by3 img,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-macchiato .image.is-1by3 .has-ratio,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-macchiato .image.is-square,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-macchiato .image.is-1by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-macchiato .image.is-5by4,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-macchiato .image.is-4by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-macchiato .image.is-3by2,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-macchiato .image.is-5by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-macchiato .image.is-16by9,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-macchiato .image.is-2by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-macchiato .image.is-3by1,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-macchiato .image.is-4by5,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-macchiato .image.is-3by4,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-macchiato .image.is-2by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-macchiato .image.is-3by5,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-macchiato .image.is-9by16,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-macchiato .image.is-1by2,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-macchiato .image.is-1by3,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-macchiato .image.is-16x16,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-macchiato .image.is-24x24,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-macchiato .image.is-32x32,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-macchiato .image.is-48x48,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-macchiato .image.is-64x64,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-macchiato .image.is-96x96,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-macchiato .image.is-128x128,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-macchiato .notification{background-color:#1e2030;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-macchiato .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-macchiato .notification strong{color:currentColor}html.theme--catppuccin-macchiato .notification code,html.theme--catppuccin-macchiato .notification pre{background:#fff}html.theme--catppuccin-macchiato .notification pre code{background:transparent}html.theme--catppuccin-macchiato .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-macchiato .notification .title,html.theme--catppuccin-macchiato .notification .subtitle,html.theme--catppuccin-macchiato .notification .content{color:currentColor}html.theme--catppuccin-macchiato .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-dark,html.theme--catppuccin-macchiato .content kbd.notification{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .notification.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.notification.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .notification.is-primary.is-light,html.theme--catppuccin-macchiato .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .notification.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .notification.is-link.is-light{background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .notification.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-info.is-light{background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .notification.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-success.is-light{background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .notification.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .notification.is-warning.is-light{background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .notification.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .notification.is-danger.is-light{background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-macchiato .progress::-webkit-progress-bar{background-color:#494d64}html.theme--catppuccin-macchiato .progress::-webkit-progress-value{background-color:#8087a2}html.theme--catppuccin-macchiato .progress::-moz-progress-bar{background-color:#8087a2}html.theme--catppuccin-macchiato .progress::-ms-fill{background-color:#8087a2;border:none}html.theme--catppuccin-macchiato .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-macchiato .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-macchiato .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-macchiato .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-macchiato .content kbd.progress::-webkit-progress-value{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-macchiato .content kbd.progress::-moz-progress-bar{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark::-ms-fill,html.theme--catppuccin-macchiato .content kbd.progress::-ms-fill{background-color:#363a4f}html.theme--catppuccin-macchiato .progress.is-dark:indeterminate,html.theme--catppuccin-macchiato .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #363a4f 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary::-ms-fill,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-primary:indeterminate,html.theme--catppuccin-macchiato .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #8aadf4 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-link::-webkit-progress-value{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link::-moz-progress-bar{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link::-ms-fill{background-color:#8aadf4}html.theme--catppuccin-macchiato .progress.is-link:indeterminate{background-image:linear-gradient(to right, #8aadf4 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-info::-webkit-progress-value{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info::-moz-progress-bar{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info::-ms-fill{background-color:#8bd5ca}html.theme--catppuccin-macchiato .progress.is-info:indeterminate{background-image:linear-gradient(to right, #8bd5ca 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-success::-webkit-progress-value{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success::-moz-progress-bar{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success::-ms-fill{background-color:#a6da95}html.theme--catppuccin-macchiato .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6da95 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-warning::-webkit-progress-value{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning::-moz-progress-bar{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning::-ms-fill{background-color:#eed49f}html.theme--catppuccin-macchiato .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #eed49f 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress.is-danger::-webkit-progress-value{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger::-moz-progress-bar{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger::-ms-fill{background-color:#ed8796}html.theme--catppuccin-macchiato .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #ed8796 30%, #494d64 30%)}html.theme--catppuccin-macchiato .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494d64;background-image:linear-gradient(to right, #cad3f5 30%, #494d64 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-macchiato .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-macchiato .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-macchiato .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-macchiato .progress.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-macchiato .progress.is-medium{height:1.25rem}html.theme--catppuccin-macchiato .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-macchiato .table{background-color:#494d64;color:#cad3f5}html.theme--catppuccin-macchiato .table td,html.theme--catppuccin-macchiato .table th{border:1px solid #5b6078;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-macchiato .table td.is-white,html.theme--catppuccin-macchiato .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .table td.is-black,html.theme--catppuccin-macchiato .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .table td.is-light,html.theme--catppuccin-macchiato .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-dark,html.theme--catppuccin-macchiato .table th.is-dark{background-color:#363a4f;border-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .table td.is-primary,html.theme--catppuccin-macchiato .table th.is-primary{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-link,html.theme--catppuccin-macchiato .table th.is-link{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-info,html.theme--catppuccin-macchiato .table th.is-info{background-color:#8bd5ca;border-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-success,html.theme--catppuccin-macchiato .table th.is-success{background-color:#a6da95;border-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-warning,html.theme--catppuccin-macchiato .table th.is-warning{background-color:#eed49f;border-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .table td.is-danger,html.theme--catppuccin-macchiato .table th.is-danger{background-color:#ed8796;border-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .table td.is-narrow,html.theme--catppuccin-macchiato .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-macchiato .table td.is-selected,html.theme--catppuccin-macchiato .table th.is-selected{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table td.is-selected a,html.theme--catppuccin-macchiato .table td.is-selected strong,html.theme--catppuccin-macchiato .table th.is-selected a,html.theme--catppuccin-macchiato .table th.is-selected strong{color:currentColor}html.theme--catppuccin-macchiato .table td.is-vcentered,html.theme--catppuccin-macchiato .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-macchiato .table th{color:#b5c1f1}html.theme--catppuccin-macchiato .table th:not([align]){text-align:left}html.theme--catppuccin-macchiato .table tr.is-selected{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .table tr.is-selected a,html.theme--catppuccin-macchiato .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-macchiato .table tr.is-selected td,html.theme--catppuccin-macchiato .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-macchiato .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table thead td,html.theme--catppuccin-macchiato .table thead th{border-width:0 0 2px;color:#b5c1f1}html.theme--catppuccin-macchiato .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table tfoot td,html.theme--catppuccin-macchiato .table tfoot th{border-width:2px 0 0;color:#b5c1f1}html.theme--catppuccin-macchiato .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .table tbody tr:last-child td,html.theme--catppuccin-macchiato .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-macchiato .table.is-bordered td,html.theme--catppuccin-macchiato .table.is-bordered th{border-width:1px}html.theme--catppuccin-macchiato .table.is-bordered tr:last-child td,html.theme--catppuccin-macchiato .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-macchiato .table.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#363a4f}html.theme--catppuccin-macchiato .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#363a4f}html.theme--catppuccin-macchiato .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#3a3e55}html.theme--catppuccin-macchiato .table.is-narrow td,html.theme--catppuccin-macchiato .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-macchiato .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#363a4f}html.theme--catppuccin-macchiato .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-macchiato .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .tags .tag,html.theme--catppuccin-macchiato .tags .content kbd,html.theme--catppuccin-macchiato .content .tags kbd,html.theme--catppuccin-macchiato .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-macchiato .tags .tag:not(:last-child),html.theme--catppuccin-macchiato .tags .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags kbd:not(:last-child),html.theme--catppuccin-macchiato .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-macchiato .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-macchiato .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-macchiato .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-macchiato .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-macchiato .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-macchiato .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-macchiato .tags.is-centered{justify-content:center}html.theme--catppuccin-macchiato .tags.is-centered .tag,html.theme--catppuccin-macchiato .tags.is-centered .content kbd,html.theme--catppuccin-macchiato .content .tags.is-centered kbd,html.theme--catppuccin-macchiato .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-macchiato .tags.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .tags.is-right .tag:not(:first-child),html.theme--catppuccin-macchiato .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-macchiato .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-macchiato .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-macchiato .tags.is-right .tag:not(:last-child),html.theme--catppuccin-macchiato .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-macchiato .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-macchiato .tags.has-addons .tag,html.theme--catppuccin-macchiato .tags.has-addons .content kbd,html.theme--catppuccin-macchiato .content .tags.has-addons kbd,html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-macchiato .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-macchiato .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-macchiato .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-macchiato .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-macchiato .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-macchiato .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-macchiato .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-macchiato .tag:not(body),html.theme--catppuccin-macchiato .content kbd:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#1e2030;border-radius:.4em;color:#cad3f5;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-macchiato .tag:not(body) .delete,html.theme--catppuccin-macchiato .content kbd:not(body) .delete,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-macchiato .tag.is-white:not(body),html.theme--catppuccin-macchiato .content kbd.is-white:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .tag.is-black:not(body),html.theme--catppuccin-macchiato .content kbd.is-black:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .tag.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-dark:not(body),html.theme--catppuccin-macchiato .content kbd:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-macchiato .content .docstring>section>kbd:not(body){background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .tag.is-primary:not(body),html.theme--catppuccin-macchiato .content kbd.is-primary:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .tag.is-primary.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .tag.is-link:not(body),html.theme--catppuccin-macchiato .content kbd.is-link:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .tag.is-link.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-link.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ecf2fd;color:#0e3b95}html.theme--catppuccin-macchiato .tag.is-info:not(body),html.theme--catppuccin-macchiato .content kbd.is-info:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-info.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-info.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#f0faf8;color:#276d62}html.theme--catppuccin-macchiato .tag.is-success:not(body),html.theme--catppuccin-macchiato .content kbd.is-success:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-success.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-success.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f2faf0;color:#386e26}html.theme--catppuccin-macchiato .tag.is-warning:not(body),html.theme--catppuccin-macchiato .content kbd.is-warning:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .tag.is-warning.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fcf7ee;color:#7e5c16}html.theme--catppuccin-macchiato .tag.is-danger:not(body),html.theme--catppuccin-macchiato .content kbd.is-danger:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .tag.is-danger.is-light:not(body),html.theme--catppuccin-macchiato .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fcedef;color:#971729}html.theme--catppuccin-macchiato .tag.is-normal:not(body),html.theme--catppuccin-macchiato .content kbd.is-normal:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-macchiato .tag.is-medium:not(body),html.theme--catppuccin-macchiato .content kbd.is-medium:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-macchiato .tag.is-large:not(body),html.theme--catppuccin-macchiato .content kbd.is-large:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-macchiato .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-macchiato .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-macchiato .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-macchiato .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-macchiato .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-macchiato .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-macchiato .tag.is-delete:not(body),html.theme--catppuccin-macchiato .content kbd.is-delete:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::before,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::before,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-macchiato .tag.is-delete:not(body)::after,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::after,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::before,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::before,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-macchiato .tag.is-delete:not(body)::after,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body)::after,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-macchiato .tag.is-delete:not(body):hover,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):hover,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-macchiato .tag.is-delete:not(body):focus,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):focus,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#141620}html.theme--catppuccin-macchiato .tag.is-delete:not(body):active,html.theme--catppuccin-macchiato .content kbd.is-delete:not(body):active,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#0a0b11}html.theme--catppuccin-macchiato .tag.is-rounded:not(body),html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-macchiato .content kbd.is-rounded:not(body),html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-macchiato a.tag:hover,html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-macchiato .title,html.theme--catppuccin-macchiato .subtitle{word-break:break-word}html.theme--catppuccin-macchiato .title em,html.theme--catppuccin-macchiato .title span,html.theme--catppuccin-macchiato .subtitle em,html.theme--catppuccin-macchiato .subtitle span{font-weight:inherit}html.theme--catppuccin-macchiato .title sub,html.theme--catppuccin-macchiato .subtitle sub{font-size:.75em}html.theme--catppuccin-macchiato .title sup,html.theme--catppuccin-macchiato .subtitle sup{font-size:.75em}html.theme--catppuccin-macchiato .title .tag,html.theme--catppuccin-macchiato .title .content kbd,html.theme--catppuccin-macchiato .content .title kbd,html.theme--catppuccin-macchiato .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-macchiato .subtitle .tag,html.theme--catppuccin-macchiato .subtitle .content kbd,html.theme--catppuccin-macchiato .content .subtitle kbd,html.theme--catppuccin-macchiato .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-macchiato .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-macchiato .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-macchiato .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-macchiato .title.is-1{font-size:3rem}html.theme--catppuccin-macchiato .title.is-2{font-size:2.5rem}html.theme--catppuccin-macchiato .title.is-3{font-size:2rem}html.theme--catppuccin-macchiato .title.is-4{font-size:1.5rem}html.theme--catppuccin-macchiato .title.is-5{font-size:1.25rem}html.theme--catppuccin-macchiato .title.is-6{font-size:1rem}html.theme--catppuccin-macchiato .title.is-7{font-size:.75rem}html.theme--catppuccin-macchiato .subtitle{color:#6e738d;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-macchiato .subtitle strong{color:#6e738d;font-weight:600}html.theme--catppuccin-macchiato .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-macchiato .subtitle.is-1{font-size:3rem}html.theme--catppuccin-macchiato .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-macchiato .subtitle.is-3{font-size:2rem}html.theme--catppuccin-macchiato .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-macchiato .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-macchiato .subtitle.is-6{font-size:1rem}html.theme--catppuccin-macchiato .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-macchiato .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-macchiato .number{align-items:center;background-color:#1e2030;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{background-color:#24273a;border-color:#5b6078;border-radius:.4em;color:#8087a2}html.theme--catppuccin-macchiato .select select::-moz-placeholder,html.theme--catppuccin-macchiato .textarea::-moz-placeholder,html.theme--catppuccin-macchiato .input::-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select::-webkit-input-placeholder,html.theme--catppuccin-macchiato .textarea::-webkit-input-placeholder,html.theme--catppuccin-macchiato .input::-webkit-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:-moz-placeholder,html.theme--catppuccin-macchiato .textarea:-moz-placeholder,html.theme--catppuccin-macchiato .input:-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:-ms-input-placeholder,html.theme--catppuccin-macchiato .textarea:-ms-input-placeholder,html.theme--catppuccin-macchiato .input:-ms-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-macchiato .select select:hover,html.theme--catppuccin-macchiato .textarea:hover,html.theme--catppuccin-macchiato .input:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-macchiato .select select.is-hovered,html.theme--catppuccin-macchiato .is-hovered.textarea,html.theme--catppuccin-macchiato .is-hovered.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#6e738d}html.theme--catppuccin-macchiato .select select:focus,html.theme--catppuccin-macchiato .textarea:focus,html.theme--catppuccin-macchiato .input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-macchiato .select select.is-focused,html.theme--catppuccin-macchiato .is-focused.textarea,html.theme--catppuccin-macchiato .is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .select select:active,html.theme--catppuccin-macchiato .textarea:active,html.theme--catppuccin-macchiato .input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-macchiato .select select.is-active,html.theme--catppuccin-macchiato .is-active.textarea,html.theme--catppuccin-macchiato .is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#8aadf4;box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select select[disabled],html.theme--catppuccin-macchiato .textarea[disabled],html.theme--catppuccin-macchiato .input[disabled],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .select select,fieldset[disabled] html.theme--catppuccin-macchiato .textarea,fieldset[disabled] html.theme--catppuccin-macchiato .input,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{background-color:#6e738d;border-color:#1e2030;box-shadow:none;color:#f5f7fd}html.theme--catppuccin-macchiato .select select[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato .input[disabled]::-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato .input[disabled]:-moz-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(245,247,253,0.3)}html.theme--catppuccin-macchiato .textarea,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-macchiato .textarea[readonly],html.theme--catppuccin-macchiato .input[readonly],html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-macchiato .is-white.textarea,html.theme--catppuccin-macchiato .is-white.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-macchiato .is-white.textarea:focus,html.theme--catppuccin-macchiato .is-white.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-macchiato .is-white.is-focused.textarea,html.theme--catppuccin-macchiato .is-white.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-white.textarea:active,html.theme--catppuccin-macchiato .is-white.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-macchiato .is-white.is-active.textarea,html.theme--catppuccin-macchiato .is-white.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .is-black.textarea,html.theme--catppuccin-macchiato .is-black.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-macchiato .is-black.textarea:focus,html.theme--catppuccin-macchiato .is-black.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-macchiato .is-black.is-focused.textarea,html.theme--catppuccin-macchiato .is-black.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-black.textarea:active,html.theme--catppuccin-macchiato .is-black.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-macchiato .is-black.is-active.textarea,html.theme--catppuccin-macchiato .is-black.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .is-light.textarea,html.theme--catppuccin-macchiato .is-light.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-macchiato .is-light.textarea:focus,html.theme--catppuccin-macchiato .is-light.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-macchiato .is-light.is-focused.textarea,html.theme--catppuccin-macchiato .is-light.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-light.textarea:active,html.theme--catppuccin-macchiato .is-light.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-macchiato .is-light.is-active.textarea,html.theme--catppuccin-macchiato .is-light.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .is-dark.textarea,html.theme--catppuccin-macchiato .content kbd.textarea,html.theme--catppuccin-macchiato .is-dark.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-macchiato .content kbd.input{border-color:#363a4f}html.theme--catppuccin-macchiato .is-dark.textarea:focus,html.theme--catppuccin-macchiato .content kbd.textarea:focus,html.theme--catppuccin-macchiato .is-dark.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-macchiato .content kbd.input:focus,html.theme--catppuccin-macchiato .is-dark.is-focused.textarea,html.theme--catppuccin-macchiato .content kbd.is-focused.textarea,html.theme--catppuccin-macchiato .is-dark.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .content kbd.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-dark.textarea:active,html.theme--catppuccin-macchiato .content kbd.textarea:active,html.theme--catppuccin-macchiato .is-dark.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-macchiato .content kbd.input:active,html.theme--catppuccin-macchiato .is-dark.is-active.textarea,html.theme--catppuccin-macchiato .content kbd.is-active.textarea,html.theme--catppuccin-macchiato .is-dark.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .content kbd.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .is-primary.textarea,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink{border-color:#8aadf4}html.theme--catppuccin-macchiato .is-primary.textarea:focus,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-macchiato .is-primary.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-macchiato .is-primary.is-focused.textarea,html.theme--catppuccin-macchiato .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.textarea:active,html.theme--catppuccin-macchiato .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-macchiato .is-primary.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-macchiato .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-macchiato .is-primary.is-active.textarea,html.theme--catppuccin-macchiato .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-macchiato .is-primary.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-macchiato .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .is-link.textarea,html.theme--catppuccin-macchiato .is-link.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#8aadf4}html.theme--catppuccin-macchiato .is-link.textarea:focus,html.theme--catppuccin-macchiato .is-link.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-macchiato .is-link.is-focused.textarea,html.theme--catppuccin-macchiato .is-link.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-link.textarea:active,html.theme--catppuccin-macchiato .is-link.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-macchiato .is-link.is-active.textarea,html.theme--catppuccin-macchiato .is-link.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .is-info.textarea,html.theme--catppuccin-macchiato .is-info.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#8bd5ca}html.theme--catppuccin-macchiato .is-info.textarea:focus,html.theme--catppuccin-macchiato .is-info.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-macchiato .is-info.is-focused.textarea,html.theme--catppuccin-macchiato .is-info.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-info.textarea:active,html.theme--catppuccin-macchiato .is-info.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-macchiato .is-info.is-active.textarea,html.theme--catppuccin-macchiato .is-info.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .is-success.textarea,html.theme--catppuccin-macchiato .is-success.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6da95}html.theme--catppuccin-macchiato .is-success.textarea:focus,html.theme--catppuccin-macchiato .is-success.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-macchiato .is-success.is-focused.textarea,html.theme--catppuccin-macchiato .is-success.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-success.textarea:active,html.theme--catppuccin-macchiato .is-success.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-macchiato .is-success.is-active.textarea,html.theme--catppuccin-macchiato .is-success.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .is-warning.textarea,html.theme--catppuccin-macchiato .is-warning.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#eed49f}html.theme--catppuccin-macchiato .is-warning.textarea:focus,html.theme--catppuccin-macchiato .is-warning.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-macchiato .is-warning.is-focused.textarea,html.theme--catppuccin-macchiato .is-warning.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-warning.textarea:active,html.theme--catppuccin-macchiato .is-warning.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-macchiato .is-warning.is-active.textarea,html.theme--catppuccin-macchiato .is-warning.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .is-danger.textarea,html.theme--catppuccin-macchiato .is-danger.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#ed8796}html.theme--catppuccin-macchiato .is-danger.textarea:focus,html.theme--catppuccin-macchiato .is-danger.input:focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-macchiato .is-danger.is-focused.textarea,html.theme--catppuccin-macchiato .is-danger.is-focused.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-macchiato .is-danger.textarea:active,html.theme--catppuccin-macchiato .is-danger.input:active,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-macchiato .is-danger.is-active.textarea,html.theme--catppuccin-macchiato .is-danger.is-active.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .is-small.textarea,html.theme--catppuccin-macchiato .is-small.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-macchiato .is-medium.textarea,html.theme--catppuccin-macchiato .is-medium.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .is-large.textarea,html.theme--catppuccin-macchiato .is-large.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .is-fullwidth.textarea,html.theme--catppuccin-macchiato .is-fullwidth.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-macchiato .is-inline.textarea,html.theme--catppuccin-macchiato .is-inline.input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-macchiato .input.is-rounded,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-macchiato .input.is-static,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-macchiato .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-macchiato .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-macchiato .textarea[rows]{height:initial}html.theme--catppuccin-macchiato .textarea.has-fixed-size{resize:none}html.theme--catppuccin-macchiato .radio,html.theme--catppuccin-macchiato .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-macchiato .radio input,html.theme--catppuccin-macchiato .checkbox input{cursor:pointer}html.theme--catppuccin-macchiato .radio:hover,html.theme--catppuccin-macchiato .checkbox:hover{color:#91d7e3}html.theme--catppuccin-macchiato .radio[disabled],html.theme--catppuccin-macchiato .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-macchiato .radio,fieldset[disabled] html.theme--catppuccin-macchiato .checkbox,html.theme--catppuccin-macchiato .radio input[disabled],html.theme--catppuccin-macchiato .checkbox input[disabled]{color:#f5f7fd;cursor:not-allowed}html.theme--catppuccin-macchiato .radio+.radio{margin-left:.5em}html.theme--catppuccin-macchiato .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-macchiato .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading)::after{border-color:#8aadf4;right:1.125em;z-index:4}html.theme--catppuccin-macchiato .select.is-rounded select,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-macchiato .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-macchiato .select select::-ms-expand{display:none}html.theme--catppuccin-macchiato .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-macchiato .select select:hover{border-color:#1e2030}html.theme--catppuccin-macchiato .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-macchiato .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-macchiato .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-macchiato .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#91d7e3}html.theme--catppuccin-macchiato .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-macchiato .select.is-white select{border-color:#fff}html.theme--catppuccin-macchiato .select.is-white select:hover,html.theme--catppuccin-macchiato .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-macchiato .select.is-white select:focus,html.theme--catppuccin-macchiato .select.is-white select.is-focused,html.theme--catppuccin-macchiato .select.is-white select:active,html.theme--catppuccin-macchiato .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-macchiato .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-macchiato .select.is-black select:hover,html.theme--catppuccin-macchiato .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-macchiato .select.is-black select:focus,html.theme--catppuccin-macchiato .select.is-black select.is-focused,html.theme--catppuccin-macchiato .select.is-black select:active,html.theme--catppuccin-macchiato .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-macchiato .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-macchiato .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-macchiato .select.is-light select:hover,html.theme--catppuccin-macchiato .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-macchiato .select.is-light select:focus,html.theme--catppuccin-macchiato .select.is-light select.is-focused,html.theme--catppuccin-macchiato .select.is-light select:active,html.theme--catppuccin-macchiato .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-macchiato .select.is-dark:not(:hover)::after,html.theme--catppuccin-macchiato .content kbd.select:not(:hover)::after{border-color:#363a4f}html.theme--catppuccin-macchiato .select.is-dark select,html.theme--catppuccin-macchiato .content kbd.select select{border-color:#363a4f}html.theme--catppuccin-macchiato .select.is-dark select:hover,html.theme--catppuccin-macchiato .content kbd.select select:hover,html.theme--catppuccin-macchiato .select.is-dark select.is-hovered,html.theme--catppuccin-macchiato .content kbd.select select.is-hovered{border-color:#2c2f40}html.theme--catppuccin-macchiato .select.is-dark select:focus,html.theme--catppuccin-macchiato .content kbd.select select:focus,html.theme--catppuccin-macchiato .select.is-dark select.is-focused,html.theme--catppuccin-macchiato .content kbd.select select.is-focused,html.theme--catppuccin-macchiato .select.is-dark select:active,html.theme--catppuccin-macchiato .content kbd.select select:active,html.theme--catppuccin-macchiato .select.is-dark select.is-active,html.theme--catppuccin-macchiato .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(54,58,79,0.25)}html.theme--catppuccin-macchiato .select.is-primary:not(:hover)::after,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-primary select,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-primary select:hover,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-macchiato .select.is-primary select.is-hovered,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#739df2}html.theme--catppuccin-macchiato .select.is-primary select:focus,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-macchiato .select.is-primary select.is-focused,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-macchiato .select.is-primary select:active,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-macchiato .select.is-primary select.is-active,html.theme--catppuccin-macchiato .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select.is-link:not(:hover)::after{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-link select{border-color:#8aadf4}html.theme--catppuccin-macchiato .select.is-link select:hover,html.theme--catppuccin-macchiato .select.is-link select.is-hovered{border-color:#739df2}html.theme--catppuccin-macchiato .select.is-link select:focus,html.theme--catppuccin-macchiato .select.is-link select.is-focused,html.theme--catppuccin-macchiato .select.is-link select:active,html.theme--catppuccin-macchiato .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(138,173,244,0.25)}html.theme--catppuccin-macchiato .select.is-info:not(:hover)::after{border-color:#8bd5ca}html.theme--catppuccin-macchiato .select.is-info select{border-color:#8bd5ca}html.theme--catppuccin-macchiato .select.is-info select:hover,html.theme--catppuccin-macchiato .select.is-info select.is-hovered{border-color:#78cec1}html.theme--catppuccin-macchiato .select.is-info select:focus,html.theme--catppuccin-macchiato .select.is-info select.is-focused,html.theme--catppuccin-macchiato .select.is-info select:active,html.theme--catppuccin-macchiato .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(139,213,202,0.25)}html.theme--catppuccin-macchiato .select.is-success:not(:hover)::after{border-color:#a6da95}html.theme--catppuccin-macchiato .select.is-success select{border-color:#a6da95}html.theme--catppuccin-macchiato .select.is-success select:hover,html.theme--catppuccin-macchiato .select.is-success select.is-hovered{border-color:#96d382}html.theme--catppuccin-macchiato .select.is-success select:focus,html.theme--catppuccin-macchiato .select.is-success select.is-focused,html.theme--catppuccin-macchiato .select.is-success select:active,html.theme--catppuccin-macchiato .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,218,149,0.25)}html.theme--catppuccin-macchiato .select.is-warning:not(:hover)::after{border-color:#eed49f}html.theme--catppuccin-macchiato .select.is-warning select{border-color:#eed49f}html.theme--catppuccin-macchiato .select.is-warning select:hover,html.theme--catppuccin-macchiato .select.is-warning select.is-hovered{border-color:#eaca89}html.theme--catppuccin-macchiato .select.is-warning select:focus,html.theme--catppuccin-macchiato .select.is-warning select.is-focused,html.theme--catppuccin-macchiato .select.is-warning select:active,html.theme--catppuccin-macchiato .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(238,212,159,0.25)}html.theme--catppuccin-macchiato .select.is-danger:not(:hover)::after{border-color:#ed8796}html.theme--catppuccin-macchiato .select.is-danger select{border-color:#ed8796}html.theme--catppuccin-macchiato .select.is-danger select:hover,html.theme--catppuccin-macchiato .select.is-danger select.is-hovered{border-color:#ea7183}html.theme--catppuccin-macchiato .select.is-danger select:focus,html.theme--catppuccin-macchiato .select.is-danger select.is-focused,html.theme--catppuccin-macchiato .select.is-danger select:active,html.theme--catppuccin-macchiato .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(237,135,150,0.25)}html.theme--catppuccin-macchiato .select.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-macchiato .select.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .select.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .select.is-disabled::after{border-color:#f5f7fd !important;opacity:0.5}html.theme--catppuccin-macchiato .select.is-fullwidth{width:100%}html.theme--catppuccin-macchiato .select.is-fullwidth select{width:100%}html.theme--catppuccin-macchiato .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-macchiato .select.is-loading.is-small:after,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-macchiato .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-macchiato .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-macchiato .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-macchiato .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:hover .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:focus .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-white:active .file-cta,html.theme--catppuccin-macchiato .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-macchiato .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-black:hover .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-black:focus .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-black:active .file-cta,html.theme--catppuccin-macchiato .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:hover .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:focus .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-light:active .file-cta,html.theme--catppuccin-macchiato .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-dark .file-cta,html.theme--catppuccin-macchiato .content kbd.file .file-cta{background-color:#363a4f;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-dark:hover .file-cta,html.theme--catppuccin-macchiato .content kbd.file:hover .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-hovered .file-cta{background-color:#313447;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-dark:focus .file-cta,html.theme--catppuccin-macchiato .content kbd.file:focus .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-focused .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,58,79,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-dark:active .file-cta,html.theme--catppuccin-macchiato .content kbd.file:active .file-cta,html.theme--catppuccin-macchiato .file.is-dark.is-active .file-cta,html.theme--catppuccin-macchiato .content kbd.file.is-active .file-cta{background-color:#2c2f40;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary:hover .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-primary:focus .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-focused .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(138,173,244,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-primary:active .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-macchiato .file.is-primary.is-active .file-cta,html.theme--catppuccin-macchiato .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link .file-cta{background-color:#8aadf4;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link:hover .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-hovered .file-cta{background-color:#7ea5f3;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-link:focus .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(138,173,244,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-link:active .file-cta,html.theme--catppuccin-macchiato .file.is-link.is-active .file-cta{background-color:#739df2;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-info .file-cta{background-color:#8bd5ca;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:hover .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-hovered .file-cta{background-color:#82d2c6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:focus .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(139,213,202,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-info:active .file-cta,html.theme--catppuccin-macchiato .file.is-info.is-active .file-cta{background-color:#78cec1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success .file-cta{background-color:#a6da95;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:hover .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-hovered .file-cta{background-color:#9ed78c;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:focus .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,218,149,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-success:active .file-cta,html.theme--catppuccin-macchiato .file.is-success.is-active .file-cta{background-color:#96d382;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning .file-cta{background-color:#eed49f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:hover .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-hovered .file-cta{background-color:#eccf94;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:focus .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(238,212,159,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-warning:active .file-cta,html.theme--catppuccin-macchiato .file.is-warning.is-active .file-cta{background-color:#eaca89;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .file.is-danger .file-cta{background-color:#ed8796;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-danger:hover .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-hovered .file-cta{background-color:#eb7c8c;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-danger:focus .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(237,135,150,0.25);color:#fff}html.theme--catppuccin-macchiato .file.is-danger:active .file-cta,html.theme--catppuccin-macchiato .file.is-danger.is-active .file-cta{background-color:#ea7183;border-color:transparent;color:#fff}html.theme--catppuccin-macchiato .file.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-macchiato .file.is-normal{font-size:1rem}html.theme--catppuccin-macchiato .file.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-macchiato .file.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-macchiato .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-macchiato .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-macchiato .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-macchiato .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-macchiato .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-macchiato .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-macchiato .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-macchiato .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-macchiato .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-macchiato .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-macchiato .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-macchiato .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-macchiato .file.is-centered{justify-content:center}html.theme--catppuccin-macchiato .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-macchiato .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-macchiato .file.is-right{justify-content:flex-end}html.theme--catppuccin-macchiato .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-macchiato .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-macchiato .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-macchiato .file-label:hover .file-cta{background-color:#313447;color:#b5c1f1}html.theme--catppuccin-macchiato .file-label:hover .file-name{border-color:#565a71}html.theme--catppuccin-macchiato .file-label:active .file-cta{background-color:#2c2f40;color:#b5c1f1}html.theme--catppuccin-macchiato .file-label:active .file-name{border-color:#505469}html.theme--catppuccin-macchiato .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-macchiato .file-cta,html.theme--catppuccin-macchiato .file-name{border-color:#5b6078;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-macchiato .file-cta{background-color:#363a4f;color:#cad3f5}html.theme--catppuccin-macchiato .file-name{border-color:#5b6078;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-macchiato .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-macchiato .file-icon .fa{font-size:14px}html.theme--catppuccin-macchiato .label{color:#b5c1f1;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-macchiato .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-macchiato .label.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-macchiato .label.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .label.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-macchiato .help.is-white{color:#fff}html.theme--catppuccin-macchiato .help.is-black{color:#0a0a0a}html.theme--catppuccin-macchiato .help.is-light{color:#f5f5f5}html.theme--catppuccin-macchiato .help.is-dark,html.theme--catppuccin-macchiato .content kbd.help{color:#363a4f}html.theme--catppuccin-macchiato .help.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.help.docs-sourcelink{color:#8aadf4}html.theme--catppuccin-macchiato .help.is-link{color:#8aadf4}html.theme--catppuccin-macchiato .help.is-info{color:#8bd5ca}html.theme--catppuccin-macchiato .help.is-success{color:#a6da95}html.theme--catppuccin-macchiato .help.is-warning{color:#eed49f}html.theme--catppuccin-macchiato .help.is-danger{color:#ed8796}html.theme--catppuccin-macchiato .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-macchiato .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-macchiato .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-macchiato .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-macchiato .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-macchiato .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-macchiato .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-macchiato .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-macchiato .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-macchiato .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-macchiato .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-macchiato .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field.is-horizontal{display:flex}}html.theme--catppuccin-macchiato .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-macchiato .field-label.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-macchiato .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-macchiato .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-macchiato .field-body .field{margin-bottom:0}html.theme--catppuccin-macchiato .field-body>.field{flex-shrink:1}html.theme--catppuccin-macchiato .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-macchiato .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-macchiato .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-macchiato .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select:focus~.icon{color:#363a4f}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-macchiato .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-macchiato .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-macchiato .control.has-icons-left .icon,html.theme--catppuccin-macchiato .control.has-icons-right .icon{color:#5b6078;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-macchiato .control.has-icons-left .input,html.theme--catppuccin-macchiato .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-macchiato .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-macchiato .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-macchiato .control.has-icons-right .input,html.theme--catppuccin-macchiato .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-macchiato .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-macchiato .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-macchiato .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-macchiato .control.is-loading.is-small:after,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-macchiato .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-macchiato .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-macchiato .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-macchiato .breadcrumb a{align-items:center;color:#8aadf4;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-macchiato .breadcrumb a:hover{color:#91d7e3}html.theme--catppuccin-macchiato .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-macchiato .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-macchiato .breadcrumb li.is-active a{color:#b5c1f1;cursor:default;pointer-events:none}html.theme--catppuccin-macchiato .breadcrumb li+li::before{color:#6e738d;content:"\0002f"}html.theme--catppuccin-macchiato .breadcrumb ul,html.theme--catppuccin-macchiato .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-macchiato .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-macchiato .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-macchiato .breadcrumb.is-centered ol,html.theme--catppuccin-macchiato .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-macchiato .breadcrumb.is-right ol,html.theme--catppuccin-macchiato .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-macchiato .breadcrumb.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-macchiato .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-macchiato .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-macchiato .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-macchiato .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-macchiato .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#cad3f5;max-width:100%;position:relative}html.theme--catppuccin-macchiato .card-footer:first-child,html.theme--catppuccin-macchiato .card-content:first-child,html.theme--catppuccin-macchiato .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-macchiato .card-footer:last-child,html.theme--catppuccin-macchiato .card-content:last-child,html.theme--catppuccin-macchiato .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-macchiato .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-macchiato .card-header-title{align-items:center;color:#b5c1f1;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-macchiato .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-macchiato .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-macchiato .card-image{display:block;position:relative}html.theme--catppuccin-macchiato .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-macchiato .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-macchiato .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-macchiato .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-macchiato .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-macchiato .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-macchiato .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-macchiato .dropdown.is-active .dropdown-menu,html.theme--catppuccin-macchiato .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-macchiato .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-macchiato .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-macchiato .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-macchiato .dropdown-content{background-color:#1e2030;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-macchiato .dropdown-item{color:#cad3f5;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-macchiato a.dropdown-item,html.theme--catppuccin-macchiato button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-macchiato a.dropdown-item:hover,html.theme--catppuccin-macchiato button.dropdown-item:hover{background-color:#1e2030;color:#0a0a0a}html.theme--catppuccin-macchiato a.dropdown-item.is-active,html.theme--catppuccin-macchiato button.dropdown-item.is-active{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-macchiato .level{align-items:center;justify-content:space-between}html.theme--catppuccin-macchiato .level code{border-radius:.4em}html.theme--catppuccin-macchiato .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-macchiato .level.is-mobile{display:flex}html.theme--catppuccin-macchiato .level.is-mobile .level-left,html.theme--catppuccin-macchiato .level.is-mobile .level-right{display:flex}html.theme--catppuccin-macchiato .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-macchiato .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-macchiato .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level{display:flex}html.theme--catppuccin-macchiato .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-macchiato .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-macchiato .level-item .title,html.theme--catppuccin-macchiato .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-macchiato .level-left,html.theme--catppuccin-macchiato .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .level-left .level-item.is-flexible,html.theme--catppuccin-macchiato .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-left .level-item:not(:last-child),html.theme--catppuccin-macchiato .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-macchiato .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-left{display:flex}}html.theme--catppuccin-macchiato .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .level-right{display:flex}}html.theme--catppuccin-macchiato .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-macchiato .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-macchiato .media .media{border-top:1px solid rgba(91,96,120,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-macchiato .media .media .content:not(:last-child),html.theme--catppuccin-macchiato .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-macchiato .media .media .media{padding-top:.5rem}html.theme--catppuccin-macchiato .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-macchiato .media+.media{border-top:1px solid rgba(91,96,120,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-macchiato .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-macchiato .media-left,html.theme--catppuccin-macchiato .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .media-left{margin-right:1rem}html.theme--catppuccin-macchiato .media-right{margin-left:1rem}html.theme--catppuccin-macchiato .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .media-content{overflow-x:auto}}html.theme--catppuccin-macchiato .menu{font-size:1rem}html.theme--catppuccin-macchiato .menu.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-macchiato .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .menu.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .menu-list{line-height:1.25}html.theme--catppuccin-macchiato .menu-list a{border-radius:3px;color:#cad3f5;display:block;padding:0.5em 0.75em}html.theme--catppuccin-macchiato .menu-list a:hover{background-color:#1e2030;color:#b5c1f1}html.theme--catppuccin-macchiato .menu-list a.is-active{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .menu-list li ul{border-left:1px solid #5b6078;margin:.75em;padding-left:.75em}html.theme--catppuccin-macchiato .menu-label{color:#f5f7fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-macchiato .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-macchiato .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-macchiato .message{background-color:#1e2030;border-radius:.4em;font-size:1rem}html.theme--catppuccin-macchiato .message strong{color:currentColor}html.theme--catppuccin-macchiato .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-macchiato .message.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-macchiato .message.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .message.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .message.is-white{background-color:#fff}html.theme--catppuccin-macchiato .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-macchiato .message.is-black{background-color:#fafafa}html.theme--catppuccin-macchiato .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-macchiato .message.is-light{background-color:#fafafa}html.theme--catppuccin-macchiato .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-macchiato .message.is-dark,html.theme--catppuccin-macchiato .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-macchiato .message.is-dark .message-header,html.theme--catppuccin-macchiato .content kbd.message .message-header{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .message.is-dark .message-body,html.theme--catppuccin-macchiato .content kbd.message .message-body{border-color:#363a4f}html.theme--catppuccin-macchiato .message.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink{background-color:#ecf2fd}html.theme--catppuccin-macchiato .message.is-primary .message-header,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink .message-header{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .message.is-primary .message-body,html.theme--catppuccin-macchiato .docstring>section>a.message.docs-sourcelink .message-body{border-color:#8aadf4;color:#0e3b95}html.theme--catppuccin-macchiato .message.is-link{background-color:#ecf2fd}html.theme--catppuccin-macchiato .message.is-link .message-header{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .message.is-link .message-body{border-color:#8aadf4;color:#0e3b95}html.theme--catppuccin-macchiato .message.is-info{background-color:#f0faf8}html.theme--catppuccin-macchiato .message.is-info .message-header{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-info .message-body{border-color:#8bd5ca;color:#276d62}html.theme--catppuccin-macchiato .message.is-success{background-color:#f2faf0}html.theme--catppuccin-macchiato .message.is-success .message-header{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-success .message-body{border-color:#a6da95;color:#386e26}html.theme--catppuccin-macchiato .message.is-warning{background-color:#fcf7ee}html.theme--catppuccin-macchiato .message.is-warning .message-header{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .message.is-warning .message-body{border-color:#eed49f;color:#7e5c16}html.theme--catppuccin-macchiato .message.is-danger{background-color:#fcedef}html.theme--catppuccin-macchiato .message.is-danger .message-header{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .message.is-danger .message-body{border-color:#ed8796;color:#971729}html.theme--catppuccin-macchiato .message-header{align-items:center;background-color:#cad3f5;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-macchiato .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-macchiato .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-macchiato .message-body{border-color:#5b6078;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#cad3f5;padding:1.25em 1.5em}html.theme--catppuccin-macchiato .message-body code,html.theme--catppuccin-macchiato .message-body pre{background-color:#fff}html.theme--catppuccin-macchiato .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-macchiato .modal.is-active{display:flex}html.theme--catppuccin-macchiato .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-macchiato .modal-content,html.theme--catppuccin-macchiato .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-macchiato .modal-content,html.theme--catppuccin-macchiato .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-macchiato .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-macchiato .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-macchiato .modal-card-head,html.theme--catppuccin-macchiato .modal-card-foot{align-items:center;background-color:#1e2030;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-macchiato .modal-card-head{border-bottom:1px solid #5b6078;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-macchiato .modal-card-title{color:#cad3f5;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-macchiato .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #5b6078}html.theme--catppuccin-macchiato .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-macchiato .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#24273a;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-macchiato .navbar{background-color:#8aadf4;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-macchiato .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-macchiato .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-dark,html.theme--catppuccin-macchiato .content kbd.navbar{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-burger,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#363a4f;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-burger,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4;color:#fff}}html.theme--catppuccin-macchiato .navbar.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6da95;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#eed49f;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-macchiato .navbar.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ed8796;color:#fff}}html.theme--catppuccin-macchiato .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-macchiato .navbar.has-shadow{box-shadow:0 2px 0 0 #1e2030}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom,html.theme--catppuccin-macchiato .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #1e2030}html.theme--catppuccin-macchiato .navbar.is-fixed-top{top:0}html.theme--catppuccin-macchiato html.has-navbar-fixed-top,html.theme--catppuccin-macchiato body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-macchiato .navbar-brand,html.theme--catppuccin-macchiato .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-macchiato .navbar-brand a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-macchiato .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-macchiato .navbar-burger{color:#cad3f5;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-macchiato .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-macchiato .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-macchiato .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-macchiato .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-macchiato .navbar-menu{display:none}html.theme--catppuccin-macchiato .navbar-item,html.theme--catppuccin-macchiato .navbar-link{color:#cad3f5;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-macchiato .navbar-item .icon:only-child,html.theme--catppuccin-macchiato .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-macchiato a.navbar-item,html.theme--catppuccin-macchiato .navbar-link{cursor:pointer}html.theme--catppuccin-macchiato a.navbar-item:focus,html.theme--catppuccin-macchiato a.navbar-item:focus-within,html.theme--catppuccin-macchiato a.navbar-item:hover,html.theme--catppuccin-macchiato a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar-link:focus,html.theme--catppuccin-macchiato .navbar-link:focus-within,html.theme--catppuccin-macchiato .navbar-link:hover,html.theme--catppuccin-macchiato .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}html.theme--catppuccin-macchiato .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .navbar-item img{max-height:1.75rem}html.theme--catppuccin-macchiato .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-macchiato .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-macchiato .navbar-item.is-tab:focus,html.theme--catppuccin-macchiato .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#8aadf4;border-bottom-style:solid;border-bottom-width:3px;color:#8aadf4;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-macchiato .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-macchiato .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-macchiato .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-macchiato .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-macchiato .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .navbar>.container{display:block}html.theme--catppuccin-macchiato .navbar-brand .navbar-item,html.theme--catppuccin-macchiato .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-macchiato .navbar-link::after{display:none}html.theme--catppuccin-macchiato .navbar-menu{background-color:#8aadf4;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-macchiato .navbar-menu.is-active{display:block}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch,html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-macchiato .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-macchiato .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-macchiato html.has-navbar-fixed-top-touch,html.theme--catppuccin-macchiato body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .navbar,html.theme--catppuccin-macchiato .navbar-menu,html.theme--catppuccin-macchiato .navbar-start,html.theme--catppuccin-macchiato .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-macchiato .navbar{min-height:4rem}html.theme--catppuccin-macchiato .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-start,html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-macchiato .navbar.is-spaced a.navbar-item,html.theme--catppuccin-macchiato .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-macchiato .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8087a2}html.theme--catppuccin-macchiato .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}html.theme--catppuccin-macchiato .navbar-burger{display:none}html.theme--catppuccin-macchiato .navbar-item,html.theme--catppuccin-macchiato .navbar-link{align-items:center;display:flex}html.theme--catppuccin-macchiato .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-macchiato .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-macchiato .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-macchiato .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-macchiato .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-macchiato .navbar-dropdown{background-color:#8aadf4;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-macchiato .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#8087a2}html.theme--catppuccin-macchiato .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#8aadf4}.navbar.is-spaced html.theme--catppuccin-macchiato .navbar-dropdown,html.theme--catppuccin-macchiato .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-macchiato .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-macchiato .navbar-divider{display:block}html.theme--catppuccin-macchiato .navbar>.container .navbar-brand,html.theme--catppuccin-macchiato .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-macchiato .navbar>.container .navbar-menu,html.theme--catppuccin-macchiato .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-macchiato .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-macchiato .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-macchiato html.has-navbar-fixed-top-desktop,html.theme--catppuccin-macchiato body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-macchiato html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-macchiato body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-macchiato html.has-spaced-navbar-fixed-top,html.theme--catppuccin-macchiato body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-macchiato html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-macchiato body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-macchiato a.navbar-item.is-active,html.theme--catppuccin-macchiato .navbar-link.is-active{color:#8aadf4}html.theme--catppuccin-macchiato a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-macchiato .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-macchiato .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-macchiato .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-macchiato .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-macchiato .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-macchiato .pagination.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-macchiato .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-previous,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-next,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-macchiato .pagination.is-rounded .pagination-link,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-macchiato .pagination,html.theme--catppuccin-macchiato .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link{border-color:#5b6078;color:#8aadf4;min-width:2.5em}html.theme--catppuccin-macchiato .pagination-previous:hover,html.theme--catppuccin-macchiato .pagination-next:hover,html.theme--catppuccin-macchiato .pagination-link:hover{border-color:#6e738d;color:#91d7e3}html.theme--catppuccin-macchiato .pagination-previous:focus,html.theme--catppuccin-macchiato .pagination-next:focus,html.theme--catppuccin-macchiato .pagination-link:focus{border-color:#6e738d}html.theme--catppuccin-macchiato .pagination-previous:active,html.theme--catppuccin-macchiato .pagination-next:active,html.theme--catppuccin-macchiato .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-macchiato .pagination-previous[disabled],html.theme--catppuccin-macchiato .pagination-previous.is-disabled,html.theme--catppuccin-macchiato .pagination-next[disabled],html.theme--catppuccin-macchiato .pagination-next.is-disabled,html.theme--catppuccin-macchiato .pagination-link[disabled],html.theme--catppuccin-macchiato .pagination-link.is-disabled{background-color:#5b6078;border-color:#5b6078;box-shadow:none;color:#f5f7fd;opacity:0.5}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-macchiato .pagination-link.is-current{background-color:#8aadf4;border-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .pagination-ellipsis{color:#6e738d;pointer-events:none}html.theme--catppuccin-macchiato .pagination-list{flex-wrap:wrap}html.theme--catppuccin-macchiato .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .pagination{flex-wrap:wrap}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-macchiato .pagination-previous{order:2}html.theme--catppuccin-macchiato .pagination-next{order:3}html.theme--catppuccin-macchiato .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-macchiato .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-macchiato .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-macchiato .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-macchiato .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-macchiato .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-macchiato .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-macchiato .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-macchiato .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-macchiato .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-macchiato .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-macchiato .panel.is-dark .panel-heading,html.theme--catppuccin-macchiato .content kbd.panel .panel-heading{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-macchiato .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#363a4f}html.theme--catppuccin-macchiato .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-macchiato .content kbd.panel .panel-block.is-active .panel-icon{color:#363a4f}html.theme--catppuccin-macchiato .panel.is-primary .panel-heading,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-macchiato .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-link .panel-heading{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .panel.is-link .panel-tabs a.is-active{border-bottom-color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-link .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel.is-info .panel-heading{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-info .panel-tabs a.is-active{border-bottom-color:#8bd5ca}html.theme--catppuccin-macchiato .panel.is-info .panel-block.is-active .panel-icon{color:#8bd5ca}html.theme--catppuccin-macchiato .panel.is-success .panel-heading{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6da95}html.theme--catppuccin-macchiato .panel.is-success .panel-block.is-active .panel-icon{color:#a6da95}html.theme--catppuccin-macchiato .panel.is-warning .panel-heading{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#eed49f}html.theme--catppuccin-macchiato .panel.is-warning .panel-block.is-active .panel-icon{color:#eed49f}html.theme--catppuccin-macchiato .panel.is-danger .panel-heading{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#ed8796}html.theme--catppuccin-macchiato .panel.is-danger .panel-block.is-active .panel-icon{color:#ed8796}html.theme--catppuccin-macchiato .panel-tabs:not(:last-child),html.theme--catppuccin-macchiato .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-macchiato .panel-heading{background-color:#494d64;border-radius:8px 8px 0 0;color:#b5c1f1;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-macchiato .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-macchiato .panel-tabs a{border-bottom:1px solid #5b6078;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-macchiato .panel-tabs a.is-active{border-bottom-color:#494d64;color:#739df2}html.theme--catppuccin-macchiato .panel-list a{color:#cad3f5}html.theme--catppuccin-macchiato .panel-list a:hover{color:#8aadf4}html.theme--catppuccin-macchiato .panel-block{align-items:center;color:#b5c1f1;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-macchiato .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-macchiato .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-macchiato .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-macchiato .panel-block.is-active{border-left-color:#8aadf4;color:#739df2}html.theme--catppuccin-macchiato .panel-block.is-active .panel-icon{color:#8aadf4}html.theme--catppuccin-macchiato .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-macchiato a.panel-block,html.theme--catppuccin-macchiato label.panel-block{cursor:pointer}html.theme--catppuccin-macchiato a.panel-block:hover,html.theme--catppuccin-macchiato label.panel-block:hover{background-color:#1e2030}html.theme--catppuccin-macchiato .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f5f7fd;margin-right:.75em}html.theme--catppuccin-macchiato .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-macchiato .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-macchiato .tabs a{align-items:center;border-bottom-color:#5b6078;border-bottom-style:solid;border-bottom-width:1px;color:#cad3f5;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-macchiato .tabs a:hover{border-bottom-color:#b5c1f1;color:#b5c1f1}html.theme--catppuccin-macchiato .tabs li{display:block}html.theme--catppuccin-macchiato .tabs li.is-active a{border-bottom-color:#8aadf4;color:#8aadf4}html.theme--catppuccin-macchiato .tabs ul{align-items:center;border-bottom-color:#5b6078;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-macchiato .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-macchiato .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-macchiato .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-macchiato .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-macchiato .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-macchiato .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-macchiato .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-macchiato .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-macchiato .tabs.is-boxed a:hover{background-color:#1e2030;border-bottom-color:#5b6078}html.theme--catppuccin-macchiato .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#5b6078;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-macchiato .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-macchiato .tabs.is-toggle a{border-color:#5b6078;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-macchiato .tabs.is-toggle a:hover{background-color:#1e2030;border-color:#6e738d;z-index:2}html.theme--catppuccin-macchiato .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-macchiato .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-macchiato .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-macchiato .tabs.is-toggle li.is-active a{background-color:#8aadf4;border-color:#8aadf4;color:#fff;z-index:1}html.theme--catppuccin-macchiato .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-macchiato .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-macchiato .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-macchiato .tabs.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-macchiato .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-macchiato .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .column.is-narrow,html.theme--catppuccin-macchiato .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full,html.theme--catppuccin-macchiato .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters,html.theme--catppuccin-macchiato .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds,html.theme--catppuccin-macchiato .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half,html.theme--catppuccin-macchiato .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third,html.theme--catppuccin-macchiato .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter,html.theme--catppuccin-macchiato .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth,html.theme--catppuccin-macchiato .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths,html.theme--catppuccin-macchiato .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths,html.theme--catppuccin-macchiato .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths,html.theme--catppuccin-macchiato .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters,html.theme--catppuccin-macchiato .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds,html.theme--catppuccin-macchiato .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half,html.theme--catppuccin-macchiato .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third,html.theme--catppuccin-macchiato .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter,html.theme--catppuccin-macchiato .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth,html.theme--catppuccin-macchiato .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths,html.theme--catppuccin-macchiato .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths,html.theme--catppuccin-macchiato .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths,html.theme--catppuccin-macchiato .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0,html.theme--catppuccin-macchiato .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0,html.theme--catppuccin-macchiato .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1,html.theme--catppuccin-macchiato .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1,html.theme--catppuccin-macchiato .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2,html.theme--catppuccin-macchiato .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2,html.theme--catppuccin-macchiato .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3,html.theme--catppuccin-macchiato .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3,html.theme--catppuccin-macchiato .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4,html.theme--catppuccin-macchiato .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4,html.theme--catppuccin-macchiato .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5,html.theme--catppuccin-macchiato .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5,html.theme--catppuccin-macchiato .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6,html.theme--catppuccin-macchiato .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6,html.theme--catppuccin-macchiato .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7,html.theme--catppuccin-macchiato .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7,html.theme--catppuccin-macchiato .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8,html.theme--catppuccin-macchiato .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8,html.theme--catppuccin-macchiato .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9,html.theme--catppuccin-macchiato .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9,html.theme--catppuccin-macchiato .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10,html.theme--catppuccin-macchiato .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10,html.theme--catppuccin-macchiato .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11,html.theme--catppuccin-macchiato .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11,html.theme--catppuccin-macchiato .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12,html.theme--catppuccin-macchiato .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12,html.theme--catppuccin-macchiato .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-macchiato .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-macchiato .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-macchiato .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-macchiato .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-macchiato .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-macchiato .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-macchiato .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-macchiato .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-macchiato .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-macchiato .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-macchiato .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-macchiato .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-macchiato .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-macchiato .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-macchiato .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-macchiato .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-macchiato .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-macchiato .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-macchiato .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-macchiato .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-macchiato .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-macchiato .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-macchiato .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-macchiato .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-macchiato .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-macchiato .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-macchiato .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-macchiato .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-macchiato .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-macchiato .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-macchiato .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-macchiato .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-macchiato .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-macchiato .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-macchiato .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-macchiato .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-macchiato .columns.is-centered{justify-content:center}html.theme--catppuccin-macchiato .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-macchiato .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-macchiato .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-macchiato .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-macchiato .columns.is-mobile{display:flex}html.theme--catppuccin-macchiato .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-macchiato .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-desktop{display:flex}}html.theme--catppuccin-macchiato .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-macchiato .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-macchiato .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-macchiato .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-macchiato .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-macchiato .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-macchiato .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-macchiato .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-macchiato .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-macchiato .tile.is-child{margin:0 !important}html.theme--catppuccin-macchiato .tile.is-parent{padding:.75rem}html.theme--catppuccin-macchiato .tile.is-vertical{flex-direction:column}html.theme--catppuccin-macchiato .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .tile:not(.is-child){display:flex}html.theme--catppuccin-macchiato .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-macchiato .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-macchiato .tile.is-3{flex:none;width:25%}html.theme--catppuccin-macchiato .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-macchiato .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-macchiato .tile.is-6{flex:none;width:50%}html.theme--catppuccin-macchiato .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-macchiato .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-macchiato .tile.is-9{flex:none;width:75%}html.theme--catppuccin-macchiato .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-macchiato .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-macchiato .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-macchiato .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-macchiato .hero .navbar{background:none}html.theme--catppuccin-macchiato .hero .tabs ul{border-bottom:none}html.theme--catppuccin-macchiato .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-white strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-macchiato .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-macchiato .hero.is-white .navbar-item,html.theme--catppuccin-macchiato .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-macchiato .hero.is-white a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-white .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-macchiato .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-macchiato .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-black strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-black .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-macchiato .hero.is-black .navbar-item,html.theme--catppuccin-macchiato .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-black a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-black .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-macchiato .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-macchiato .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-macchiato .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-light strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-macchiato .hero.is-light .navbar-item,html.theme--catppuccin-macchiato .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-light .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-macchiato .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-macchiato .hero.is-dark,html.theme--catppuccin-macchiato .content kbd.hero{background-color:#363a4f;color:#fff}html.theme--catppuccin-macchiato .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-dark strong,html.theme--catppuccin-macchiato .content kbd.hero strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-dark .title,html.theme--catppuccin-macchiato .content kbd.hero .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .subtitle,html.theme--catppuccin-macchiato .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-macchiato .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-dark .subtitle strong,html.theme--catppuccin-macchiato .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-dark .navbar-menu,html.theme--catppuccin-macchiato .content kbd.hero .navbar-menu{background-color:#363a4f}}html.theme--catppuccin-macchiato .hero.is-dark .navbar-item,html.theme--catppuccin-macchiato .content kbd.hero .navbar-item,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-macchiato .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-macchiato .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link:hover,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-macchiato .content kbd.hero .navbar-link.is-active{background-color:#2c2f40;color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .tabs a,html.theme--catppuccin-macchiato .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-dark .tabs a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs li.is-active a{color:#363a4f !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363a4f}html.theme--catppuccin-macchiato .hero.is-dark.is-bold,html.theme--catppuccin-macchiato .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #1d2535 0%, #363a4f 71%, #3d3c62 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-macchiato .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1d2535 0%, #363a4f 71%, #3d3c62 100%)}}html.theme--catppuccin-macchiato .hero.is-primary,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-primary strong,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-primary .title,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .subtitle,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-primary .subtitle strong,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-primary .navbar-menu,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#8aadf4}}html.theme--catppuccin-macchiato .hero.is-primary .navbar-item,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .tabs a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-primary .tabs a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#8aadf4 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .hero.is-primary.is-bold,html.theme--catppuccin-macchiato .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-macchiato .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}}html.theme--catppuccin-macchiato .hero.is-link{background-color:#8aadf4;color:#fff}html.theme--catppuccin-macchiato .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-link strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-link .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-link .navbar-menu{background-color:#8aadf4}}html.theme--catppuccin-macchiato .hero.is-link .navbar-item,html.theme--catppuccin-macchiato .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-link a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-link .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-link .navbar-link.is-active{background-color:#739df2;color:#fff}html.theme--catppuccin-macchiato .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-link .tabs li.is-active a{color:#8aadf4 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#8aadf4}html.theme--catppuccin-macchiato .hero.is-link.is-bold{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #52a5f9 0%, #8aadf4 71%, #9fadf9 100%)}}html.theme--catppuccin-macchiato .hero.is-info{background-color:#8bd5ca;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-info strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-info .navbar-menu{background-color:#8bd5ca}}html.theme--catppuccin-macchiato .hero.is-info .navbar-item,html.theme--catppuccin-macchiato .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-info .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-info .navbar-link.is-active{background-color:#78cec1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-info .tabs li.is-active a{color:#8bd5ca !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#8bd5ca}html.theme--catppuccin-macchiato .hero.is-info.is-bold{background-image:linear-gradient(141deg, #5bd2ac 0%, #8bd5ca 71%, #9adedf 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #5bd2ac 0%, #8bd5ca 71%, #9adedf 100%)}}html.theme--catppuccin-macchiato .hero.is-success{background-color:#a6da95;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-success strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-success .navbar-menu{background-color:#a6da95}}html.theme--catppuccin-macchiato .hero.is-success .navbar-item,html.theme--catppuccin-macchiato .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-success .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-success .navbar-link.is-active{background-color:#96d382;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-success .tabs li.is-active a{color:#a6da95 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#a6da95}html.theme--catppuccin-macchiato .hero.is-success.is-bold{background-image:linear-gradient(141deg, #94d765 0%, #a6da95 71%, #aae4a5 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #94d765 0%, #a6da95 71%, #aae4a5 100%)}}html.theme--catppuccin-macchiato .hero.is-warning{background-color:#eed49f;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-warning strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-macchiato .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-warning .navbar-menu{background-color:#eed49f}}html.theme--catppuccin-macchiato .hero.is-warning .navbar-item,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-warning .navbar-link.is-active{background-color:#eaca89;color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-macchiato .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-warning .tabs li.is-active a{color:#eed49f !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#eed49f}html.theme--catppuccin-macchiato .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #efae6b 0%, #eed49f 71%, #f4e9b2 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #efae6b 0%, #eed49f 71%, #f4e9b2 100%)}}html.theme--catppuccin-macchiato .hero.is-danger{background-color:#ed8796;color:#fff}html.theme--catppuccin-macchiato .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-macchiato .hero.is-danger strong{color:inherit}html.theme--catppuccin-macchiato .hero.is-danger .title{color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-macchiato .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-macchiato .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .hero.is-danger .navbar-menu{background-color:#ed8796}}html.theme--catppuccin-macchiato .hero.is-danger .navbar-item,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-macchiato .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-macchiato .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link:hover,html.theme--catppuccin-macchiato .hero.is-danger .navbar-link.is-active{background-color:#ea7183;color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-macchiato .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-macchiato .hero.is-danger .tabs li.is-active a{color:#ed8796 !important;opacity:1}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-macchiato .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ed8796}html.theme--catppuccin-macchiato .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #f05183 0%, #ed8796 71%, #f39c9a 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f05183 0%, #ed8796 71%, #f39c9a 100%)}}html.theme--catppuccin-macchiato .hero.is-small .hero-body,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-macchiato .hero.is-halfheight .hero-body,html.theme--catppuccin-macchiato .hero.is-fullheight .hero-body,html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-macchiato .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-macchiato .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-macchiato .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-macchiato .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-macchiato .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-macchiato .hero-video{overflow:hidden}html.theme--catppuccin-macchiato .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-macchiato .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero-video{display:none}}html.theme--catppuccin-macchiato .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-macchiato .hero-buttons .button{display:flex}html.theme--catppuccin-macchiato .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-macchiato .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-macchiato .hero-head,html.theme--catppuccin-macchiato .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-macchiato .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-macchiato .hero-body{padding:3rem 3rem}}html.theme--catppuccin-macchiato .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato .section{padding:3rem 3rem}html.theme--catppuccin-macchiato .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-macchiato .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-macchiato .footer{background-color:#1e2030;padding:3rem 1.5rem 6rem}html.theme--catppuccin-macchiato h1 .docs-heading-anchor,html.theme--catppuccin-macchiato h1 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h1 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h2 .docs-heading-anchor,html.theme--catppuccin-macchiato h2 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h2 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h3 .docs-heading-anchor,html.theme--catppuccin-macchiato h3 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h3 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h4 .docs-heading-anchor,html.theme--catppuccin-macchiato h4 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h4 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h5 .docs-heading-anchor,html.theme--catppuccin-macchiato h5 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h5 .docs-heading-anchor:visited,html.theme--catppuccin-macchiato h6 .docs-heading-anchor,html.theme--catppuccin-macchiato h6 .docs-heading-anchor:hover,html.theme--catppuccin-macchiato h6 .docs-heading-anchor:visited{color:#cad3f5}html.theme--catppuccin-macchiato h1 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h2 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h3 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h4 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h5 .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-macchiato h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-macchiato h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-macchiato h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-macchiato h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-macchiato .docs-light-only{display:none !important}html.theme--catppuccin-macchiato pre{position:relative;overflow:hidden}html.theme--catppuccin-macchiato pre code,html.theme--catppuccin-macchiato pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-macchiato pre code:first-of-type,html.theme--catppuccin-macchiato pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-macchiato pre code:last-of-type,html.theme--catppuccin-macchiato pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-macchiato pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#cad3f5;cursor:pointer;text-align:center}html.theme--catppuccin-macchiato pre .copy-button:focus,html.theme--catppuccin-macchiato pre .copy-button:hover{opacity:1;background:rgba(202,211,245,0.1);color:#8aadf4}html.theme--catppuccin-macchiato pre .copy-button.success{color:#a6da95;opacity:1}html.theme--catppuccin-macchiato pre .copy-button.error{color:#ed8796;opacity:1}html.theme--catppuccin-macchiato pre:hover .copy-button{opacity:1}html.theme--catppuccin-macchiato .admonition{background-color:#1e2030;border-style:solid;border-width:2px;border-color:#b8c0e0;border-radius:4px;font-size:1rem}html.theme--catppuccin-macchiato .admonition strong{color:currentColor}html.theme--catppuccin-macchiato .admonition.is-small,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-macchiato .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-macchiato .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-macchiato .admonition.is-default{background-color:#1e2030;border-color:#b8c0e0}html.theme--catppuccin-macchiato .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#b8c0e0}html.theme--catppuccin-macchiato .admonition.is-default>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-info{background-color:#1e2030;border-color:#8bd5ca}html.theme--catppuccin-macchiato .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#8bd5ca}html.theme--catppuccin-macchiato .admonition.is-info>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-success{background-color:#1e2030;border-color:#a6da95}html.theme--catppuccin-macchiato .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6da95}html.theme--catppuccin-macchiato .admonition.is-success>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-warning{background-color:#1e2030;border-color:#eed49f}html.theme--catppuccin-macchiato .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#eed49f}html.theme--catppuccin-macchiato .admonition.is-warning>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-danger{background-color:#1e2030;border-color:#ed8796}html.theme--catppuccin-macchiato .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#ed8796}html.theme--catppuccin-macchiato .admonition.is-danger>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-compat{background-color:#1e2030;border-color:#91d7e3}html.theme--catppuccin-macchiato .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#91d7e3}html.theme--catppuccin-macchiato .admonition.is-compat>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition.is-todo{background-color:#1e2030;border-color:#c6a0f6}html.theme--catppuccin-macchiato .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#c6a0f6}html.theme--catppuccin-macchiato .admonition.is-todo>.admonition-body{color:#cad3f5}html.theme--catppuccin-macchiato .admonition-header{color:#b8c0e0;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-macchiato .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-macchiato details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-macchiato details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-macchiato details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-macchiato .admonition-body{color:#cad3f5;padding:0.5rem .75rem}html.theme--catppuccin-macchiato .admonition-body pre{background-color:#1e2030}html.theme--catppuccin-macchiato .admonition-body code{background-color:#1e2030}html.theme--catppuccin-macchiato .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #5b6078;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-macchiato .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#1e2030;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #5b6078;overflow:auto}html.theme--catppuccin-macchiato .docstring>header code{background-color:transparent}html.theme--catppuccin-macchiato .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-macchiato .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-macchiato .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-macchiato .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #5b6078}html.theme--catppuccin-macchiato .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-macchiato .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-macchiato .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-macchiato .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-macchiato .documenter-example-output{background-color:#24273a}html.theme--catppuccin-macchiato .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#1e2030;color:#cad3f5;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-macchiato .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-macchiato .outdated-warning-overlay a{color:#8aadf4}html.theme--catppuccin-macchiato .outdated-warning-overlay a:hover{color:#91d7e3}html.theme--catppuccin-macchiato .content pre{border:2px solid #5b6078;border-radius:4px}html.theme--catppuccin-macchiato .content code{font-weight:inherit}html.theme--catppuccin-macchiato .content a code{color:#8aadf4}html.theme--catppuccin-macchiato .content a:hover code{color:#91d7e3}html.theme--catppuccin-macchiato .content h1 code,html.theme--catppuccin-macchiato .content h2 code,html.theme--catppuccin-macchiato .content h3 code,html.theme--catppuccin-macchiato .content h4 code,html.theme--catppuccin-macchiato .content h5 code,html.theme--catppuccin-macchiato .content h6 code{color:#cad3f5}html.theme--catppuccin-macchiato .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-macchiato .content blockquote>ul:first-child,html.theme--catppuccin-macchiato .content blockquote>ol:first-child,html.theme--catppuccin-macchiato .content .admonition-body>ul:first-child,html.theme--catppuccin-macchiato .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-macchiato pre,html.theme--catppuccin-macchiato code{font-variant-ligatures:no-contextual}html.theme--catppuccin-macchiato .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-macchiato .breadcrumb a.is-disabled,html.theme--catppuccin-macchiato .breadcrumb a.is-disabled:hover{color:#b5c1f1}html.theme--catppuccin-macchiato .hljs{background:initial !important}html.theme--catppuccin-macchiato .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-macchiato .katex-display,html.theme--catppuccin-macchiato mjx-container,html.theme--catppuccin-macchiato .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-macchiato html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-macchiato li.no-marker{list-style:none}html.theme--catppuccin-macchiato #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-macchiato #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main{width:100%}html.theme--catppuccin-macchiato #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-macchiato #documenter .docs-main>header,html.theme--catppuccin-macchiato #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar{background-color:#24273a;border-bottom:1px solid #5b6078;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-macchiato #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes{border-top:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-macchiato #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-macchiato .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #5b6078;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-macchiato #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-macchiato #documenter .docs-sidebar{display:flex;flex-direction:column;color:#cad3f5;background-color:#1e2030;border-right:1px solid #5b6078;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-macchiato #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-package-name a:hover{color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #5b6078;display:none;padding:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #5b6078;padding-bottom:1.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#cad3f5;background:#1e2030}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#cad3f5;background-color:#26283d}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #5b6078;border-bottom:1px solid #5b6078;background-color:#181926}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#181926;color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#26283d;color:#cad3f5}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #5b6078}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-macchiato #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#2e3149}html.theme--catppuccin-macchiato #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#3d4162}}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#2e3149}html.theme--catppuccin-macchiato #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#3d4162}}html.theme--catppuccin-macchiato kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-macchiato .search-min-width-50{min-width:50%}html.theme--catppuccin-macchiato .search-min-height-100{min-height:100%}html.theme--catppuccin-macchiato .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-macchiato .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover,html.theme--catppuccin-macchiato .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-macchiato .search-result-link .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-macchiato .property-search-result-badge,html.theme--catppuccin-macchiato .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-macchiato .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:hover .search-filter,html.theme--catppuccin-macchiato .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-macchiato .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-macchiato .search-filter:hover,html.theme--catppuccin-macchiato .search-filter:focus{color:#333}html.theme--catppuccin-macchiato .search-filter-selected{color:#363a4f;background-color:#b7bdf8}html.theme--catppuccin-macchiato .search-filter-selected:hover,html.theme--catppuccin-macchiato .search-filter-selected:focus{color:#363a4f}html.theme--catppuccin-macchiato .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-macchiato .search-divider{border-bottom:1px solid #5b6078}html.theme--catppuccin-macchiato .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-macchiato .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-macchiato #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-macchiato #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-macchiato .w-100{width:100%}html.theme--catppuccin-macchiato .gap-2{gap:0.5rem}html.theme--catppuccin-macchiato .gap-4{gap:1rem}html.theme--catppuccin-macchiato .gap-8{gap:2rem}html.theme--catppuccin-macchiato{background-color:#24273a;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-macchiato a{transition:all 200ms ease}html.theme--catppuccin-macchiato .label{color:#cad3f5}html.theme--catppuccin-macchiato .button,html.theme--catppuccin-macchiato .control.has-icons-left .icon,html.theme--catppuccin-macchiato .control.has-icons-right .icon,html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .pagination-ellipsis,html.theme--catppuccin-macchiato .pagination-link,html.theme--catppuccin-macchiato .pagination-next,html.theme--catppuccin-macchiato .pagination-previous,html.theme--catppuccin-macchiato .select,html.theme--catppuccin-macchiato .select select,html.theme--catppuccin-macchiato .textarea{height:2.5em;color:#cad3f5}html.theme--catppuccin-macchiato .input,html.theme--catppuccin-macchiato #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-macchiato .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#cad3f5}html.theme--catppuccin-macchiato .select:after,html.theme--catppuccin-macchiato .select select{border-width:1px}html.theme--catppuccin-macchiato .menu-list a{transition:all 300ms ease}html.theme--catppuccin-macchiato .modal-card-foot,html.theme--catppuccin-macchiato .modal-card-head{border-color:#5b6078}html.theme--catppuccin-macchiato .navbar{border-radius:.4em}html.theme--catppuccin-macchiato .navbar.is-transparent{background:none}html.theme--catppuccin-macchiato .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-macchiato .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#8aadf4}@media screen and (max-width: 1055px){html.theme--catppuccin-macchiato .navbar .navbar-menu{background-color:#8aadf4;border-radius:0 0 .4em .4em}}html.theme--catppuccin-macchiato .docstring>section>a.docs-sourcelink:not(body){color:#363a4f}html.theme--catppuccin-macchiato .tag.is-link:not(body),html.theme--catppuccin-macchiato .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-macchiato .content kbd.is-link:not(body){color:#363a4f}html.theme--catppuccin-macchiato .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-macchiato .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-macchiato .ansi span.sgr3{font-style:italic}html.theme--catppuccin-macchiato .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-macchiato .ansi span.sgr7{color:#24273a;background-color:#cad3f5}html.theme--catppuccin-macchiato .ansi span.sgr8{color:transparent}html.theme--catppuccin-macchiato .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-macchiato .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-macchiato .ansi span.sgr30{color:#494d64}html.theme--catppuccin-macchiato .ansi span.sgr31{color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr32{color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr33{color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr34{color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr35{color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr36{color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr37{color:#b8c0e0}html.theme--catppuccin-macchiato .ansi span.sgr40{background-color:#494d64}html.theme--catppuccin-macchiato .ansi span.sgr41{background-color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr42{background-color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr43{background-color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr44{background-color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr45{background-color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr46{background-color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr47{background-color:#b8c0e0}html.theme--catppuccin-macchiato .ansi span.sgr90{color:#5b6078}html.theme--catppuccin-macchiato .ansi span.sgr91{color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr92{color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr93{color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr94{color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr95{color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr96{color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr97{color:#a5adcb}html.theme--catppuccin-macchiato .ansi span.sgr100{background-color:#5b6078}html.theme--catppuccin-macchiato .ansi span.sgr101{background-color:#ed8796}html.theme--catppuccin-macchiato .ansi span.sgr102{background-color:#a6da95}html.theme--catppuccin-macchiato .ansi span.sgr103{background-color:#eed49f}html.theme--catppuccin-macchiato .ansi span.sgr104{background-color:#8aadf4}html.theme--catppuccin-macchiato .ansi span.sgr105{background-color:#f5bde6}html.theme--catppuccin-macchiato .ansi span.sgr106{background-color:#8bd5ca}html.theme--catppuccin-macchiato .ansi span.sgr107{background-color:#a5adcb}html.theme--catppuccin-macchiato code.language-julia-repl>span.hljs-meta{color:#a6da95;font-weight:bolder}html.theme--catppuccin-macchiato code .hljs{color:#cad3f5;background:#24273a}html.theme--catppuccin-macchiato code .hljs-keyword{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-built_in{color:#ed8796}html.theme--catppuccin-macchiato code .hljs-type{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-literal{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-number{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-operator{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-punctuation{color:#b8c0e0}html.theme--catppuccin-macchiato code .hljs-property{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-regexp{color:#f5bde6}html.theme--catppuccin-macchiato code .hljs-string{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-char.escape_{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-subst{color:#a5adcb}html.theme--catppuccin-macchiato code .hljs-symbol{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-variable{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-variable.language_{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-variable.constant_{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-title{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-title.class_{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-title.function_{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-params{color:#cad3f5}html.theme--catppuccin-macchiato code .hljs-comment{color:#5b6078}html.theme--catppuccin-macchiato code .hljs-doctag{color:#ed8796}html.theme--catppuccin-macchiato code .hljs-meta{color:#f5a97f}html.theme--catppuccin-macchiato code .hljs-section{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-tag{color:#a5adcb}html.theme--catppuccin-macchiato code .hljs-name{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-attr{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-attribute{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-bullet{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-code{color:#a6da95}html.theme--catppuccin-macchiato code .hljs-emphasis{color:#ed8796;font-style:italic}html.theme--catppuccin-macchiato code .hljs-strong{color:#ed8796;font-weight:bold}html.theme--catppuccin-macchiato code .hljs-formula{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-link{color:#7dc4e4;font-style:italic}html.theme--catppuccin-macchiato code .hljs-quote{color:#a6da95;font-style:italic}html.theme--catppuccin-macchiato code .hljs-selector-tag{color:#eed49f}html.theme--catppuccin-macchiato code .hljs-selector-id{color:#8aadf4}html.theme--catppuccin-macchiato code .hljs-selector-class{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-selector-attr{color:#c6a0f6}html.theme--catppuccin-macchiato code .hljs-selector-pseudo{color:#8bd5ca}html.theme--catppuccin-macchiato code .hljs-template-tag{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-template-variable{color:#f0c6c6}html.theme--catppuccin-macchiato code .hljs-addition{color:#a6da95;background:rgba(166,227,161,0.15)}html.theme--catppuccin-macchiato code .hljs-deletion{color:#ed8796;background:rgba(243,139,168,0.15)}html.theme--catppuccin-macchiato .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover,html.theme--catppuccin-macchiato .search-result-link:focus{background-color:#363a4f}html.theme--catppuccin-macchiato .search-result-link .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-macchiato .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:hover .search-filter,html.theme--catppuccin-macchiato .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-macchiato .search-result-link:focus .search-filter{color:#363a4f !important;background-color:#b7bdf8 !important}html.theme--catppuccin-macchiato .search-result-title{color:#cad3f5}html.theme--catppuccin-macchiato .search-result-highlight{background-color:#ed8796;color:#1e2030}html.theme--catppuccin-macchiato .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-macchiato .w-100{width:100%}html.theme--catppuccin-macchiato .gap-2{gap:0.5rem}html.theme--catppuccin-macchiato .gap-4{gap:1rem} diff --git a/v0.1.38/assets/themes/catppuccin-mocha.css b/v0.1.38/assets/themes/catppuccin-mocha.css new file mode 100644 index 000000000..8b8265256 --- /dev/null +++ b/v0.1.38/assets/themes/catppuccin-mocha.css @@ -0,0 +1 @@ +html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha .file-name,html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--catppuccin-mocha .pagination-previous:focus,html.theme--catppuccin-mocha .pagination-next:focus,html.theme--catppuccin-mocha .pagination-link:focus,html.theme--catppuccin-mocha .pagination-ellipsis:focus,html.theme--catppuccin-mocha .file-cta:focus,html.theme--catppuccin-mocha .file-name:focus,html.theme--catppuccin-mocha .select select:focus,html.theme--catppuccin-mocha .textarea:focus,html.theme--catppuccin-mocha .input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-mocha .button:focus,html.theme--catppuccin-mocha .is-focused.pagination-previous,html.theme--catppuccin-mocha .is-focused.pagination-next,html.theme--catppuccin-mocha .is-focused.pagination-link,html.theme--catppuccin-mocha .is-focused.pagination-ellipsis,html.theme--catppuccin-mocha .is-focused.file-cta,html.theme--catppuccin-mocha .is-focused.file-name,html.theme--catppuccin-mocha .select select.is-focused,html.theme--catppuccin-mocha .is-focused.textarea,html.theme--catppuccin-mocha .is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-focused.button,html.theme--catppuccin-mocha .pagination-previous:active,html.theme--catppuccin-mocha .pagination-next:active,html.theme--catppuccin-mocha .pagination-link:active,html.theme--catppuccin-mocha .pagination-ellipsis:active,html.theme--catppuccin-mocha .file-cta:active,html.theme--catppuccin-mocha .file-name:active,html.theme--catppuccin-mocha .select select:active,html.theme--catppuccin-mocha .textarea:active,html.theme--catppuccin-mocha .input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-mocha .button:active,html.theme--catppuccin-mocha .is-active.pagination-previous,html.theme--catppuccin-mocha .is-active.pagination-next,html.theme--catppuccin-mocha .is-active.pagination-link,html.theme--catppuccin-mocha .is-active.pagination-ellipsis,html.theme--catppuccin-mocha .is-active.file-cta,html.theme--catppuccin-mocha .is-active.file-name,html.theme--catppuccin-mocha .select select.is-active,html.theme--catppuccin-mocha .is-active.textarea,html.theme--catppuccin-mocha .is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .is-active.button{outline:none}html.theme--catppuccin-mocha .pagination-previous[disabled],html.theme--catppuccin-mocha .pagination-next[disabled],html.theme--catppuccin-mocha .pagination-link[disabled],html.theme--catppuccin-mocha .pagination-ellipsis[disabled],html.theme--catppuccin-mocha .file-cta[disabled],html.theme--catppuccin-mocha .file-name[disabled],html.theme--catppuccin-mocha .select select[disabled],html.theme--catppuccin-mocha .textarea[disabled],html.theme--catppuccin-mocha .input[disabled],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--catppuccin-mocha .button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha fieldset[disabled] .file-cta,fieldset[disabled] html.theme--catppuccin-mocha .file-name,html.theme--catppuccin-mocha fieldset[disabled] .file-name,fieldset[disabled] html.theme--catppuccin-mocha .select select,fieldset[disabled] html.theme--catppuccin-mocha .textarea,fieldset[disabled] html.theme--catppuccin-mocha .input,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha fieldset[disabled] .select select,html.theme--catppuccin-mocha .select fieldset[disabled] select,html.theme--catppuccin-mocha fieldset[disabled] .textarea,html.theme--catppuccin-mocha fieldset[disabled] .input,html.theme--catppuccin-mocha fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--catppuccin-mocha .button,html.theme--catppuccin-mocha fieldset[disabled] .button{cursor:not-allowed}html.theme--catppuccin-mocha .tabs,html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .breadcrumb,html.theme--catppuccin-mocha .file,html.theme--catppuccin-mocha .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless)::after,html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--catppuccin-mocha .admonition:not(:last-child),html.theme--catppuccin-mocha .tabs:not(:last-child),html.theme--catppuccin-mocha .pagination:not(:last-child),html.theme--catppuccin-mocha .message:not(:last-child),html.theme--catppuccin-mocha .level:not(:last-child),html.theme--catppuccin-mocha .breadcrumb:not(:last-child),html.theme--catppuccin-mocha .block:not(:last-child),html.theme--catppuccin-mocha .title:not(:last-child),html.theme--catppuccin-mocha .subtitle:not(:last-child),html.theme--catppuccin-mocha .table-container:not(:last-child),html.theme--catppuccin-mocha .table:not(:last-child),html.theme--catppuccin-mocha .progress:not(:last-child),html.theme--catppuccin-mocha .notification:not(:last-child),html.theme--catppuccin-mocha .content:not(:last-child),html.theme--catppuccin-mocha .box:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .modal-close,html.theme--catppuccin-mocha .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--catppuccin-mocha .modal-close::before,html.theme--catppuccin-mocha .delete::before,html.theme--catppuccin-mocha .modal-close::after,html.theme--catppuccin-mocha .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-mocha .modal-close::before,html.theme--catppuccin-mocha .delete::before{height:2px;width:50%}html.theme--catppuccin-mocha .modal-close::after,html.theme--catppuccin-mocha .delete::after{height:50%;width:2px}html.theme--catppuccin-mocha .modal-close:hover,html.theme--catppuccin-mocha .delete:hover,html.theme--catppuccin-mocha .modal-close:focus,html.theme--catppuccin-mocha .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--catppuccin-mocha .modal-close:active,html.theme--catppuccin-mocha .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--catppuccin-mocha .is-small.modal-close,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--catppuccin-mocha .is-small.delete,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--catppuccin-mocha .is-medium.modal-close,html.theme--catppuccin-mocha .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--catppuccin-mocha .is-large.modal-close,html.theme--catppuccin-mocha .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--catppuccin-mocha .control.is-loading::after,html.theme--catppuccin-mocha .select.is-loading::after,html.theme--catppuccin-mocha .loader,html.theme--catppuccin-mocha .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #7f849c;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--catppuccin-mocha .hero-video,html.theme--catppuccin-mocha .modal-background,html.theme--catppuccin-mocha .modal,html.theme--catppuccin-mocha .image.is-square img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-mocha .image.is-square .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-mocha .image.is-1by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-mocha .image.is-1by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-mocha .image.is-5by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-mocha .image.is-5by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-mocha .image.is-4by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-mocha .image.is-4by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-mocha .image.is-3by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-mocha .image.is-5by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-mocha .image.is-5by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-mocha .image.is-16by9 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-mocha .image.is-16by9 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-mocha .image.is-2by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-mocha .image.is-2by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-mocha .image.is-3by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-mocha .image.is-3by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-mocha .image.is-4by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-mocha .image.is-4by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-mocha .image.is-3by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-mocha .image.is-3by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-mocha .image.is-2by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-mocha .image.is-2by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-mocha .image.is-3by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-mocha .image.is-9by16 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-mocha .image.is-9by16 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-mocha .image.is-1by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-mocha .image.is-1by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-mocha .image.is-1by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-mocha .image.is-1by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--catppuccin-mocha .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#313244 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c26 !important}.has-background-dark{background-color:#313244 !important}.has-text-primary{color:#89b4fa !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#5895f8 !important}.has-background-primary{background-color:#89b4fa !important}.has-text-primary-light{color:#ebf3fe !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#bbd3fc !important}.has-background-primary-light{background-color:#ebf3fe !important}.has-text-primary-dark{color:#063c93 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#0850c4 !important}.has-background-primary-dark{background-color:#063c93 !important}.has-text-link{color:#89b4fa !important}a.has-text-link:hover,a.has-text-link:focus{color:#5895f8 !important}.has-background-link{background-color:#89b4fa !important}.has-text-link-light{color:#ebf3fe !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#bbd3fc !important}.has-background-link-light{background-color:#ebf3fe !important}.has-text-link-dark{color:#063c93 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#0850c4 !important}.has-background-link-dark{background-color:#063c93 !important}.has-text-info{color:#94e2d5 !important}a.has-text-info:hover,a.has-text-info:focus{color:#6cd7c5 !important}.has-background-info{background-color:#94e2d5 !important}.has-text-info-light{color:#effbf9 !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c7f0e9 !important}.has-background-info-light{background-color:#effbf9 !important}.has-text-info-dark{color:#207466 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#2a9c89 !important}.has-background-info-dark{background-color:#207466 !important}.has-text-success{color:#a6e3a1 !important}a.has-text-success:hover,a.has-text-success:focus{color:#81d77a !important}.has-background-success{background-color:#a6e3a1 !important}.has-text-success-light{color:#f0faef !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#cbefc8 !important}.has-background-success-light{background-color:#f0faef !important}.has-text-success-dark{color:#287222 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#36992e !important}.has-background-success-dark{background-color:#287222 !important}.has-text-warning{color:#f9e2af !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#f5d180 !important}.has-background-warning{background-color:#f9e2af !important}.has-text-warning-light{color:#fef8ec !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fae7bd !important}.has-background-warning-light{background-color:#fef8ec !important}.has-text-warning-dark{color:#8a620a !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#b9840e !important}.has-background-warning-dark{background-color:#8a620a !important}.has-text-danger{color:#f38ba8 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ee5d85 !important}.has-background-danger{background-color:#f38ba8 !important}.has-text-danger-light{color:#fdedf1 !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f8bece !important}.has-background-danger-light{background-color:#fdedf1 !important}.has-text-danger-dark{color:#991036 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#c71546 !important}.has-background-danger-dark{background-color:#991036 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#313244 !important}.has-background-grey-darker{background-color:#313244 !important}.has-text-grey-dark{color:#45475a !important}.has-background-grey-dark{background-color:#45475a !important}.has-text-grey{color:#585b70 !important}.has-background-grey{background-color:#585b70 !important}.has-text-grey-light{color:#6c7086 !important}.has-background-grey-light{background-color:#6c7086 !important}.has-text-grey-lighter{color:#7f849c !important}.has-background-grey-lighter{background-color:#7f849c !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--catppuccin-mocha html{background-color:#1e1e2e;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-mocha article,html.theme--catppuccin-mocha aside,html.theme--catppuccin-mocha figure,html.theme--catppuccin-mocha footer,html.theme--catppuccin-mocha header,html.theme--catppuccin-mocha hgroup,html.theme--catppuccin-mocha section{display:block}html.theme--catppuccin-mocha body,html.theme--catppuccin-mocha button,html.theme--catppuccin-mocha input,html.theme--catppuccin-mocha optgroup,html.theme--catppuccin-mocha select,html.theme--catppuccin-mocha textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--catppuccin-mocha code,html.theme--catppuccin-mocha pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-mocha body{color:#cdd6f4;font-size:1em;font-weight:400;line-height:1.5}html.theme--catppuccin-mocha a{color:#89b4fa;cursor:pointer;text-decoration:none}html.theme--catppuccin-mocha a strong{color:currentColor}html.theme--catppuccin-mocha a:hover{color:#89dceb}html.theme--catppuccin-mocha code{background-color:#181825;color:#cdd6f4;font-size:.875em;font-weight:normal;padding:.1em}html.theme--catppuccin-mocha hr{background-color:#181825;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--catppuccin-mocha img{height:auto;max-width:100%}html.theme--catppuccin-mocha input[type="checkbox"],html.theme--catppuccin-mocha input[type="radio"]{vertical-align:baseline}html.theme--catppuccin-mocha small{font-size:.875em}html.theme--catppuccin-mocha span{font-style:inherit;font-weight:inherit}html.theme--catppuccin-mocha strong{color:#b8c5ef;font-weight:700}html.theme--catppuccin-mocha fieldset{border:none}html.theme--catppuccin-mocha pre{-webkit-overflow-scrolling:touch;background-color:#181825;color:#cdd6f4;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--catppuccin-mocha pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--catppuccin-mocha table td,html.theme--catppuccin-mocha table th{vertical-align:top}html.theme--catppuccin-mocha table td:not([align]),html.theme--catppuccin-mocha table th:not([align]){text-align:inherit}html.theme--catppuccin-mocha table th{color:#b8c5ef}html.theme--catppuccin-mocha .box{background-color:#45475a;border-radius:8px;box-shadow:none;color:#cdd6f4;display:block;padding:1.25rem}html.theme--catppuccin-mocha a.box:hover,html.theme--catppuccin-mocha a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #89b4fa}html.theme--catppuccin-mocha a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #89b4fa}html.theme--catppuccin-mocha .button{background-color:#181825;border-color:#363653;border-width:1px;color:#89b4fa;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--catppuccin-mocha .button strong{color:inherit}html.theme--catppuccin-mocha .button .icon,html.theme--catppuccin-mocha .button .icon.is-small,html.theme--catppuccin-mocha .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--catppuccin-mocha .button .icon.is-medium,html.theme--catppuccin-mocha .button .icon.is-large{height:1.5em;width:1.5em}html.theme--catppuccin-mocha .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--catppuccin-mocha .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-mocha .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--catppuccin-mocha .button:hover,html.theme--catppuccin-mocha .button.is-hovered{border-color:#6c7086;color:#b8c5ef}html.theme--catppuccin-mocha .button:focus,html.theme--catppuccin-mocha .button.is-focused{border-color:#6c7086;color:#71a4f9}html.theme--catppuccin-mocha .button:focus:not(:active),html.theme--catppuccin-mocha .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button:active,html.theme--catppuccin-mocha .button.is-active{border-color:#45475a;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text{background-color:transparent;border-color:transparent;color:#cdd6f4;text-decoration:underline}html.theme--catppuccin-mocha .button.is-text:hover,html.theme--catppuccin-mocha .button.is-text.is-hovered,html.theme--catppuccin-mocha .button.is-text:focus,html.theme--catppuccin-mocha .button.is-text.is-focused{background-color:#181825;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text:active,html.theme--catppuccin-mocha .button.is-text.is-active{background-color:#0e0e16;color:#b8c5ef}html.theme--catppuccin-mocha .button.is-text[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--catppuccin-mocha .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#89b4fa;text-decoration:none}html.theme--catppuccin-mocha .button.is-ghost:hover,html.theme--catppuccin-mocha .button.is-ghost.is-hovered{color:#89b4fa;text-decoration:underline}html.theme--catppuccin-mocha .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:hover,html.theme--catppuccin-mocha .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:focus,html.theme--catppuccin-mocha .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white:focus:not(:active),html.theme--catppuccin-mocha .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .button.is-white:active,html.theme--catppuccin-mocha .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--catppuccin-mocha .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted:hover,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--catppuccin-mocha .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-outlined:hover,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-white.is-outlined:focus,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:hover,html.theme--catppuccin-mocha .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:focus,html.theme--catppuccin-mocha .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black:focus:not(:active),html.theme--catppuccin-mocha .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .button.is-black:active,html.theme--catppuccin-mocha .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-black[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--catppuccin-mocha .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted:hover,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-outlined:hover,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-black.is-outlined:focus,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:hover,html.theme--catppuccin-mocha .button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:focus,html.theme--catppuccin-mocha .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light:focus:not(:active),html.theme--catppuccin-mocha .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .button.is-light:active,html.theme--catppuccin-mocha .button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}html.theme--catppuccin-mocha .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted:hover,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-outlined:hover,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-light.is-outlined:focus,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-dark,html.theme--catppuccin-mocha .content kbd.button{background-color:#313244;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:hover,html.theme--catppuccin-mocha .content kbd.button:hover,html.theme--catppuccin-mocha .button.is-dark.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-hovered{background-color:#2c2d3d;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:focus,html.theme--catppuccin-mocha .content kbd.button:focus,html.theme--catppuccin-mocha .button.is-dark.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark:focus:not(:active),html.theme--catppuccin-mocha .content kbd.button:focus:not(:active),html.theme--catppuccin-mocha .button.is-dark.is-focused:not(:active),html.theme--catppuccin-mocha .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .button.is-dark:active,html.theme--catppuccin-mocha .content kbd.button:active,html.theme--catppuccin-mocha .button.is-dark.is-active,html.theme--catppuccin-mocha .content kbd.button.is-active{background-color:#262735;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-dark[disabled],html.theme--catppuccin-mocha .content kbd.button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button{background-color:#313244;border-color:#313244;box-shadow:none}html.theme--catppuccin-mocha .button.is-dark.is-inverted,html.theme--catppuccin-mocha .content kbd.button.is-inverted{background-color:#fff;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted:hover,html.theme--catppuccin-mocha .content kbd.button.is-inverted:hover,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-dark.is-inverted[disabled],html.theme--catppuccin-mocha .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-inverted,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-loading::after,html.theme--catppuccin-mocha .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined,html.theme--catppuccin-mocha .content kbd.button.is-outlined{background-color:transparent;border-color:#313244;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-outlined:hover,html.theme--catppuccin-mocha .content kbd.button.is-outlined:hover,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-dark.is-outlined:focus,html.theme--catppuccin-mocha .content kbd.button.is-outlined:focus,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-focused{background-color:#313244;border-color:#313244;color:#fff}html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #313244 #313244 !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-dark.is-outlined[disabled],html.theme--catppuccin-mocha .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-outlined{background-color:transparent;border-color:#313244;box-shadow:none;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#313244}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #313244 #313244 !important}html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined[disabled],html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-primary,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:hover,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:focus,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary:focus:not(:active),html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--catppuccin-mocha .button.is-primary.is-focused:not(:active),html.theme--catppuccin-mocha .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button.is-primary:active,html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink:active,html.theme--catppuccin-mocha .button.is-primary.is-active,html.theme--catppuccin-mocha .docstring>section>a.button.is-active.docs-sourcelink{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-primary[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.docs-sourcelink{background-color:#89b4fa;border-color:#89b4fa;box-shadow:none}html.theme--catppuccin-mocha .button.is-primary.is-inverted,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-primary.is-inverted[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-inverted,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-loading::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-outlined:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-mocha .button.is-primary.is-outlined:focus,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-mocha .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-primary.is-outlined[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#89b4fa;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined[disabled],html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--catppuccin-mocha .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-primary.is-light,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .button.is-primary.is-light:hover,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--catppuccin-mocha .button.is-primary.is-light.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#dfebfe;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-primary.is-light:active,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--catppuccin-mocha .button.is-primary.is-light.is-active,html.theme--catppuccin-mocha .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d3e3fd;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-link{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:hover,html.theme--catppuccin-mocha .button.is-link.is-hovered{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:focus,html.theme--catppuccin-mocha .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link:focus:not(:active),html.theme--catppuccin-mocha .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .button.is-link:active,html.theme--catppuccin-mocha .button.is-link.is-active{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-link[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link{background-color:#89b4fa;border-color:#89b4fa;box-shadow:none}html.theme--catppuccin-mocha .button.is-link.is-inverted{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted:hover,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-link.is-outlined{background-color:transparent;border-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-outlined:hover,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-link.is-outlined:focus,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-focused{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-outlined{background-color:transparent;border-color:#89b4fa;box-shadow:none;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #89b4fa #89b4fa !important}html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-link.is-light{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .button.is-link.is-light:hover,html.theme--catppuccin-mocha .button.is-link.is-light.is-hovered{background-color:#dfebfe;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-link.is-light:active,html.theme--catppuccin-mocha .button.is-link.is-light.is-active{background-color:#d3e3fd;border-color:transparent;color:#063c93}html.theme--catppuccin-mocha .button.is-info{background-color:#94e2d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:hover,html.theme--catppuccin-mocha .button.is-info.is-hovered{background-color:#8adfd1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:focus,html.theme--catppuccin-mocha .button.is-info.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info:focus:not(:active),html.theme--catppuccin-mocha .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .button.is-info:active,html.theme--catppuccin-mocha .button.is-info.is-active{background-color:#80ddcd;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info{background-color:#94e2d5;border-color:#94e2d5;box-shadow:none}html.theme--catppuccin-mocha .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted:hover,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-info.is-outlined{background-color:transparent;border-color:#94e2d5;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-outlined:hover,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-info.is-outlined:focus,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-focused{background-color:#94e2d5;border-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #94e2d5 #94e2d5 !important}html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-outlined{background-color:transparent;border-color:#94e2d5;box-shadow:none;color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #94e2d5 #94e2d5 !important}html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-info.is-light{background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .button.is-info.is-light:hover,html.theme--catppuccin-mocha .button.is-info.is-light.is-hovered{background-color:#e5f8f5;border-color:transparent;color:#207466}html.theme--catppuccin-mocha .button.is-info.is-light:active,html.theme--catppuccin-mocha .button.is-info.is-light.is-active{background-color:#dbf5f1;border-color:transparent;color:#207466}html.theme--catppuccin-mocha .button.is-success{background-color:#a6e3a1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:hover,html.theme--catppuccin-mocha .button.is-success.is-hovered{background-color:#9de097;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:focus,html.theme--catppuccin-mocha .button.is-success.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success:focus:not(:active),html.theme--catppuccin-mocha .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .button.is-success:active,html.theme--catppuccin-mocha .button.is-success.is-active{background-color:#93dd8d;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success{background-color:#a6e3a1;border-color:#a6e3a1;box-shadow:none}html.theme--catppuccin-mocha .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted:hover,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-success.is-outlined{background-color:transparent;border-color:#a6e3a1;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-outlined:hover,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-success.is-outlined:focus,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-focused{background-color:#a6e3a1;border-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #a6e3a1 #a6e3a1 !important}html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-outlined{background-color:transparent;border-color:#a6e3a1;box-shadow:none;color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a6e3a1 #a6e3a1 !important}html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-success.is-light{background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .button.is-success.is-light:hover,html.theme--catppuccin-mocha .button.is-success.is-light.is-hovered{background-color:#e7f7e5;border-color:transparent;color:#287222}html.theme--catppuccin-mocha .button.is-success.is-light:active,html.theme--catppuccin-mocha .button.is-success.is-light.is-active{background-color:#def4dc;border-color:transparent;color:#287222}html.theme--catppuccin-mocha .button.is-warning{background-color:#f9e2af;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:hover,html.theme--catppuccin-mocha .button.is-warning.is-hovered{background-color:#f8dea3;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:focus,html.theme--catppuccin-mocha .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning:focus:not(:active),html.theme--catppuccin-mocha .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .button.is-warning:active,html.theme--catppuccin-mocha .button.is-warning.is-active{background-color:#f7d997;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning{background-color:#f9e2af;border-color:#f9e2af;box-shadow:none}html.theme--catppuccin-mocha .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted:hover,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined{background-color:transparent;border-color:#f9e2af;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-outlined:hover,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-warning.is-outlined:focus,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-focused{background-color:#f9e2af;border-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #f9e2af #f9e2af !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--catppuccin-mocha .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-outlined{background-color:transparent;border-color:#f9e2af;box-shadow:none;color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f9e2af #f9e2af !important}html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .button.is-warning.is-light{background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .button.is-warning.is-light:hover,html.theme--catppuccin-mocha .button.is-warning.is-light.is-hovered{background-color:#fdf4e0;border-color:transparent;color:#8a620a}html.theme--catppuccin-mocha .button.is-warning.is-light:active,html.theme--catppuccin-mocha .button.is-warning.is-light.is-active{background-color:#fcf0d4;border-color:transparent;color:#8a620a}html.theme--catppuccin-mocha .button.is-danger{background-color:#f38ba8;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:hover,html.theme--catppuccin-mocha .button.is-danger.is-hovered{background-color:#f27f9f;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:focus,html.theme--catppuccin-mocha .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger:focus:not(:active),html.theme--catppuccin-mocha .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .button.is-danger:active,html.theme--catppuccin-mocha .button.is-danger.is-active{background-color:#f17497;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .button.is-danger[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger{background-color:#f38ba8;border-color:#f38ba8;box-shadow:none}html.theme--catppuccin-mocha .button.is-danger.is-inverted{background-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted:hover,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--catppuccin-mocha .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined{background-color:transparent;border-color:#f38ba8;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-outlined:hover,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-danger.is-outlined:focus,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-focused{background-color:#f38ba8;border-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f38ba8 #f38ba8 !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--catppuccin-mocha .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-outlined{background-color:transparent;border-color:#f38ba8;box-shadow:none;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined:hover,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined:focus,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f38ba8 #f38ba8 !important}html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--catppuccin-mocha .button.is-danger.is-light{background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .button.is-danger.is-light:hover,html.theme--catppuccin-mocha .button.is-danger.is-light.is-hovered{background-color:#fce1e8;border-color:transparent;color:#991036}html.theme--catppuccin-mocha .button.is-danger.is-light:active,html.theme--catppuccin-mocha .button.is-danger.is-light.is-active{background-color:#fbd5e0;border-color:transparent;color:#991036}html.theme--catppuccin-mocha .button.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--catppuccin-mocha .button.is-small:not(.is-rounded),html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--catppuccin-mocha .button.is-normal{font-size:1rem}html.theme--catppuccin-mocha .button.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .button.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .button[disabled],fieldset[disabled] html.theme--catppuccin-mocha .button{background-color:#6c7086;border-color:#585b70;box-shadow:none;opacity:.5}html.theme--catppuccin-mocha .button.is-fullwidth{display:flex;width:100%}html.theme--catppuccin-mocha .button.is-loading{color:transparent !important;pointer-events:none}html.theme--catppuccin-mocha .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--catppuccin-mocha .button.is-static{background-color:#181825;border-color:#585b70;color:#7f849c;box-shadow:none;pointer-events:none}html.theme--catppuccin-mocha .button.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--catppuccin-mocha .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .buttons .button{margin-bottom:0.5rem}html.theme--catppuccin-mocha .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--catppuccin-mocha .buttons:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-mocha .buttons:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-mocha .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--catppuccin-mocha .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--catppuccin-mocha .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--catppuccin-mocha .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--catppuccin-mocha .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--catppuccin-mocha .buttons.has-addons .button:last-child{margin-right:0}html.theme--catppuccin-mocha .buttons.has-addons .button:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-hovered{z-index:2}html.theme--catppuccin-mocha .buttons.has-addons .button:focus,html.theme--catppuccin-mocha .buttons.has-addons .button.is-focused,html.theme--catppuccin-mocha .buttons.has-addons .button:active,html.theme--catppuccin-mocha .buttons.has-addons .button.is-active,html.theme--catppuccin-mocha .buttons.has-addons .button.is-selected{z-index:3}html.theme--catppuccin-mocha .buttons.has-addons .button:focus:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-focused:hover,html.theme--catppuccin-mocha .buttons.has-addons .button:active:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-active:hover,html.theme--catppuccin-mocha .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--catppuccin-mocha .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .buttons.is-centered{justify-content:center}html.theme--catppuccin-mocha .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--catppuccin-mocha .buttons.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .button.is-responsive.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--catppuccin-mocha .button.is-responsive,html.theme--catppuccin-mocha .button.is-responsive.is-normal{font-size:.65625rem}html.theme--catppuccin-mocha .button.is-responsive.is-medium{font-size:.75rem}html.theme--catppuccin-mocha .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .button.is-responsive.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--catppuccin-mocha .button.is-responsive,html.theme--catppuccin-mocha .button.is-responsive.is-normal{font-size:.75rem}html.theme--catppuccin-mocha .button.is-responsive.is-medium{font-size:1rem}html.theme--catppuccin-mocha .button.is-responsive.is-large{font-size:1.25rem}}html.theme--catppuccin-mocha .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--catppuccin-mocha .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--catppuccin-mocha .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--catppuccin-mocha .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--catppuccin-mocha .content li+li{margin-top:0.25em}html.theme--catppuccin-mocha .content p:not(:last-child),html.theme--catppuccin-mocha .content dl:not(:last-child),html.theme--catppuccin-mocha .content ol:not(:last-child),html.theme--catppuccin-mocha .content ul:not(:last-child),html.theme--catppuccin-mocha .content blockquote:not(:last-child),html.theme--catppuccin-mocha .content pre:not(:last-child),html.theme--catppuccin-mocha .content table:not(:last-child){margin-bottom:1em}html.theme--catppuccin-mocha .content h1,html.theme--catppuccin-mocha .content h2,html.theme--catppuccin-mocha .content h3,html.theme--catppuccin-mocha .content h4,html.theme--catppuccin-mocha .content h5,html.theme--catppuccin-mocha .content h6{color:#cdd6f4;font-weight:600;line-height:1.125}html.theme--catppuccin-mocha .content h1{font-size:2em;margin-bottom:0.5em}html.theme--catppuccin-mocha .content h1:not(:first-child){margin-top:1em}html.theme--catppuccin-mocha .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--catppuccin-mocha .content h2:not(:first-child){margin-top:1.1428em}html.theme--catppuccin-mocha .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--catppuccin-mocha .content h3:not(:first-child){margin-top:1.3333em}html.theme--catppuccin-mocha .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--catppuccin-mocha .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--catppuccin-mocha .content h6{font-size:1em;margin-bottom:1em}html.theme--catppuccin-mocha .content blockquote{background-color:#181825;border-left:5px solid #585b70;padding:1.25em 1.5em}html.theme--catppuccin-mocha .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-mocha .content ol:not([type]){list-style-type:decimal}html.theme--catppuccin-mocha .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--catppuccin-mocha .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--catppuccin-mocha .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--catppuccin-mocha .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--catppuccin-mocha .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--catppuccin-mocha .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--catppuccin-mocha .content ul ul ul{list-style-type:square}html.theme--catppuccin-mocha .content dd{margin-left:2em}html.theme--catppuccin-mocha .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--catppuccin-mocha .content figure:not(:first-child){margin-top:2em}html.theme--catppuccin-mocha .content figure:not(:last-child){margin-bottom:2em}html.theme--catppuccin-mocha .content figure img{display:inline-block}html.theme--catppuccin-mocha .content figure figcaption{font-style:italic}html.theme--catppuccin-mocha .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--catppuccin-mocha .content sup,html.theme--catppuccin-mocha .content sub{font-size:75%}html.theme--catppuccin-mocha .content table{width:100%}html.theme--catppuccin-mocha .content table td,html.theme--catppuccin-mocha .content table th{border:1px solid #585b70;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-mocha .content table th{color:#b8c5ef}html.theme--catppuccin-mocha .content table th:not([align]){text-align:inherit}html.theme--catppuccin-mocha .content table thead td,html.theme--catppuccin-mocha .content table thead th{border-width:0 0 2px;color:#b8c5ef}html.theme--catppuccin-mocha .content table tfoot td,html.theme--catppuccin-mocha .content table tfoot th{border-width:2px 0 0;color:#b8c5ef}html.theme--catppuccin-mocha .content table tbody tr:last-child td,html.theme--catppuccin-mocha .content table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-mocha .content .tabs li+li{margin-top:0}html.theme--catppuccin-mocha .content.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--catppuccin-mocha .content.is-normal{font-size:1rem}html.theme--catppuccin-mocha .content.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .content.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--catppuccin-mocha .icon.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--catppuccin-mocha .icon.is-medium{height:2rem;width:2rem}html.theme--catppuccin-mocha .icon.is-large{height:3rem;width:3rem}html.theme--catppuccin-mocha .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--catppuccin-mocha .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--catppuccin-mocha .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--catppuccin-mocha div.icon-text{display:flex}html.theme--catppuccin-mocha .image,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--catppuccin-mocha .image img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--catppuccin-mocha .image img.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--catppuccin-mocha .image.is-fullwidth,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--catppuccin-mocha .image.is-square img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--catppuccin-mocha .image.is-square .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--catppuccin-mocha .image.is-1by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--catppuccin-mocha .image.is-1by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--catppuccin-mocha .image.is-5by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--catppuccin-mocha .image.is-5by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--catppuccin-mocha .image.is-4by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--catppuccin-mocha .image.is-4by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--catppuccin-mocha .image.is-3by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--catppuccin-mocha .image.is-5by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--catppuccin-mocha .image.is-5by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--catppuccin-mocha .image.is-16by9 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--catppuccin-mocha .image.is-16by9 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--catppuccin-mocha .image.is-2by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--catppuccin-mocha .image.is-2by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--catppuccin-mocha .image.is-3by1 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--catppuccin-mocha .image.is-3by1 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--catppuccin-mocha .image.is-4by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--catppuccin-mocha .image.is-4by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--catppuccin-mocha .image.is-3by4 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--catppuccin-mocha .image.is-3by4 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--catppuccin-mocha .image.is-2by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--catppuccin-mocha .image.is-2by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--catppuccin-mocha .image.is-3by5 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--catppuccin-mocha .image.is-3by5 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--catppuccin-mocha .image.is-9by16 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--catppuccin-mocha .image.is-9by16 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--catppuccin-mocha .image.is-1by2 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--catppuccin-mocha .image.is-1by2 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--catppuccin-mocha .image.is-1by3 img,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--catppuccin-mocha .image.is-1by3 .has-ratio,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--catppuccin-mocha .image.is-square,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--catppuccin-mocha .image.is-1by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--catppuccin-mocha .image.is-5by4,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--catppuccin-mocha .image.is-4by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--catppuccin-mocha .image.is-3by2,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--catppuccin-mocha .image.is-5by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--catppuccin-mocha .image.is-16by9,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--catppuccin-mocha .image.is-2by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--catppuccin-mocha .image.is-3by1,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--catppuccin-mocha .image.is-4by5,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--catppuccin-mocha .image.is-3by4,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--catppuccin-mocha .image.is-2by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--catppuccin-mocha .image.is-3by5,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--catppuccin-mocha .image.is-9by16,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--catppuccin-mocha .image.is-1by2,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--catppuccin-mocha .image.is-1by3,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--catppuccin-mocha .image.is-16x16,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--catppuccin-mocha .image.is-24x24,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--catppuccin-mocha .image.is-32x32,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--catppuccin-mocha .image.is-48x48,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--catppuccin-mocha .image.is-64x64,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--catppuccin-mocha .image.is-96x96,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--catppuccin-mocha .image.is-128x128,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--catppuccin-mocha .notification{background-color:#181825;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--catppuccin-mocha .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-mocha .notification strong{color:currentColor}html.theme--catppuccin-mocha .notification code,html.theme--catppuccin-mocha .notification pre{background:#fff}html.theme--catppuccin-mocha .notification pre code{background:transparent}html.theme--catppuccin-mocha .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--catppuccin-mocha .notification .title,html.theme--catppuccin-mocha .notification .subtitle,html.theme--catppuccin-mocha .notification .content{color:currentColor}html.theme--catppuccin-mocha .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-dark,html.theme--catppuccin-mocha .content kbd.notification{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .notification.is-primary,html.theme--catppuccin-mocha .docstring>section>a.notification.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .notification.is-primary.is-light,html.theme--catppuccin-mocha .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .notification.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .notification.is-link.is-light{background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .notification.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-info.is-light{background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .notification.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-success.is-light{background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .notification.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .notification.is-warning.is-light{background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .notification.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .notification.is-danger.is-light{background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--catppuccin-mocha .progress::-webkit-progress-bar{background-color:#45475a}html.theme--catppuccin-mocha .progress::-webkit-progress-value{background-color:#7f849c}html.theme--catppuccin-mocha .progress::-moz-progress-bar{background-color:#7f849c}html.theme--catppuccin-mocha .progress::-ms-fill{background-color:#7f849c;border:none}html.theme--catppuccin-mocha .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white::-ms-fill{background-color:#fff}html.theme--catppuccin-mocha .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--catppuccin-mocha .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-light::-webkit-progress-value{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light::-moz-progress-bar{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light::-ms-fill{background-color:#f5f5f5}html.theme--catppuccin-mocha .progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-dark::-webkit-progress-value,html.theme--catppuccin-mocha .content kbd.progress::-webkit-progress-value{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark::-moz-progress-bar,html.theme--catppuccin-mocha .content kbd.progress::-moz-progress-bar{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark::-ms-fill,html.theme--catppuccin-mocha .content kbd.progress::-ms-fill{background-color:#313244}html.theme--catppuccin-mocha .progress.is-dark:indeterminate,html.theme--catppuccin-mocha .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #313244 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-primary::-webkit-progress-value,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary::-moz-progress-bar,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary::-ms-fill,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-primary:indeterminate,html.theme--catppuccin-mocha .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #89b4fa 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-link::-webkit-progress-value{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link::-moz-progress-bar{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link::-ms-fill{background-color:#89b4fa}html.theme--catppuccin-mocha .progress.is-link:indeterminate{background-image:linear-gradient(to right, #89b4fa 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-info::-webkit-progress-value{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info::-moz-progress-bar{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info::-ms-fill{background-color:#94e2d5}html.theme--catppuccin-mocha .progress.is-info:indeterminate{background-image:linear-gradient(to right, #94e2d5 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-success::-webkit-progress-value{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success::-moz-progress-bar{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success::-ms-fill{background-color:#a6e3a1}html.theme--catppuccin-mocha .progress.is-success:indeterminate{background-image:linear-gradient(to right, #a6e3a1 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-warning::-webkit-progress-value{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning::-moz-progress-bar{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning::-ms-fill{background-color:#f9e2af}html.theme--catppuccin-mocha .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #f9e2af 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress.is-danger::-webkit-progress-value{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger::-moz-progress-bar{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger::-ms-fill{background-color:#f38ba8}html.theme--catppuccin-mocha .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #f38ba8 30%, #45475a 30%)}html.theme--catppuccin-mocha .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#45475a;background-image:linear-gradient(to right, #cdd6f4 30%, #45475a 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--catppuccin-mocha .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--catppuccin-mocha .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--catppuccin-mocha .progress:indeterminate::-ms-fill{animation-name:none}html.theme--catppuccin-mocha .progress.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--catppuccin-mocha .progress.is-medium{height:1.25rem}html.theme--catppuccin-mocha .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--catppuccin-mocha .table{background-color:#45475a;color:#cdd6f4}html.theme--catppuccin-mocha .table td,html.theme--catppuccin-mocha .table th{border:1px solid #585b70;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--catppuccin-mocha .table td.is-white,html.theme--catppuccin-mocha .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .table td.is-black,html.theme--catppuccin-mocha .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .table td.is-light,html.theme--catppuccin-mocha .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-dark,html.theme--catppuccin-mocha .table th.is-dark{background-color:#313244;border-color:#313244;color:#fff}html.theme--catppuccin-mocha .table td.is-primary,html.theme--catppuccin-mocha .table th.is-primary{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-link,html.theme--catppuccin-mocha .table th.is-link{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-info,html.theme--catppuccin-mocha .table th.is-info{background-color:#94e2d5;border-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-success,html.theme--catppuccin-mocha .table th.is-success{background-color:#a6e3a1;border-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-warning,html.theme--catppuccin-mocha .table th.is-warning{background-color:#f9e2af;border-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .table td.is-danger,html.theme--catppuccin-mocha .table th.is-danger{background-color:#f38ba8;border-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .table td.is-narrow,html.theme--catppuccin-mocha .table th.is-narrow{white-space:nowrap;width:1%}html.theme--catppuccin-mocha .table td.is-selected,html.theme--catppuccin-mocha .table th.is-selected{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table td.is-selected a,html.theme--catppuccin-mocha .table td.is-selected strong,html.theme--catppuccin-mocha .table th.is-selected a,html.theme--catppuccin-mocha .table th.is-selected strong{color:currentColor}html.theme--catppuccin-mocha .table td.is-vcentered,html.theme--catppuccin-mocha .table th.is-vcentered{vertical-align:middle}html.theme--catppuccin-mocha .table th{color:#b8c5ef}html.theme--catppuccin-mocha .table th:not([align]){text-align:left}html.theme--catppuccin-mocha .table tr.is-selected{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .table tr.is-selected a,html.theme--catppuccin-mocha .table tr.is-selected strong{color:currentColor}html.theme--catppuccin-mocha .table tr.is-selected td,html.theme--catppuccin-mocha .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--catppuccin-mocha .table thead{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table thead td,html.theme--catppuccin-mocha .table thead th{border-width:0 0 2px;color:#b8c5ef}html.theme--catppuccin-mocha .table tfoot{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table tfoot td,html.theme--catppuccin-mocha .table tfoot th{border-width:2px 0 0;color:#b8c5ef}html.theme--catppuccin-mocha .table tbody{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .table tbody tr:last-child td,html.theme--catppuccin-mocha .table tbody tr:last-child th{border-bottom-width:0}html.theme--catppuccin-mocha .table.is-bordered td,html.theme--catppuccin-mocha .table.is-bordered th{border-width:1px}html.theme--catppuccin-mocha .table.is-bordered tr:last-child td,html.theme--catppuccin-mocha .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--catppuccin-mocha .table.is-fullwidth{width:100%}html.theme--catppuccin-mocha .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#313244}html.theme--catppuccin-mocha .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#313244}html.theme--catppuccin-mocha .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#35364a}html.theme--catppuccin-mocha .table.is-narrow td,html.theme--catppuccin-mocha .table.is-narrow th{padding:0.25em 0.5em}html.theme--catppuccin-mocha .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#313244}html.theme--catppuccin-mocha .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--catppuccin-mocha .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .tags .tag,html.theme--catppuccin-mocha .tags .content kbd,html.theme--catppuccin-mocha .content .tags kbd,html.theme--catppuccin-mocha .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--catppuccin-mocha .tags .tag:not(:last-child),html.theme--catppuccin-mocha .tags .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags kbd:not(:last-child),html.theme--catppuccin-mocha .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--catppuccin-mocha .tags:last-child{margin-bottom:-0.5rem}html.theme--catppuccin-mocha .tags:not(:last-child){margin-bottom:1rem}html.theme--catppuccin-mocha .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--catppuccin-mocha .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--catppuccin-mocha .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--catppuccin-mocha .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--catppuccin-mocha .tags.is-centered{justify-content:center}html.theme--catppuccin-mocha .tags.is-centered .tag,html.theme--catppuccin-mocha .tags.is-centered .content kbd,html.theme--catppuccin-mocha .content .tags.is-centered kbd,html.theme--catppuccin-mocha .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--catppuccin-mocha .tags.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .tags.is-right .tag:not(:first-child),html.theme--catppuccin-mocha .tags.is-right .content kbd:not(:first-child),html.theme--catppuccin-mocha .content .tags.is-right kbd:not(:first-child),html.theme--catppuccin-mocha .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--catppuccin-mocha .tags.is-right .tag:not(:last-child),html.theme--catppuccin-mocha .tags.is-right .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags.is-right kbd:not(:last-child),html.theme--catppuccin-mocha .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--catppuccin-mocha .tags.has-addons .tag,html.theme--catppuccin-mocha .tags.has-addons .content kbd,html.theme--catppuccin-mocha .content .tags.has-addons kbd,html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--catppuccin-mocha .tags.has-addons .tag:not(:first-child),html.theme--catppuccin-mocha .tags.has-addons .content kbd:not(:first-child),html.theme--catppuccin-mocha .content .tags.has-addons kbd:not(:first-child),html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--catppuccin-mocha .tags.has-addons .tag:not(:last-child),html.theme--catppuccin-mocha .tags.has-addons .content kbd:not(:last-child),html.theme--catppuccin-mocha .content .tags.has-addons kbd:not(:last-child),html.theme--catppuccin-mocha .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--catppuccin-mocha .tag:not(body),html.theme--catppuccin-mocha .content kbd:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#181825;border-radius:.4em;color:#cdd6f4;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--catppuccin-mocha .tag:not(body) .delete,html.theme--catppuccin-mocha .content kbd:not(body) .delete,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--catppuccin-mocha .tag.is-white:not(body),html.theme--catppuccin-mocha .content kbd.is-white:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .tag.is-black:not(body),html.theme--catppuccin-mocha .content kbd.is-black:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .tag.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-dark:not(body),html.theme--catppuccin-mocha .content kbd:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--catppuccin-mocha .content .docstring>section>kbd:not(body){background-color:#313244;color:#fff}html.theme--catppuccin-mocha .tag.is-primary:not(body),html.theme--catppuccin-mocha .content kbd.is-primary:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .tag.is-primary.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-primary.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .tag.is-link:not(body),html.theme--catppuccin-mocha .content kbd.is-link:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .tag.is-link.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-link.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#ebf3fe;color:#063c93}html.theme--catppuccin-mocha .tag.is-info:not(body),html.theme--catppuccin-mocha .content kbd.is-info:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-info.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-info.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#effbf9;color:#207466}html.theme--catppuccin-mocha .tag.is-success:not(body),html.theme--catppuccin-mocha .content kbd.is-success:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-success.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-success.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#f0faef;color:#287222}html.theme--catppuccin-mocha .tag.is-warning:not(body),html.theme--catppuccin-mocha .content kbd.is-warning:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .tag.is-warning.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-warning.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fef8ec;color:#8a620a}html.theme--catppuccin-mocha .tag.is-danger:not(body),html.theme--catppuccin-mocha .content kbd.is-danger:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .tag.is-danger.is-light:not(body),html.theme--catppuccin-mocha .content kbd.is-danger.is-light:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fdedf1;color:#991036}html.theme--catppuccin-mocha .tag.is-normal:not(body),html.theme--catppuccin-mocha .content kbd.is-normal:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--catppuccin-mocha .tag.is-medium:not(body),html.theme--catppuccin-mocha .content kbd.is-medium:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--catppuccin-mocha .tag.is-large:not(body),html.theme--catppuccin-mocha .content kbd.is-large:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--catppuccin-mocha .tag:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-mocha .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--catppuccin-mocha .tag:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-mocha .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--catppuccin-mocha .tag:not(body) .icon:first-child:last-child,html.theme--catppuccin-mocha .content kbd:not(body) .icon:first-child:last-child,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--catppuccin-mocha .tag.is-delete:not(body),html.theme--catppuccin-mocha .content kbd.is-delete:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--catppuccin-mocha .tag.is-delete:not(body)::before,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::before,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--catppuccin-mocha .tag.is-delete:not(body)::after,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::after,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--catppuccin-mocha .tag.is-delete:not(body)::before,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::before,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--catppuccin-mocha .tag.is-delete:not(body)::after,html.theme--catppuccin-mocha .content kbd.is-delete:not(body)::after,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--catppuccin-mocha .tag.is-delete:not(body):hover,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):hover,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--catppuccin-mocha .tag.is-delete:not(body):focus,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):focus,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#0e0e16}html.theme--catppuccin-mocha .tag.is-delete:not(body):active,html.theme--catppuccin-mocha .content kbd.is-delete:not(body):active,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#040406}html.theme--catppuccin-mocha .tag.is-rounded:not(body),html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--catppuccin-mocha .content kbd.is-rounded:not(body),html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--catppuccin-mocha a.tag:hover,html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--catppuccin-mocha .title,html.theme--catppuccin-mocha .subtitle{word-break:break-word}html.theme--catppuccin-mocha .title em,html.theme--catppuccin-mocha .title span,html.theme--catppuccin-mocha .subtitle em,html.theme--catppuccin-mocha .subtitle span{font-weight:inherit}html.theme--catppuccin-mocha .title sub,html.theme--catppuccin-mocha .subtitle sub{font-size:.75em}html.theme--catppuccin-mocha .title sup,html.theme--catppuccin-mocha .subtitle sup{font-size:.75em}html.theme--catppuccin-mocha .title .tag,html.theme--catppuccin-mocha .title .content kbd,html.theme--catppuccin-mocha .content .title kbd,html.theme--catppuccin-mocha .title .docstring>section>a.docs-sourcelink,html.theme--catppuccin-mocha .subtitle .tag,html.theme--catppuccin-mocha .subtitle .content kbd,html.theme--catppuccin-mocha .content .subtitle kbd,html.theme--catppuccin-mocha .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--catppuccin-mocha .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--catppuccin-mocha .title strong{color:inherit;font-weight:inherit}html.theme--catppuccin-mocha .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--catppuccin-mocha .title.is-1{font-size:3rem}html.theme--catppuccin-mocha .title.is-2{font-size:2.5rem}html.theme--catppuccin-mocha .title.is-3{font-size:2rem}html.theme--catppuccin-mocha .title.is-4{font-size:1.5rem}html.theme--catppuccin-mocha .title.is-5{font-size:1.25rem}html.theme--catppuccin-mocha .title.is-6{font-size:1rem}html.theme--catppuccin-mocha .title.is-7{font-size:.75rem}html.theme--catppuccin-mocha .subtitle{color:#6c7086;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--catppuccin-mocha .subtitle strong{color:#6c7086;font-weight:600}html.theme--catppuccin-mocha .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--catppuccin-mocha .subtitle.is-1{font-size:3rem}html.theme--catppuccin-mocha .subtitle.is-2{font-size:2.5rem}html.theme--catppuccin-mocha .subtitle.is-3{font-size:2rem}html.theme--catppuccin-mocha .subtitle.is-4{font-size:1.5rem}html.theme--catppuccin-mocha .subtitle.is-5{font-size:1.25rem}html.theme--catppuccin-mocha .subtitle.is-6{font-size:1rem}html.theme--catppuccin-mocha .subtitle.is-7{font-size:.75rem}html.theme--catppuccin-mocha .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--catppuccin-mocha .number{align-items:center;background-color:#181825;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{background-color:#1e1e2e;border-color:#585b70;border-radius:.4em;color:#7f849c}html.theme--catppuccin-mocha .select select::-moz-placeholder,html.theme--catppuccin-mocha .textarea::-moz-placeholder,html.theme--catppuccin-mocha .input::-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select::-webkit-input-placeholder,html.theme--catppuccin-mocha .textarea::-webkit-input-placeholder,html.theme--catppuccin-mocha .input::-webkit-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:-moz-placeholder,html.theme--catppuccin-mocha .textarea:-moz-placeholder,html.theme--catppuccin-mocha .input:-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:-ms-input-placeholder,html.theme--catppuccin-mocha .textarea:-ms-input-placeholder,html.theme--catppuccin-mocha .input:-ms-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--catppuccin-mocha .select select:hover,html.theme--catppuccin-mocha .textarea:hover,html.theme--catppuccin-mocha .input:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:hover,html.theme--catppuccin-mocha .select select.is-hovered,html.theme--catppuccin-mocha .is-hovered.textarea,html.theme--catppuccin-mocha .is-hovered.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#6c7086}html.theme--catppuccin-mocha .select select:focus,html.theme--catppuccin-mocha .textarea:focus,html.theme--catppuccin-mocha .input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:focus,html.theme--catppuccin-mocha .select select.is-focused,html.theme--catppuccin-mocha .is-focused.textarea,html.theme--catppuccin-mocha .is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .select select:active,html.theme--catppuccin-mocha .textarea:active,html.theme--catppuccin-mocha .input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:active,html.theme--catppuccin-mocha .select select.is-active,html.theme--catppuccin-mocha .is-active.textarea,html.theme--catppuccin-mocha .is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#89b4fa;box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select select[disabled],html.theme--catppuccin-mocha .textarea[disabled],html.theme--catppuccin-mocha .input[disabled],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--catppuccin-mocha .select select,fieldset[disabled] html.theme--catppuccin-mocha .textarea,fieldset[disabled] html.theme--catppuccin-mocha .input,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{background-color:#6c7086;border-color:#181825;box-shadow:none;color:#f7f8fd}html.theme--catppuccin-mocha .select select[disabled]::-moz-placeholder,html.theme--catppuccin-mocha .textarea[disabled]::-moz-placeholder,html.theme--catppuccin-mocha .input[disabled]::-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input::-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha .textarea[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha .input[disabled]::-webkit-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input::-webkit-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]:-moz-placeholder,html.theme--catppuccin-mocha .textarea[disabled]:-moz-placeholder,html.theme--catppuccin-mocha .input[disabled]:-moz-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input:-moz-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .select select[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha .textarea[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha .input[disabled]:-ms-input-placeholder,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .select select:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha .input:-ms-input-placeholder,fieldset[disabled] html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(247,248,253,0.3)}html.theme--catppuccin-mocha .textarea,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--catppuccin-mocha .textarea[readonly],html.theme--catppuccin-mocha .input[readonly],html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--catppuccin-mocha .is-white.textarea,html.theme--catppuccin-mocha .is-white.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--catppuccin-mocha .is-white.textarea:focus,html.theme--catppuccin-mocha .is-white.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--catppuccin-mocha .is-white.is-focused.textarea,html.theme--catppuccin-mocha .is-white.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-white.textarea:active,html.theme--catppuccin-mocha .is-white.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--catppuccin-mocha .is-white.is-active.textarea,html.theme--catppuccin-mocha .is-white.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .is-black.textarea,html.theme--catppuccin-mocha .is-black.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--catppuccin-mocha .is-black.textarea:focus,html.theme--catppuccin-mocha .is-black.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--catppuccin-mocha .is-black.is-focused.textarea,html.theme--catppuccin-mocha .is-black.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-black.textarea:active,html.theme--catppuccin-mocha .is-black.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--catppuccin-mocha .is-black.is-active.textarea,html.theme--catppuccin-mocha .is-black.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .is-light.textarea,html.theme--catppuccin-mocha .is-light.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}html.theme--catppuccin-mocha .is-light.textarea:focus,html.theme--catppuccin-mocha .is-light.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--catppuccin-mocha .is-light.is-focused.textarea,html.theme--catppuccin-mocha .is-light.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-light.textarea:active,html.theme--catppuccin-mocha .is-light.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--catppuccin-mocha .is-light.is-active.textarea,html.theme--catppuccin-mocha .is-light.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .is-dark.textarea,html.theme--catppuccin-mocha .content kbd.textarea,html.theme--catppuccin-mocha .is-dark.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--catppuccin-mocha .content kbd.input{border-color:#313244}html.theme--catppuccin-mocha .is-dark.textarea:focus,html.theme--catppuccin-mocha .content kbd.textarea:focus,html.theme--catppuccin-mocha .is-dark.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--catppuccin-mocha .content kbd.input:focus,html.theme--catppuccin-mocha .is-dark.is-focused.textarea,html.theme--catppuccin-mocha .content kbd.is-focused.textarea,html.theme--catppuccin-mocha .is-dark.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .content kbd.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-dark.textarea:active,html.theme--catppuccin-mocha .content kbd.textarea:active,html.theme--catppuccin-mocha .is-dark.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--catppuccin-mocha .content kbd.input:active,html.theme--catppuccin-mocha .is-dark.is-active.textarea,html.theme--catppuccin-mocha .content kbd.is-active.textarea,html.theme--catppuccin-mocha .is-dark.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .content kbd.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .is-primary.textarea,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink{border-color:#89b4fa}html.theme--catppuccin-mocha .is-primary.textarea:focus,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--catppuccin-mocha .is-primary.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink:focus,html.theme--catppuccin-mocha .is-primary.is-focused.textarea,html.theme--catppuccin-mocha .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.textarea:active,html.theme--catppuccin-mocha .docstring>section>a.textarea.docs-sourcelink:active,html.theme--catppuccin-mocha .is-primary.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--catppuccin-mocha .docstring>section>a.input.docs-sourcelink:active,html.theme--catppuccin-mocha .is-primary.is-active.textarea,html.theme--catppuccin-mocha .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--catppuccin-mocha .is-primary.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--catppuccin-mocha .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .is-link.textarea,html.theme--catppuccin-mocha .is-link.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#89b4fa}html.theme--catppuccin-mocha .is-link.textarea:focus,html.theme--catppuccin-mocha .is-link.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--catppuccin-mocha .is-link.is-focused.textarea,html.theme--catppuccin-mocha .is-link.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-link.textarea:active,html.theme--catppuccin-mocha .is-link.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--catppuccin-mocha .is-link.is-active.textarea,html.theme--catppuccin-mocha .is-link.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .is-info.textarea,html.theme--catppuccin-mocha .is-info.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#94e2d5}html.theme--catppuccin-mocha .is-info.textarea:focus,html.theme--catppuccin-mocha .is-info.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--catppuccin-mocha .is-info.is-focused.textarea,html.theme--catppuccin-mocha .is-info.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-info.textarea:active,html.theme--catppuccin-mocha .is-info.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--catppuccin-mocha .is-info.is-active.textarea,html.theme--catppuccin-mocha .is-info.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .is-success.textarea,html.theme--catppuccin-mocha .is-success.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#a6e3a1}html.theme--catppuccin-mocha .is-success.textarea:focus,html.theme--catppuccin-mocha .is-success.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--catppuccin-mocha .is-success.is-focused.textarea,html.theme--catppuccin-mocha .is-success.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-success.textarea:active,html.theme--catppuccin-mocha .is-success.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--catppuccin-mocha .is-success.is-active.textarea,html.theme--catppuccin-mocha .is-success.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .is-warning.textarea,html.theme--catppuccin-mocha .is-warning.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#f9e2af}html.theme--catppuccin-mocha .is-warning.textarea:focus,html.theme--catppuccin-mocha .is-warning.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--catppuccin-mocha .is-warning.is-focused.textarea,html.theme--catppuccin-mocha .is-warning.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-warning.textarea:active,html.theme--catppuccin-mocha .is-warning.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--catppuccin-mocha .is-warning.is-active.textarea,html.theme--catppuccin-mocha .is-warning.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .is-danger.textarea,html.theme--catppuccin-mocha .is-danger.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#f38ba8}html.theme--catppuccin-mocha .is-danger.textarea:focus,html.theme--catppuccin-mocha .is-danger.input:focus,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--catppuccin-mocha .is-danger.is-focused.textarea,html.theme--catppuccin-mocha .is-danger.is-focused.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--catppuccin-mocha .is-danger.textarea:active,html.theme--catppuccin-mocha .is-danger.input:active,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--catppuccin-mocha .is-danger.is-active.textarea,html.theme--catppuccin-mocha .is-danger.is-active.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .is-small.textarea,html.theme--catppuccin-mocha .is-small.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--catppuccin-mocha .is-medium.textarea,html.theme--catppuccin-mocha .is-medium.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .is-large.textarea,html.theme--catppuccin-mocha .is-large.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .is-fullwidth.textarea,html.theme--catppuccin-mocha .is-fullwidth.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--catppuccin-mocha .is-inline.textarea,html.theme--catppuccin-mocha .is-inline.input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--catppuccin-mocha .input.is-rounded,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--catppuccin-mocha .input.is-static,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--catppuccin-mocha .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--catppuccin-mocha .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--catppuccin-mocha .textarea[rows]{height:initial}html.theme--catppuccin-mocha .textarea.has-fixed-size{resize:none}html.theme--catppuccin-mocha .radio,html.theme--catppuccin-mocha .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--catppuccin-mocha .radio input,html.theme--catppuccin-mocha .checkbox input{cursor:pointer}html.theme--catppuccin-mocha .radio:hover,html.theme--catppuccin-mocha .checkbox:hover{color:#89dceb}html.theme--catppuccin-mocha .radio[disabled],html.theme--catppuccin-mocha .checkbox[disabled],fieldset[disabled] html.theme--catppuccin-mocha .radio,fieldset[disabled] html.theme--catppuccin-mocha .checkbox,html.theme--catppuccin-mocha .radio input[disabled],html.theme--catppuccin-mocha .checkbox input[disabled]{color:#f7f8fd;cursor:not-allowed}html.theme--catppuccin-mocha .radio+.radio{margin-left:.5em}html.theme--catppuccin-mocha .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--catppuccin-mocha .select:not(.is-multiple){height:2.5em}html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading)::after{border-color:#89b4fa;right:1.125em;z-index:4}html.theme--catppuccin-mocha .select.is-rounded select,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--catppuccin-mocha .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--catppuccin-mocha .select select::-ms-expand{display:none}html.theme--catppuccin-mocha .select select[disabled]:hover,fieldset[disabled] html.theme--catppuccin-mocha .select select:hover{border-color:#181825}html.theme--catppuccin-mocha .select select:not([multiple]){padding-right:2.5em}html.theme--catppuccin-mocha .select select[multiple]{height:auto;padding:0}html.theme--catppuccin-mocha .select select[multiple] option{padding:0.5em 1em}html.theme--catppuccin-mocha .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#89dceb}html.theme--catppuccin-mocha .select.is-white:not(:hover)::after{border-color:#fff}html.theme--catppuccin-mocha .select.is-white select{border-color:#fff}html.theme--catppuccin-mocha .select.is-white select:hover,html.theme--catppuccin-mocha .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--catppuccin-mocha .select.is-white select:focus,html.theme--catppuccin-mocha .select.is-white select.is-focused,html.theme--catppuccin-mocha .select.is-white select:active,html.theme--catppuccin-mocha .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--catppuccin-mocha .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .select.is-black select{border-color:#0a0a0a}html.theme--catppuccin-mocha .select.is-black select:hover,html.theme--catppuccin-mocha .select.is-black select.is-hovered{border-color:#000}html.theme--catppuccin-mocha .select.is-black select:focus,html.theme--catppuccin-mocha .select.is-black select.is-focused,html.theme--catppuccin-mocha .select.is-black select:active,html.theme--catppuccin-mocha .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--catppuccin-mocha .select.is-light:not(:hover)::after{border-color:#f5f5f5}html.theme--catppuccin-mocha .select.is-light select{border-color:#f5f5f5}html.theme--catppuccin-mocha .select.is-light select:hover,html.theme--catppuccin-mocha .select.is-light select.is-hovered{border-color:#e8e8e8}html.theme--catppuccin-mocha .select.is-light select:focus,html.theme--catppuccin-mocha .select.is-light select.is-focused,html.theme--catppuccin-mocha .select.is-light select:active,html.theme--catppuccin-mocha .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}html.theme--catppuccin-mocha .select.is-dark:not(:hover)::after,html.theme--catppuccin-mocha .content kbd.select:not(:hover)::after{border-color:#313244}html.theme--catppuccin-mocha .select.is-dark select,html.theme--catppuccin-mocha .content kbd.select select{border-color:#313244}html.theme--catppuccin-mocha .select.is-dark select:hover,html.theme--catppuccin-mocha .content kbd.select select:hover,html.theme--catppuccin-mocha .select.is-dark select.is-hovered,html.theme--catppuccin-mocha .content kbd.select select.is-hovered{border-color:#262735}html.theme--catppuccin-mocha .select.is-dark select:focus,html.theme--catppuccin-mocha .content kbd.select select:focus,html.theme--catppuccin-mocha .select.is-dark select.is-focused,html.theme--catppuccin-mocha .content kbd.select select.is-focused,html.theme--catppuccin-mocha .select.is-dark select:active,html.theme--catppuccin-mocha .content kbd.select select:active,html.theme--catppuccin-mocha .select.is-dark select.is-active,html.theme--catppuccin-mocha .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(49,50,68,0.25)}html.theme--catppuccin-mocha .select.is-primary:not(:hover)::after,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-primary select,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-primary select:hover,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:hover,html.theme--catppuccin-mocha .select.is-primary select.is-hovered,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#71a4f9}html.theme--catppuccin-mocha .select.is-primary select:focus,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:focus,html.theme--catppuccin-mocha .select.is-primary select.is-focused,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--catppuccin-mocha .select.is-primary select:active,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select:active,html.theme--catppuccin-mocha .select.is-primary select.is-active,html.theme--catppuccin-mocha .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select.is-link:not(:hover)::after{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-link select{border-color:#89b4fa}html.theme--catppuccin-mocha .select.is-link select:hover,html.theme--catppuccin-mocha .select.is-link select.is-hovered{border-color:#71a4f9}html.theme--catppuccin-mocha .select.is-link select:focus,html.theme--catppuccin-mocha .select.is-link select.is-focused,html.theme--catppuccin-mocha .select.is-link select:active,html.theme--catppuccin-mocha .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(137,180,250,0.25)}html.theme--catppuccin-mocha .select.is-info:not(:hover)::after{border-color:#94e2d5}html.theme--catppuccin-mocha .select.is-info select{border-color:#94e2d5}html.theme--catppuccin-mocha .select.is-info select:hover,html.theme--catppuccin-mocha .select.is-info select.is-hovered{border-color:#80ddcd}html.theme--catppuccin-mocha .select.is-info select:focus,html.theme--catppuccin-mocha .select.is-info select.is-focused,html.theme--catppuccin-mocha .select.is-info select:active,html.theme--catppuccin-mocha .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(148,226,213,0.25)}html.theme--catppuccin-mocha .select.is-success:not(:hover)::after{border-color:#a6e3a1}html.theme--catppuccin-mocha .select.is-success select{border-color:#a6e3a1}html.theme--catppuccin-mocha .select.is-success select:hover,html.theme--catppuccin-mocha .select.is-success select.is-hovered{border-color:#93dd8d}html.theme--catppuccin-mocha .select.is-success select:focus,html.theme--catppuccin-mocha .select.is-success select.is-focused,html.theme--catppuccin-mocha .select.is-success select:active,html.theme--catppuccin-mocha .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(166,227,161,0.25)}html.theme--catppuccin-mocha .select.is-warning:not(:hover)::after{border-color:#f9e2af}html.theme--catppuccin-mocha .select.is-warning select{border-color:#f9e2af}html.theme--catppuccin-mocha .select.is-warning select:hover,html.theme--catppuccin-mocha .select.is-warning select.is-hovered{border-color:#f7d997}html.theme--catppuccin-mocha .select.is-warning select:focus,html.theme--catppuccin-mocha .select.is-warning select.is-focused,html.theme--catppuccin-mocha .select.is-warning select:active,html.theme--catppuccin-mocha .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(249,226,175,0.25)}html.theme--catppuccin-mocha .select.is-danger:not(:hover)::after{border-color:#f38ba8}html.theme--catppuccin-mocha .select.is-danger select{border-color:#f38ba8}html.theme--catppuccin-mocha .select.is-danger select:hover,html.theme--catppuccin-mocha .select.is-danger select.is-hovered{border-color:#f17497}html.theme--catppuccin-mocha .select.is-danger select:focus,html.theme--catppuccin-mocha .select.is-danger select.is-focused,html.theme--catppuccin-mocha .select.is-danger select:active,html.theme--catppuccin-mocha .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(243,139,168,0.25)}html.theme--catppuccin-mocha .select.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--catppuccin-mocha .select.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .select.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .select.is-disabled::after{border-color:#f7f8fd !important;opacity:0.5}html.theme--catppuccin-mocha .select.is-fullwidth{width:100%}html.theme--catppuccin-mocha .select.is-fullwidth select{width:100%}html.theme--catppuccin-mocha .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--catppuccin-mocha .select.is-loading.is-small:after,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-mocha .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-mocha .select.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-mocha .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--catppuccin-mocha .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:hover .file-cta,html.theme--catppuccin-mocha .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:focus .file-cta,html.theme--catppuccin-mocha .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--catppuccin-mocha .file.is-white:active .file-cta,html.theme--catppuccin-mocha .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--catppuccin-mocha .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-black:hover .file-cta,html.theme--catppuccin-mocha .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-black:focus .file-cta,html.theme--catppuccin-mocha .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-black:active .file-cta,html.theme--catppuccin-mocha .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:hover .file-cta,html.theme--catppuccin-mocha .file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:focus .file-cta,html.theme--catppuccin-mocha .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-light:active .file-cta,html.theme--catppuccin-mocha .file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-dark .file-cta,html.theme--catppuccin-mocha .content kbd.file .file-cta{background-color:#313244;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-dark:hover .file-cta,html.theme--catppuccin-mocha .content kbd.file:hover .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-hovered .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-hovered .file-cta{background-color:#2c2d3d;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-dark:focus .file-cta,html.theme--catppuccin-mocha .content kbd.file:focus .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-focused .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(49,50,68,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-dark:active .file-cta,html.theme--catppuccin-mocha .content kbd.file:active .file-cta,html.theme--catppuccin-mocha .file.is-dark.is-active .file-cta,html.theme--catppuccin-mocha .content kbd.file.is-active .file-cta{background-color:#262735;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary:hover .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-hovered .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-primary:focus .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-focused .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(137,180,250,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-primary:active .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--catppuccin-mocha .file.is-primary.is-active .file-cta,html.theme--catppuccin-mocha .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link .file-cta{background-color:#89b4fa;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link:hover .file-cta,html.theme--catppuccin-mocha .file.is-link.is-hovered .file-cta{background-color:#7dacf9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-link:focus .file-cta,html.theme--catppuccin-mocha .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(137,180,250,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-link:active .file-cta,html.theme--catppuccin-mocha .file.is-link.is-active .file-cta{background-color:#71a4f9;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-info .file-cta{background-color:#94e2d5;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:hover .file-cta,html.theme--catppuccin-mocha .file.is-info.is-hovered .file-cta{background-color:#8adfd1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:focus .file-cta,html.theme--catppuccin-mocha .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(148,226,213,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-info:active .file-cta,html.theme--catppuccin-mocha .file.is-info.is-active .file-cta{background-color:#80ddcd;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success .file-cta{background-color:#a6e3a1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:hover .file-cta,html.theme--catppuccin-mocha .file.is-success.is-hovered .file-cta{background-color:#9de097;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:focus .file-cta,html.theme--catppuccin-mocha .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(166,227,161,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-success:active .file-cta,html.theme--catppuccin-mocha .file.is-success.is-active .file-cta{background-color:#93dd8d;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning .file-cta{background-color:#f9e2af;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:hover .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-hovered .file-cta{background-color:#f8dea3;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:focus .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(249,226,175,0.25);color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-warning:active .file-cta,html.theme--catppuccin-mocha .file.is-warning.is-active .file-cta{background-color:#f7d997;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .file.is-danger .file-cta{background-color:#f38ba8;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-danger:hover .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-hovered .file-cta{background-color:#f27f9f;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-danger:focus .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(243,139,168,0.25);color:#fff}html.theme--catppuccin-mocha .file.is-danger:active .file-cta,html.theme--catppuccin-mocha .file.is-danger.is-active .file-cta{background-color:#f17497;border-color:transparent;color:#fff}html.theme--catppuccin-mocha .file.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--catppuccin-mocha .file.is-normal{font-size:1rem}html.theme--catppuccin-mocha .file.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .file.is-medium .file-icon .fa{font-size:21px}html.theme--catppuccin-mocha .file.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .file.is-large .file-icon .fa{font-size:28px}html.theme--catppuccin-mocha .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--catppuccin-mocha .file.has-name.is-empty .file-name{display:none}html.theme--catppuccin-mocha .file.is-boxed .file-label{flex-direction:column}html.theme--catppuccin-mocha .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--catppuccin-mocha .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--catppuccin-mocha .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--catppuccin-mocha .file.is-boxed .file-icon .fa{font-size:21px}html.theme--catppuccin-mocha .file.is-boxed.is-small .file-icon .fa,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--catppuccin-mocha .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--catppuccin-mocha .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--catppuccin-mocha .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--catppuccin-mocha .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--catppuccin-mocha .file.is-centered{justify-content:center}html.theme--catppuccin-mocha .file.is-fullwidth .file-label{width:100%}html.theme--catppuccin-mocha .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--catppuccin-mocha .file.is-right{justify-content:flex-end}html.theme--catppuccin-mocha .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--catppuccin-mocha .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--catppuccin-mocha .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--catppuccin-mocha .file-label:hover .file-cta{background-color:#2c2d3d;color:#b8c5ef}html.theme--catppuccin-mocha .file-label:hover .file-name{border-color:#525569}html.theme--catppuccin-mocha .file-label:active .file-cta{background-color:#262735;color:#b8c5ef}html.theme--catppuccin-mocha .file-label:active .file-name{border-color:#4d4f62}html.theme--catppuccin-mocha .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--catppuccin-mocha .file-cta,html.theme--catppuccin-mocha .file-name{border-color:#585b70;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--catppuccin-mocha .file-cta{background-color:#313244;color:#cdd6f4}html.theme--catppuccin-mocha .file-name{border-color:#585b70;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--catppuccin-mocha .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--catppuccin-mocha .file-icon .fa{font-size:14px}html.theme--catppuccin-mocha .label{color:#b8c5ef;display:block;font-size:1rem;font-weight:700}html.theme--catppuccin-mocha .label:not(:last-child){margin-bottom:0.5em}html.theme--catppuccin-mocha .label.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--catppuccin-mocha .label.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .label.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--catppuccin-mocha .help.is-white{color:#fff}html.theme--catppuccin-mocha .help.is-black{color:#0a0a0a}html.theme--catppuccin-mocha .help.is-light{color:#f5f5f5}html.theme--catppuccin-mocha .help.is-dark,html.theme--catppuccin-mocha .content kbd.help{color:#313244}html.theme--catppuccin-mocha .help.is-primary,html.theme--catppuccin-mocha .docstring>section>a.help.docs-sourcelink{color:#89b4fa}html.theme--catppuccin-mocha .help.is-link{color:#89b4fa}html.theme--catppuccin-mocha .help.is-info{color:#94e2d5}html.theme--catppuccin-mocha .help.is-success{color:#a6e3a1}html.theme--catppuccin-mocha .help.is-warning{color:#f9e2af}html.theme--catppuccin-mocha .help.is-danger{color:#f38ba8}html.theme--catppuccin-mocha .field:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-mocha .field.has-addons{display:flex;justify-content:flex-start}html.theme--catppuccin-mocha .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .button,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .input,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--catppuccin-mocha .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .button.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .button.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .input.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .input.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):focus,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):active,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .button:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .input:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--catppuccin-mocha .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--catppuccin-mocha .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--catppuccin-mocha .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .field.has-addons.has-addons-centered{justify-content:center}html.theme--catppuccin-mocha .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--catppuccin-mocha .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .field.is-grouped{display:flex;justify-content:flex-start}html.theme--catppuccin-mocha .field.is-grouped>.control{flex-shrink:0}html.theme--catppuccin-mocha .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-mocha .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--catppuccin-mocha .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field.is-horizontal{display:flex}}html.theme--catppuccin-mocha .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--catppuccin-mocha .field-label.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-normal{padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--catppuccin-mocha .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--catppuccin-mocha .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--catppuccin-mocha .field-body .field{margin-bottom:0}html.theme--catppuccin-mocha .field-body>.field{flex-shrink:1}html.theme--catppuccin-mocha .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--catppuccin-mocha .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-mocha .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--catppuccin-mocha .control.has-icons-left .input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select:focus~.icon{color:#313244}html.theme--catppuccin-mocha .control.has-icons-left .input.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-small~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--catppuccin-mocha .control.has-icons-left .input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--catppuccin-mocha .control.has-icons-left .input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-left .select.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right .input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--catppuccin-mocha .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--catppuccin-mocha .control.has-icons-left .icon,html.theme--catppuccin-mocha .control.has-icons-right .icon{color:#585b70;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--catppuccin-mocha .control.has-icons-left .input,html.theme--catppuccin-mocha .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--catppuccin-mocha .control.has-icons-left .select select{padding-left:2.5em}html.theme--catppuccin-mocha .control.has-icons-left .icon.is-left{left:0}html.theme--catppuccin-mocha .control.has-icons-right .input,html.theme--catppuccin-mocha .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--catppuccin-mocha .control.has-icons-right .select select{padding-right:2.5em}html.theme--catppuccin-mocha .control.has-icons-right .icon.is-right{right:0}html.theme--catppuccin-mocha .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--catppuccin-mocha .control.is-loading.is-small:after,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--catppuccin-mocha .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--catppuccin-mocha .control.is-loading.is-large:after{font-size:1.5rem}html.theme--catppuccin-mocha .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--catppuccin-mocha .breadcrumb a{align-items:center;color:#89b4fa;display:flex;justify-content:center;padding:0 .75em}html.theme--catppuccin-mocha .breadcrumb a:hover{color:#89dceb}html.theme--catppuccin-mocha .breadcrumb li{align-items:center;display:flex}html.theme--catppuccin-mocha .breadcrumb li:first-child a{padding-left:0}html.theme--catppuccin-mocha .breadcrumb li.is-active a{color:#b8c5ef;cursor:default;pointer-events:none}html.theme--catppuccin-mocha .breadcrumb li+li::before{color:#6c7086;content:"\0002f"}html.theme--catppuccin-mocha .breadcrumb ul,html.theme--catppuccin-mocha .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--catppuccin-mocha .breadcrumb .icon:first-child{margin-right:.5em}html.theme--catppuccin-mocha .breadcrumb .icon:last-child{margin-left:.5em}html.theme--catppuccin-mocha .breadcrumb.is-centered ol,html.theme--catppuccin-mocha .breadcrumb.is-centered ul{justify-content:center}html.theme--catppuccin-mocha .breadcrumb.is-right ol,html.theme--catppuccin-mocha .breadcrumb.is-right ul{justify-content:flex-end}html.theme--catppuccin-mocha .breadcrumb.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--catppuccin-mocha .breadcrumb.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .breadcrumb.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--catppuccin-mocha .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--catppuccin-mocha .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--catppuccin-mocha .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--catppuccin-mocha .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#cdd6f4;max-width:100%;position:relative}html.theme--catppuccin-mocha .card-footer:first-child,html.theme--catppuccin-mocha .card-content:first-child,html.theme--catppuccin-mocha .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-mocha .card-footer:last-child,html.theme--catppuccin-mocha .card-content:last-child,html.theme--catppuccin-mocha .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-mocha .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--catppuccin-mocha .card-header-title{align-items:center;color:#b8c5ef;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--catppuccin-mocha .card-header-title.is-centered{justify-content:center}html.theme--catppuccin-mocha .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--catppuccin-mocha .card-image{display:block;position:relative}html.theme--catppuccin-mocha .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--catppuccin-mocha .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--catppuccin-mocha .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--catppuccin-mocha .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--catppuccin-mocha .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--catppuccin-mocha .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--catppuccin-mocha .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--catppuccin-mocha .dropdown.is-active .dropdown-menu,html.theme--catppuccin-mocha .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--catppuccin-mocha .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--catppuccin-mocha .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--catppuccin-mocha .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--catppuccin-mocha .dropdown-content{background-color:#181825;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--catppuccin-mocha .dropdown-item{color:#cdd6f4;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--catppuccin-mocha a.dropdown-item,html.theme--catppuccin-mocha button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--catppuccin-mocha a.dropdown-item:hover,html.theme--catppuccin-mocha button.dropdown-item:hover{background-color:#181825;color:#0a0a0a}html.theme--catppuccin-mocha a.dropdown-item.is-active,html.theme--catppuccin-mocha button.dropdown-item.is-active{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--catppuccin-mocha .level{align-items:center;justify-content:space-between}html.theme--catppuccin-mocha .level code{border-radius:.4em}html.theme--catppuccin-mocha .level img{display:inline-block;vertical-align:top}html.theme--catppuccin-mocha .level.is-mobile{display:flex}html.theme--catppuccin-mocha .level.is-mobile .level-left,html.theme--catppuccin-mocha .level.is-mobile .level-right{display:flex}html.theme--catppuccin-mocha .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--catppuccin-mocha .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--catppuccin-mocha .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level{display:flex}html.theme--catppuccin-mocha .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--catppuccin-mocha .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--catppuccin-mocha .level-item .title,html.theme--catppuccin-mocha .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--catppuccin-mocha .level-left,html.theme--catppuccin-mocha .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .level-left .level-item.is-flexible,html.theme--catppuccin-mocha .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-left .level-item:not(:last-child),html.theme--catppuccin-mocha .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--catppuccin-mocha .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-left{display:flex}}html.theme--catppuccin-mocha .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .level-right{display:flex}}html.theme--catppuccin-mocha .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--catppuccin-mocha .media .content:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-mocha .media .media{border-top:1px solid rgba(88,91,112,0.5);display:flex;padding-top:.75rem}html.theme--catppuccin-mocha .media .media .content:not(:last-child),html.theme--catppuccin-mocha .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--catppuccin-mocha .media .media .media{padding-top:.5rem}html.theme--catppuccin-mocha .media .media .media+.media{margin-top:.5rem}html.theme--catppuccin-mocha .media+.media{border-top:1px solid rgba(88,91,112,0.5);margin-top:1rem;padding-top:1rem}html.theme--catppuccin-mocha .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--catppuccin-mocha .media-left,html.theme--catppuccin-mocha .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .media-left{margin-right:1rem}html.theme--catppuccin-mocha .media-right{margin-left:1rem}html.theme--catppuccin-mocha .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .media-content{overflow-x:auto}}html.theme--catppuccin-mocha .menu{font-size:1rem}html.theme--catppuccin-mocha .menu.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--catppuccin-mocha .menu.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .menu.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .menu-list{line-height:1.25}html.theme--catppuccin-mocha .menu-list a{border-radius:3px;color:#cdd6f4;display:block;padding:0.5em 0.75em}html.theme--catppuccin-mocha .menu-list a:hover{background-color:#181825;color:#b8c5ef}html.theme--catppuccin-mocha .menu-list a.is-active{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .menu-list li ul{border-left:1px solid #585b70;margin:.75em;padding-left:.75em}html.theme--catppuccin-mocha .menu-label{color:#f7f8fd;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--catppuccin-mocha .menu-label:not(:first-child){margin-top:1em}html.theme--catppuccin-mocha .menu-label:not(:last-child){margin-bottom:1em}html.theme--catppuccin-mocha .message{background-color:#181825;border-radius:.4em;font-size:1rem}html.theme--catppuccin-mocha .message strong{color:currentColor}html.theme--catppuccin-mocha .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--catppuccin-mocha .message.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--catppuccin-mocha .message.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .message.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .message.is-white{background-color:#fff}html.theme--catppuccin-mocha .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .message.is-white .message-body{border-color:#fff}html.theme--catppuccin-mocha .message.is-black{background-color:#fafafa}html.theme--catppuccin-mocha .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .message.is-black .message-body{border-color:#0a0a0a}html.theme--catppuccin-mocha .message.is-light{background-color:#fafafa}html.theme--catppuccin-mocha .message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-light .message-body{border-color:#f5f5f5}html.theme--catppuccin-mocha .message.is-dark,html.theme--catppuccin-mocha .content kbd.message{background-color:#f9f9fb}html.theme--catppuccin-mocha .message.is-dark .message-header,html.theme--catppuccin-mocha .content kbd.message .message-header{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .message.is-dark .message-body,html.theme--catppuccin-mocha .content kbd.message .message-body{border-color:#313244}html.theme--catppuccin-mocha .message.is-primary,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink{background-color:#ebf3fe}html.theme--catppuccin-mocha .message.is-primary .message-header,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink .message-header{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .message.is-primary .message-body,html.theme--catppuccin-mocha .docstring>section>a.message.docs-sourcelink .message-body{border-color:#89b4fa;color:#063c93}html.theme--catppuccin-mocha .message.is-link{background-color:#ebf3fe}html.theme--catppuccin-mocha .message.is-link .message-header{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .message.is-link .message-body{border-color:#89b4fa;color:#063c93}html.theme--catppuccin-mocha .message.is-info{background-color:#effbf9}html.theme--catppuccin-mocha .message.is-info .message-header{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-info .message-body{border-color:#94e2d5;color:#207466}html.theme--catppuccin-mocha .message.is-success{background-color:#f0faef}html.theme--catppuccin-mocha .message.is-success .message-header{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-success .message-body{border-color:#a6e3a1;color:#287222}html.theme--catppuccin-mocha .message.is-warning{background-color:#fef8ec}html.theme--catppuccin-mocha .message.is-warning .message-header{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .message.is-warning .message-body{border-color:#f9e2af;color:#8a620a}html.theme--catppuccin-mocha .message.is-danger{background-color:#fdedf1}html.theme--catppuccin-mocha .message.is-danger .message-header{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .message.is-danger .message-body{border-color:#f38ba8;color:#991036}html.theme--catppuccin-mocha .message-header{align-items:center;background-color:#cdd6f4;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--catppuccin-mocha .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--catppuccin-mocha .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--catppuccin-mocha .message-body{border-color:#585b70;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#cdd6f4;padding:1.25em 1.5em}html.theme--catppuccin-mocha .message-body code,html.theme--catppuccin-mocha .message-body pre{background-color:#fff}html.theme--catppuccin-mocha .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--catppuccin-mocha .modal.is-active{display:flex}html.theme--catppuccin-mocha .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--catppuccin-mocha .modal-content,html.theme--catppuccin-mocha .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--catppuccin-mocha .modal-content,html.theme--catppuccin-mocha .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--catppuccin-mocha .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--catppuccin-mocha .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--catppuccin-mocha .modal-card-head,html.theme--catppuccin-mocha .modal-card-foot{align-items:center;background-color:#181825;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--catppuccin-mocha .modal-card-head{border-bottom:1px solid #585b70;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--catppuccin-mocha .modal-card-title{color:#cdd6f4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--catppuccin-mocha .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #585b70}html.theme--catppuccin-mocha .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--catppuccin-mocha .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#1e1e2e;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--catppuccin-mocha .navbar{background-color:#89b4fa;min-height:4rem;position:relative;z-index:30}html.theme--catppuccin-mocha .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-white .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--catppuccin-mocha .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-black .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--catppuccin-mocha .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--catppuccin-mocha .navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-light .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-dark,html.theme--catppuccin-mocha .content kbd.navbar{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-burger,html.theme--catppuccin-mocha .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>.navbar-item,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-dark .navbar-end .navbar-link::after,html.theme--catppuccin-mocha .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#313244;color:#fff}}html.theme--catppuccin-mocha .navbar.is-primary,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-burger,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>.navbar-item,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-primary .navbar-end .navbar-link::after,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa;color:#fff}}html.theme--catppuccin-mocha .navbar.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-link .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa;color:#fff}}html.theme--catppuccin-mocha .navbar.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-info .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-info .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#94e2d5;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-success .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-success .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#f9e2af;color:rgba(0,0,0,0.7)}}html.theme--catppuccin-mocha .navbar.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>.navbar-item,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-start .navbar-link::after,html.theme--catppuccin-mocha .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f38ba8;color:#fff}}html.theme--catppuccin-mocha .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--catppuccin-mocha .navbar.has-shadow{box-shadow:0 2px 0 0 #181825}html.theme--catppuccin-mocha .navbar.is-fixed-bottom,html.theme--catppuccin-mocha .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #181825}html.theme--catppuccin-mocha .navbar.is-fixed-top{top:0}html.theme--catppuccin-mocha html.has-navbar-fixed-top,html.theme--catppuccin-mocha body.has-navbar-fixed-top{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--catppuccin-mocha .navbar-brand,html.theme--catppuccin-mocha .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--catppuccin-mocha .navbar-brand a.navbar-item:focus,html.theme--catppuccin-mocha .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--catppuccin-mocha .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--catppuccin-mocha .navbar-burger{color:#cdd6f4;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--catppuccin-mocha .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--catppuccin-mocha .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--catppuccin-mocha .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--catppuccin-mocha .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--catppuccin-mocha .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--catppuccin-mocha .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--catppuccin-mocha .navbar-menu{display:none}html.theme--catppuccin-mocha .navbar-item,html.theme--catppuccin-mocha .navbar-link{color:#cdd6f4;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--catppuccin-mocha .navbar-item .icon:only-child,html.theme--catppuccin-mocha .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--catppuccin-mocha a.navbar-item,html.theme--catppuccin-mocha .navbar-link{cursor:pointer}html.theme--catppuccin-mocha a.navbar-item:focus,html.theme--catppuccin-mocha a.navbar-item:focus-within,html.theme--catppuccin-mocha a.navbar-item:hover,html.theme--catppuccin-mocha a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar-link:focus,html.theme--catppuccin-mocha .navbar-link:focus-within,html.theme--catppuccin-mocha .navbar-link:hover,html.theme--catppuccin-mocha .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}html.theme--catppuccin-mocha .navbar-item{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .navbar-item img{max-height:1.75rem}html.theme--catppuccin-mocha .navbar-item.has-dropdown{padding:0}html.theme--catppuccin-mocha .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--catppuccin-mocha .navbar-item.is-tab:focus,html.theme--catppuccin-mocha .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#89b4fa;border-bottom-style:solid;border-bottom-width:3px;color:#89b4fa;padding-bottom:calc(0.5rem - 3px)}html.theme--catppuccin-mocha .navbar-content{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--catppuccin-mocha .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--catppuccin-mocha .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--catppuccin-mocha .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--catppuccin-mocha .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .navbar>.container{display:block}html.theme--catppuccin-mocha .navbar-brand .navbar-item,html.theme--catppuccin-mocha .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--catppuccin-mocha .navbar-link::after{display:none}html.theme--catppuccin-mocha .navbar-menu{background-color:#89b4fa;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--catppuccin-mocha .navbar-menu.is-active{display:block}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch,html.theme--catppuccin-mocha .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .navbar.is-fixed-top-touch{top:0}html.theme--catppuccin-mocha .navbar.is-fixed-top .navbar-menu,html.theme--catppuccin-mocha .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--catppuccin-mocha html.has-navbar-fixed-top-touch,html.theme--catppuccin-mocha body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom-touch,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .navbar,html.theme--catppuccin-mocha .navbar-menu,html.theme--catppuccin-mocha .navbar-start,html.theme--catppuccin-mocha .navbar-end{align-items:stretch;display:flex}html.theme--catppuccin-mocha .navbar{min-height:4rem}html.theme--catppuccin-mocha .navbar.is-spaced{padding:1rem 2rem}html.theme--catppuccin-mocha .navbar.is-spaced .navbar-start,html.theme--catppuccin-mocha .navbar.is-spaced .navbar-end{align-items:center}html.theme--catppuccin-mocha .navbar.is-spaced a.navbar-item,html.theme--catppuccin-mocha .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item:hover,html.theme--catppuccin-mocha .navbar.is-transparent a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link:focus,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link:hover,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#7f849c}html.theme--catppuccin-mocha .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}html.theme--catppuccin-mocha .navbar-burger{display:none}html.theme--catppuccin-mocha .navbar-item,html.theme--catppuccin-mocha .navbar-link{align-items:center;display:flex}html.theme--catppuccin-mocha .navbar-item.has-dropdown{align-items:stretch}html.theme--catppuccin-mocha .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--catppuccin-mocha .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--catppuccin-mocha .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--catppuccin-mocha .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--catppuccin-mocha .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--catppuccin-mocha .navbar-dropdown{background-color:#89b4fa;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--catppuccin-mocha .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item:focus,html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#7f849c}html.theme--catppuccin-mocha .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#89b4fa}.navbar.is-spaced html.theme--catppuccin-mocha .navbar-dropdown,html.theme--catppuccin-mocha .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--catppuccin-mocha .navbar-dropdown.is-right{left:auto;right:0}html.theme--catppuccin-mocha .navbar-divider{display:block}html.theme--catppuccin-mocha .navbar>.container .navbar-brand,html.theme--catppuccin-mocha .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--catppuccin-mocha .navbar>.container .navbar-menu,html.theme--catppuccin-mocha .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop,html.theme--catppuccin-mocha .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--catppuccin-mocha .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .navbar.is-fixed-top-desktop{top:0}html.theme--catppuccin-mocha html.has-navbar-fixed-top-desktop,html.theme--catppuccin-mocha body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--catppuccin-mocha html.has-navbar-fixed-bottom-desktop,html.theme--catppuccin-mocha body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--catppuccin-mocha html.has-spaced-navbar-fixed-top,html.theme--catppuccin-mocha body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--catppuccin-mocha html.has-spaced-navbar-fixed-bottom,html.theme--catppuccin-mocha body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--catppuccin-mocha a.navbar-item.is-active,html.theme--catppuccin-mocha .navbar-link.is-active{color:#89b4fa}html.theme--catppuccin-mocha a.navbar-item.is-active:not(:focus):not(:hover),html.theme--catppuccin-mocha .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--catppuccin-mocha .navbar-item.has-dropdown:focus .navbar-link,html.theme--catppuccin-mocha .navbar-item.has-dropdown:hover .navbar-link,html.theme--catppuccin-mocha .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--catppuccin-mocha .pagination{font-size:1rem;margin:-.25rem}html.theme--catppuccin-mocha .pagination.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--catppuccin-mocha .pagination.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .pagination.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .pagination.is-rounded .pagination-previous,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--catppuccin-mocha .pagination.is-rounded .pagination-next,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--catppuccin-mocha .pagination.is-rounded .pagination-link,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--catppuccin-mocha .pagination,html.theme--catppuccin-mocha .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link{border-color:#585b70;color:#89b4fa;min-width:2.5em}html.theme--catppuccin-mocha .pagination-previous:hover,html.theme--catppuccin-mocha .pagination-next:hover,html.theme--catppuccin-mocha .pagination-link:hover{border-color:#6c7086;color:#89dceb}html.theme--catppuccin-mocha .pagination-previous:focus,html.theme--catppuccin-mocha .pagination-next:focus,html.theme--catppuccin-mocha .pagination-link:focus{border-color:#6c7086}html.theme--catppuccin-mocha .pagination-previous:active,html.theme--catppuccin-mocha .pagination-next:active,html.theme--catppuccin-mocha .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--catppuccin-mocha .pagination-previous[disabled],html.theme--catppuccin-mocha .pagination-previous.is-disabled,html.theme--catppuccin-mocha .pagination-next[disabled],html.theme--catppuccin-mocha .pagination-next.is-disabled,html.theme--catppuccin-mocha .pagination-link[disabled],html.theme--catppuccin-mocha .pagination-link.is-disabled{background-color:#585b70;border-color:#585b70;box-shadow:none;color:#f7f8fd;opacity:0.5}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--catppuccin-mocha .pagination-link.is-current{background-color:#89b4fa;border-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .pagination-ellipsis{color:#6c7086;pointer-events:none}html.theme--catppuccin-mocha .pagination-list{flex-wrap:wrap}html.theme--catppuccin-mocha .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .pagination{flex-wrap:wrap}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--catppuccin-mocha .pagination-previous{order:2}html.theme--catppuccin-mocha .pagination-next{order:3}html.theme--catppuccin-mocha .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--catppuccin-mocha .pagination.is-centered .pagination-previous{order:1}html.theme--catppuccin-mocha .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--catppuccin-mocha .pagination.is-centered .pagination-next{order:3}html.theme--catppuccin-mocha .pagination.is-right .pagination-previous{order:1}html.theme--catppuccin-mocha .pagination.is-right .pagination-next{order:2}html.theme--catppuccin-mocha .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--catppuccin-mocha .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--catppuccin-mocha .panel:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--catppuccin-mocha .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--catppuccin-mocha .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--catppuccin-mocha .panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}html.theme--catppuccin-mocha .panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}html.theme--catppuccin-mocha .panel.is-dark .panel-heading,html.theme--catppuccin-mocha .content kbd.panel .panel-heading{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .panel.is-dark .panel-tabs a.is-active,html.theme--catppuccin-mocha .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#313244}html.theme--catppuccin-mocha .panel.is-dark .panel-block.is-active .panel-icon,html.theme--catppuccin-mocha .content kbd.panel .panel-block.is-active .panel-icon{color:#313244}html.theme--catppuccin-mocha .panel.is-primary .panel-heading,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .panel.is-primary .panel-tabs a.is-active,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .panel.is-primary .panel-block.is-active .panel-icon,html.theme--catppuccin-mocha .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel.is-link .panel-heading{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .panel.is-link .panel-tabs a.is-active{border-bottom-color:#89b4fa}html.theme--catppuccin-mocha .panel.is-link .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel.is-info .panel-heading{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-info .panel-tabs a.is-active{border-bottom-color:#94e2d5}html.theme--catppuccin-mocha .panel.is-info .panel-block.is-active .panel-icon{color:#94e2d5}html.theme--catppuccin-mocha .panel.is-success .panel-heading{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-success .panel-tabs a.is-active{border-bottom-color:#a6e3a1}html.theme--catppuccin-mocha .panel.is-success .panel-block.is-active .panel-icon{color:#a6e3a1}html.theme--catppuccin-mocha .panel.is-warning .panel-heading{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#f9e2af}html.theme--catppuccin-mocha .panel.is-warning .panel-block.is-active .panel-icon{color:#f9e2af}html.theme--catppuccin-mocha .panel.is-danger .panel-heading{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f38ba8}html.theme--catppuccin-mocha .panel.is-danger .panel-block.is-active .panel-icon{color:#f38ba8}html.theme--catppuccin-mocha .panel-tabs:not(:last-child),html.theme--catppuccin-mocha .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--catppuccin-mocha .panel-heading{background-color:#45475a;border-radius:8px 8px 0 0;color:#b8c5ef;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--catppuccin-mocha .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--catppuccin-mocha .panel-tabs a{border-bottom:1px solid #585b70;margin-bottom:-1px;padding:0.5em}html.theme--catppuccin-mocha .panel-tabs a.is-active{border-bottom-color:#45475a;color:#71a4f9}html.theme--catppuccin-mocha .panel-list a{color:#cdd6f4}html.theme--catppuccin-mocha .panel-list a:hover{color:#89b4fa}html.theme--catppuccin-mocha .panel-block{align-items:center;color:#b8c5ef;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--catppuccin-mocha .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--catppuccin-mocha .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--catppuccin-mocha .panel-block.is-wrapped{flex-wrap:wrap}html.theme--catppuccin-mocha .panel-block.is-active{border-left-color:#89b4fa;color:#71a4f9}html.theme--catppuccin-mocha .panel-block.is-active .panel-icon{color:#89b4fa}html.theme--catppuccin-mocha .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--catppuccin-mocha a.panel-block,html.theme--catppuccin-mocha label.panel-block{cursor:pointer}html.theme--catppuccin-mocha a.panel-block:hover,html.theme--catppuccin-mocha label.panel-block:hover{background-color:#181825}html.theme--catppuccin-mocha .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#f7f8fd;margin-right:.75em}html.theme--catppuccin-mocha .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--catppuccin-mocha .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--catppuccin-mocha .tabs a{align-items:center;border-bottom-color:#585b70;border-bottom-style:solid;border-bottom-width:1px;color:#cdd6f4;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--catppuccin-mocha .tabs a:hover{border-bottom-color:#b8c5ef;color:#b8c5ef}html.theme--catppuccin-mocha .tabs li{display:block}html.theme--catppuccin-mocha .tabs li.is-active a{border-bottom-color:#89b4fa;color:#89b4fa}html.theme--catppuccin-mocha .tabs ul{align-items:center;border-bottom-color:#585b70;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--catppuccin-mocha .tabs ul.is-left{padding-right:0.75em}html.theme--catppuccin-mocha .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--catppuccin-mocha .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--catppuccin-mocha .tabs .icon:first-child{margin-right:.5em}html.theme--catppuccin-mocha .tabs .icon:last-child{margin-left:.5em}html.theme--catppuccin-mocha .tabs.is-centered ul{justify-content:center}html.theme--catppuccin-mocha .tabs.is-right ul{justify-content:flex-end}html.theme--catppuccin-mocha .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--catppuccin-mocha .tabs.is-boxed a:hover{background-color:#181825;border-bottom-color:#585b70}html.theme--catppuccin-mocha .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#585b70;border-bottom-color:rgba(0,0,0,0) !important}html.theme--catppuccin-mocha .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--catppuccin-mocha .tabs.is-toggle a{border-color:#585b70;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--catppuccin-mocha .tabs.is-toggle a:hover{background-color:#181825;border-color:#6c7086;z-index:2}html.theme--catppuccin-mocha .tabs.is-toggle li+li{margin-left:-1px}html.theme--catppuccin-mocha .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--catppuccin-mocha .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--catppuccin-mocha .tabs.is-toggle li.is-active a{background-color:#89b4fa;border-color:#89b4fa;color:#fff;z-index:1}html.theme--catppuccin-mocha .tabs.is-toggle ul{border-bottom:none}html.theme--catppuccin-mocha .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--catppuccin-mocha .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--catppuccin-mocha .tabs.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--catppuccin-mocha .tabs.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .tabs.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--catppuccin-mocha .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .column.is-narrow-mobile{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-mobile{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-mobile{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-mobile{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-mobile{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-mobile{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-mobile{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-mobile{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-mobile{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-mobile{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-mobile{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-mobile{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-mobile{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .column.is-narrow,html.theme--catppuccin-mocha .column.is-narrow-tablet{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full,html.theme--catppuccin-mocha .column.is-full-tablet{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters,html.theme--catppuccin-mocha .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds,html.theme--catppuccin-mocha .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half,html.theme--catppuccin-mocha .column.is-half-tablet{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third,html.theme--catppuccin-mocha .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter,html.theme--catppuccin-mocha .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth,html.theme--catppuccin-mocha .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths,html.theme--catppuccin-mocha .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths,html.theme--catppuccin-mocha .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths,html.theme--catppuccin-mocha .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters,html.theme--catppuccin-mocha .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds,html.theme--catppuccin-mocha .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half,html.theme--catppuccin-mocha .column.is-offset-half-tablet{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third,html.theme--catppuccin-mocha .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter,html.theme--catppuccin-mocha .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth,html.theme--catppuccin-mocha .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths,html.theme--catppuccin-mocha .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths,html.theme--catppuccin-mocha .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths,html.theme--catppuccin-mocha .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--catppuccin-mocha .column.is-0,html.theme--catppuccin-mocha .column.is-0-tablet{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0,html.theme--catppuccin-mocha .column.is-offset-0-tablet{margin-left:0%}html.theme--catppuccin-mocha .column.is-1,html.theme--catppuccin-mocha .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1,html.theme--catppuccin-mocha .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2,html.theme--catppuccin-mocha .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2,html.theme--catppuccin-mocha .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3,html.theme--catppuccin-mocha .column.is-3-tablet{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3,html.theme--catppuccin-mocha .column.is-offset-3-tablet{margin-left:25%}html.theme--catppuccin-mocha .column.is-4,html.theme--catppuccin-mocha .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4,html.theme--catppuccin-mocha .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5,html.theme--catppuccin-mocha .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5,html.theme--catppuccin-mocha .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6,html.theme--catppuccin-mocha .column.is-6-tablet{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6,html.theme--catppuccin-mocha .column.is-offset-6-tablet{margin-left:50%}html.theme--catppuccin-mocha .column.is-7,html.theme--catppuccin-mocha .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7,html.theme--catppuccin-mocha .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8,html.theme--catppuccin-mocha .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8,html.theme--catppuccin-mocha .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9,html.theme--catppuccin-mocha .column.is-9-tablet{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9,html.theme--catppuccin-mocha .column.is-offset-9-tablet{margin-left:75%}html.theme--catppuccin-mocha .column.is-10,html.theme--catppuccin-mocha .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10,html.theme--catppuccin-mocha .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11,html.theme--catppuccin-mocha .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11,html.theme--catppuccin-mocha .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12,html.theme--catppuccin-mocha .column.is-12-tablet{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12,html.theme--catppuccin-mocha .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .column.is-narrow-touch{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-touch{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-touch{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-touch{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-touch{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-touch{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-touch{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-touch{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-touch{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-touch{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-touch{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-touch{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-touch{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-touch{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-touch{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-touch{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-touch{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-touch{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-touch{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-touch{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-touch{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-touch{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-touch{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-touch{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-touch{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-touch{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-touch{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .column.is-narrow-desktop{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-desktop{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-desktop{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-desktop{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-desktop{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-desktop{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-desktop{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-desktop{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-desktop{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-desktop{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-desktop{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-desktop{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-desktop{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .column.is-narrow-widescreen{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-widescreen{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-widescreen{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-widescreen{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-widescreen{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-widescreen{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-widescreen{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-widescreen{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-widescreen{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-widescreen{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-widescreen{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-widescreen{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-widescreen{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .column.is-narrow-fullhd{flex:none;width:unset}html.theme--catppuccin-mocha .column.is-full-fullhd{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--catppuccin-mocha .column.is-half-fullhd{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--catppuccin-mocha .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--catppuccin-mocha .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--catppuccin-mocha .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--catppuccin-mocha .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--catppuccin-mocha .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--catppuccin-mocha .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--catppuccin-mocha .column.is-offset-half-fullhd{margin-left:50%}html.theme--catppuccin-mocha .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--catppuccin-mocha .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--catppuccin-mocha .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--catppuccin-mocha .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--catppuccin-mocha .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--catppuccin-mocha .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--catppuccin-mocha .column.is-0-fullhd{flex:none;width:0%}html.theme--catppuccin-mocha .column.is-offset-0-fullhd{margin-left:0%}html.theme--catppuccin-mocha .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--catppuccin-mocha .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--catppuccin-mocha .column.is-3-fullhd{flex:none;width:25%}html.theme--catppuccin-mocha .column.is-offset-3-fullhd{margin-left:25%}html.theme--catppuccin-mocha .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--catppuccin-mocha .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--catppuccin-mocha .column.is-6-fullhd{flex:none;width:50%}html.theme--catppuccin-mocha .column.is-offset-6-fullhd{margin-left:50%}html.theme--catppuccin-mocha .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--catppuccin-mocha .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--catppuccin-mocha .column.is-9-fullhd{flex:none;width:75%}html.theme--catppuccin-mocha .column.is-offset-9-fullhd{margin-left:75%}html.theme--catppuccin-mocha .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--catppuccin-mocha .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--catppuccin-mocha .column.is-12-fullhd{flex:none;width:100%}html.theme--catppuccin-mocha .column.is-offset-12-fullhd{margin-left:100%}}html.theme--catppuccin-mocha .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-mocha .columns:last-child{margin-bottom:-.75rem}html.theme--catppuccin-mocha .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--catppuccin-mocha .columns.is-centered{justify-content:center}html.theme--catppuccin-mocha .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--catppuccin-mocha .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--catppuccin-mocha .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--catppuccin-mocha .columns.is-gapless:last-child{margin-bottom:0}html.theme--catppuccin-mocha .columns.is-mobile{display:flex}html.theme--catppuccin-mocha .columns.is-multiline{flex-wrap:wrap}html.theme--catppuccin-mocha .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-desktop{display:flex}}html.theme--catppuccin-mocha .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--catppuccin-mocha .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--catppuccin-mocha .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--catppuccin-mocha .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--catppuccin-mocha .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--catppuccin-mocha .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--catppuccin-mocha .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--catppuccin-mocha .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--catppuccin-mocha .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--catppuccin-mocha .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--catppuccin-mocha .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--catppuccin-mocha .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--catppuccin-mocha .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--catppuccin-mocha .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--catppuccin-mocha .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--catppuccin-mocha .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--catppuccin-mocha .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--catppuccin-mocha .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--catppuccin-mocha .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--catppuccin-mocha .tile.is-child{margin:0 !important}html.theme--catppuccin-mocha .tile.is-parent{padding:.75rem}html.theme--catppuccin-mocha .tile.is-vertical{flex-direction:column}html.theme--catppuccin-mocha .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .tile:not(.is-child){display:flex}html.theme--catppuccin-mocha .tile.is-1{flex:none;width:8.33333337%}html.theme--catppuccin-mocha .tile.is-2{flex:none;width:16.66666674%}html.theme--catppuccin-mocha .tile.is-3{flex:none;width:25%}html.theme--catppuccin-mocha .tile.is-4{flex:none;width:33.33333337%}html.theme--catppuccin-mocha .tile.is-5{flex:none;width:41.66666674%}html.theme--catppuccin-mocha .tile.is-6{flex:none;width:50%}html.theme--catppuccin-mocha .tile.is-7{flex:none;width:58.33333337%}html.theme--catppuccin-mocha .tile.is-8{flex:none;width:66.66666674%}html.theme--catppuccin-mocha .tile.is-9{flex:none;width:75%}html.theme--catppuccin-mocha .tile.is-10{flex:none;width:83.33333337%}html.theme--catppuccin-mocha .tile.is-11{flex:none;width:91.66666674%}html.theme--catppuccin-mocha .tile.is-12{flex:none;width:100%}}html.theme--catppuccin-mocha .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--catppuccin-mocha .hero .navbar{background:none}html.theme--catppuccin-mocha .hero .tabs ul{border-bottom:none}html.theme--catppuccin-mocha .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-white strong{color:inherit}html.theme--catppuccin-mocha .hero.is-white .title{color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--catppuccin-mocha .hero.is-white .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-white .navbar-menu{background-color:#fff}}html.theme--catppuccin-mocha .hero.is-white .navbar-item,html.theme--catppuccin-mocha .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--catppuccin-mocha .hero.is-white a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-white a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-white .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--catppuccin-mocha .hero.is-white .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--catppuccin-mocha .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--catppuccin-mocha .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-black strong{color:inherit}html.theme--catppuccin-mocha .hero.is-black .title{color:#fff}html.theme--catppuccin-mocha .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-black .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--catppuccin-mocha .hero.is-black .navbar-item,html.theme--catppuccin-mocha .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-black a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-black a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-black .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--catppuccin-mocha .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-black .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--catppuccin-mocha .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--catppuccin-mocha .hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-light strong{color:inherit}html.theme--catppuccin-mocha .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-light .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-light .navbar-menu{background-color:#f5f5f5}}html.theme--catppuccin-mocha .hero.is-light .navbar-item,html.theme--catppuccin-mocha .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-light a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-light .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-light .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}html.theme--catppuccin-mocha .hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}html.theme--catppuccin-mocha .hero.is-dark,html.theme--catppuccin-mocha .content kbd.hero{background-color:#313244;color:#fff}html.theme--catppuccin-mocha .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-dark strong,html.theme--catppuccin-mocha .content kbd.hero strong{color:inherit}html.theme--catppuccin-mocha .hero.is-dark .title,html.theme--catppuccin-mocha .content kbd.hero .title{color:#fff}html.theme--catppuccin-mocha .hero.is-dark .subtitle,html.theme--catppuccin-mocha .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-dark .subtitle a:not(.button),html.theme--catppuccin-mocha .content kbd.hero .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-dark .subtitle strong,html.theme--catppuccin-mocha .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-dark .navbar-menu,html.theme--catppuccin-mocha .content kbd.hero .navbar-menu{background-color:#313244}}html.theme--catppuccin-mocha .hero.is-dark .navbar-item,html.theme--catppuccin-mocha .content kbd.hero .navbar-item,html.theme--catppuccin-mocha .hero.is-dark .navbar-link,html.theme--catppuccin-mocha .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-dark a.navbar-item:hover,html.theme--catppuccin-mocha .content kbd.hero a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-dark a.navbar-item.is-active,html.theme--catppuccin-mocha .content kbd.hero a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-dark .navbar-link:hover,html.theme--catppuccin-mocha .content kbd.hero .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-dark .navbar-link.is-active,html.theme--catppuccin-mocha .content kbd.hero .navbar-link.is-active{background-color:#262735;color:#fff}html.theme--catppuccin-mocha .hero.is-dark .tabs a,html.theme--catppuccin-mocha .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-dark .tabs a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-dark .tabs li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs li.is-active a{color:#313244 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle a:hover,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#313244}html.theme--catppuccin-mocha .hero.is-dark.is-bold,html.theme--catppuccin-mocha .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #181c2a 0%, #313244 71%, #3c3856 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-dark.is-bold .navbar-menu,html.theme--catppuccin-mocha .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #181c2a 0%, #313244 71%, #3c3856 100%)}}html.theme--catppuccin-mocha .hero.is-primary,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-primary strong,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--catppuccin-mocha .hero.is-primary .title,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--catppuccin-mocha .hero.is-primary .subtitle,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-primary .subtitle a:not(.button),html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-primary .subtitle strong,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-primary .navbar-menu,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#89b4fa}}html.theme--catppuccin-mocha .hero.is-primary .navbar-item,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--catppuccin-mocha .hero.is-primary .navbar-link,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-primary a.navbar-item:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-primary a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-primary .navbar-link:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-primary .navbar-link.is-active,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .hero.is-primary .tabs a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-primary .tabs a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-primary .tabs li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#89b4fa !important;opacity:1}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle a:hover,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .hero.is-primary.is-bold,html.theme--catppuccin-mocha .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-primary.is-bold .navbar-menu,html.theme--catppuccin-mocha .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}}html.theme--catppuccin-mocha .hero.is-link{background-color:#89b4fa;color:#fff}html.theme--catppuccin-mocha .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-link strong{color:inherit}html.theme--catppuccin-mocha .hero.is-link .title{color:#fff}html.theme--catppuccin-mocha .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-link .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-link .navbar-menu{background-color:#89b4fa}}html.theme--catppuccin-mocha .hero.is-link .navbar-item,html.theme--catppuccin-mocha .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-link a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-link a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-link .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-link .navbar-link.is-active{background-color:#71a4f9;color:#fff}html.theme--catppuccin-mocha .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-link .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-link .tabs li.is-active a{color:#89b4fa !important;opacity:1}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#89b4fa}html.theme--catppuccin-mocha .hero.is-link.is-bold{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #51b0ff 0%, #89b4fa 71%, #9fb3fd 100%)}}html.theme--catppuccin-mocha .hero.is-info{background-color:#94e2d5;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-info strong{color:inherit}html.theme--catppuccin-mocha .hero.is-info .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-info .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-info .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-info .navbar-menu{background-color:#94e2d5}}html.theme--catppuccin-mocha .hero.is-info .navbar-item,html.theme--catppuccin-mocha .hero.is-info .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-info a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-info .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-info .navbar-link.is-active{background-color:#80ddcd;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-info .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-info .tabs li.is-active a{color:#94e2d5 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#94e2d5}html.theme--catppuccin-mocha .hero.is-info.is-bold{background-image:linear-gradient(141deg, #63e0b6 0%, #94e2d5 71%, #a5eaea 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #63e0b6 0%, #94e2d5 71%, #a5eaea 100%)}}html.theme--catppuccin-mocha .hero.is-success{background-color:#a6e3a1;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-success strong{color:inherit}html.theme--catppuccin-mocha .hero.is-success .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-success .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-success .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-success .navbar-menu{background-color:#a6e3a1}}html.theme--catppuccin-mocha .hero.is-success .navbar-item,html.theme--catppuccin-mocha .hero.is-success .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-success a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-success .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-success .navbar-link.is-active{background-color:#93dd8d;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-success .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-success .tabs li.is-active a{color:#a6e3a1 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#a6e3a1}html.theme--catppuccin-mocha .hero.is-success.is-bold{background-image:linear-gradient(141deg, #8ce071 0%, #a6e3a1 71%, #b2ebb7 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #8ce071 0%, #a6e3a1 71%, #b2ebb7 100%)}}html.theme--catppuccin-mocha .hero.is-warning{background-color:#f9e2af;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-warning strong{color:inherit}html.theme--catppuccin-mocha .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--catppuccin-mocha .hero.is-warning .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-warning .navbar-menu{background-color:#f9e2af}}html.theme--catppuccin-mocha .hero.is-warning .navbar-item,html.theme--catppuccin-mocha .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-warning a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-warning .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-warning .navbar-link.is-active{background-color:#f7d997;color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--catppuccin-mocha .hero.is-warning .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-warning .tabs li.is-active a{color:#f9e2af !important;opacity:1}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f9e2af}html.theme--catppuccin-mocha .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #fcbd79 0%, #f9e2af 71%, #fcf4c5 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #fcbd79 0%, #f9e2af 71%, #fcf4c5 100%)}}html.theme--catppuccin-mocha .hero.is-danger{background-color:#f38ba8;color:#fff}html.theme--catppuccin-mocha .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--catppuccin-mocha .hero.is-danger strong{color:inherit}html.theme--catppuccin-mocha .hero.is-danger .title{color:#fff}html.theme--catppuccin-mocha .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--catppuccin-mocha .hero.is-danger .subtitle a:not(.button),html.theme--catppuccin-mocha .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .hero.is-danger .navbar-menu{background-color:#f38ba8}}html.theme--catppuccin-mocha .hero.is-danger .navbar-item,html.theme--catppuccin-mocha .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--catppuccin-mocha .hero.is-danger a.navbar-item:hover,html.theme--catppuccin-mocha .hero.is-danger a.navbar-item.is-active,html.theme--catppuccin-mocha .hero.is-danger .navbar-link:hover,html.theme--catppuccin-mocha .hero.is-danger .navbar-link.is-active{background-color:#f17497;color:#fff}html.theme--catppuccin-mocha .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--catppuccin-mocha .hero.is-danger .tabs a:hover{opacity:1}html.theme--catppuccin-mocha .hero.is-danger .tabs li.is-active a{color:#f38ba8 !important;opacity:1}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed a:hover,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--catppuccin-mocha .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f38ba8}html.theme--catppuccin-mocha .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #f7549d 0%, #f38ba8 71%, #f8a0a9 100%)}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f7549d 0%, #f38ba8 71%, #f8a0a9 100%)}}html.theme--catppuccin-mocha .hero.is-small .hero-body,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--catppuccin-mocha .hero.is-halfheight .hero-body,html.theme--catppuccin-mocha .hero.is-fullheight .hero-body,html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--catppuccin-mocha .hero.is-halfheight .hero-body>.container,html.theme--catppuccin-mocha .hero.is-fullheight .hero-body>.container,html.theme--catppuccin-mocha .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--catppuccin-mocha .hero.is-halfheight{min-height:50vh}html.theme--catppuccin-mocha .hero.is-fullheight{min-height:100vh}html.theme--catppuccin-mocha .hero-video{overflow:hidden}html.theme--catppuccin-mocha .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--catppuccin-mocha .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero-video{display:none}}html.theme--catppuccin-mocha .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--catppuccin-mocha .hero-buttons .button{display:flex}html.theme--catppuccin-mocha .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero-buttons{display:flex;justify-content:center}html.theme--catppuccin-mocha .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--catppuccin-mocha .hero-head,html.theme--catppuccin-mocha .hero-foot{flex-grow:0;flex-shrink:0}html.theme--catppuccin-mocha .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--catppuccin-mocha .hero-body{padding:3rem 3rem}}html.theme--catppuccin-mocha .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha .section{padding:3rem 3rem}html.theme--catppuccin-mocha .section.is-medium{padding:9rem 4.5rem}html.theme--catppuccin-mocha .section.is-large{padding:18rem 6rem}}html.theme--catppuccin-mocha .footer{background-color:#181825;padding:3rem 1.5rem 6rem}html.theme--catppuccin-mocha h1 .docs-heading-anchor,html.theme--catppuccin-mocha h1 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h1 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h2 .docs-heading-anchor,html.theme--catppuccin-mocha h2 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h2 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h3 .docs-heading-anchor,html.theme--catppuccin-mocha h3 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h3 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h4 .docs-heading-anchor,html.theme--catppuccin-mocha h4 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h4 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h5 .docs-heading-anchor,html.theme--catppuccin-mocha h5 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h5 .docs-heading-anchor:visited,html.theme--catppuccin-mocha h6 .docs-heading-anchor,html.theme--catppuccin-mocha h6 .docs-heading-anchor:hover,html.theme--catppuccin-mocha h6 .docs-heading-anchor:visited{color:#cdd6f4}html.theme--catppuccin-mocha h1 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h2 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h3 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h4 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h5 .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--catppuccin-mocha h1 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h2 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h3 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h4 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h5 .docs-heading-anchor-permalink::before,html.theme--catppuccin-mocha h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--catppuccin-mocha h1:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h2:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h3:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h4:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h5:hover .docs-heading-anchor-permalink,html.theme--catppuccin-mocha h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--catppuccin-mocha .docs-light-only{display:none !important}html.theme--catppuccin-mocha pre{position:relative;overflow:hidden}html.theme--catppuccin-mocha pre code,html.theme--catppuccin-mocha pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--catppuccin-mocha pre code:first-of-type,html.theme--catppuccin-mocha pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--catppuccin-mocha pre code:last-of-type,html.theme--catppuccin-mocha pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--catppuccin-mocha pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#cdd6f4;cursor:pointer;text-align:center}html.theme--catppuccin-mocha pre .copy-button:focus,html.theme--catppuccin-mocha pre .copy-button:hover{opacity:1;background:rgba(205,214,244,0.1);color:#89b4fa}html.theme--catppuccin-mocha pre .copy-button.success{color:#a6e3a1;opacity:1}html.theme--catppuccin-mocha pre .copy-button.error{color:#f38ba8;opacity:1}html.theme--catppuccin-mocha pre:hover .copy-button{opacity:1}html.theme--catppuccin-mocha .admonition{background-color:#181825;border-style:solid;border-width:2px;border-color:#bac2de;border-radius:4px;font-size:1rem}html.theme--catppuccin-mocha .admonition strong{color:currentColor}html.theme--catppuccin-mocha .admonition.is-small,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--catppuccin-mocha .admonition.is-medium{font-size:1.25rem}html.theme--catppuccin-mocha .admonition.is-large{font-size:1.5rem}html.theme--catppuccin-mocha .admonition.is-default{background-color:#181825;border-color:#bac2de}html.theme--catppuccin-mocha .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#bac2de}html.theme--catppuccin-mocha .admonition.is-default>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-info{background-color:#181825;border-color:#94e2d5}html.theme--catppuccin-mocha .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#94e2d5}html.theme--catppuccin-mocha .admonition.is-info>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-success{background-color:#181825;border-color:#a6e3a1}html.theme--catppuccin-mocha .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#a6e3a1}html.theme--catppuccin-mocha .admonition.is-success>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-warning{background-color:#181825;border-color:#f9e2af}html.theme--catppuccin-mocha .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#f9e2af}html.theme--catppuccin-mocha .admonition.is-warning>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-danger{background-color:#181825;border-color:#f38ba8}html.theme--catppuccin-mocha .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#f38ba8}html.theme--catppuccin-mocha .admonition.is-danger>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-compat{background-color:#181825;border-color:#89dceb}html.theme--catppuccin-mocha .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#89dceb}html.theme--catppuccin-mocha .admonition.is-compat>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition.is-todo{background-color:#181825;border-color:#cba6f7}html.theme--catppuccin-mocha .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#cba6f7}html.theme--catppuccin-mocha .admonition.is-todo>.admonition-body{color:#cdd6f4}html.theme--catppuccin-mocha .admonition-header{color:#bac2de;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--catppuccin-mocha .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--catppuccin-mocha details.admonition.is-details>.admonition-header{list-style:none}html.theme--catppuccin-mocha details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--catppuccin-mocha details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--catppuccin-mocha .admonition-body{color:#cdd6f4;padding:0.5rem .75rem}html.theme--catppuccin-mocha .admonition-body pre{background-color:#181825}html.theme--catppuccin-mocha .admonition-body code{background-color:#181825}html.theme--catppuccin-mocha .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #585b70;border-radius:4px;box-shadow:none;max-width:100%}html.theme--catppuccin-mocha .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#181825;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #585b70;overflow:auto}html.theme--catppuccin-mocha .docstring>header code{background-color:transparent}html.theme--catppuccin-mocha .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--catppuccin-mocha .docstring>header .docstring-binding{margin-right:0.3em}html.theme--catppuccin-mocha .docstring>header .docstring-category{margin-left:0.3em}html.theme--catppuccin-mocha .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #585b70}html.theme--catppuccin-mocha .docstring>section:last-child{border-bottom:none}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--catppuccin-mocha .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-mocha .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--catppuccin-mocha .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--catppuccin-mocha .documenter-example-output{background-color:#1e1e2e}html.theme--catppuccin-mocha .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#181825;color:#cdd6f4;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--catppuccin-mocha .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--catppuccin-mocha .outdated-warning-overlay a{color:#89b4fa}html.theme--catppuccin-mocha .outdated-warning-overlay a:hover{color:#89dceb}html.theme--catppuccin-mocha .content pre{border:2px solid #585b70;border-radius:4px}html.theme--catppuccin-mocha .content code{font-weight:inherit}html.theme--catppuccin-mocha .content a code{color:#89b4fa}html.theme--catppuccin-mocha .content a:hover code{color:#89dceb}html.theme--catppuccin-mocha .content h1 code,html.theme--catppuccin-mocha .content h2 code,html.theme--catppuccin-mocha .content h3 code,html.theme--catppuccin-mocha .content h4 code,html.theme--catppuccin-mocha .content h5 code,html.theme--catppuccin-mocha .content h6 code{color:#cdd6f4}html.theme--catppuccin-mocha .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--catppuccin-mocha .content blockquote>ul:first-child,html.theme--catppuccin-mocha .content blockquote>ol:first-child,html.theme--catppuccin-mocha .content .admonition-body>ul:first-child,html.theme--catppuccin-mocha .content .admonition-body>ol:first-child{margin-top:0}html.theme--catppuccin-mocha pre,html.theme--catppuccin-mocha code{font-variant-ligatures:no-contextual}html.theme--catppuccin-mocha .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--catppuccin-mocha .breadcrumb a.is-disabled,html.theme--catppuccin-mocha .breadcrumb a.is-disabled:hover{color:#b8c5ef}html.theme--catppuccin-mocha .hljs{background:initial !important}html.theme--catppuccin-mocha .katex .katex-mathml{top:0;right:0}html.theme--catppuccin-mocha .katex-display,html.theme--catppuccin-mocha mjx-container,html.theme--catppuccin-mocha .MathJax_Display{margin:0.5em 0 !important}html.theme--catppuccin-mocha html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--catppuccin-mocha li.no-marker{list-style:none}html.theme--catppuccin-mocha #documenter .docs-main>article{overflow-wrap:break-word}html.theme--catppuccin-mocha #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main{width:100%}html.theme--catppuccin-mocha #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--catppuccin-mocha #documenter .docs-main>header,html.theme--catppuccin-mocha #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar{background-color:#1e1e2e;border-bottom:1px solid #585b70;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--catppuccin-mocha #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--catppuccin-mocha #documenter .docs-main section.footnotes{border-top:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .tag:first-child,html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--catppuccin-mocha #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--catppuccin-mocha .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #585b70;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--catppuccin-mocha #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--catppuccin-mocha #documenter .docs-sidebar{display:flex;flex-direction:column;color:#cdd6f4;background-color:#181825;border-right:1px solid #585b70;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--catppuccin-mocha #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar{left:0;top:0}}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name a,html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-package-name a:hover{color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #585b70;display:none;padding:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #585b70;padding-bottom:1.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#cdd6f4;background:#181825}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#cdd6f4;background-color:#202031}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #585b70;border-bottom:1px solid #585b70;background-color:#11111b}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#11111b;color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#202031;color:#cdd6f4}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #585b70}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--catppuccin-mocha #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#28283e}html.theme--catppuccin-mocha #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#383856}}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#28283e}html.theme--catppuccin-mocha #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#383856}}html.theme--catppuccin-mocha kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--catppuccin-mocha .search-min-width-50{min-width:50%}html.theme--catppuccin-mocha .search-min-height-100{min-height:100%}html.theme--catppuccin-mocha .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--catppuccin-mocha .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover,html.theme--catppuccin-mocha .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--catppuccin-mocha .search-result-link .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-mocha .property-search-result-badge,html.theme--catppuccin-mocha .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--catppuccin-mocha .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:hover .search-filter,html.theme--catppuccin-mocha .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--catppuccin-mocha .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--catppuccin-mocha .search-filter:hover,html.theme--catppuccin-mocha .search-filter:focus{color:#333}html.theme--catppuccin-mocha .search-filter-selected{color:#313244;background-color:#b4befe}html.theme--catppuccin-mocha .search-filter-selected:hover,html.theme--catppuccin-mocha .search-filter-selected:focus{color:#313244}html.theme--catppuccin-mocha .search-result-highlight{background-color:#ffdd57;color:black}html.theme--catppuccin-mocha .search-divider{border-bottom:1px solid #585b70}html.theme--catppuccin-mocha .search-result-title{width:85%;color:#f5f5f5}html.theme--catppuccin-mocha .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--catppuccin-mocha #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--catppuccin-mocha #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--catppuccin-mocha .w-100{width:100%}html.theme--catppuccin-mocha .gap-2{gap:0.5rem}html.theme--catppuccin-mocha .gap-4{gap:1rem}html.theme--catppuccin-mocha .gap-8{gap:2rem}html.theme--catppuccin-mocha{background-color:#1e1e2e;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--catppuccin-mocha a{transition:all 200ms ease}html.theme--catppuccin-mocha .label{color:#cdd6f4}html.theme--catppuccin-mocha .button,html.theme--catppuccin-mocha .control.has-icons-left .icon,html.theme--catppuccin-mocha .control.has-icons-right .icon,html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .pagination-ellipsis,html.theme--catppuccin-mocha .pagination-link,html.theme--catppuccin-mocha .pagination-next,html.theme--catppuccin-mocha .pagination-previous,html.theme--catppuccin-mocha .select,html.theme--catppuccin-mocha .select select,html.theme--catppuccin-mocha .textarea{height:2.5em;color:#cdd6f4}html.theme--catppuccin-mocha .input,html.theme--catppuccin-mocha #documenter .docs-sidebar form.docs-search>input,html.theme--catppuccin-mocha .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em;color:#cdd6f4}html.theme--catppuccin-mocha .select:after,html.theme--catppuccin-mocha .select select{border-width:1px}html.theme--catppuccin-mocha .menu-list a{transition:all 300ms ease}html.theme--catppuccin-mocha .modal-card-foot,html.theme--catppuccin-mocha .modal-card-head{border-color:#585b70}html.theme--catppuccin-mocha .navbar{border-radius:.4em}html.theme--catppuccin-mocha .navbar.is-transparent{background:none}html.theme--catppuccin-mocha .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--catppuccin-mocha .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#89b4fa}@media screen and (max-width: 1055px){html.theme--catppuccin-mocha .navbar .navbar-menu{background-color:#89b4fa;border-radius:0 0 .4em .4em}}html.theme--catppuccin-mocha .docstring>section>a.docs-sourcelink:not(body){color:#313244}html.theme--catppuccin-mocha .tag.is-link:not(body),html.theme--catppuccin-mocha .docstring>section>a.is-link.docs-sourcelink:not(body),html.theme--catppuccin-mocha .content kbd.is-link:not(body){color:#313244}html.theme--catppuccin-mocha .ansi span.sgr1{font-weight:bolder}html.theme--catppuccin-mocha .ansi span.sgr2{font-weight:lighter}html.theme--catppuccin-mocha .ansi span.sgr3{font-style:italic}html.theme--catppuccin-mocha .ansi span.sgr4{text-decoration:underline}html.theme--catppuccin-mocha .ansi span.sgr7{color:#1e1e2e;background-color:#cdd6f4}html.theme--catppuccin-mocha .ansi span.sgr8{color:transparent}html.theme--catppuccin-mocha .ansi span.sgr8 span{color:transparent}html.theme--catppuccin-mocha .ansi span.sgr9{text-decoration:line-through}html.theme--catppuccin-mocha .ansi span.sgr30{color:#45475a}html.theme--catppuccin-mocha .ansi span.sgr31{color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr32{color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr33{color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr34{color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr35{color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr36{color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr37{color:#bac2de}html.theme--catppuccin-mocha .ansi span.sgr40{background-color:#45475a}html.theme--catppuccin-mocha .ansi span.sgr41{background-color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr42{background-color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr43{background-color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr44{background-color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr45{background-color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr46{background-color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr47{background-color:#bac2de}html.theme--catppuccin-mocha .ansi span.sgr90{color:#585b70}html.theme--catppuccin-mocha .ansi span.sgr91{color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr92{color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr93{color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr94{color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr95{color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr96{color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr97{color:#a6adc8}html.theme--catppuccin-mocha .ansi span.sgr100{background-color:#585b70}html.theme--catppuccin-mocha .ansi span.sgr101{background-color:#f38ba8}html.theme--catppuccin-mocha .ansi span.sgr102{background-color:#a6e3a1}html.theme--catppuccin-mocha .ansi span.sgr103{background-color:#f9e2af}html.theme--catppuccin-mocha .ansi span.sgr104{background-color:#89b4fa}html.theme--catppuccin-mocha .ansi span.sgr105{background-color:#f5c2e7}html.theme--catppuccin-mocha .ansi span.sgr106{background-color:#94e2d5}html.theme--catppuccin-mocha .ansi span.sgr107{background-color:#a6adc8}html.theme--catppuccin-mocha code.language-julia-repl>span.hljs-meta{color:#a6e3a1;font-weight:bolder}html.theme--catppuccin-mocha code .hljs{color:#cdd6f4;background:#1e1e2e}html.theme--catppuccin-mocha code .hljs-keyword{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-built_in{color:#f38ba8}html.theme--catppuccin-mocha code .hljs-type{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-literal{color:#fab387}html.theme--catppuccin-mocha code .hljs-number{color:#fab387}html.theme--catppuccin-mocha code .hljs-operator{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-punctuation{color:#bac2de}html.theme--catppuccin-mocha code .hljs-property{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-regexp{color:#f5c2e7}html.theme--catppuccin-mocha code .hljs-string{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-char.escape_{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-subst{color:#a6adc8}html.theme--catppuccin-mocha code .hljs-symbol{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-variable{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-variable.language_{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-variable.constant_{color:#fab387}html.theme--catppuccin-mocha code .hljs-title{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-title.class_{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-title.function_{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-params{color:#cdd6f4}html.theme--catppuccin-mocha code .hljs-comment{color:#585b70}html.theme--catppuccin-mocha code .hljs-doctag{color:#f38ba8}html.theme--catppuccin-mocha code .hljs-meta{color:#fab387}html.theme--catppuccin-mocha code .hljs-section{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-tag{color:#a6adc8}html.theme--catppuccin-mocha code .hljs-name{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-attr{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-attribute{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-bullet{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-code{color:#a6e3a1}html.theme--catppuccin-mocha code .hljs-emphasis{color:#f38ba8;font-style:italic}html.theme--catppuccin-mocha code .hljs-strong{color:#f38ba8;font-weight:bold}html.theme--catppuccin-mocha code .hljs-formula{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-link{color:#74c7ec;font-style:italic}html.theme--catppuccin-mocha code .hljs-quote{color:#a6e3a1;font-style:italic}html.theme--catppuccin-mocha code .hljs-selector-tag{color:#f9e2af}html.theme--catppuccin-mocha code .hljs-selector-id{color:#89b4fa}html.theme--catppuccin-mocha code .hljs-selector-class{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-selector-attr{color:#cba6f7}html.theme--catppuccin-mocha code .hljs-selector-pseudo{color:#94e2d5}html.theme--catppuccin-mocha code .hljs-template-tag{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-template-variable{color:#f2cdcd}html.theme--catppuccin-mocha code .hljs-addition{color:#a6e3a1;background:rgba(166,227,161,0.15)}html.theme--catppuccin-mocha code .hljs-deletion{color:#f38ba8;background:rgba(243,139,168,0.15)}html.theme--catppuccin-mocha .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover,html.theme--catppuccin-mocha .search-result-link:focus{background-color:#313244}html.theme--catppuccin-mocha .search-result-link .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link .search-filter{transition:all 300ms}html.theme--catppuccin-mocha .search-result-link:hover .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:hover .search-filter,html.theme--catppuccin-mocha .search-result-link:focus .property-search-result-badge,html.theme--catppuccin-mocha .search-result-link:focus .search-filter{color:#313244 !important;background-color:#b4befe !important}html.theme--catppuccin-mocha .search-result-title{color:#cdd6f4}html.theme--catppuccin-mocha .search-result-highlight{background-color:#f38ba8;color:#181825}html.theme--catppuccin-mocha .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--catppuccin-mocha .w-100{width:100%}html.theme--catppuccin-mocha .gap-2{gap:0.5rem}html.theme--catppuccin-mocha .gap-4{gap:1rem} diff --git a/v0.1.38/assets/themes/documenter-dark.css b/v0.1.38/assets/themes/documenter-dark.css new file mode 100644 index 000000000..979a735f8 --- /dev/null +++ b/v0.1.38/assets/themes/documenter-dark.css @@ -0,0 +1,12 @@ +html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .file-cta,html.theme--documenter-dark .file-name,html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:.4em;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}html.theme--documenter-dark .pagination-previous:focus,html.theme--documenter-dark .pagination-next:focus,html.theme--documenter-dark .pagination-link:focus,html.theme--documenter-dark .pagination-ellipsis:focus,html.theme--documenter-dark .file-cta:focus,html.theme--documenter-dark .file-name:focus,html.theme--documenter-dark .select select:focus,html.theme--documenter-dark .textarea:focus,html.theme--documenter-dark .input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:focus,html.theme--documenter-dark .button:focus,html.theme--documenter-dark .is-focused.pagination-previous,html.theme--documenter-dark .is-focused.pagination-next,html.theme--documenter-dark .is-focused.pagination-link,html.theme--documenter-dark .is-focused.pagination-ellipsis,html.theme--documenter-dark .is-focused.file-cta,html.theme--documenter-dark .is-focused.file-name,html.theme--documenter-dark .select select.is-focused,html.theme--documenter-dark .is-focused.textarea,html.theme--documenter-dark .is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-focused.button,html.theme--documenter-dark .pagination-previous:active,html.theme--documenter-dark .pagination-next:active,html.theme--documenter-dark .pagination-link:active,html.theme--documenter-dark .pagination-ellipsis:active,html.theme--documenter-dark .file-cta:active,html.theme--documenter-dark .file-name:active,html.theme--documenter-dark .select select:active,html.theme--documenter-dark .textarea:active,html.theme--documenter-dark .input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:active,html.theme--documenter-dark .button:active,html.theme--documenter-dark .is-active.pagination-previous,html.theme--documenter-dark .is-active.pagination-next,html.theme--documenter-dark .is-active.pagination-link,html.theme--documenter-dark .is-active.pagination-ellipsis,html.theme--documenter-dark .is-active.file-cta,html.theme--documenter-dark .is-active.file-name,html.theme--documenter-dark .select select.is-active,html.theme--documenter-dark .is-active.textarea,html.theme--documenter-dark .is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .is-active.button{outline:none}html.theme--documenter-dark .pagination-previous[disabled],html.theme--documenter-dark .pagination-next[disabled],html.theme--documenter-dark .pagination-link[disabled],html.theme--documenter-dark .pagination-ellipsis[disabled],html.theme--documenter-dark .file-cta[disabled],html.theme--documenter-dark .file-name[disabled],html.theme--documenter-dark .select select[disabled],html.theme--documenter-dark .textarea[disabled],html.theme--documenter-dark .input[disabled],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled],html.theme--documenter-dark .button[disabled],fieldset[disabled] html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark fieldset[disabled] .pagination-previous,fieldset[disabled] html.theme--documenter-dark .pagination-next,html.theme--documenter-dark fieldset[disabled] .pagination-next,fieldset[disabled] html.theme--documenter-dark .pagination-link,html.theme--documenter-dark fieldset[disabled] .pagination-link,fieldset[disabled] html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark fieldset[disabled] .pagination-ellipsis,fieldset[disabled] html.theme--documenter-dark .file-cta,html.theme--documenter-dark fieldset[disabled] .file-cta,fieldset[disabled] html.theme--documenter-dark .file-name,html.theme--documenter-dark fieldset[disabled] .file-name,fieldset[disabled] html.theme--documenter-dark .select select,fieldset[disabled] html.theme--documenter-dark .textarea,fieldset[disabled] html.theme--documenter-dark .input,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark fieldset[disabled] .select select,html.theme--documenter-dark .select fieldset[disabled] select,html.theme--documenter-dark fieldset[disabled] .textarea,html.theme--documenter-dark fieldset[disabled] .input,html.theme--documenter-dark fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] html.theme--documenter-dark .button,html.theme--documenter-dark fieldset[disabled] .button{cursor:not-allowed}html.theme--documenter-dark .tabs,html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .breadcrumb,html.theme--documenter-dark .file,html.theme--documenter-dark .button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html.theme--documenter-dark .navbar-link:not(.is-arrowless)::after,html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}html.theme--documenter-dark .admonition:not(:last-child),html.theme--documenter-dark .tabs:not(:last-child),html.theme--documenter-dark .pagination:not(:last-child),html.theme--documenter-dark .message:not(:last-child),html.theme--documenter-dark .level:not(:last-child),html.theme--documenter-dark .breadcrumb:not(:last-child),html.theme--documenter-dark .block:not(:last-child),html.theme--documenter-dark .title:not(:last-child),html.theme--documenter-dark .subtitle:not(:last-child),html.theme--documenter-dark .table-container:not(:last-child),html.theme--documenter-dark .table:not(:last-child),html.theme--documenter-dark .progress:not(:last-child),html.theme--documenter-dark .notification:not(:last-child),html.theme--documenter-dark .content:not(:last-child),html.theme--documenter-dark .box:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .modal-close,html.theme--documenter-dark .delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}html.theme--documenter-dark .modal-close::before,html.theme--documenter-dark .delete::before,html.theme--documenter-dark .modal-close::after,html.theme--documenter-dark .delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--documenter-dark .modal-close::before,html.theme--documenter-dark .delete::before{height:2px;width:50%}html.theme--documenter-dark .modal-close::after,html.theme--documenter-dark .delete::after{height:50%;width:2px}html.theme--documenter-dark .modal-close:hover,html.theme--documenter-dark .delete:hover,html.theme--documenter-dark .modal-close:focus,html.theme--documenter-dark .delete:focus{background-color:rgba(10,10,10,0.3)}html.theme--documenter-dark .modal-close:active,html.theme--documenter-dark .delete:active{background-color:rgba(10,10,10,0.4)}html.theme--documenter-dark .is-small.modal-close,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.modal-close,html.theme--documenter-dark .is-small.delete,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}html.theme--documenter-dark .is-medium.modal-close,html.theme--documenter-dark .is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}html.theme--documenter-dark .is-large.modal-close,html.theme--documenter-dark .is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}html.theme--documenter-dark .control.is-loading::after,html.theme--documenter-dark .select.is-loading::after,html.theme--documenter-dark .loader,html.theme--documenter-dark .button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdee0;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}html.theme--documenter-dark .hero-video,html.theme--documenter-dark .modal-background,html.theme--documenter-dark .modal,html.theme--documenter-dark .image.is-square img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--documenter-dark .image.is-square .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--documenter-dark .image.is-1by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--documenter-dark .image.is-1by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--documenter-dark .image.is-5by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--documenter-dark .image.is-5by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--documenter-dark .image.is-4by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--documenter-dark .image.is-4by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--documenter-dark .image.is-3by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--documenter-dark .image.is-3by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--documenter-dark .image.is-5by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--documenter-dark .image.is-5by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--documenter-dark .image.is-16by9 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--documenter-dark .image.is-16by9 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--documenter-dark .image.is-2by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--documenter-dark .image.is-2by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--documenter-dark .image.is-3by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--documenter-dark .image.is-3by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--documenter-dark .image.is-4by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--documenter-dark .image.is-4by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--documenter-dark .image.is-3by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--documenter-dark .image.is-3by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--documenter-dark .image.is-2by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--documenter-dark .image.is-2by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--documenter-dark .image.is-3by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--documenter-dark .image.is-3by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--documenter-dark .image.is-9by16 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--documenter-dark .image.is-9by16 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--documenter-dark .image.is-1by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--documenter-dark .image.is-1by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--documenter-dark .image.is-1by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--documenter-dark .image.is-1by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}html.theme--documenter-dark .navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#ecf0f1 !important}a.has-text-light:hover,a.has-text-light:focus{color:#cfd9db !important}.has-background-light{background-color:#ecf0f1 !important}.has-text-dark{color:#282f2f !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#111414 !important}.has-background-dark{background-color:#282f2f !important}.has-text-primary{color:#375a7f !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#28415b !important}.has-background-primary{background-color:#375a7f !important}.has-text-primary-light{color:#f1f5f9 !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#cddbe9 !important}.has-background-primary-light{background-color:#f1f5f9 !important}.has-text-primary-dark{color:#4d7eb2 !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#7198c1 !important}.has-background-primary-dark{background-color:#4d7eb2 !important}.has-text-link{color:#1abc9c !important}a.has-text-link:hover,a.has-text-link:focus{color:#148f77 !important}.has-background-link{background-color:#1abc9c !important}.has-text-link-light{color:#edfdf9 !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c0f6ec !important}.has-background-link-light{background-color:#edfdf9 !important}.has-text-link-dark{color:#15987e !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#1bc5a4 !important}.has-background-link-dark{background-color:#15987e !important}.has-text-info{color:#3c5dcd !important}a.has-text-info:hover,a.has-text-info:focus{color:#2c48aa !important}.has-background-info{background-color:#3c5dcd !important}.has-text-info-light{color:#eff2fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6d0f0 !important}.has-background-info-light{background-color:#eff2fb !important}.has-text-info-dark{color:#3253c3 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#5571d3 !important}.has-background-info-dark{background-color:#3253c3 !important}.has-text-success{color:#259a12 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a6c0d !important}.has-background-success{background-color:#259a12 !important}.has-text-success-light{color:#effded !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c7f8bf !important}.has-background-success-light{background-color:#effded !important}.has-text-success-dark{color:#2ec016 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#3fe524 !important}.has-background-success-dark{background-color:#2ec016 !important}.has-text-warning{color:#f4c72f !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#e4b30c !important}.has-background-warning{background-color:#f4c72f !important}.has-text-warning-light{color:#fefaec !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fbedbb !important}.has-background-warning-light{background-color:#fefaec !important}.has-text-warning-dark{color:#8c6e07 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#bd940a !important}.has-background-warning-dark{background-color:#8c6e07 !important}.has-text-danger{color:#cb3c33 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a23029 !important}.has-background-danger{background-color:#cb3c33 !important}.has-text-danger-light{color:#fbefef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f1c8c6 !important}.has-background-danger-light{background-color:#fbefef !important}.has-text-danger-dark{color:#c03930 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#d35850 !important}.has-background-danger-dark{background-color:#c03930 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#282f2f !important}.has-background-grey-darker{background-color:#282f2f !important}.has-text-grey-dark{color:#343c3d !important}.has-background-grey-dark{background-color:#343c3d !important}.has-text-grey{color:#5e6d6f !important}.has-background-grey{background-color:#5e6d6f !important}.has-text-grey-light{color:#8c9b9d !important}.has-background-grey-light{background-color:#8c9b9d !important}.has-text-grey-lighter{color:#dbdee0 !important}.has-background-grey-lighter{background-color:#dbdee0 !important}.has-text-white-ter{color:#ecf0f1 !important}.has-background-white-ter{background-color:#ecf0f1 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,html.theme--documenter-dark .docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}html.theme--documenter-dark{/*! + Theme: a11y-dark + Author: @ericwbailey + Maintainer: @ericwbailey + + Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css +*/}html.theme--documenter-dark html{background-color:#1f2424;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--documenter-dark article,html.theme--documenter-dark aside,html.theme--documenter-dark figure,html.theme--documenter-dark footer,html.theme--documenter-dark header,html.theme--documenter-dark hgroup,html.theme--documenter-dark section{display:block}html.theme--documenter-dark body,html.theme--documenter-dark button,html.theme--documenter-dark input,html.theme--documenter-dark optgroup,html.theme--documenter-dark select,html.theme--documenter-dark textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}html.theme--documenter-dark code,html.theme--documenter-dark pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--documenter-dark body{color:#fff;font-size:1em;font-weight:400;line-height:1.5}html.theme--documenter-dark a{color:#1abc9c;cursor:pointer;text-decoration:none}html.theme--documenter-dark a strong{color:currentColor}html.theme--documenter-dark a:hover{color:#1dd2af}html.theme--documenter-dark code{background-color:rgba(255,255,255,0.05);color:#ececec;font-size:.875em;font-weight:normal;padding:.1em}html.theme--documenter-dark hr{background-color:#282f2f;border:none;display:block;height:2px;margin:1.5rem 0}html.theme--documenter-dark img{height:auto;max-width:100%}html.theme--documenter-dark input[type="checkbox"],html.theme--documenter-dark input[type="radio"]{vertical-align:baseline}html.theme--documenter-dark small{font-size:.875em}html.theme--documenter-dark span{font-style:inherit;font-weight:inherit}html.theme--documenter-dark strong{color:#f2f2f2;font-weight:700}html.theme--documenter-dark fieldset{border:none}html.theme--documenter-dark pre{-webkit-overflow-scrolling:touch;background-color:#282f2f;color:#fff;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}html.theme--documenter-dark pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}html.theme--documenter-dark table td,html.theme--documenter-dark table th{vertical-align:top}html.theme--documenter-dark table td:not([align]),html.theme--documenter-dark table th:not([align]){text-align:inherit}html.theme--documenter-dark table th{color:#f2f2f2}html.theme--documenter-dark .box{background-color:#343c3d;border-radius:8px;box-shadow:none;color:#fff;display:block;padding:1.25rem}html.theme--documenter-dark a.box:hover,html.theme--documenter-dark a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #1abc9c}html.theme--documenter-dark a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #1abc9c}html.theme--documenter-dark .button{background-color:#282f2f;border-color:#4c5759;border-width:1px;color:#375a7f;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}html.theme--documenter-dark .button strong{color:inherit}html.theme--documenter-dark .button .icon,html.theme--documenter-dark .button .icon.is-small,html.theme--documenter-dark .button #documenter .docs-sidebar form.docs-search>input.icon,html.theme--documenter-dark #documenter .docs-sidebar .button form.docs-search>input.icon,html.theme--documenter-dark .button .icon.is-medium,html.theme--documenter-dark .button .icon.is-large{height:1.5em;width:1.5em}html.theme--documenter-dark .button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}html.theme--documenter-dark .button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}html.theme--documenter-dark .button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}html.theme--documenter-dark .button:hover,html.theme--documenter-dark .button.is-hovered{border-color:#8c9b9d;color:#f2f2f2}html.theme--documenter-dark .button:focus,html.theme--documenter-dark .button.is-focused{border-color:#8c9b9d;color:#17a689}html.theme--documenter-dark .button:focus:not(:active),html.theme--documenter-dark .button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .button:active,html.theme--documenter-dark .button.is-active{border-color:#343c3d;color:#f2f2f2}html.theme--documenter-dark .button.is-text{background-color:transparent;border-color:transparent;color:#fff;text-decoration:underline}html.theme--documenter-dark .button.is-text:hover,html.theme--documenter-dark .button.is-text.is-hovered,html.theme--documenter-dark .button.is-text:focus,html.theme--documenter-dark .button.is-text.is-focused{background-color:#282f2f;color:#f2f2f2}html.theme--documenter-dark .button.is-text:active,html.theme--documenter-dark .button.is-text.is-active{background-color:#1d2122;color:#f2f2f2}html.theme--documenter-dark .button.is-text[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}html.theme--documenter-dark .button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#1abc9c;text-decoration:none}html.theme--documenter-dark .button.is-ghost:hover,html.theme--documenter-dark .button.is-ghost.is-hovered{color:#1abc9c;text-decoration:underline}html.theme--documenter-dark .button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:hover,html.theme--documenter-dark .button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:focus,html.theme--documenter-dark .button.is-white.is-focused{border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white:focus:not(:active),html.theme--documenter-dark .button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .button.is-white:active,html.theme--documenter-dark .button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .button.is-white[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}html.theme--documenter-dark .button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted:hover,html.theme--documenter-dark .button.is-white.is-inverted.is-hovered{background-color:#000}html.theme--documenter-dark .button.is-white.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-white.is-outlined:hover,html.theme--documenter-dark .button.is-white.is-outlined.is-hovered,html.theme--documenter-dark .button.is-white.is-outlined:focus,html.theme--documenter-dark .button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-white.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-white.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:hover,html.theme--documenter-dark .button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:focus,html.theme--documenter-dark .button.is-black.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black:focus:not(:active),html.theme--documenter-dark .button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .button.is-black:active,html.theme--documenter-dark .button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-black[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}html.theme--documenter-dark .button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted:hover,html.theme--documenter-dark .button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-black.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-outlined:hover,html.theme--documenter-dark .button.is-black.is-outlined.is-hovered,html.theme--documenter-dark .button.is-black.is-outlined:focus,html.theme--documenter-dark .button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-black.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-black.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}html.theme--documenter-dark .button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-light{background-color:#ecf0f1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:hover,html.theme--documenter-dark .button.is-light.is-hovered{background-color:#e5eaec;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:focus,html.theme--documenter-dark .button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light:focus:not(:active),html.theme--documenter-dark .button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .button.is-light:active,html.theme--documenter-dark .button.is-light.is-active{background-color:#dde4e6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light{background-color:#ecf0f1;border-color:#ecf0f1;box-shadow:none}html.theme--documenter-dark .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted:hover,html.theme--documenter-dark .button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-light.is-outlined{background-color:transparent;border-color:#ecf0f1;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-outlined:hover,html.theme--documenter-dark .button.is-light.is-outlined.is-hovered,html.theme--documenter-dark .button.is-light.is-outlined:focus,html.theme--documenter-dark .button.is-light.is-outlined.is-focused{background-color:#ecf0f1;border-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #ecf0f1 #ecf0f1 !important}html.theme--documenter-dark .button.is-light.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-light.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-outlined{background-color:transparent;border-color:#ecf0f1;box-shadow:none;color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #ecf0f1 #ecf0f1 !important}html.theme--documenter-dark .button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-dark,html.theme--documenter-dark .content kbd.button{background-color:#282f2f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:hover,html.theme--documenter-dark .content kbd.button:hover,html.theme--documenter-dark .button.is-dark.is-hovered,html.theme--documenter-dark .content kbd.button.is-hovered{background-color:#232829;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:focus,html.theme--documenter-dark .content kbd.button:focus,html.theme--documenter-dark .button.is-dark.is-focused,html.theme--documenter-dark .content kbd.button.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark:focus:not(:active),html.theme--documenter-dark .content kbd.button:focus:not(:active),html.theme--documenter-dark .button.is-dark.is-focused:not(:active),html.theme--documenter-dark .content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .button.is-dark:active,html.theme--documenter-dark .content kbd.button:active,html.theme--documenter-dark .button.is-dark.is-active,html.theme--documenter-dark .content kbd.button.is-active{background-color:#1d2122;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-dark[disabled],html.theme--documenter-dark .content kbd.button[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark,fieldset[disabled] html.theme--documenter-dark .content kbd.button{background-color:#282f2f;border-color:#282f2f;box-shadow:none}html.theme--documenter-dark .button.is-dark.is-inverted,html.theme--documenter-dark .content kbd.button.is-inverted{background-color:#fff;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted:hover,html.theme--documenter-dark .content kbd.button.is-inverted:hover,html.theme--documenter-dark .button.is-dark.is-inverted.is-hovered,html.theme--documenter-dark .content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-dark.is-inverted[disabled],html.theme--documenter-dark .content kbd.button.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-inverted,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-loading::after,html.theme--documenter-dark .content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-dark.is-outlined,html.theme--documenter-dark .content kbd.button.is-outlined{background-color:transparent;border-color:#282f2f;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-outlined:hover,html.theme--documenter-dark .content kbd.button.is-outlined:hover,html.theme--documenter-dark .button.is-dark.is-outlined.is-hovered,html.theme--documenter-dark .content kbd.button.is-outlined.is-hovered,html.theme--documenter-dark .button.is-dark.is-outlined:focus,html.theme--documenter-dark .content kbd.button.is-outlined:focus,html.theme--documenter-dark .button.is-dark.is-outlined.is-focused,html.theme--documenter-dark .content kbd.button.is-outlined.is-focused{background-color:#282f2f;border-color:#282f2f;color:#fff}html.theme--documenter-dark .button.is-dark.is-outlined.is-loading::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #282f2f #282f2f !important}html.theme--documenter-dark .button.is-dark.is-outlined.is-loading:hover::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading:focus::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-dark.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-dark.is-outlined[disabled],html.theme--documenter-dark .content kbd.button.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-outlined,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-outlined{background-color:transparent;border-color:#282f2f;box-shadow:none;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined:hover,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined:focus,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-focused,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#282f2f}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #282f2f #282f2f !important}html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined[disabled],html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-dark.is-inverted.is-outlined,fieldset[disabled] html.theme--documenter-dark .content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-primary,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink{background-color:#375a7f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:hover,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#335476;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:focus,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary:focus:not(:active),html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus:not(:active),html.theme--documenter-dark .button.is-primary.is-focused:not(:active),html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .button.is-primary:active,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary.is-active,html.theme--documenter-dark .docstring>section>a.button.is-active.docs-sourcelink{background-color:#2f4d6d;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-primary[disabled],html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink{background-color:#375a7f;border-color:#375a7f;box-shadow:none}html.theme--documenter-dark .button.is-primary.is-inverted,html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted:hover,html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-inverted.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}html.theme--documenter-dark .button.is-primary.is-inverted[disabled],html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-inverted,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-loading::after,html.theme--documenter-dark .docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-primary.is-outlined,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#375a7f;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-outlined:hover,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-outlined.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-outlined:focus,html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-outlined.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#375a7f;border-color:#375a7f;color:#fff}html.theme--documenter-dark .button.is-primary.is-outlined.is-loading::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #375a7f #375a7f !important}html.theme--documenter-dark .button.is-primary.is-outlined.is-loading:hover::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading:focus::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--documenter-dark .button.is-primary.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-primary.is-outlined[disabled],html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-outlined,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#375a7f;box-shadow:none;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined:hover,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined:focus,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#375a7f}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #375a7f #375a7f !important}html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined[disabled],html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-primary.is-inverted.is-outlined,fieldset[disabled] html.theme--documenter-dark .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-primary.is-light,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink{background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .button.is-primary.is-light:hover,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink:hover,html.theme--documenter-dark .button.is-primary.is-light.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e8eef5;border-color:transparent;color:#4d7eb2}html.theme--documenter-dark .button.is-primary.is-light:active,html.theme--documenter-dark .docstring>section>a.button.is-light.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary.is-light.is-active,html.theme--documenter-dark .docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#dfe8f1;border-color:transparent;color:#4d7eb2}html.theme--documenter-dark .button.is-link{background-color:#1abc9c;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:hover,html.theme--documenter-dark .button.is-link.is-hovered{background-color:#18b193;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:focus,html.theme--documenter-dark .button.is-link.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link:focus:not(:active),html.theme--documenter-dark .button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .button.is-link:active,html.theme--documenter-dark .button.is-link.is-active{background-color:#17a689;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-link[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link{background-color:#1abc9c;border-color:#1abc9c;box-shadow:none}html.theme--documenter-dark .button.is-link.is-inverted{background-color:#fff;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted:hover,html.theme--documenter-dark .button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-link.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-link.is-outlined{background-color:transparent;border-color:#1abc9c;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-outlined:hover,html.theme--documenter-dark .button.is-link.is-outlined.is-hovered,html.theme--documenter-dark .button.is-link.is-outlined:focus,html.theme--documenter-dark .button.is-link.is-outlined.is-focused{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #1abc9c #1abc9c !important}html.theme--documenter-dark .button.is-link.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-link.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-outlined{background-color:transparent;border-color:#1abc9c;box-shadow:none;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#1abc9c}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #1abc9c #1abc9c !important}html.theme--documenter-dark .button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-link.is-light{background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .button.is-link.is-light:hover,html.theme--documenter-dark .button.is-link.is-light.is-hovered{background-color:#e2fbf6;border-color:transparent;color:#15987e}html.theme--documenter-dark .button.is-link.is-light:active,html.theme--documenter-dark .button.is-link.is-light.is-active{background-color:#d7f9f3;border-color:transparent;color:#15987e}html.theme--documenter-dark .button.is-info{background-color:#3c5dcd;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:hover,html.theme--documenter-dark .button.is-info.is-hovered{background-color:#3355c9;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:focus,html.theme--documenter-dark .button.is-info.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info:focus:not(:active),html.theme--documenter-dark .button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info.is-active{background-color:#3151bf;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-info[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info{background-color:#3c5dcd;border-color:#3c5dcd;box-shadow:none}html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-inverted:hover,html.theme--documenter-dark .button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-info.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-outlined:hover,html.theme--documenter-dark .button.is-info.is-outlined.is-hovered,html.theme--documenter-dark .button.is-info.is-outlined:focus,html.theme--documenter-dark .button.is-info.is-outlined.is-focused{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}html.theme--documenter-dark .button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}html.theme--documenter-dark .button.is-info.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-info.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;box-shadow:none;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3c5dcd}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}html.theme--documenter-dark .button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-info.is-light{background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .button.is-info.is-light:hover,html.theme--documenter-dark .button.is-info.is-light.is-hovered{background-color:#e5e9f8;border-color:transparent;color:#3253c3}html.theme--documenter-dark .button.is-info.is-light:active,html.theme--documenter-dark .button.is-info.is-light.is-active{background-color:#dae1f6;border-color:transparent;color:#3253c3}html.theme--documenter-dark .button.is-success{background-color:#259a12;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:hover,html.theme--documenter-dark .button.is-success.is-hovered{background-color:#228f11;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:focus,html.theme--documenter-dark .button.is-success.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success:focus:not(:active),html.theme--documenter-dark .button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success.is-active{background-color:#20830f;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-success[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success{background-color:#259a12;border-color:#259a12;box-shadow:none}html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;color:#259a12}html.theme--documenter-dark .button.is-success.is-inverted:hover,html.theme--documenter-dark .button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-success.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#259a12}html.theme--documenter-dark .button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-success.is-outlined{background-color:transparent;border-color:#259a12;color:#259a12}html.theme--documenter-dark .button.is-success.is-outlined:hover,html.theme--documenter-dark .button.is-success.is-outlined.is-hovered,html.theme--documenter-dark .button.is-success.is-outlined:focus,html.theme--documenter-dark .button.is-success.is-outlined.is-focused{background-color:#259a12;border-color:#259a12;color:#fff}html.theme--documenter-dark .button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #259a12 #259a12 !important}html.theme--documenter-dark .button.is-success.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-success.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-outlined{background-color:transparent;border-color:#259a12;box-shadow:none;color:#259a12}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#259a12}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #259a12 #259a12 !important}html.theme--documenter-dark .button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-success.is-light{background-color:#effded;color:#2ec016}html.theme--documenter-dark .button.is-success.is-light:hover,html.theme--documenter-dark .button.is-success.is-light.is-hovered{background-color:#e5fce1;border-color:transparent;color:#2ec016}html.theme--documenter-dark .button.is-success.is-light:active,html.theme--documenter-dark .button.is-success.is-light.is-active{background-color:#dbfad6;border-color:transparent;color:#2ec016}html.theme--documenter-dark .button.is-warning{background-color:#f4c72f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:hover,html.theme--documenter-dark .button.is-warning.is-hovered{background-color:#f3c423;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:focus,html.theme--documenter-dark .button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning:focus:not(:active),html.theme--documenter-dark .button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(244,199,47,0.25)}html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning.is-active{background-color:#f3c017;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning{background-color:#f4c72f;border-color:#f4c72f;box-shadow:none}html.theme--documenter-dark .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-warning.is-outlined{background-color:transparent;border-color:#f4c72f;color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-outlined:hover,html.theme--documenter-dark .button.is-warning.is-outlined.is-hovered,html.theme--documenter-dark .button.is-warning.is-outlined:focus,html.theme--documenter-dark .button.is-warning.is-outlined.is-focused{background-color:#f4c72f;border-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #f4c72f #f4c72f !important}html.theme--documenter-dark .button.is-warning.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}html.theme--documenter-dark .button.is-warning.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-outlined{background-color:transparent;border-color:#f4c72f;box-shadow:none;color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f4c72f #f4c72f !important}html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .button.is-warning.is-light{background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .button.is-warning.is-light:hover,html.theme--documenter-dark .button.is-warning.is-light.is-hovered{background-color:#fdf7e0;border-color:transparent;color:#8c6e07}html.theme--documenter-dark .button.is-warning.is-light:active,html.theme--documenter-dark .button.is-warning.is-light.is-active{background-color:#fdf3d3;border-color:transparent;color:#8c6e07}html.theme--documenter-dark .button.is-danger{background-color:#cb3c33;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:hover,html.theme--documenter-dark .button.is-danger.is-hovered{background-color:#c13930;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:focus,html.theme--documenter-dark .button.is-danger.is-focused{border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger:focus:not(:active),html.theme--documenter-dark .button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger.is-active{background-color:#b7362e;border-color:transparent;color:#fff}html.theme--documenter-dark .button.is-danger[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger{background-color:#cb3c33;border-color:#cb3c33;box-shadow:none}html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-inverted:hover,html.theme--documenter-dark .button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}html.theme--documenter-dark .button.is-danger.is-inverted[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-outlined:hover,html.theme--documenter-dark .button.is-danger.is-outlined.is-hovered,html.theme--documenter-dark .button.is-danger.is-outlined:focus,html.theme--documenter-dark .button.is-danger.is-outlined.is-focused{background-color:#cb3c33;border-color:#cb3c33;color:#fff}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}html.theme--documenter-dark .button.is-danger.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}html.theme--documenter-dark .button.is-danger.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;box-shadow:none;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined:hover,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-hovered,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined:focus,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#cb3c33}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading:hover::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading:focus::after,html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] html.theme--documenter-dark .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}html.theme--documenter-dark .button.is-danger.is-light{background-color:#fbefef;color:#c03930}html.theme--documenter-dark .button.is-danger.is-light:hover,html.theme--documenter-dark .button.is-danger.is-light.is-hovered{background-color:#f8e6e5;border-color:transparent;color:#c03930}html.theme--documenter-dark .button.is-danger.is-light:active,html.theme--documenter-dark .button.is-danger.is-light.is-active{background-color:#f6dcda;border-color:transparent;color:#c03930}html.theme--documenter-dark .button.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}html.theme--documenter-dark .button.is-small:not(.is-rounded),html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:3px}html.theme--documenter-dark .button.is-normal{font-size:1rem}html.theme--documenter-dark .button.is-medium{font-size:1.25rem}html.theme--documenter-dark .button.is-large{font-size:1.5rem}html.theme--documenter-dark .button[disabled],fieldset[disabled] html.theme--documenter-dark .button{background-color:#8c9b9d;border-color:#5e6d6f;box-shadow:none;opacity:.5}html.theme--documenter-dark .button.is-fullwidth{display:flex;width:100%}html.theme--documenter-dark .button.is-loading{color:transparent !important;pointer-events:none}html.theme--documenter-dark .button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}html.theme--documenter-dark .button.is-static{background-color:#282f2f;border-color:#5e6d6f;color:#dbdee0;box-shadow:none;pointer-events:none}html.theme--documenter-dark .button.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}html.theme--documenter-dark .buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .buttons .button{margin-bottom:0.5rem}html.theme--documenter-dark .buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}html.theme--documenter-dark .buttons:last-child{margin-bottom:-0.5rem}html.theme--documenter-dark .buttons:not(:last-child){margin-bottom:1rem}html.theme--documenter-dark .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}html.theme--documenter-dark .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:3px}html.theme--documenter-dark .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}html.theme--documenter-dark .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}html.theme--documenter-dark .buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}html.theme--documenter-dark .buttons.has-addons .button:last-child{margin-right:0}html.theme--documenter-dark .buttons.has-addons .button:hover,html.theme--documenter-dark .buttons.has-addons .button.is-hovered{z-index:2}html.theme--documenter-dark .buttons.has-addons .button:focus,html.theme--documenter-dark .buttons.has-addons .button.is-focused,html.theme--documenter-dark .buttons.has-addons .button:active,html.theme--documenter-dark .buttons.has-addons .button.is-active,html.theme--documenter-dark .buttons.has-addons .button.is-selected{z-index:3}html.theme--documenter-dark .buttons.has-addons .button:focus:hover,html.theme--documenter-dark .buttons.has-addons .button.is-focused:hover,html.theme--documenter-dark .buttons.has-addons .button:active:hover,html.theme--documenter-dark .buttons.has-addons .button.is-active:hover,html.theme--documenter-dark .buttons.has-addons .button.is-selected:hover{z-index:4}html.theme--documenter-dark .buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .buttons.is-centered{justify-content:center}html.theme--documenter-dark .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}html.theme--documenter-dark .buttons.is-right{justify-content:flex-end}html.theme--documenter-dark .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .button.is-responsive.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}html.theme--documenter-dark .button.is-responsive,html.theme--documenter-dark .button.is-responsive.is-normal{font-size:.65625rem}html.theme--documenter-dark .button.is-responsive.is-medium{font-size:.75rem}html.theme--documenter-dark .button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .button.is-responsive.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}html.theme--documenter-dark .button.is-responsive,html.theme--documenter-dark .button.is-responsive.is-normal{font-size:.75rem}html.theme--documenter-dark .button.is-responsive.is-medium{font-size:1rem}html.theme--documenter-dark .button.is-responsive.is-large{font-size:1.25rem}}html.theme--documenter-dark .container{flex-grow:1;margin:0 auto;position:relative;width:auto}html.theme--documenter-dark .container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){html.theme--documenter-dark .container{max-width:992px}}@media screen and (max-width: 1215px){html.theme--documenter-dark .container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){html.theme--documenter-dark .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){html.theme--documenter-dark .container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){html.theme--documenter-dark .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}html.theme--documenter-dark .content li+li{margin-top:0.25em}html.theme--documenter-dark .content p:not(:last-child),html.theme--documenter-dark .content dl:not(:last-child),html.theme--documenter-dark .content ol:not(:last-child),html.theme--documenter-dark .content ul:not(:last-child),html.theme--documenter-dark .content blockquote:not(:last-child),html.theme--documenter-dark .content pre:not(:last-child),html.theme--documenter-dark .content table:not(:last-child){margin-bottom:1em}html.theme--documenter-dark .content h1,html.theme--documenter-dark .content h2,html.theme--documenter-dark .content h3,html.theme--documenter-dark .content h4,html.theme--documenter-dark .content h5,html.theme--documenter-dark .content h6{color:#f2f2f2;font-weight:600;line-height:1.125}html.theme--documenter-dark .content h1{font-size:2em;margin-bottom:0.5em}html.theme--documenter-dark .content h1:not(:first-child){margin-top:1em}html.theme--documenter-dark .content h2{font-size:1.75em;margin-bottom:0.5714em}html.theme--documenter-dark .content h2:not(:first-child){margin-top:1.1428em}html.theme--documenter-dark .content h3{font-size:1.5em;margin-bottom:0.6666em}html.theme--documenter-dark .content h3:not(:first-child){margin-top:1.3333em}html.theme--documenter-dark .content h4{font-size:1.25em;margin-bottom:0.8em}html.theme--documenter-dark .content h5{font-size:1.125em;margin-bottom:0.8888em}html.theme--documenter-dark .content h6{font-size:1em;margin-bottom:1em}html.theme--documenter-dark .content blockquote{background-color:#282f2f;border-left:5px solid #5e6d6f;padding:1.25em 1.5em}html.theme--documenter-dark .content ol{list-style-position:outside;margin-left:2em;margin-top:1em}html.theme--documenter-dark .content ol:not([type]){list-style-type:decimal}html.theme--documenter-dark .content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}html.theme--documenter-dark .content ol.is-lower-roman:not([type]){list-style-type:lower-roman}html.theme--documenter-dark .content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}html.theme--documenter-dark .content ol.is-upper-roman:not([type]){list-style-type:upper-roman}html.theme--documenter-dark .content ul{list-style:disc outside;margin-left:2em;margin-top:1em}html.theme--documenter-dark .content ul ul{list-style-type:circle;margin-top:0.5em}html.theme--documenter-dark .content ul ul ul{list-style-type:square}html.theme--documenter-dark .content dd{margin-left:2em}html.theme--documenter-dark .content figure{margin-left:2em;margin-right:2em;text-align:center}html.theme--documenter-dark .content figure:not(:first-child){margin-top:2em}html.theme--documenter-dark .content figure:not(:last-child){margin-bottom:2em}html.theme--documenter-dark .content figure img{display:inline-block}html.theme--documenter-dark .content figure figcaption{font-style:italic}html.theme--documenter-dark .content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}html.theme--documenter-dark .content sup,html.theme--documenter-dark .content sub{font-size:75%}html.theme--documenter-dark .content table{width:100%}html.theme--documenter-dark .content table td,html.theme--documenter-dark .content table th{border:1px solid #5e6d6f;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--documenter-dark .content table th{color:#f2f2f2}html.theme--documenter-dark .content table th:not([align]){text-align:inherit}html.theme--documenter-dark .content table thead td,html.theme--documenter-dark .content table thead th{border-width:0 0 2px;color:#f2f2f2}html.theme--documenter-dark .content table tfoot td,html.theme--documenter-dark .content table tfoot th{border-width:2px 0 0;color:#f2f2f2}html.theme--documenter-dark .content table tbody tr:last-child td,html.theme--documenter-dark .content table tbody tr:last-child th{border-bottom-width:0}html.theme--documenter-dark .content .tabs li+li{margin-top:0}html.theme--documenter-dark .content.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}html.theme--documenter-dark .content.is-normal{font-size:1rem}html.theme--documenter-dark .content.is-medium{font-size:1.25rem}html.theme--documenter-dark .content.is-large{font-size:1.5rem}html.theme--documenter-dark .icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}html.theme--documenter-dark .icon.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}html.theme--documenter-dark .icon.is-medium{height:2rem;width:2rem}html.theme--documenter-dark .icon.is-large{height:3rem;width:3rem}html.theme--documenter-dark .icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}html.theme--documenter-dark .icon-text .icon{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .icon-text .icon:not(:last-child){margin-right:.25em}html.theme--documenter-dark .icon-text .icon:not(:first-child){margin-left:.25em}html.theme--documenter-dark div.icon-text{display:flex}html.theme--documenter-dark .image,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img{display:block;position:relative}html.theme--documenter-dark .image img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}html.theme--documenter-dark .image img.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}html.theme--documenter-dark .image.is-fullwidth,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}html.theme--documenter-dark .image.is-square img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square img,html.theme--documenter-dark .image.is-square .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,html.theme--documenter-dark .image.is-1by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 img,html.theme--documenter-dark .image.is-1by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,html.theme--documenter-dark .image.is-5by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 img,html.theme--documenter-dark .image.is-5by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,html.theme--documenter-dark .image.is-4by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 img,html.theme--documenter-dark .image.is-4by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,html.theme--documenter-dark .image.is-3by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 img,html.theme--documenter-dark .image.is-3by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,html.theme--documenter-dark .image.is-5by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 img,html.theme--documenter-dark .image.is-5by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,html.theme--documenter-dark .image.is-16by9 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 img,html.theme--documenter-dark .image.is-16by9 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,html.theme--documenter-dark .image.is-2by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 img,html.theme--documenter-dark .image.is-2by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,html.theme--documenter-dark .image.is-3by1 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 img,html.theme--documenter-dark .image.is-3by1 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,html.theme--documenter-dark .image.is-4by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 img,html.theme--documenter-dark .image.is-4by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,html.theme--documenter-dark .image.is-3by4 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 img,html.theme--documenter-dark .image.is-3by4 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,html.theme--documenter-dark .image.is-2by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 img,html.theme--documenter-dark .image.is-2by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,html.theme--documenter-dark .image.is-3by5 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 img,html.theme--documenter-dark .image.is-3by5 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,html.theme--documenter-dark .image.is-9by16 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 img,html.theme--documenter-dark .image.is-9by16 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,html.theme--documenter-dark .image.is-1by2 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 img,html.theme--documenter-dark .image.is-1by2 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,html.theme--documenter-dark .image.is-1by3 img,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 img,html.theme--documenter-dark .image.is-1by3 .has-ratio,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}html.theme--documenter-dark .image.is-square,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-square,html.theme--documenter-dark .image.is-1by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}html.theme--documenter-dark .image.is-5by4,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}html.theme--documenter-dark .image.is-4by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}html.theme--documenter-dark .image.is-3by2,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}html.theme--documenter-dark .image.is-5by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}html.theme--documenter-dark .image.is-16by9,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}html.theme--documenter-dark .image.is-2by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}html.theme--documenter-dark .image.is-3by1,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}html.theme--documenter-dark .image.is-4by5,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}html.theme--documenter-dark .image.is-3by4,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}html.theme--documenter-dark .image.is-2by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}html.theme--documenter-dark .image.is-3by5,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}html.theme--documenter-dark .image.is-9by16,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}html.theme--documenter-dark .image.is-1by2,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}html.theme--documenter-dark .image.is-1by3,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}html.theme--documenter-dark .image.is-16x16,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}html.theme--documenter-dark .image.is-24x24,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}html.theme--documenter-dark .image.is-32x32,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}html.theme--documenter-dark .image.is-48x48,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}html.theme--documenter-dark .image.is-64x64,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}html.theme--documenter-dark .image.is-96x96,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}html.theme--documenter-dark .image.is-128x128,html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}html.theme--documenter-dark .notification{background-color:#282f2f;border-radius:.4em;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}html.theme--documenter-dark .notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--documenter-dark .notification strong{color:currentColor}html.theme--documenter-dark .notification code,html.theme--documenter-dark .notification pre{background:#fff}html.theme--documenter-dark .notification pre code{background:transparent}html.theme--documenter-dark .notification>.delete{right:.5rem;position:absolute;top:0.5rem}html.theme--documenter-dark .notification .title,html.theme--documenter-dark .notification .subtitle,html.theme--documenter-dark .notification .content{color:currentColor}html.theme--documenter-dark .notification.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .notification.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .notification.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .notification.is-dark,html.theme--documenter-dark .content kbd.notification{background-color:#282f2f;color:#fff}html.theme--documenter-dark .notification.is-primary,html.theme--documenter-dark .docstring>section>a.notification.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .notification.is-primary.is-light,html.theme--documenter-dark .docstring>section>a.notification.is-light.docs-sourcelink{background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .notification.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .notification.is-link.is-light{background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .notification.is-info{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .notification.is-info.is-light{background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .notification.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .notification.is-success.is-light{background-color:#effded;color:#2ec016}html.theme--documenter-dark .notification.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .notification.is-warning.is-light{background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .notification.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .notification.is-danger.is-light{background-color:#fbefef;color:#c03930}html.theme--documenter-dark .progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}html.theme--documenter-dark .progress::-webkit-progress-bar{background-color:#343c3d}html.theme--documenter-dark .progress::-webkit-progress-value{background-color:#dbdee0}html.theme--documenter-dark .progress::-moz-progress-bar{background-color:#dbdee0}html.theme--documenter-dark .progress::-ms-fill{background-color:#dbdee0;border:none}html.theme--documenter-dark .progress.is-white::-webkit-progress-value{background-color:#fff}html.theme--documenter-dark .progress.is-white::-moz-progress-bar{background-color:#fff}html.theme--documenter-dark .progress.is-white::-ms-fill{background-color:#fff}html.theme--documenter-dark .progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-black::-webkit-progress-value{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black::-moz-progress-bar{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black::-ms-fill{background-color:#0a0a0a}html.theme--documenter-dark .progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-light::-webkit-progress-value{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light::-moz-progress-bar{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light::-ms-fill{background-color:#ecf0f1}html.theme--documenter-dark .progress.is-light:indeterminate{background-image:linear-gradient(to right, #ecf0f1 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-dark::-webkit-progress-value,html.theme--documenter-dark .content kbd.progress::-webkit-progress-value{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark::-moz-progress-bar,html.theme--documenter-dark .content kbd.progress::-moz-progress-bar{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark::-ms-fill,html.theme--documenter-dark .content kbd.progress::-ms-fill{background-color:#282f2f}html.theme--documenter-dark .progress.is-dark:indeterminate,html.theme--documenter-dark .content kbd.progress:indeterminate{background-image:linear-gradient(to right, #282f2f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-primary::-webkit-progress-value,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary::-moz-progress-bar,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary::-ms-fill,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#375a7f}html.theme--documenter-dark .progress.is-primary:indeterminate,html.theme--documenter-dark .docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #375a7f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-link::-webkit-progress-value{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link::-moz-progress-bar{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link::-ms-fill{background-color:#1abc9c}html.theme--documenter-dark .progress.is-link:indeterminate{background-image:linear-gradient(to right, #1abc9c 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-info::-webkit-progress-value{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info::-moz-progress-bar{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info::-ms-fill{background-color:#3c5dcd}html.theme--documenter-dark .progress.is-info:indeterminate{background-image:linear-gradient(to right, #3c5dcd 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-success::-webkit-progress-value{background-color:#259a12}html.theme--documenter-dark .progress.is-success::-moz-progress-bar{background-color:#259a12}html.theme--documenter-dark .progress.is-success::-ms-fill{background-color:#259a12}html.theme--documenter-dark .progress.is-success:indeterminate{background-image:linear-gradient(to right, #259a12 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-warning::-webkit-progress-value{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning::-moz-progress-bar{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning::-ms-fill{background-color:#f4c72f}html.theme--documenter-dark .progress.is-warning:indeterminate{background-image:linear-gradient(to right, #f4c72f 30%, #343c3d 30%)}html.theme--documenter-dark .progress.is-danger::-webkit-progress-value{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger::-moz-progress-bar{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger::-ms-fill{background-color:#cb3c33}html.theme--documenter-dark .progress.is-danger:indeterminate{background-image:linear-gradient(to right, #cb3c33 30%, #343c3d 30%)}html.theme--documenter-dark .progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#343c3d;background-image:linear-gradient(to right, #fff 30%, #343c3d 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}html.theme--documenter-dark .progress:indeterminate::-webkit-progress-bar{background-color:transparent}html.theme--documenter-dark .progress:indeterminate::-moz-progress-bar{background-color:transparent}html.theme--documenter-dark .progress:indeterminate::-ms-fill{animation-name:none}html.theme--documenter-dark .progress.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}html.theme--documenter-dark .progress.is-medium{height:1.25rem}html.theme--documenter-dark .progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}html.theme--documenter-dark .table{background-color:#343c3d;color:#fff}html.theme--documenter-dark .table td,html.theme--documenter-dark .table th{border:1px solid #5e6d6f;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}html.theme--documenter-dark .table td.is-white,html.theme--documenter-dark .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .table td.is-black,html.theme--documenter-dark .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .table td.is-light,html.theme--documenter-dark .table th.is-light{background-color:#ecf0f1;border-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .table td.is-dark,html.theme--documenter-dark .table th.is-dark{background-color:#282f2f;border-color:#282f2f;color:#fff}html.theme--documenter-dark .table td.is-primary,html.theme--documenter-dark .table th.is-primary{background-color:#375a7f;border-color:#375a7f;color:#fff}html.theme--documenter-dark .table td.is-link,html.theme--documenter-dark .table th.is-link{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .table td.is-info,html.theme--documenter-dark .table th.is-info{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}html.theme--documenter-dark .table td.is-success,html.theme--documenter-dark .table th.is-success{background-color:#259a12;border-color:#259a12;color:#fff}html.theme--documenter-dark .table td.is-warning,html.theme--documenter-dark .table th.is-warning{background-color:#f4c72f;border-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .table td.is-danger,html.theme--documenter-dark .table th.is-danger{background-color:#cb3c33;border-color:#cb3c33;color:#fff}html.theme--documenter-dark .table td.is-narrow,html.theme--documenter-dark .table th.is-narrow{white-space:nowrap;width:1%}html.theme--documenter-dark .table td.is-selected,html.theme--documenter-dark .table th.is-selected{background-color:#375a7f;color:#fff}html.theme--documenter-dark .table td.is-selected a,html.theme--documenter-dark .table td.is-selected strong,html.theme--documenter-dark .table th.is-selected a,html.theme--documenter-dark .table th.is-selected strong{color:currentColor}html.theme--documenter-dark .table td.is-vcentered,html.theme--documenter-dark .table th.is-vcentered{vertical-align:middle}html.theme--documenter-dark .table th{color:#f2f2f2}html.theme--documenter-dark .table th:not([align]){text-align:left}html.theme--documenter-dark .table tr.is-selected{background-color:#375a7f;color:#fff}html.theme--documenter-dark .table tr.is-selected a,html.theme--documenter-dark .table tr.is-selected strong{color:currentColor}html.theme--documenter-dark .table tr.is-selected td,html.theme--documenter-dark .table tr.is-selected th{border-color:#fff;color:currentColor}html.theme--documenter-dark .table thead{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table thead td,html.theme--documenter-dark .table thead th{border-width:0 0 2px;color:#f2f2f2}html.theme--documenter-dark .table tfoot{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table tfoot td,html.theme--documenter-dark .table tfoot th{border-width:2px 0 0;color:#f2f2f2}html.theme--documenter-dark .table tbody{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .table tbody tr:last-child td,html.theme--documenter-dark .table tbody tr:last-child th{border-bottom-width:0}html.theme--documenter-dark .table.is-bordered td,html.theme--documenter-dark .table.is-bordered th{border-width:1px}html.theme--documenter-dark .table.is-bordered tr:last-child td,html.theme--documenter-dark .table.is-bordered tr:last-child th{border-bottom-width:1px}html.theme--documenter-dark .table.is-fullwidth{width:100%}html.theme--documenter-dark .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#282f2f}html.theme--documenter-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#282f2f}html.theme--documenter-dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#2d3435}html.theme--documenter-dark .table.is-narrow td,html.theme--documenter-dark .table.is-narrow th{padding:0.25em 0.5em}html.theme--documenter-dark .table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#282f2f}html.theme--documenter-dark .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}html.theme--documenter-dark .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .tags .tag,html.theme--documenter-dark .tags .content kbd,html.theme--documenter-dark .content .tags kbd,html.theme--documenter-dark .tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}html.theme--documenter-dark .tags .tag:not(:last-child),html.theme--documenter-dark .tags .content kbd:not(:last-child),html.theme--documenter-dark .content .tags kbd:not(:last-child),html.theme--documenter-dark .tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}html.theme--documenter-dark .tags:last-child{margin-bottom:-0.5rem}html.theme--documenter-dark .tags:not(:last-child){margin-bottom:1rem}html.theme--documenter-dark .tags.are-medium .tag:not(.is-normal):not(.is-large),html.theme--documenter-dark .tags.are-medium .content kbd:not(.is-normal):not(.is-large),html.theme--documenter-dark .content .tags.are-medium kbd:not(.is-normal):not(.is-large),html.theme--documenter-dark .tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}html.theme--documenter-dark .tags.are-large .tag:not(.is-normal):not(.is-medium),html.theme--documenter-dark .tags.are-large .content kbd:not(.is-normal):not(.is-medium),html.theme--documenter-dark .content .tags.are-large kbd:not(.is-normal):not(.is-medium),html.theme--documenter-dark .tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}html.theme--documenter-dark .tags.is-centered{justify-content:center}html.theme--documenter-dark .tags.is-centered .tag,html.theme--documenter-dark .tags.is-centered .content kbd,html.theme--documenter-dark .content .tags.is-centered kbd,html.theme--documenter-dark .tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}html.theme--documenter-dark .tags.is-right{justify-content:flex-end}html.theme--documenter-dark .tags.is-right .tag:not(:first-child),html.theme--documenter-dark .tags.is-right .content kbd:not(:first-child),html.theme--documenter-dark .content .tags.is-right kbd:not(:first-child),html.theme--documenter-dark .tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}html.theme--documenter-dark .tags.is-right .tag:not(:last-child),html.theme--documenter-dark .tags.is-right .content kbd:not(:last-child),html.theme--documenter-dark .content .tags.is-right kbd:not(:last-child),html.theme--documenter-dark .tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}html.theme--documenter-dark .tags.has-addons .tag,html.theme--documenter-dark .tags.has-addons .content kbd,html.theme--documenter-dark .content .tags.has-addons kbd,html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}html.theme--documenter-dark .tags.has-addons .tag:not(:first-child),html.theme--documenter-dark .tags.has-addons .content kbd:not(:first-child),html.theme--documenter-dark .content .tags.has-addons kbd:not(:first-child),html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}html.theme--documenter-dark .tags.has-addons .tag:not(:last-child),html.theme--documenter-dark .tags.has-addons .content kbd:not(:last-child),html.theme--documenter-dark .content .tags.has-addons kbd:not(:last-child),html.theme--documenter-dark .tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}html.theme--documenter-dark .tag:not(body),html.theme--documenter-dark .content kbd:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#282f2f;border-radius:.4em;color:#fff;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}html.theme--documenter-dark .tag:not(body) .delete,html.theme--documenter-dark .content kbd:not(body) .delete,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}html.theme--documenter-dark .tag.is-white:not(body),html.theme--documenter-dark .content kbd.is-white:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .tag.is-black:not(body),html.theme--documenter-dark .content kbd.is-black:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .tag.is-light:not(body),html.theme--documenter-dark .content kbd.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .tag.is-dark:not(body),html.theme--documenter-dark .content kbd:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-dark:not(body),html.theme--documenter-dark .content .docstring>section>kbd:not(body){background-color:#282f2f;color:#fff}html.theme--documenter-dark .tag.is-primary:not(body),html.theme--documenter-dark .content kbd.is-primary:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body){background-color:#375a7f;color:#fff}html.theme--documenter-dark .tag.is-primary.is-light:not(body),html.theme--documenter-dark .content kbd.is-primary.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f1f5f9;color:#4d7eb2}html.theme--documenter-dark .tag.is-link:not(body),html.theme--documenter-dark .content kbd.is-link:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#1abc9c;color:#fff}html.theme--documenter-dark .tag.is-link.is-light:not(body),html.theme--documenter-dark .content kbd.is-link.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#edfdf9;color:#15987e}html.theme--documenter-dark .tag.is-info:not(body),html.theme--documenter-dark .content kbd.is-info:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .tag.is-info.is-light:not(body),html.theme--documenter-dark .content kbd.is-info.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#eff2fb;color:#3253c3}html.theme--documenter-dark .tag.is-success:not(body),html.theme--documenter-dark .content kbd.is-success:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#259a12;color:#fff}html.theme--documenter-dark .tag.is-success.is-light:not(body),html.theme--documenter-dark .content kbd.is-success.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#effded;color:#2ec016}html.theme--documenter-dark .tag.is-warning:not(body),html.theme--documenter-dark .content kbd.is-warning:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .tag.is-warning.is-light:not(body),html.theme--documenter-dark .content kbd.is-warning.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fefaec;color:#8c6e07}html.theme--documenter-dark .tag.is-danger:not(body),html.theme--documenter-dark .content kbd.is-danger:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#cb3c33;color:#fff}html.theme--documenter-dark .tag.is-danger.is-light:not(body),html.theme--documenter-dark .content kbd.is-danger.is-light:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fbefef;color:#c03930}html.theme--documenter-dark .tag.is-normal:not(body),html.theme--documenter-dark .content kbd.is-normal:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}html.theme--documenter-dark .tag.is-medium:not(body),html.theme--documenter-dark .content kbd.is-medium:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}html.theme--documenter-dark .tag.is-large:not(body),html.theme--documenter-dark .content kbd.is-large:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}html.theme--documenter-dark .tag:not(body) .icon:first-child:not(:last-child),html.theme--documenter-dark .content kbd:not(body) .icon:first-child:not(:last-child),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}html.theme--documenter-dark .tag:not(body) .icon:last-child:not(:first-child),html.theme--documenter-dark .content kbd:not(body) .icon:last-child:not(:first-child),html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}html.theme--documenter-dark .tag:not(body) .icon:first-child:last-child,html.theme--documenter-dark .content kbd:not(body) .icon:first-child:last-child,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}html.theme--documenter-dark .tag.is-delete:not(body),html.theme--documenter-dark .content kbd.is-delete:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}html.theme--documenter-dark .tag.is-delete:not(body)::before,html.theme--documenter-dark .content kbd.is-delete:not(body)::before,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::before,html.theme--documenter-dark .tag.is-delete:not(body)::after,html.theme--documenter-dark .content kbd.is-delete:not(body)::after,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}html.theme--documenter-dark .tag.is-delete:not(body)::before,html.theme--documenter-dark .content kbd.is-delete:not(body)::before,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}html.theme--documenter-dark .tag.is-delete:not(body)::after,html.theme--documenter-dark .content kbd.is-delete:not(body)::after,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}html.theme--documenter-dark .tag.is-delete:not(body):hover,html.theme--documenter-dark .content kbd.is-delete:not(body):hover,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):hover,html.theme--documenter-dark .tag.is-delete:not(body):focus,html.theme--documenter-dark .content kbd.is-delete:not(body):focus,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#1d2122}html.theme--documenter-dark .tag.is-delete:not(body):active,html.theme--documenter-dark .content kbd.is-delete:not(body):active,html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#111414}html.theme--documenter-dark .tag.is-rounded:not(body),html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:not(body),html.theme--documenter-dark .content kbd.is-rounded:not(body),html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input:not(body),html.theme--documenter-dark .docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}html.theme--documenter-dark a.tag:hover,html.theme--documenter-dark .docstring>section>a.docs-sourcelink:hover{text-decoration:underline}html.theme--documenter-dark .title,html.theme--documenter-dark .subtitle{word-break:break-word}html.theme--documenter-dark .title em,html.theme--documenter-dark .title span,html.theme--documenter-dark .subtitle em,html.theme--documenter-dark .subtitle span{font-weight:inherit}html.theme--documenter-dark .title sub,html.theme--documenter-dark .subtitle sub{font-size:.75em}html.theme--documenter-dark .title sup,html.theme--documenter-dark .subtitle sup{font-size:.75em}html.theme--documenter-dark .title .tag,html.theme--documenter-dark .title .content kbd,html.theme--documenter-dark .content .title kbd,html.theme--documenter-dark .title .docstring>section>a.docs-sourcelink,html.theme--documenter-dark .subtitle .tag,html.theme--documenter-dark .subtitle .content kbd,html.theme--documenter-dark .content .subtitle kbd,html.theme--documenter-dark .subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}html.theme--documenter-dark .title{color:#fff;font-size:2rem;font-weight:500;line-height:1.125}html.theme--documenter-dark .title strong{color:inherit;font-weight:inherit}html.theme--documenter-dark .title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}html.theme--documenter-dark .title.is-1{font-size:3rem}html.theme--documenter-dark .title.is-2{font-size:2.5rem}html.theme--documenter-dark .title.is-3{font-size:2rem}html.theme--documenter-dark .title.is-4{font-size:1.5rem}html.theme--documenter-dark .title.is-5{font-size:1.25rem}html.theme--documenter-dark .title.is-6{font-size:1rem}html.theme--documenter-dark .title.is-7{font-size:.75rem}html.theme--documenter-dark .subtitle{color:#8c9b9d;font-size:1.25rem;font-weight:400;line-height:1.25}html.theme--documenter-dark .subtitle strong{color:#8c9b9d;font-weight:600}html.theme--documenter-dark .subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}html.theme--documenter-dark .subtitle.is-1{font-size:3rem}html.theme--documenter-dark .subtitle.is-2{font-size:2.5rem}html.theme--documenter-dark .subtitle.is-3{font-size:2rem}html.theme--documenter-dark .subtitle.is-4{font-size:1.5rem}html.theme--documenter-dark .subtitle.is-5{font-size:1.25rem}html.theme--documenter-dark .subtitle.is-6{font-size:1rem}html.theme--documenter-dark .subtitle.is-7{font-size:.75rem}html.theme--documenter-dark .heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}html.theme--documenter-dark .number{align-items:center;background-color:#282f2f;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{background-color:#1f2424;border-color:#5e6d6f;border-radius:.4em;color:#dbdee0}html.theme--documenter-dark .select select::-moz-placeholder,html.theme--documenter-dark .textarea::-moz-placeholder,html.theme--documenter-dark .input::-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#868c98}html.theme--documenter-dark .select select::-webkit-input-placeholder,html.theme--documenter-dark .textarea::-webkit-input-placeholder,html.theme--documenter-dark .input::-webkit-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#868c98}html.theme--documenter-dark .select select:-moz-placeholder,html.theme--documenter-dark .textarea:-moz-placeholder,html.theme--documenter-dark .input:-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#868c98}html.theme--documenter-dark .select select:-ms-input-placeholder,html.theme--documenter-dark .textarea:-ms-input-placeholder,html.theme--documenter-dark .input:-ms-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#868c98}html.theme--documenter-dark .select select:hover,html.theme--documenter-dark .textarea:hover,html.theme--documenter-dark .input:hover,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:hover,html.theme--documenter-dark .select select.is-hovered,html.theme--documenter-dark .is-hovered.textarea,html.theme--documenter-dark .is-hovered.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#8c9b9d}html.theme--documenter-dark .select select:focus,html.theme--documenter-dark .textarea:focus,html.theme--documenter-dark .input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:focus,html.theme--documenter-dark .select select.is-focused,html.theme--documenter-dark .is-focused.textarea,html.theme--documenter-dark .is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .select select:active,html.theme--documenter-dark .textarea:active,html.theme--documenter-dark .input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:active,html.theme--documenter-dark .select select.is-active,html.theme--documenter-dark .is-active.textarea,html.theme--documenter-dark .is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{border-color:#1abc9c;box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .select select[disabled],html.theme--documenter-dark .textarea[disabled],html.theme--documenter-dark .input[disabled],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] html.theme--documenter-dark .select select,fieldset[disabled] html.theme--documenter-dark .textarea,fieldset[disabled] html.theme--documenter-dark .input,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{background-color:#8c9b9d;border-color:#282f2f;box-shadow:none;color:#fff}html.theme--documenter-dark .select select[disabled]::-moz-placeholder,html.theme--documenter-dark .textarea[disabled]::-moz-placeholder,html.theme--documenter-dark .input[disabled]::-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .select select::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .input::-moz-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]::-webkit-input-placeholder,html.theme--documenter-dark .textarea[disabled]::-webkit-input-placeholder,html.theme--documenter-dark .input[disabled]::-webkit-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .select select::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark .input::-webkit-input-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]:-moz-placeholder,html.theme--documenter-dark .textarea[disabled]:-moz-placeholder,html.theme--documenter-dark .input[disabled]:-moz-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .select select:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark .input:-moz-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .select select[disabled]:-ms-input-placeholder,html.theme--documenter-dark .textarea[disabled]:-ms-input-placeholder,html.theme--documenter-dark .input[disabled]:-ms-input-placeholder,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .select select:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .textarea:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark .input:-ms-input-placeholder,fieldset[disabled] html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:rgba(255,255,255,0.3)}html.theme--documenter-dark .textarea,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}html.theme--documenter-dark .textarea[readonly],html.theme--documenter-dark .input[readonly],html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}html.theme--documenter-dark .is-white.textarea,html.theme--documenter-dark .is-white.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}html.theme--documenter-dark .is-white.textarea:focus,html.theme--documenter-dark .is-white.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white:focus,html.theme--documenter-dark .is-white.is-focused.textarea,html.theme--documenter-dark .is-white.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-white.textarea:active,html.theme--documenter-dark .is-white.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-white:active,html.theme--documenter-dark .is-white.is-active.textarea,html.theme--documenter-dark .is-white.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .is-black.textarea,html.theme--documenter-dark .is-black.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}html.theme--documenter-dark .is-black.textarea:focus,html.theme--documenter-dark .is-black.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black:focus,html.theme--documenter-dark .is-black.is-focused.textarea,html.theme--documenter-dark .is-black.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-black.textarea:active,html.theme--documenter-dark .is-black.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-black:active,html.theme--documenter-dark .is-black.is-active.textarea,html.theme--documenter-dark .is-black.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .is-light.textarea,html.theme--documenter-dark .is-light.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light{border-color:#ecf0f1}html.theme--documenter-dark .is-light.textarea:focus,html.theme--documenter-dark .is-light.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light:focus,html.theme--documenter-dark .is-light.is-focused.textarea,html.theme--documenter-dark .is-light.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-light.textarea:active,html.theme--documenter-dark .is-light.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-light:active,html.theme--documenter-dark .is-light.is-active.textarea,html.theme--documenter-dark .is-light.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .is-dark.textarea,html.theme--documenter-dark .content kbd.textarea,html.theme--documenter-dark .is-dark.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark,html.theme--documenter-dark .content kbd.input{border-color:#282f2f}html.theme--documenter-dark .is-dark.textarea:focus,html.theme--documenter-dark .content kbd.textarea:focus,html.theme--documenter-dark .is-dark.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark:focus,html.theme--documenter-dark .content kbd.input:focus,html.theme--documenter-dark .is-dark.is-focused.textarea,html.theme--documenter-dark .content kbd.is-focused.textarea,html.theme--documenter-dark .is-dark.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .content kbd.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input.is-focused,html.theme--documenter-dark .is-dark.textarea:active,html.theme--documenter-dark .content kbd.textarea:active,html.theme--documenter-dark .is-dark.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-dark:active,html.theme--documenter-dark .content kbd.input:active,html.theme--documenter-dark .is-dark.is-active.textarea,html.theme--documenter-dark .content kbd.is-active.textarea,html.theme--documenter-dark .is-dark.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .content kbd.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .is-primary.textarea,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink{border-color:#375a7f}html.theme--documenter-dark .is-primary.textarea:focus,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink:focus,html.theme--documenter-dark .is-primary.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary:focus,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink:focus,html.theme--documenter-dark .is-primary.is-focused.textarea,html.theme--documenter-dark .docstring>section>a.is-focused.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .docstring>section>a.is-focused.input.docs-sourcelink,html.theme--documenter-dark .is-primary.textarea:active,html.theme--documenter-dark .docstring>section>a.textarea.docs-sourcelink:active,html.theme--documenter-dark .is-primary.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-primary:active,html.theme--documenter-dark .docstring>section>a.input.docs-sourcelink:active,html.theme--documenter-dark .is-primary.is-active.textarea,html.theme--documenter-dark .docstring>section>a.is-active.textarea.docs-sourcelink,html.theme--documenter-dark .is-primary.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active,html.theme--documenter-dark .docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .is-link.textarea,html.theme--documenter-dark .is-link.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link{border-color:#1abc9c}html.theme--documenter-dark .is-link.textarea:focus,html.theme--documenter-dark .is-link.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link:focus,html.theme--documenter-dark .is-link.is-focused.textarea,html.theme--documenter-dark .is-link.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-link.textarea:active,html.theme--documenter-dark .is-link.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-link:active,html.theme--documenter-dark .is-link.is-active.textarea,html.theme--documenter-dark .is-link.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .is-info.textarea,html.theme--documenter-dark .is-info.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info{border-color:#3c5dcd}html.theme--documenter-dark .is-info.textarea:focus,html.theme--documenter-dark .is-info.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info:focus,html.theme--documenter-dark .is-info.is-focused.textarea,html.theme--documenter-dark .is-info.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-info.textarea:active,html.theme--documenter-dark .is-info.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-info:active,html.theme--documenter-dark .is-info.is-active.textarea,html.theme--documenter-dark .is-info.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}html.theme--documenter-dark .is-success.textarea,html.theme--documenter-dark .is-success.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success{border-color:#259a12}html.theme--documenter-dark .is-success.textarea:focus,html.theme--documenter-dark .is-success.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success:focus,html.theme--documenter-dark .is-success.is-focused.textarea,html.theme--documenter-dark .is-success.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-success.textarea:active,html.theme--documenter-dark .is-success.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-success:active,html.theme--documenter-dark .is-success.is-active.textarea,html.theme--documenter-dark .is-success.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}html.theme--documenter-dark .is-warning.textarea,html.theme--documenter-dark .is-warning.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#f4c72f}html.theme--documenter-dark .is-warning.textarea:focus,html.theme--documenter-dark .is-warning.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning:focus,html.theme--documenter-dark .is-warning.is-focused.textarea,html.theme--documenter-dark .is-warning.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-warning.textarea:active,html.theme--documenter-dark .is-warning.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-warning:active,html.theme--documenter-dark .is-warning.is-active.textarea,html.theme--documenter-dark .is-warning.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(244,199,47,0.25)}html.theme--documenter-dark .is-danger.textarea,html.theme--documenter-dark .is-danger.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#cb3c33}html.theme--documenter-dark .is-danger.textarea:focus,html.theme--documenter-dark .is-danger.input:focus,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger:focus,html.theme--documenter-dark .is-danger.is-focused.textarea,html.theme--documenter-dark .is-danger.is-focused.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-focused,html.theme--documenter-dark .is-danger.textarea:active,html.theme--documenter-dark .is-danger.input:active,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-danger:active,html.theme--documenter-dark .is-danger.is-active.textarea,html.theme--documenter-dark .is-danger.is-active.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}html.theme--documenter-dark .is-small.textarea,html.theme--documenter-dark .is-small.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{border-radius:3px;font-size:.75rem}html.theme--documenter-dark .is-medium.textarea,html.theme--documenter-dark .is-medium.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}html.theme--documenter-dark .is-large.textarea,html.theme--documenter-dark .is-large.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}html.theme--documenter-dark .is-fullwidth.textarea,html.theme--documenter-dark .is-fullwidth.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}html.theme--documenter-dark .is-inline.textarea,html.theme--documenter-dark .is-inline.input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}html.theme--documenter-dark .input.is-rounded,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}html.theme--documenter-dark .input.is-static,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}html.theme--documenter-dark .textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}html.theme--documenter-dark .textarea:not([rows]){max-height:40em;min-height:8em}html.theme--documenter-dark .textarea[rows]{height:initial}html.theme--documenter-dark .textarea.has-fixed-size{resize:none}html.theme--documenter-dark .radio,html.theme--documenter-dark .checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}html.theme--documenter-dark .radio input,html.theme--documenter-dark .checkbox input{cursor:pointer}html.theme--documenter-dark .radio:hover,html.theme--documenter-dark .checkbox:hover{color:#8c9b9d}html.theme--documenter-dark .radio[disabled],html.theme--documenter-dark .checkbox[disabled],fieldset[disabled] html.theme--documenter-dark .radio,fieldset[disabled] html.theme--documenter-dark .checkbox,html.theme--documenter-dark .radio input[disabled],html.theme--documenter-dark .checkbox input[disabled]{color:#fff;cursor:not-allowed}html.theme--documenter-dark .radio+.radio{margin-left:.5em}html.theme--documenter-dark .select{display:inline-block;max-width:100%;position:relative;vertical-align:top}html.theme--documenter-dark .select:not(.is-multiple){height:2.5em}html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading)::after{border-color:#1abc9c;right:1.125em;z-index:4}html.theme--documenter-dark .select.is-rounded select,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}html.theme--documenter-dark .select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}html.theme--documenter-dark .select select::-ms-expand{display:none}html.theme--documenter-dark .select select[disabled]:hover,fieldset[disabled] html.theme--documenter-dark .select select:hover{border-color:#282f2f}html.theme--documenter-dark .select select:not([multiple]){padding-right:2.5em}html.theme--documenter-dark .select select[multiple]{height:auto;padding:0}html.theme--documenter-dark .select select[multiple] option{padding:0.5em 1em}html.theme--documenter-dark .select:not(.is-multiple):not(.is-loading):hover::after{border-color:#8c9b9d}html.theme--documenter-dark .select.is-white:not(:hover)::after{border-color:#fff}html.theme--documenter-dark .select.is-white select{border-color:#fff}html.theme--documenter-dark .select.is-white select:hover,html.theme--documenter-dark .select.is-white select.is-hovered{border-color:#f2f2f2}html.theme--documenter-dark .select.is-white select:focus,html.theme--documenter-dark .select.is-white select.is-focused,html.theme--documenter-dark .select.is-white select:active,html.theme--documenter-dark .select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}html.theme--documenter-dark .select.is-black:not(:hover)::after{border-color:#0a0a0a}html.theme--documenter-dark .select.is-black select{border-color:#0a0a0a}html.theme--documenter-dark .select.is-black select:hover,html.theme--documenter-dark .select.is-black select.is-hovered{border-color:#000}html.theme--documenter-dark .select.is-black select:focus,html.theme--documenter-dark .select.is-black select.is-focused,html.theme--documenter-dark .select.is-black select:active,html.theme--documenter-dark .select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}html.theme--documenter-dark .select.is-light:not(:hover)::after{border-color:#ecf0f1}html.theme--documenter-dark .select.is-light select{border-color:#ecf0f1}html.theme--documenter-dark .select.is-light select:hover,html.theme--documenter-dark .select.is-light select.is-hovered{border-color:#dde4e6}html.theme--documenter-dark .select.is-light select:focus,html.theme--documenter-dark .select.is-light select.is-focused,html.theme--documenter-dark .select.is-light select:active,html.theme--documenter-dark .select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(236,240,241,0.25)}html.theme--documenter-dark .select.is-dark:not(:hover)::after,html.theme--documenter-dark .content kbd.select:not(:hover)::after{border-color:#282f2f}html.theme--documenter-dark .select.is-dark select,html.theme--documenter-dark .content kbd.select select{border-color:#282f2f}html.theme--documenter-dark .select.is-dark select:hover,html.theme--documenter-dark .content kbd.select select:hover,html.theme--documenter-dark .select.is-dark select.is-hovered,html.theme--documenter-dark .content kbd.select select.is-hovered{border-color:#1d2122}html.theme--documenter-dark .select.is-dark select:focus,html.theme--documenter-dark .content kbd.select select:focus,html.theme--documenter-dark .select.is-dark select.is-focused,html.theme--documenter-dark .content kbd.select select.is-focused,html.theme--documenter-dark .select.is-dark select:active,html.theme--documenter-dark .content kbd.select select:active,html.theme--documenter-dark .select.is-dark select.is-active,html.theme--documenter-dark .content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(40,47,47,0.25)}html.theme--documenter-dark .select.is-primary:not(:hover)::after,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#375a7f}html.theme--documenter-dark .select.is-primary select,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select{border-color:#375a7f}html.theme--documenter-dark .select.is-primary select:hover,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:hover,html.theme--documenter-dark .select.is-primary select.is-hovered,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#2f4d6d}html.theme--documenter-dark .select.is-primary select:focus,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:focus,html.theme--documenter-dark .select.is-primary select.is-focused,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-focused,html.theme--documenter-dark .select.is-primary select:active,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select:active,html.theme--documenter-dark .select.is-primary select.is-active,html.theme--documenter-dark .docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(55,90,127,0.25)}html.theme--documenter-dark .select.is-link:not(:hover)::after{border-color:#1abc9c}html.theme--documenter-dark .select.is-link select{border-color:#1abc9c}html.theme--documenter-dark .select.is-link select:hover,html.theme--documenter-dark .select.is-link select.is-hovered{border-color:#17a689}html.theme--documenter-dark .select.is-link select:focus,html.theme--documenter-dark .select.is-link select.is-focused,html.theme--documenter-dark .select.is-link select:active,html.theme--documenter-dark .select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(26,188,156,0.25)}html.theme--documenter-dark .select.is-info:not(:hover)::after{border-color:#3c5dcd}html.theme--documenter-dark .select.is-info select{border-color:#3c5dcd}html.theme--documenter-dark .select.is-info select:hover,html.theme--documenter-dark .select.is-info select.is-hovered{border-color:#3151bf}html.theme--documenter-dark .select.is-info select:focus,html.theme--documenter-dark .select.is-info select.is-focused,html.theme--documenter-dark .select.is-info select:active,html.theme--documenter-dark .select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}html.theme--documenter-dark .select.is-success:not(:hover)::after{border-color:#259a12}html.theme--documenter-dark .select.is-success select{border-color:#259a12}html.theme--documenter-dark .select.is-success select:hover,html.theme--documenter-dark .select.is-success select.is-hovered{border-color:#20830f}html.theme--documenter-dark .select.is-success select:focus,html.theme--documenter-dark .select.is-success select.is-focused,html.theme--documenter-dark .select.is-success select:active,html.theme--documenter-dark .select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}html.theme--documenter-dark .select.is-warning:not(:hover)::after{border-color:#f4c72f}html.theme--documenter-dark .select.is-warning select{border-color:#f4c72f}html.theme--documenter-dark .select.is-warning select:hover,html.theme--documenter-dark .select.is-warning select.is-hovered{border-color:#f3c017}html.theme--documenter-dark .select.is-warning select:focus,html.theme--documenter-dark .select.is-warning select.is-focused,html.theme--documenter-dark .select.is-warning select:active,html.theme--documenter-dark .select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(244,199,47,0.25)}html.theme--documenter-dark .select.is-danger:not(:hover)::after{border-color:#cb3c33}html.theme--documenter-dark .select.is-danger select{border-color:#cb3c33}html.theme--documenter-dark .select.is-danger select:hover,html.theme--documenter-dark .select.is-danger select.is-hovered{border-color:#b7362e}html.theme--documenter-dark .select.is-danger select:focus,html.theme--documenter-dark .select.is-danger select.is-focused,html.theme--documenter-dark .select.is-danger select:active,html.theme--documenter-dark .select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}html.theme--documenter-dark .select.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.select{border-radius:3px;font-size:.75rem}html.theme--documenter-dark .select.is-medium{font-size:1.25rem}html.theme--documenter-dark .select.is-large{font-size:1.5rem}html.theme--documenter-dark .select.is-disabled::after{border-color:#fff !important;opacity:0.5}html.theme--documenter-dark .select.is-fullwidth{width:100%}html.theme--documenter-dark .select.is-fullwidth select{width:100%}html.theme--documenter-dark .select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}html.theme--documenter-dark .select.is-loading.is-small:after,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--documenter-dark .select.is-loading.is-medium:after{font-size:1.25rem}html.theme--documenter-dark .select.is-loading.is-large:after{font-size:1.5rem}html.theme--documenter-dark .file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}html.theme--documenter-dark .file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-white:hover .file-cta,html.theme--documenter-dark .file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-white:focus .file-cta,html.theme--documenter-dark .file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}html.theme--documenter-dark .file.is-white:active .file-cta,html.theme--documenter-dark .file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}html.theme--documenter-dark .file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-black:hover .file-cta,html.theme--documenter-dark .file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-black:focus .file-cta,html.theme--documenter-dark .file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}html.theme--documenter-dark .file.is-black:active .file-cta,html.theme--documenter-dark .file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-light .file-cta{background-color:#ecf0f1;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:hover .file-cta,html.theme--documenter-dark .file.is-light.is-hovered .file-cta{background-color:#e5eaec;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:focus .file-cta,html.theme--documenter-dark .file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(236,240,241,0.25);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-light:active .file-cta,html.theme--documenter-dark .file.is-light.is-active .file-cta{background-color:#dde4e6;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-dark .file-cta,html.theme--documenter-dark .content kbd.file .file-cta{background-color:#282f2f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-dark:hover .file-cta,html.theme--documenter-dark .content kbd.file:hover .file-cta,html.theme--documenter-dark .file.is-dark.is-hovered .file-cta,html.theme--documenter-dark .content kbd.file.is-hovered .file-cta{background-color:#232829;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-dark:focus .file-cta,html.theme--documenter-dark .content kbd.file:focus .file-cta,html.theme--documenter-dark .file.is-dark.is-focused .file-cta,html.theme--documenter-dark .content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(40,47,47,0.25);color:#fff}html.theme--documenter-dark .file.is-dark:active .file-cta,html.theme--documenter-dark .content kbd.file:active .file-cta,html.theme--documenter-dark .file.is-dark.is-active .file-cta,html.theme--documenter-dark .content kbd.file.is-active .file-cta{background-color:#1d2122;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink .file-cta{background-color:#375a7f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary:hover .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:hover .file-cta,html.theme--documenter-dark .file.is-primary.is-hovered .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#335476;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-primary:focus .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:focus .file-cta,html.theme--documenter-dark .file.is-primary.is-focused .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(55,90,127,0.25);color:#fff}html.theme--documenter-dark .file.is-primary:active .file-cta,html.theme--documenter-dark .docstring>section>a.file.docs-sourcelink:active .file-cta,html.theme--documenter-dark .file.is-primary.is-active .file-cta,html.theme--documenter-dark .docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#2f4d6d;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link .file-cta{background-color:#1abc9c;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link:hover .file-cta,html.theme--documenter-dark .file.is-link.is-hovered .file-cta{background-color:#18b193;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-link:focus .file-cta,html.theme--documenter-dark .file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(26,188,156,0.25);color:#fff}html.theme--documenter-dark .file.is-link:active .file-cta,html.theme--documenter-dark .file.is-link.is-active .file-cta{background-color:#17a689;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info .file-cta{background-color:#3c5dcd;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info:hover .file-cta,html.theme--documenter-dark .file.is-info.is-hovered .file-cta{background-color:#3355c9;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-info:focus .file-cta,html.theme--documenter-dark .file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(60,93,205,0.25);color:#fff}html.theme--documenter-dark .file.is-info:active .file-cta,html.theme--documenter-dark .file.is-info.is-active .file-cta{background-color:#3151bf;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success .file-cta{background-color:#259a12;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success:hover .file-cta,html.theme--documenter-dark .file.is-success.is-hovered .file-cta{background-color:#228f11;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-success:focus .file-cta,html.theme--documenter-dark .file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(37,154,18,0.25);color:#fff}html.theme--documenter-dark .file.is-success:active .file-cta,html.theme--documenter-dark .file.is-success.is-active .file-cta{background-color:#20830f;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-warning .file-cta{background-color:#f4c72f;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:hover .file-cta,html.theme--documenter-dark .file.is-warning.is-hovered .file-cta{background-color:#f3c423;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:focus .file-cta,html.theme--documenter-dark .file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(244,199,47,0.25);color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-warning:active .file-cta,html.theme--documenter-dark .file.is-warning.is-active .file-cta{background-color:#f3c017;border-color:transparent;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .file.is-danger .file-cta{background-color:#cb3c33;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger:hover .file-cta,html.theme--documenter-dark .file.is-danger.is-hovered .file-cta{background-color:#c13930;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-danger:focus .file-cta,html.theme--documenter-dark .file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(203,60,51,0.25);color:#fff}html.theme--documenter-dark .file.is-danger:active .file-cta,html.theme--documenter-dark .file.is-danger.is-active .file-cta{background-color:#b7362e;border-color:transparent;color:#fff}html.theme--documenter-dark .file.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}html.theme--documenter-dark .file.is-normal{font-size:1rem}html.theme--documenter-dark .file.is-medium{font-size:1.25rem}html.theme--documenter-dark .file.is-medium .file-icon .fa{font-size:21px}html.theme--documenter-dark .file.is-large{font-size:1.5rem}html.theme--documenter-dark .file.is-large .file-icon .fa{font-size:28px}html.theme--documenter-dark .file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--documenter-dark .file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .file.has-name.is-empty .file-cta{border-radius:.4em}html.theme--documenter-dark .file.has-name.is-empty .file-name{display:none}html.theme--documenter-dark .file.is-boxed .file-label{flex-direction:column}html.theme--documenter-dark .file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}html.theme--documenter-dark .file.is-boxed .file-name{border-width:0 1px 1px}html.theme--documenter-dark .file.is-boxed .file-icon{height:1.5em;width:1.5em}html.theme--documenter-dark .file.is-boxed .file-icon .fa{font-size:21px}html.theme--documenter-dark .file.is-boxed.is-small .file-icon .fa,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}html.theme--documenter-dark .file.is-boxed.is-medium .file-icon .fa{font-size:28px}html.theme--documenter-dark .file.is-boxed.is-large .file-icon .fa{font-size:35px}html.theme--documenter-dark .file.is-boxed.has-name .file-cta{border-radius:.4em .4em 0 0}html.theme--documenter-dark .file.is-boxed.has-name .file-name{border-radius:0 0 .4em .4em;border-width:0 1px 1px}html.theme--documenter-dark .file.is-centered{justify-content:center}html.theme--documenter-dark .file.is-fullwidth .file-label{width:100%}html.theme--documenter-dark .file.is-fullwidth .file-name{flex-grow:1;max-width:none}html.theme--documenter-dark .file.is-right{justify-content:flex-end}html.theme--documenter-dark .file.is-right .file-cta{border-radius:0 .4em .4em 0}html.theme--documenter-dark .file.is-right .file-name{border-radius:.4em 0 0 .4em;border-width:1px 0 1px 1px;order:-1}html.theme--documenter-dark .file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}html.theme--documenter-dark .file-label:hover .file-cta{background-color:#232829;color:#f2f2f2}html.theme--documenter-dark .file-label:hover .file-name{border-color:#596668}html.theme--documenter-dark .file-label:active .file-cta{background-color:#1d2122;color:#f2f2f2}html.theme--documenter-dark .file-label:active .file-name{border-color:#535f61}html.theme--documenter-dark .file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}html.theme--documenter-dark .file-cta,html.theme--documenter-dark .file-name{border-color:#5e6d6f;border-radius:.4em;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}html.theme--documenter-dark .file-cta{background-color:#282f2f;color:#fff}html.theme--documenter-dark .file-name{border-color:#5e6d6f;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}html.theme--documenter-dark .file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}html.theme--documenter-dark .file-icon .fa{font-size:14px}html.theme--documenter-dark .label{color:#f2f2f2;display:block;font-size:1rem;font-weight:700}html.theme--documenter-dark .label:not(:last-child){margin-bottom:0.5em}html.theme--documenter-dark .label.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}html.theme--documenter-dark .label.is-medium{font-size:1.25rem}html.theme--documenter-dark .label.is-large{font-size:1.5rem}html.theme--documenter-dark .help{display:block;font-size:.75rem;margin-top:0.25rem}html.theme--documenter-dark .help.is-white{color:#fff}html.theme--documenter-dark .help.is-black{color:#0a0a0a}html.theme--documenter-dark .help.is-light{color:#ecf0f1}html.theme--documenter-dark .help.is-dark,html.theme--documenter-dark .content kbd.help{color:#282f2f}html.theme--documenter-dark .help.is-primary,html.theme--documenter-dark .docstring>section>a.help.docs-sourcelink{color:#375a7f}html.theme--documenter-dark .help.is-link{color:#1abc9c}html.theme--documenter-dark .help.is-info{color:#3c5dcd}html.theme--documenter-dark .help.is-success{color:#259a12}html.theme--documenter-dark .help.is-warning{color:#f4c72f}html.theme--documenter-dark .help.is-danger{color:#cb3c33}html.theme--documenter-dark .field:not(:last-child){margin-bottom:0.75rem}html.theme--documenter-dark .field.has-addons{display:flex;justify-content:flex-start}html.theme--documenter-dark .field.has-addons .control:not(:last-child){margin-right:-1px}html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .button,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .input,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .button,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .input,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .button,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .input,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,html.theme--documenter-dark .field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .button.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .button.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .button.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .input.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .input.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):focus,html.theme--documenter-dark .field.has-addons .control .select select.is-focused:not([disabled]),html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):active,html.theme--documenter-dark .field.has-addons .control .select select.is-active:not([disabled]){z-index:3}html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .button.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .button:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .button.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .input.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .input:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .input.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,html.theme--documenter-dark #documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):focus:hover,html.theme--documenter-dark .field.has-addons .control .select select.is-focused:not([disabled]):hover,html.theme--documenter-dark .field.has-addons .control .select select:not([disabled]):active:hover,html.theme--documenter-dark .field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}html.theme--documenter-dark .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .field.has-addons.has-addons-centered{justify-content:center}html.theme--documenter-dark .field.has-addons.has-addons-right{justify-content:flex-end}html.theme--documenter-dark .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .field.is-grouped{display:flex;justify-content:flex-start}html.theme--documenter-dark .field.is-grouped>.control{flex-shrink:0}html.theme--documenter-dark .field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--documenter-dark .field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .field.is-grouped.is-grouped-centered{justify-content:center}html.theme--documenter-dark .field.is-grouped.is-grouped-right{justify-content:flex-end}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline{flex-wrap:wrap}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline>.control:last-child,html.theme--documenter-dark .field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}html.theme--documenter-dark .field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field.is-horizontal{display:flex}}html.theme--documenter-dark .field-label .label{font-size:inherit}@media screen and (max-width: 768px){html.theme--documenter-dark .field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}html.theme--documenter-dark .field-label.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}html.theme--documenter-dark .field-label.is-normal{padding-top:0.375em}html.theme--documenter-dark .field-label.is-medium{font-size:1.25rem;padding-top:0.375em}html.theme--documenter-dark .field-label.is-large{font-size:1.5rem;padding-top:0.375em}}html.theme--documenter-dark .field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{html.theme--documenter-dark .field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}html.theme--documenter-dark .field-body .field{margin-bottom:0}html.theme--documenter-dark .field-body>.field{flex-shrink:1}html.theme--documenter-dark .field-body>.field:not(.is-narrow){flex-grow:1}html.theme--documenter-dark .field-body>.field:not(:last-child){margin-right:.75rem}}html.theme--documenter-dark .control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}html.theme--documenter-dark .control.has-icons-left .input:focus~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,html.theme--documenter-dark .control.has-icons-left .select:focus~.icon,html.theme--documenter-dark .control.has-icons-right .input:focus~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,html.theme--documenter-dark .control.has-icons-right .select:focus~.icon{color:#282f2f}html.theme--documenter-dark .control.has-icons-left .input.is-small~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-small~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-small~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-small~.icon{font-size:.75rem}html.theme--documenter-dark .control.has-icons-left .input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}html.theme--documenter-dark .control.has-icons-left .input.is-large~.icon,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,html.theme--documenter-dark .control.has-icons-left .select.is-large~.icon,html.theme--documenter-dark .control.has-icons-right .input.is-large~.icon,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,html.theme--documenter-dark .control.has-icons-right .select.is-large~.icon{font-size:1.5rem}html.theme--documenter-dark .control.has-icons-left .icon,html.theme--documenter-dark .control.has-icons-right .icon{color:#5e6d6f;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}html.theme--documenter-dark .control.has-icons-left .input,html.theme--documenter-dark .control.has-icons-left #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-left form.docs-search>input,html.theme--documenter-dark .control.has-icons-left .select select{padding-left:2.5em}html.theme--documenter-dark .control.has-icons-left .icon.is-left{left:0}html.theme--documenter-dark .control.has-icons-right .input,html.theme--documenter-dark .control.has-icons-right #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-icons-right form.docs-search>input,html.theme--documenter-dark .control.has-icons-right .select select{padding-right:2.5em}html.theme--documenter-dark .control.has-icons-right .icon.is-right{right:0}html.theme--documenter-dark .control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}html.theme--documenter-dark .control.is-loading.is-small:after,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}html.theme--documenter-dark .control.is-loading.is-medium:after{font-size:1.25rem}html.theme--documenter-dark .control.is-loading.is-large:after{font-size:1.5rem}html.theme--documenter-dark .breadcrumb{font-size:1rem;white-space:nowrap}html.theme--documenter-dark .breadcrumb a{align-items:center;color:#1abc9c;display:flex;justify-content:center;padding:0 .75em}html.theme--documenter-dark .breadcrumb a:hover{color:#1dd2af}html.theme--documenter-dark .breadcrumb li{align-items:center;display:flex}html.theme--documenter-dark .breadcrumb li:first-child a{padding-left:0}html.theme--documenter-dark .breadcrumb li.is-active a{color:#f2f2f2;cursor:default;pointer-events:none}html.theme--documenter-dark .breadcrumb li+li::before{color:#8c9b9d;content:"\0002f"}html.theme--documenter-dark .breadcrumb ul,html.theme--documenter-dark .breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}html.theme--documenter-dark .breadcrumb .icon:first-child{margin-right:.5em}html.theme--documenter-dark .breadcrumb .icon:last-child{margin-left:.5em}html.theme--documenter-dark .breadcrumb.is-centered ol,html.theme--documenter-dark .breadcrumb.is-centered ul{justify-content:center}html.theme--documenter-dark .breadcrumb.is-right ol,html.theme--documenter-dark .breadcrumb.is-right ul{justify-content:flex-end}html.theme--documenter-dark .breadcrumb.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}html.theme--documenter-dark .breadcrumb.is-medium{font-size:1.25rem}html.theme--documenter-dark .breadcrumb.is-large{font-size:1.5rem}html.theme--documenter-dark .breadcrumb.has-arrow-separator li+li::before{content:"\02192"}html.theme--documenter-dark .breadcrumb.has-bullet-separator li+li::before{content:"\02022"}html.theme--documenter-dark .breadcrumb.has-dot-separator li+li::before{content:"\000b7"}html.theme--documenter-dark .breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}html.theme--documenter-dark .card{background-color:#fff;border-radius:.25rem;box-shadow:#171717;color:#fff;max-width:100%;position:relative}html.theme--documenter-dark .card-footer:first-child,html.theme--documenter-dark .card-content:first-child,html.theme--documenter-dark .card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--documenter-dark .card-footer:last-child,html.theme--documenter-dark .card-content:last-child,html.theme--documenter-dark .card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--documenter-dark .card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}html.theme--documenter-dark .card-header-title{align-items:center;color:#f2f2f2;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}html.theme--documenter-dark .card-header-title.is-centered{justify-content:center}html.theme--documenter-dark .card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}html.theme--documenter-dark .card-image{display:block;position:relative}html.theme--documenter-dark .card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}html.theme--documenter-dark .card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}html.theme--documenter-dark .card-content{background-color:rgba(0,0,0,0);padding:1.5rem}html.theme--documenter-dark .card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}html.theme--documenter-dark .card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}html.theme--documenter-dark .card-footer-item:not(:last-child){border-right:1px solid #ededed}html.theme--documenter-dark .card .media:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .dropdown{display:inline-flex;position:relative;vertical-align:top}html.theme--documenter-dark .dropdown.is-active .dropdown-menu,html.theme--documenter-dark .dropdown.is-hoverable:hover .dropdown-menu{display:block}html.theme--documenter-dark .dropdown.is-right .dropdown-menu{left:auto;right:0}html.theme--documenter-dark .dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}html.theme--documenter-dark .dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}html.theme--documenter-dark .dropdown-content{background-color:#282f2f;border-radius:.4em;box-shadow:#171717;padding-bottom:.5rem;padding-top:.5rem}html.theme--documenter-dark .dropdown-item{color:#fff;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}html.theme--documenter-dark a.dropdown-item,html.theme--documenter-dark button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}html.theme--documenter-dark a.dropdown-item:hover,html.theme--documenter-dark button.dropdown-item:hover{background-color:#282f2f;color:#0a0a0a}html.theme--documenter-dark a.dropdown-item.is-active,html.theme--documenter-dark button.dropdown-item.is-active{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}html.theme--documenter-dark .level{align-items:center;justify-content:space-between}html.theme--documenter-dark .level code{border-radius:.4em}html.theme--documenter-dark .level img{display:inline-block;vertical-align:top}html.theme--documenter-dark .level.is-mobile{display:flex}html.theme--documenter-dark .level.is-mobile .level-left,html.theme--documenter-dark .level.is-mobile .level-right{display:flex}html.theme--documenter-dark .level.is-mobile .level-left+.level-right{margin-top:0}html.theme--documenter-dark .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}html.theme--documenter-dark .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level{display:flex}html.theme--documenter-dark .level>.level-item:not(.is-narrow){flex-grow:1}}html.theme--documenter-dark .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}html.theme--documenter-dark .level-item .title,html.theme--documenter-dark .level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){html.theme--documenter-dark .level-item:not(:last-child){margin-bottom:.75rem}}html.theme--documenter-dark .level-left,html.theme--documenter-dark .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--documenter-dark .level-left .level-item.is-flexible,html.theme--documenter-dark .level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-left .level-item:not(:last-child),html.theme--documenter-dark .level-right .level-item:not(:last-child){margin-right:.75rem}}html.theme--documenter-dark .level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){html.theme--documenter-dark .level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-left{display:flex}}html.theme--documenter-dark .level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{html.theme--documenter-dark .level-right{display:flex}}html.theme--documenter-dark .media{align-items:flex-start;display:flex;text-align:inherit}html.theme--documenter-dark .media .content:not(:last-child){margin-bottom:.75rem}html.theme--documenter-dark .media .media{border-top:1px solid rgba(94,109,111,0.5);display:flex;padding-top:.75rem}html.theme--documenter-dark .media .media .content:not(:last-child),html.theme--documenter-dark .media .media .control:not(:last-child){margin-bottom:.5rem}html.theme--documenter-dark .media .media .media{padding-top:.5rem}html.theme--documenter-dark .media .media .media+.media{margin-top:.5rem}html.theme--documenter-dark .media+.media{border-top:1px solid rgba(94,109,111,0.5);margin-top:1rem;padding-top:1rem}html.theme--documenter-dark .media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}html.theme--documenter-dark .media-left,html.theme--documenter-dark .media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}html.theme--documenter-dark .media-left{margin-right:1rem}html.theme--documenter-dark .media-right{margin-left:1rem}html.theme--documenter-dark .media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){html.theme--documenter-dark .media-content{overflow-x:auto}}html.theme--documenter-dark .menu{font-size:1rem}html.theme--documenter-dark .menu.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}html.theme--documenter-dark .menu.is-medium{font-size:1.25rem}html.theme--documenter-dark .menu.is-large{font-size:1.5rem}html.theme--documenter-dark .menu-list{line-height:1.25}html.theme--documenter-dark .menu-list a{border-radius:3px;color:#fff;display:block;padding:0.5em 0.75em}html.theme--documenter-dark .menu-list a:hover{background-color:#282f2f;color:#f2f2f2}html.theme--documenter-dark .menu-list a.is-active{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .menu-list li ul{border-left:1px solid #5e6d6f;margin:.75em;padding-left:.75em}html.theme--documenter-dark .menu-label{color:#fff;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}html.theme--documenter-dark .menu-label:not(:first-child){margin-top:1em}html.theme--documenter-dark .menu-label:not(:last-child){margin-bottom:1em}html.theme--documenter-dark .message{background-color:#282f2f;border-radius:.4em;font-size:1rem}html.theme--documenter-dark .message strong{color:currentColor}html.theme--documenter-dark .message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}html.theme--documenter-dark .message.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}html.theme--documenter-dark .message.is-medium{font-size:1.25rem}html.theme--documenter-dark .message.is-large{font-size:1.5rem}html.theme--documenter-dark .message.is-white{background-color:#fff}html.theme--documenter-dark .message.is-white .message-header{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .message.is-white .message-body{border-color:#fff}html.theme--documenter-dark .message.is-black{background-color:#fafafa}html.theme--documenter-dark .message.is-black .message-header{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .message.is-black .message-body{border-color:#0a0a0a}html.theme--documenter-dark .message.is-light{background-color:#f9fafb}html.theme--documenter-dark .message.is-light .message-header{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .message.is-light .message-body{border-color:#ecf0f1}html.theme--documenter-dark .message.is-dark,html.theme--documenter-dark .content kbd.message{background-color:#f9fafa}html.theme--documenter-dark .message.is-dark .message-header,html.theme--documenter-dark .content kbd.message .message-header{background-color:#282f2f;color:#fff}html.theme--documenter-dark .message.is-dark .message-body,html.theme--documenter-dark .content kbd.message .message-body{border-color:#282f2f}html.theme--documenter-dark .message.is-primary,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink{background-color:#f1f5f9}html.theme--documenter-dark .message.is-primary .message-header,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink .message-header{background-color:#375a7f;color:#fff}html.theme--documenter-dark .message.is-primary .message-body,html.theme--documenter-dark .docstring>section>a.message.docs-sourcelink .message-body{border-color:#375a7f;color:#4d7eb2}html.theme--documenter-dark .message.is-link{background-color:#edfdf9}html.theme--documenter-dark .message.is-link .message-header{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .message.is-link .message-body{border-color:#1abc9c;color:#15987e}html.theme--documenter-dark .message.is-info{background-color:#eff2fb}html.theme--documenter-dark .message.is-info .message-header{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .message.is-info .message-body{border-color:#3c5dcd;color:#3253c3}html.theme--documenter-dark .message.is-success{background-color:#effded}html.theme--documenter-dark .message.is-success .message-header{background-color:#259a12;color:#fff}html.theme--documenter-dark .message.is-success .message-body{border-color:#259a12;color:#2ec016}html.theme--documenter-dark .message.is-warning{background-color:#fefaec}html.theme--documenter-dark .message.is-warning .message-header{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .message.is-warning .message-body{border-color:#f4c72f;color:#8c6e07}html.theme--documenter-dark .message.is-danger{background-color:#fbefef}html.theme--documenter-dark .message.is-danger .message-header{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .message.is-danger .message-body{border-color:#cb3c33;color:#c03930}html.theme--documenter-dark .message-header{align-items:center;background-color:#fff;border-radius:.4em .4em 0 0;color:rgba(0,0,0,0.7);display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}html.theme--documenter-dark .message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}html.theme--documenter-dark .message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}html.theme--documenter-dark .message-body{border-color:#5e6d6f;border-radius:.4em;border-style:solid;border-width:0 0 0 4px;color:#fff;padding:1.25em 1.5em}html.theme--documenter-dark .message-body code,html.theme--documenter-dark .message-body pre{background-color:#fff}html.theme--documenter-dark .message-body pre code{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}html.theme--documenter-dark .modal.is-active{display:flex}html.theme--documenter-dark .modal-background{background-color:rgba(10,10,10,0.86)}html.theme--documenter-dark .modal-content,html.theme--documenter-dark .modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){html.theme--documenter-dark .modal-content,html.theme--documenter-dark .modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}html.theme--documenter-dark .modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}html.theme--documenter-dark .modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}html.theme--documenter-dark .modal-card-head,html.theme--documenter-dark .modal-card-foot{align-items:center;background-color:#282f2f;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}html.theme--documenter-dark .modal-card-head{border-bottom:1px solid #5e6d6f;border-top-left-radius:8px;border-top-right-radius:8px}html.theme--documenter-dark .modal-card-title{color:#f2f2f2;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}html.theme--documenter-dark .modal-card-foot{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #5e6d6f}html.theme--documenter-dark .modal-card-foot .button:not(:last-child){margin-right:.5em}html.theme--documenter-dark .modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}html.theme--documenter-dark .navbar{background-color:#375a7f;min-height:4rem;position:relative;z-index:30}html.theme--documenter-dark .navbar.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-white .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-white .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}html.theme--documenter-dark .navbar.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-black .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-black .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}html.theme--documenter-dark .navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}html.theme--documenter-dark .navbar.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-light .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-light .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}}html.theme--documenter-dark .navbar.is-dark,html.theme--documenter-dark .content kbd.navbar{background-color:#282f2f;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-brand .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-burger,html.theme--documenter-dark .content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-dark .navbar-start>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-end>.navbar-item,html.theme--documenter-dark .content kbd.navbar .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-dark .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link:focus,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link:hover,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-start .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-dark .navbar-end .navbar-link::after,html.theme--documenter-dark .content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#1d2122;color:#fff}html.theme--documenter-dark .navbar.is-dark .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#282f2f;color:#fff}}html.theme--documenter-dark .navbar.is-primary,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-brand .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-burger,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-primary .navbar-start>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-end>.navbar-item,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-primary .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link:focus,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-start .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-primary .navbar-end .navbar-link::after,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#375a7f;color:#fff}}html.theme--documenter-dark .navbar.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-link .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-link .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#17a689;color:#fff}html.theme--documenter-dark .navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#1abc9c;color:#fff}}html.theme--documenter-dark .navbar.is-info{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-info .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-info .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link.is-active{background-color:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3151bf;color:#fff}html.theme--documenter-dark .navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3c5dcd;color:#fff}}html.theme--documenter-dark .navbar.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-success .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-success .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20830f;color:#fff}html.theme--documenter-dark .navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#259a12;color:#fff}}html.theme--documenter-dark .navbar.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-warning .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-warning .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#f4c72f;color:rgba(0,0,0,0.7)}}html.theme--documenter-dark .navbar.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-brand>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar.is-danger .navbar-start>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-end>.navbar-item,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link{color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-start>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item:focus,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item:hover,html.theme--documenter-dark .navbar.is-danger .navbar-end>a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link:focus,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link:hover,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-start .navbar-link::after,html.theme--documenter-dark .navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#b7362e;color:#fff}html.theme--documenter-dark .navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#cb3c33;color:#fff}}html.theme--documenter-dark .navbar>.container{align-items:stretch;display:flex;min-height:4rem;width:100%}html.theme--documenter-dark .navbar.has-shadow{box-shadow:0 2px 0 0 #282f2f}html.theme--documenter-dark .navbar.is-fixed-bottom,html.theme--documenter-dark .navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #282f2f}html.theme--documenter-dark .navbar.is-fixed-top{top:0}html.theme--documenter-dark html.has-navbar-fixed-top,html.theme--documenter-dark body.has-navbar-fixed-top{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom,html.theme--documenter-dark body.has-navbar-fixed-bottom{padding-bottom:4rem}html.theme--documenter-dark .navbar-brand,html.theme--documenter-dark .navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:4rem}html.theme--documenter-dark .navbar-brand a.navbar-item:focus,html.theme--documenter-dark .navbar-brand a.navbar-item:hover{background-color:transparent}html.theme--documenter-dark .navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}html.theme--documenter-dark .navbar-burger{color:#fff;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:4rem;position:relative;width:4rem;margin-left:auto}html.theme--documenter-dark .navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}html.theme--documenter-dark .navbar-burger span:nth-child(1){top:calc(50% - 6px)}html.theme--documenter-dark .navbar-burger span:nth-child(2){top:calc(50% - 1px)}html.theme--documenter-dark .navbar-burger span:nth-child(3){top:calc(50% + 4px)}html.theme--documenter-dark .navbar-burger:hover{background-color:rgba(0,0,0,0.05)}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(2){opacity:0}html.theme--documenter-dark .navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}html.theme--documenter-dark .navbar-menu{display:none}html.theme--documenter-dark .navbar-item,html.theme--documenter-dark .navbar-link{color:#fff;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}html.theme--documenter-dark .navbar-item .icon:only-child,html.theme--documenter-dark .navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}html.theme--documenter-dark a.navbar-item,html.theme--documenter-dark .navbar-link{cursor:pointer}html.theme--documenter-dark a.navbar-item:focus,html.theme--documenter-dark a.navbar-item:focus-within,html.theme--documenter-dark a.navbar-item:hover,html.theme--documenter-dark a.navbar-item.is-active,html.theme--documenter-dark .navbar-link:focus,html.theme--documenter-dark .navbar-link:focus-within,html.theme--documenter-dark .navbar-link:hover,html.theme--documenter-dark .navbar-link.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}html.theme--documenter-dark .navbar-item{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .navbar-item img{max-height:1.75rem}html.theme--documenter-dark .navbar-item.has-dropdown{padding:0}html.theme--documenter-dark .navbar-item.is-expanded{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .navbar-item.is-tab{border-bottom:1px solid transparent;min-height:4rem;padding-bottom:calc(0.5rem - 1px)}html.theme--documenter-dark .navbar-item.is-tab:focus,html.theme--documenter-dark .navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#1abc9c}html.theme--documenter-dark .navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#1abc9c;border-bottom-style:solid;border-bottom-width:3px;color:#1abc9c;padding-bottom:calc(0.5rem - 3px)}html.theme--documenter-dark .navbar-content{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .navbar-link:not(.is-arrowless){padding-right:2.5em}html.theme--documenter-dark .navbar-link:not(.is-arrowless)::after{border-color:#fff;margin-top:-0.375em;right:1.125em}html.theme--documenter-dark .navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}html.theme--documenter-dark .navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}html.theme--documenter-dark .navbar-divider{background-color:rgba(0,0,0,0.2);border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){html.theme--documenter-dark .navbar>.container{display:block}html.theme--documenter-dark .navbar-brand .navbar-item,html.theme--documenter-dark .navbar-tabs .navbar-item{align-items:center;display:flex}html.theme--documenter-dark .navbar-link::after{display:none}html.theme--documenter-dark .navbar-menu{background-color:#375a7f;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}html.theme--documenter-dark .navbar-menu.is-active{display:block}html.theme--documenter-dark .navbar.is-fixed-bottom-touch,html.theme--documenter-dark .navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom-touch{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--documenter-dark .navbar.is-fixed-top-touch{top:0}html.theme--documenter-dark .navbar.is-fixed-top .navbar-menu,html.theme--documenter-dark .navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 4rem);overflow:auto}html.theme--documenter-dark html.has-navbar-fixed-top-touch,html.theme--documenter-dark body.has-navbar-fixed-top-touch{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom-touch,html.theme--documenter-dark body.has-navbar-fixed-bottom-touch{padding-bottom:4rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .navbar,html.theme--documenter-dark .navbar-menu,html.theme--documenter-dark .navbar-start,html.theme--documenter-dark .navbar-end{align-items:stretch;display:flex}html.theme--documenter-dark .navbar{min-height:4rem}html.theme--documenter-dark .navbar.is-spaced{padding:1rem 2rem}html.theme--documenter-dark .navbar.is-spaced .navbar-start,html.theme--documenter-dark .navbar.is-spaced .navbar-end{align-items:center}html.theme--documenter-dark .navbar.is-spaced a.navbar-item,html.theme--documenter-dark .navbar.is-spaced .navbar-link{border-radius:.4em}html.theme--documenter-dark .navbar.is-transparent a.navbar-item:focus,html.theme--documenter-dark .navbar.is-transparent a.navbar-item:hover,html.theme--documenter-dark .navbar.is-transparent a.navbar-item.is-active,html.theme--documenter-dark .navbar.is-transparent .navbar-link:focus,html.theme--documenter-dark .navbar.is-transparent .navbar-link:hover,html.theme--documenter-dark .navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,html.theme--documenter-dark .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}html.theme--documenter-dark .navbar-burger{display:none}html.theme--documenter-dark .navbar-item,html.theme--documenter-dark .navbar-link{align-items:center;display:flex}html.theme--documenter-dark .navbar-item.has-dropdown{align-items:stretch}html.theme--documenter-dark .navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}html.theme--documenter-dark .navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid rgba(0,0,0,0.2);border-radius:8px 8px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown,html.theme--documenter-dark .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}html.theme--documenter-dark .navbar-menu{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .navbar-start{justify-content:flex-start;margin-right:auto}html.theme--documenter-dark .navbar-end{justify-content:flex-end;margin-left:auto}html.theme--documenter-dark .navbar-dropdown{background-color:#375a7f;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid rgba(0,0,0,0.2);box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}html.theme--documenter-dark .navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}html.theme--documenter-dark .navbar-dropdown a.navbar-item{padding-right:3rem}html.theme--documenter-dark .navbar-dropdown a.navbar-item:focus,html.theme--documenter-dark .navbar-dropdown a.navbar-item:hover{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .navbar-dropdown a.navbar-item.is-active{background-color:rgba(0,0,0,0);color:#1abc9c}.navbar.is-spaced html.theme--documenter-dark .navbar-dropdown,html.theme--documenter-dark .navbar-dropdown.is-boxed{border-radius:8px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}html.theme--documenter-dark .navbar-dropdown.is-right{left:auto;right:0}html.theme--documenter-dark .navbar-divider{display:block}html.theme--documenter-dark .navbar>.container .navbar-brand,html.theme--documenter-dark .container>.navbar .navbar-brand{margin-left:-.75rem}html.theme--documenter-dark .navbar>.container .navbar-menu,html.theme--documenter-dark .container>.navbar .navbar-menu{margin-right:-.75rem}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop,html.theme--documenter-dark .navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop{bottom:0}html.theme--documenter-dark .navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}html.theme--documenter-dark .navbar.is-fixed-top-desktop{top:0}html.theme--documenter-dark html.has-navbar-fixed-top-desktop,html.theme--documenter-dark body.has-navbar-fixed-top-desktop{padding-top:4rem}html.theme--documenter-dark html.has-navbar-fixed-bottom-desktop,html.theme--documenter-dark body.has-navbar-fixed-bottom-desktop{padding-bottom:4rem}html.theme--documenter-dark html.has-spaced-navbar-fixed-top,html.theme--documenter-dark body.has-spaced-navbar-fixed-top{padding-top:6rem}html.theme--documenter-dark html.has-spaced-navbar-fixed-bottom,html.theme--documenter-dark body.has-spaced-navbar-fixed-bottom{padding-bottom:6rem}html.theme--documenter-dark a.navbar-item.is-active,html.theme--documenter-dark .navbar-link.is-active{color:#1abc9c}html.theme--documenter-dark a.navbar-item.is-active:not(:focus):not(:hover),html.theme--documenter-dark .navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}html.theme--documenter-dark .navbar-item.has-dropdown:focus .navbar-link,html.theme--documenter-dark .navbar-item.has-dropdown:hover .navbar-link,html.theme--documenter-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}html.theme--documenter-dark .hero.is-fullheight-with-navbar{min-height:calc(100vh - 4rem)}html.theme--documenter-dark .pagination{font-size:1rem;margin:-.25rem}html.theme--documenter-dark .pagination.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}html.theme--documenter-dark .pagination.is-medium{font-size:1.25rem}html.theme--documenter-dark .pagination.is-large{font-size:1.5rem}html.theme--documenter-dark .pagination.is-rounded .pagination-previous,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,html.theme--documenter-dark .pagination.is-rounded .pagination-next,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}html.theme--documenter-dark .pagination.is-rounded .pagination-link,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}html.theme--documenter-dark .pagination,html.theme--documenter-dark .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link{border-color:#5e6d6f;color:#1abc9c;min-width:2.5em}html.theme--documenter-dark .pagination-previous:hover,html.theme--documenter-dark .pagination-next:hover,html.theme--documenter-dark .pagination-link:hover{border-color:#8c9b9d;color:#1dd2af}html.theme--documenter-dark .pagination-previous:focus,html.theme--documenter-dark .pagination-next:focus,html.theme--documenter-dark .pagination-link:focus{border-color:#8c9b9d}html.theme--documenter-dark .pagination-previous:active,html.theme--documenter-dark .pagination-next:active,html.theme--documenter-dark .pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}html.theme--documenter-dark .pagination-previous[disabled],html.theme--documenter-dark .pagination-previous.is-disabled,html.theme--documenter-dark .pagination-next[disabled],html.theme--documenter-dark .pagination-next.is-disabled,html.theme--documenter-dark .pagination-link[disabled],html.theme--documenter-dark .pagination-link.is-disabled{background-color:#5e6d6f;border-color:#5e6d6f;box-shadow:none;color:#fff;opacity:0.5}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}html.theme--documenter-dark .pagination-link.is-current{background-color:#1abc9c;border-color:#1abc9c;color:#fff}html.theme--documenter-dark .pagination-ellipsis{color:#8c9b9d;pointer-events:none}html.theme--documenter-dark .pagination-list{flex-wrap:wrap}html.theme--documenter-dark .pagination-list li{list-style:none}@media screen and (max-width: 768px){html.theme--documenter-dark .pagination{flex-wrap:wrap}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-ellipsis{margin-bottom:0;margin-top:0}html.theme--documenter-dark .pagination-previous{order:2}html.theme--documenter-dark .pagination-next{order:3}html.theme--documenter-dark .pagination{justify-content:space-between;margin-bottom:0;margin-top:0}html.theme--documenter-dark .pagination.is-centered .pagination-previous{order:1}html.theme--documenter-dark .pagination.is-centered .pagination-list{justify-content:center;order:2}html.theme--documenter-dark .pagination.is-centered .pagination-next{order:3}html.theme--documenter-dark .pagination.is-right .pagination-previous{order:1}html.theme--documenter-dark .pagination.is-right .pagination-next{order:2}html.theme--documenter-dark .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}html.theme--documenter-dark .panel{border-radius:8px;box-shadow:#171717;font-size:1rem}html.theme--documenter-dark .panel:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}html.theme--documenter-dark .panel.is-white .panel-block.is-active .panel-icon{color:#fff}html.theme--documenter-dark .panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}html.theme--documenter-dark .panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}html.theme--documenter-dark .panel.is-light .panel-heading{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .panel.is-light .panel-tabs a.is-active{border-bottom-color:#ecf0f1}html.theme--documenter-dark .panel.is-light .panel-block.is-active .panel-icon{color:#ecf0f1}html.theme--documenter-dark .panel.is-dark .panel-heading,html.theme--documenter-dark .content kbd.panel .panel-heading{background-color:#282f2f;color:#fff}html.theme--documenter-dark .panel.is-dark .panel-tabs a.is-active,html.theme--documenter-dark .content kbd.panel .panel-tabs a.is-active{border-bottom-color:#282f2f}html.theme--documenter-dark .panel.is-dark .panel-block.is-active .panel-icon,html.theme--documenter-dark .content kbd.panel .panel-block.is-active .panel-icon{color:#282f2f}html.theme--documenter-dark .panel.is-primary .panel-heading,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#375a7f;color:#fff}html.theme--documenter-dark .panel.is-primary .panel-tabs a.is-active,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#375a7f}html.theme--documenter-dark .panel.is-primary .panel-block.is-active .panel-icon,html.theme--documenter-dark .docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#375a7f}html.theme--documenter-dark .panel.is-link .panel-heading{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .panel.is-link .panel-tabs a.is-active{border-bottom-color:#1abc9c}html.theme--documenter-dark .panel.is-link .panel-block.is-active .panel-icon{color:#1abc9c}html.theme--documenter-dark .panel.is-info .panel-heading{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .panel.is-info .panel-tabs a.is-active{border-bottom-color:#3c5dcd}html.theme--documenter-dark .panel.is-info .panel-block.is-active .panel-icon{color:#3c5dcd}html.theme--documenter-dark .panel.is-success .panel-heading{background-color:#259a12;color:#fff}html.theme--documenter-dark .panel.is-success .panel-tabs a.is-active{border-bottom-color:#259a12}html.theme--documenter-dark .panel.is-success .panel-block.is-active .panel-icon{color:#259a12}html.theme--documenter-dark .panel.is-warning .panel-heading{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .panel.is-warning .panel-tabs a.is-active{border-bottom-color:#f4c72f}html.theme--documenter-dark .panel.is-warning .panel-block.is-active .panel-icon{color:#f4c72f}html.theme--documenter-dark .panel.is-danger .panel-heading{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .panel.is-danger .panel-tabs a.is-active{border-bottom-color:#cb3c33}html.theme--documenter-dark .panel.is-danger .panel-block.is-active .panel-icon{color:#cb3c33}html.theme--documenter-dark .panel-tabs:not(:last-child),html.theme--documenter-dark .panel-block:not(:last-child){border-bottom:1px solid #ededed}html.theme--documenter-dark .panel-heading{background-color:#343c3d;border-radius:8px 8px 0 0;color:#f2f2f2;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}html.theme--documenter-dark .panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}html.theme--documenter-dark .panel-tabs a{border-bottom:1px solid #5e6d6f;margin-bottom:-1px;padding:0.5em}html.theme--documenter-dark .panel-tabs a.is-active{border-bottom-color:#343c3d;color:#17a689}html.theme--documenter-dark .panel-list a{color:#fff}html.theme--documenter-dark .panel-list a:hover{color:#1abc9c}html.theme--documenter-dark .panel-block{align-items:center;color:#f2f2f2;display:flex;justify-content:flex-start;padding:0.5em 0.75em}html.theme--documenter-dark .panel-block input[type="checkbox"]{margin-right:.75em}html.theme--documenter-dark .panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}html.theme--documenter-dark .panel-block.is-wrapped{flex-wrap:wrap}html.theme--documenter-dark .panel-block.is-active{border-left-color:#1abc9c;color:#17a689}html.theme--documenter-dark .panel-block.is-active .panel-icon{color:#1abc9c}html.theme--documenter-dark .panel-block:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.theme--documenter-dark a.panel-block,html.theme--documenter-dark label.panel-block{cursor:pointer}html.theme--documenter-dark a.panel-block:hover,html.theme--documenter-dark label.panel-block:hover{background-color:#282f2f}html.theme--documenter-dark .panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#fff;margin-right:.75em}html.theme--documenter-dark .panel-icon .fa{font-size:inherit;line-height:inherit}html.theme--documenter-dark .tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}html.theme--documenter-dark .tabs a{align-items:center;border-bottom-color:#5e6d6f;border-bottom-style:solid;border-bottom-width:1px;color:#fff;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}html.theme--documenter-dark .tabs a:hover{border-bottom-color:#f2f2f2;color:#f2f2f2}html.theme--documenter-dark .tabs li{display:block}html.theme--documenter-dark .tabs li.is-active a{border-bottom-color:#1abc9c;color:#1abc9c}html.theme--documenter-dark .tabs ul{align-items:center;border-bottom-color:#5e6d6f;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}html.theme--documenter-dark .tabs ul.is-left{padding-right:0.75em}html.theme--documenter-dark .tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}html.theme--documenter-dark .tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}html.theme--documenter-dark .tabs .icon:first-child{margin-right:.5em}html.theme--documenter-dark .tabs .icon:last-child{margin-left:.5em}html.theme--documenter-dark .tabs.is-centered ul{justify-content:center}html.theme--documenter-dark .tabs.is-right ul{justify-content:flex-end}html.theme--documenter-dark .tabs.is-boxed a{border:1px solid transparent;border-radius:.4em .4em 0 0}html.theme--documenter-dark .tabs.is-boxed a:hover{background-color:#282f2f;border-bottom-color:#5e6d6f}html.theme--documenter-dark .tabs.is-boxed li.is-active a{background-color:#fff;border-color:#5e6d6f;border-bottom-color:rgba(0,0,0,0) !important}html.theme--documenter-dark .tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}html.theme--documenter-dark .tabs.is-toggle a{border-color:#5e6d6f;border-style:solid;border-width:1px;margin-bottom:0;position:relative}html.theme--documenter-dark .tabs.is-toggle a:hover{background-color:#282f2f;border-color:#8c9b9d;z-index:2}html.theme--documenter-dark .tabs.is-toggle li+li{margin-left:-1px}html.theme--documenter-dark .tabs.is-toggle li:first-child a{border-top-left-radius:.4em;border-bottom-left-radius:.4em}html.theme--documenter-dark .tabs.is-toggle li:last-child a{border-top-right-radius:.4em;border-bottom-right-radius:.4em}html.theme--documenter-dark .tabs.is-toggle li.is-active a{background-color:#1abc9c;border-color:#1abc9c;color:#fff;z-index:1}html.theme--documenter-dark .tabs.is-toggle ul{border-bottom:none}html.theme--documenter-dark .tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}html.theme--documenter-dark .tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}html.theme--documenter-dark .tabs.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}html.theme--documenter-dark .tabs.is-medium{font-size:1.25rem}html.theme--documenter-dark .tabs.is-large{font-size:1.5rem}html.theme--documenter-dark .column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>html.theme--documenter-dark .column.is-narrow{flex:none;width:unset}.columns.is-mobile>html.theme--documenter-dark .column.is-full{flex:none;width:100%}.columns.is-mobile>html.theme--documenter-dark .column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>html.theme--documenter-dark .column.is-half{flex:none;width:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>html.theme--documenter-dark .column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>html.theme--documenter-dark .column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>html.theme--documenter-dark .column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-half{margin-left:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>html.theme--documenter-dark .column.is-0{flex:none;width:0%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-0{margin-left:0%}.columns.is-mobile>html.theme--documenter-dark .column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-3{flex:none;width:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-3{margin-left:25%}.columns.is-mobile>html.theme--documenter-dark .column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-6{flex:none;width:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-6{margin-left:50%}.columns.is-mobile>html.theme--documenter-dark .column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-9{flex:none;width:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-9{margin-left:75%}.columns.is-mobile>html.theme--documenter-dark .column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>html.theme--documenter-dark .column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>html.theme--documenter-dark .column.is-12{flex:none;width:100%}.columns.is-mobile>html.theme--documenter-dark .column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){html.theme--documenter-dark .column.is-narrow-mobile{flex:none;width:unset}html.theme--documenter-dark .column.is-full-mobile{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-mobile{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-mobile{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-mobile{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-mobile{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-mobile{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-mobile{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-mobile{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-mobile{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-mobile{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-mobile{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-mobile{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-mobile{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-mobile{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-mobile{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-mobile{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-mobile{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-mobile{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-mobile{margin-left:80%}html.theme--documenter-dark .column.is-0-mobile{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-mobile{margin-left:0%}html.theme--documenter-dark .column.is-1-mobile{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-mobile{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-mobile{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-mobile{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-mobile{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-mobile{margin-left:25%}html.theme--documenter-dark .column.is-4-mobile{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-mobile{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-mobile{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-mobile{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-mobile{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-mobile{margin-left:50%}html.theme--documenter-dark .column.is-7-mobile{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-mobile{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-mobile{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-mobile{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-mobile{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-mobile{margin-left:75%}html.theme--documenter-dark .column.is-10-mobile{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-mobile{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-mobile{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-mobile{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-mobile{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .column.is-narrow,html.theme--documenter-dark .column.is-narrow-tablet{flex:none;width:unset}html.theme--documenter-dark .column.is-full,html.theme--documenter-dark .column.is-full-tablet{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters,html.theme--documenter-dark .column.is-three-quarters-tablet{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds,html.theme--documenter-dark .column.is-two-thirds-tablet{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half,html.theme--documenter-dark .column.is-half-tablet{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third,html.theme--documenter-dark .column.is-one-third-tablet{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter,html.theme--documenter-dark .column.is-one-quarter-tablet{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth,html.theme--documenter-dark .column.is-one-fifth-tablet{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths,html.theme--documenter-dark .column.is-two-fifths-tablet{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths,html.theme--documenter-dark .column.is-three-fifths-tablet{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths,html.theme--documenter-dark .column.is-four-fifths-tablet{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters,html.theme--documenter-dark .column.is-offset-three-quarters-tablet{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds,html.theme--documenter-dark .column.is-offset-two-thirds-tablet{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half,html.theme--documenter-dark .column.is-offset-half-tablet{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third,html.theme--documenter-dark .column.is-offset-one-third-tablet{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter,html.theme--documenter-dark .column.is-offset-one-quarter-tablet{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth,html.theme--documenter-dark .column.is-offset-one-fifth-tablet{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths,html.theme--documenter-dark .column.is-offset-two-fifths-tablet{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths,html.theme--documenter-dark .column.is-offset-three-fifths-tablet{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths,html.theme--documenter-dark .column.is-offset-four-fifths-tablet{margin-left:80%}html.theme--documenter-dark .column.is-0,html.theme--documenter-dark .column.is-0-tablet{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0,html.theme--documenter-dark .column.is-offset-0-tablet{margin-left:0%}html.theme--documenter-dark .column.is-1,html.theme--documenter-dark .column.is-1-tablet{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1,html.theme--documenter-dark .column.is-offset-1-tablet{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2,html.theme--documenter-dark .column.is-2-tablet{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2,html.theme--documenter-dark .column.is-offset-2-tablet{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3,html.theme--documenter-dark .column.is-3-tablet{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3,html.theme--documenter-dark .column.is-offset-3-tablet{margin-left:25%}html.theme--documenter-dark .column.is-4,html.theme--documenter-dark .column.is-4-tablet{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4,html.theme--documenter-dark .column.is-offset-4-tablet{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5,html.theme--documenter-dark .column.is-5-tablet{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5,html.theme--documenter-dark .column.is-offset-5-tablet{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6,html.theme--documenter-dark .column.is-6-tablet{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6,html.theme--documenter-dark .column.is-offset-6-tablet{margin-left:50%}html.theme--documenter-dark .column.is-7,html.theme--documenter-dark .column.is-7-tablet{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7,html.theme--documenter-dark .column.is-offset-7-tablet{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8,html.theme--documenter-dark .column.is-8-tablet{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8,html.theme--documenter-dark .column.is-offset-8-tablet{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9,html.theme--documenter-dark .column.is-9-tablet{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9,html.theme--documenter-dark .column.is-offset-9-tablet{margin-left:75%}html.theme--documenter-dark .column.is-10,html.theme--documenter-dark .column.is-10-tablet{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10,html.theme--documenter-dark .column.is-offset-10-tablet{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11,html.theme--documenter-dark .column.is-11-tablet{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11,html.theme--documenter-dark .column.is-offset-11-tablet{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12,html.theme--documenter-dark .column.is-12-tablet{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12,html.theme--documenter-dark .column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){html.theme--documenter-dark .column.is-narrow-touch{flex:none;width:unset}html.theme--documenter-dark .column.is-full-touch{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-touch{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-touch{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-touch{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-touch{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-touch{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-touch{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-touch{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-touch{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-touch{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-touch{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-touch{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-touch{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-touch{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-touch{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-touch{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-touch{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-touch{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-touch{margin-left:80%}html.theme--documenter-dark .column.is-0-touch{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-touch{margin-left:0%}html.theme--documenter-dark .column.is-1-touch{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-touch{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-touch{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-touch{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-touch{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-touch{margin-left:25%}html.theme--documenter-dark .column.is-4-touch{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-touch{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-touch{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-touch{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-touch{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-touch{margin-left:50%}html.theme--documenter-dark .column.is-7-touch{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-touch{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-touch{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-touch{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-touch{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-touch{margin-left:75%}html.theme--documenter-dark .column.is-10-touch{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-touch{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-touch{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-touch{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-touch{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){html.theme--documenter-dark .column.is-narrow-desktop{flex:none;width:unset}html.theme--documenter-dark .column.is-full-desktop{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-desktop{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-desktop{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-desktop{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-desktop{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-desktop{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-desktop{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-desktop{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-desktop{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-desktop{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-desktop{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-desktop{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-desktop{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-desktop{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-desktop{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-desktop{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-desktop{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-desktop{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-desktop{margin-left:80%}html.theme--documenter-dark .column.is-0-desktop{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-desktop{margin-left:0%}html.theme--documenter-dark .column.is-1-desktop{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-desktop{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-desktop{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-desktop{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-desktop{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-desktop{margin-left:25%}html.theme--documenter-dark .column.is-4-desktop{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-desktop{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-desktop{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-desktop{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-desktop{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-desktop{margin-left:50%}html.theme--documenter-dark .column.is-7-desktop{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-desktop{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-desktop{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-desktop{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-desktop{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-desktop{margin-left:75%}html.theme--documenter-dark .column.is-10-desktop{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-desktop{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-desktop{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-desktop{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-desktop{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){html.theme--documenter-dark .column.is-narrow-widescreen{flex:none;width:unset}html.theme--documenter-dark .column.is-full-widescreen{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-widescreen{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-widescreen{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-widescreen{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-widescreen{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-widescreen{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-widescreen{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-widescreen{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-widescreen{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-widescreen{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-widescreen{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-widescreen{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-widescreen{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-widescreen{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-widescreen{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-widescreen{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-widescreen{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-widescreen{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-widescreen{margin-left:80%}html.theme--documenter-dark .column.is-0-widescreen{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-widescreen{margin-left:0%}html.theme--documenter-dark .column.is-1-widescreen{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-widescreen{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-widescreen{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-widescreen{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-widescreen{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-widescreen{margin-left:25%}html.theme--documenter-dark .column.is-4-widescreen{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-widescreen{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-widescreen{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-widescreen{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-widescreen{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-widescreen{margin-left:50%}html.theme--documenter-dark .column.is-7-widescreen{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-widescreen{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-widescreen{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-widescreen{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-widescreen{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-widescreen{margin-left:75%}html.theme--documenter-dark .column.is-10-widescreen{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-widescreen{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-widescreen{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-widescreen{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-widescreen{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){html.theme--documenter-dark .column.is-narrow-fullhd{flex:none;width:unset}html.theme--documenter-dark .column.is-full-fullhd{flex:none;width:100%}html.theme--documenter-dark .column.is-three-quarters-fullhd{flex:none;width:75%}html.theme--documenter-dark .column.is-two-thirds-fullhd{flex:none;width:66.6666%}html.theme--documenter-dark .column.is-half-fullhd{flex:none;width:50%}html.theme--documenter-dark .column.is-one-third-fullhd{flex:none;width:33.3333%}html.theme--documenter-dark .column.is-one-quarter-fullhd{flex:none;width:25%}html.theme--documenter-dark .column.is-one-fifth-fullhd{flex:none;width:20%}html.theme--documenter-dark .column.is-two-fifths-fullhd{flex:none;width:40%}html.theme--documenter-dark .column.is-three-fifths-fullhd{flex:none;width:60%}html.theme--documenter-dark .column.is-four-fifths-fullhd{flex:none;width:80%}html.theme--documenter-dark .column.is-offset-three-quarters-fullhd{margin-left:75%}html.theme--documenter-dark .column.is-offset-two-thirds-fullhd{margin-left:66.6666%}html.theme--documenter-dark .column.is-offset-half-fullhd{margin-left:50%}html.theme--documenter-dark .column.is-offset-one-third-fullhd{margin-left:33.3333%}html.theme--documenter-dark .column.is-offset-one-quarter-fullhd{margin-left:25%}html.theme--documenter-dark .column.is-offset-one-fifth-fullhd{margin-left:20%}html.theme--documenter-dark .column.is-offset-two-fifths-fullhd{margin-left:40%}html.theme--documenter-dark .column.is-offset-three-fifths-fullhd{margin-left:60%}html.theme--documenter-dark .column.is-offset-four-fifths-fullhd{margin-left:80%}html.theme--documenter-dark .column.is-0-fullhd{flex:none;width:0%}html.theme--documenter-dark .column.is-offset-0-fullhd{margin-left:0%}html.theme--documenter-dark .column.is-1-fullhd{flex:none;width:8.33333337%}html.theme--documenter-dark .column.is-offset-1-fullhd{margin-left:8.33333337%}html.theme--documenter-dark .column.is-2-fullhd{flex:none;width:16.66666674%}html.theme--documenter-dark .column.is-offset-2-fullhd{margin-left:16.66666674%}html.theme--documenter-dark .column.is-3-fullhd{flex:none;width:25%}html.theme--documenter-dark .column.is-offset-3-fullhd{margin-left:25%}html.theme--documenter-dark .column.is-4-fullhd{flex:none;width:33.33333337%}html.theme--documenter-dark .column.is-offset-4-fullhd{margin-left:33.33333337%}html.theme--documenter-dark .column.is-5-fullhd{flex:none;width:41.66666674%}html.theme--documenter-dark .column.is-offset-5-fullhd{margin-left:41.66666674%}html.theme--documenter-dark .column.is-6-fullhd{flex:none;width:50%}html.theme--documenter-dark .column.is-offset-6-fullhd{margin-left:50%}html.theme--documenter-dark .column.is-7-fullhd{flex:none;width:58.33333337%}html.theme--documenter-dark .column.is-offset-7-fullhd{margin-left:58.33333337%}html.theme--documenter-dark .column.is-8-fullhd{flex:none;width:66.66666674%}html.theme--documenter-dark .column.is-offset-8-fullhd{margin-left:66.66666674%}html.theme--documenter-dark .column.is-9-fullhd{flex:none;width:75%}html.theme--documenter-dark .column.is-offset-9-fullhd{margin-left:75%}html.theme--documenter-dark .column.is-10-fullhd{flex:none;width:83.33333337%}html.theme--documenter-dark .column.is-offset-10-fullhd{margin-left:83.33333337%}html.theme--documenter-dark .column.is-11-fullhd{flex:none;width:91.66666674%}html.theme--documenter-dark .column.is-offset-11-fullhd{margin-left:91.66666674%}html.theme--documenter-dark .column.is-12-fullhd{flex:none;width:100%}html.theme--documenter-dark .column.is-offset-12-fullhd{margin-left:100%}}html.theme--documenter-dark .columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--documenter-dark .columns:last-child{margin-bottom:-.75rem}html.theme--documenter-dark .columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}html.theme--documenter-dark .columns.is-centered{justify-content:center}html.theme--documenter-dark .columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}html.theme--documenter-dark .columns.is-gapless>.column{margin:0;padding:0 !important}html.theme--documenter-dark .columns.is-gapless:not(:last-child){margin-bottom:1.5rem}html.theme--documenter-dark .columns.is-gapless:last-child{margin-bottom:0}html.theme--documenter-dark .columns.is-mobile{display:flex}html.theme--documenter-dark .columns.is-multiline{flex-wrap:wrap}html.theme--documenter-dark .columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-desktop{display:flex}}html.theme--documenter-dark .columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}html.theme--documenter-dark .columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}html.theme--documenter-dark .columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-0-fullhd{--columnGap: 0rem}}html.theme--documenter-dark .columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-1-fullhd{--columnGap: .25rem}}html.theme--documenter-dark .columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-2-fullhd{--columnGap: .5rem}}html.theme--documenter-dark .columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-3-fullhd{--columnGap: .75rem}}html.theme--documenter-dark .columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-4-fullhd{--columnGap: 1rem}}html.theme--documenter-dark .columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}html.theme--documenter-dark .columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}html.theme--documenter-dark .columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}html.theme--documenter-dark .columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){html.theme--documenter-dark .columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark .columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){html.theme--documenter-dark .columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){html.theme--documenter-dark .columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){html.theme--documenter-dark .columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){html.theme--documenter-dark .columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){html.theme--documenter-dark .columns.is-variable.is-8-fullhd{--columnGap: 2rem}}html.theme--documenter-dark .tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}html.theme--documenter-dark .tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}html.theme--documenter-dark .tile.is-ancestor:last-child{margin-bottom:-.75rem}html.theme--documenter-dark .tile.is-ancestor:not(:last-child){margin-bottom:.75rem}html.theme--documenter-dark .tile.is-child{margin:0 !important}html.theme--documenter-dark .tile.is-parent{padding:.75rem}html.theme--documenter-dark .tile.is-vertical{flex-direction:column}html.theme--documenter-dark .tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{html.theme--documenter-dark .tile:not(.is-child){display:flex}html.theme--documenter-dark .tile.is-1{flex:none;width:8.33333337%}html.theme--documenter-dark .tile.is-2{flex:none;width:16.66666674%}html.theme--documenter-dark .tile.is-3{flex:none;width:25%}html.theme--documenter-dark .tile.is-4{flex:none;width:33.33333337%}html.theme--documenter-dark .tile.is-5{flex:none;width:41.66666674%}html.theme--documenter-dark .tile.is-6{flex:none;width:50%}html.theme--documenter-dark .tile.is-7{flex:none;width:58.33333337%}html.theme--documenter-dark .tile.is-8{flex:none;width:66.66666674%}html.theme--documenter-dark .tile.is-9{flex:none;width:75%}html.theme--documenter-dark .tile.is-10{flex:none;width:83.33333337%}html.theme--documenter-dark .tile.is-11{flex:none;width:91.66666674%}html.theme--documenter-dark .tile.is-12{flex:none;width:100%}}html.theme--documenter-dark .hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}html.theme--documenter-dark .hero .navbar{background:none}html.theme--documenter-dark .hero .tabs ul{border-bottom:none}html.theme--documenter-dark .hero.is-white{background-color:#fff;color:#0a0a0a}html.theme--documenter-dark .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-white strong{color:inherit}html.theme--documenter-dark .hero.is-white .title{color:#0a0a0a}html.theme--documenter-dark .hero.is-white .subtitle{color:rgba(10,10,10,0.9)}html.theme--documenter-dark .hero.is-white .subtitle a:not(.button),html.theme--documenter-dark .hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-white .navbar-menu{background-color:#fff}}html.theme--documenter-dark .hero.is-white .navbar-item,html.theme--documenter-dark .hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}html.theme--documenter-dark .hero.is-white a.navbar-item:hover,html.theme--documenter-dark .hero.is-white a.navbar-item.is-active,html.theme--documenter-dark .hero.is-white .navbar-link:hover,html.theme--documenter-dark .hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}html.theme--documenter-dark .hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}html.theme--documenter-dark .hero.is-white .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}html.theme--documenter-dark .hero.is-white .tabs.is-boxed a,html.theme--documenter-dark .hero.is-white .tabs.is-toggle a{color:#0a0a0a}html.theme--documenter-dark .hero.is-white .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-white .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-white .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-white .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}html.theme--documenter-dark .hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}html.theme--documenter-dark .hero.is-black{background-color:#0a0a0a;color:#fff}html.theme--documenter-dark .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-black strong{color:inherit}html.theme--documenter-dark .hero.is-black .title{color:#fff}html.theme--documenter-dark .hero.is-black .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-black .subtitle a:not(.button),html.theme--documenter-dark .hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-black .navbar-menu{background-color:#0a0a0a}}html.theme--documenter-dark .hero.is-black .navbar-item,html.theme--documenter-dark .hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-black a.navbar-item:hover,html.theme--documenter-dark .hero.is-black a.navbar-item.is-active,html.theme--documenter-dark .hero.is-black .navbar-link:hover,html.theme--documenter-dark .hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}html.theme--documenter-dark .hero.is-black .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-black .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}html.theme--documenter-dark .hero.is-black .tabs.is-boxed a,html.theme--documenter-dark .hero.is-black .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-black .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-black .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-black .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-black .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}html.theme--documenter-dark .hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}html.theme--documenter-dark .hero.is-light{background-color:#ecf0f1;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-light strong{color:inherit}html.theme--documenter-dark .hero.is-light .title{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .subtitle{color:rgba(0,0,0,0.9)}html.theme--documenter-dark .hero.is-light .subtitle a:not(.button),html.theme--documenter-dark .hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-light .navbar-menu{background-color:#ecf0f1}}html.theme--documenter-dark .hero.is-light .navbar-item,html.theme--documenter-dark .hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light a.navbar-item:hover,html.theme--documenter-dark .hero.is-light a.navbar-item.is-active,html.theme--documenter-dark .hero.is-light .navbar-link:hover,html.theme--documenter-dark .hero.is-light .navbar-link.is-active{background-color:#dde4e6;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--documenter-dark .hero.is-light .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-light .tabs li.is-active a{color:#ecf0f1 !important;opacity:1}html.theme--documenter-dark .hero.is-light .tabs.is-boxed a,html.theme--documenter-dark .hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-light .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-light .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-light .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-light .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ecf0f1}html.theme--documenter-dark .hero.is-light.is-bold{background-image:linear-gradient(141deg, #cadfe0 0%, #ecf0f1 71%, #fafbfc 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #cadfe0 0%, #ecf0f1 71%, #fafbfc 100%)}}html.theme--documenter-dark .hero.is-dark,html.theme--documenter-dark .content kbd.hero{background-color:#282f2f;color:#fff}html.theme--documenter-dark .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-dark strong,html.theme--documenter-dark .content kbd.hero strong{color:inherit}html.theme--documenter-dark .hero.is-dark .title,html.theme--documenter-dark .content kbd.hero .title{color:#fff}html.theme--documenter-dark .hero.is-dark .subtitle,html.theme--documenter-dark .content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-dark .subtitle a:not(.button),html.theme--documenter-dark .content kbd.hero .subtitle a:not(.button),html.theme--documenter-dark .hero.is-dark .subtitle strong,html.theme--documenter-dark .content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-dark .navbar-menu,html.theme--documenter-dark .content kbd.hero .navbar-menu{background-color:#282f2f}}html.theme--documenter-dark .hero.is-dark .navbar-item,html.theme--documenter-dark .content kbd.hero .navbar-item,html.theme--documenter-dark .hero.is-dark .navbar-link,html.theme--documenter-dark .content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-dark a.navbar-item:hover,html.theme--documenter-dark .content kbd.hero a.navbar-item:hover,html.theme--documenter-dark .hero.is-dark a.navbar-item.is-active,html.theme--documenter-dark .content kbd.hero a.navbar-item.is-active,html.theme--documenter-dark .hero.is-dark .navbar-link:hover,html.theme--documenter-dark .content kbd.hero .navbar-link:hover,html.theme--documenter-dark .hero.is-dark .navbar-link.is-active,html.theme--documenter-dark .content kbd.hero .navbar-link.is-active{background-color:#1d2122;color:#fff}html.theme--documenter-dark .hero.is-dark .tabs a,html.theme--documenter-dark .content kbd.hero .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-dark .tabs a:hover,html.theme--documenter-dark .content kbd.hero .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-dark .tabs li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs li.is-active a{color:#282f2f !important;opacity:1}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed a,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed a,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle a,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed a:hover,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle a:hover,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-dark .tabs.is-boxed li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-dark .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle li.is-active a,html.theme--documenter-dark .content kbd.hero .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#282f2f}html.theme--documenter-dark .hero.is-dark.is-bold,html.theme--documenter-dark .content kbd.hero.is-bold{background-image:linear-gradient(141deg, #0f1615 0%, #282f2f 71%, #313c40 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-dark.is-bold .navbar-menu,html.theme--documenter-dark .content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0f1615 0%, #282f2f 71%, #313c40 100%)}}html.theme--documenter-dark .hero.is-primary,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink{background-color:#375a7f;color:#fff}html.theme--documenter-dark .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-primary strong,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink strong{color:inherit}html.theme--documenter-dark .hero.is-primary .title,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .title{color:#fff}html.theme--documenter-dark .hero.is-primary .subtitle,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-primary .subtitle a:not(.button),html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),html.theme--documenter-dark .hero.is-primary .subtitle strong,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-primary .navbar-menu,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#375a7f}}html.theme--documenter-dark .hero.is-primary .navbar-item,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-item,html.theme--documenter-dark .hero.is-primary .navbar-link,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-primary a.navbar-item:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,html.theme--documenter-dark .hero.is-primary a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,html.theme--documenter-dark .hero.is-primary .navbar-link:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link:hover,html.theme--documenter-dark .hero.is-primary .navbar-link.is-active,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#2f4d6d;color:#fff}html.theme--documenter-dark .hero.is-primary .tabs a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-primary .tabs a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-primary .tabs li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#375a7f !important;opacity:1}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle a:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-primary .tabs.is-boxed li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-primary .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle li.is-active a,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#375a7f}html.theme--documenter-dark .hero.is-primary.is-bold,html.theme--documenter-dark .docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #214b62 0%, #375a7f 71%, #3a5796 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-primary.is-bold .navbar-menu,html.theme--documenter-dark .docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #214b62 0%, #375a7f 71%, #3a5796 100%)}}html.theme--documenter-dark .hero.is-link{background-color:#1abc9c;color:#fff}html.theme--documenter-dark .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-link strong{color:inherit}html.theme--documenter-dark .hero.is-link .title{color:#fff}html.theme--documenter-dark .hero.is-link .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-link .subtitle a:not(.button),html.theme--documenter-dark .hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-link .navbar-menu{background-color:#1abc9c}}html.theme--documenter-dark .hero.is-link .navbar-item,html.theme--documenter-dark .hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-link a.navbar-item:hover,html.theme--documenter-dark .hero.is-link a.navbar-item.is-active,html.theme--documenter-dark .hero.is-link .navbar-link:hover,html.theme--documenter-dark .hero.is-link .navbar-link.is-active{background-color:#17a689;color:#fff}html.theme--documenter-dark .hero.is-link .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-link .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-link .tabs li.is-active a{color:#1abc9c !important;opacity:1}html.theme--documenter-dark .hero.is-link .tabs.is-boxed a,html.theme--documenter-dark .hero.is-link .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-link .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-link .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-link .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-link .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#1abc9c}html.theme--documenter-dark .hero.is-link.is-bold{background-image:linear-gradient(141deg, #0c9764 0%, #1abc9c 71%, #17d8d2 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #0c9764 0%, #1abc9c 71%, #17d8d2 100%)}}html.theme--documenter-dark .hero.is-info{background-color:#3c5dcd;color:#fff}html.theme--documenter-dark .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-info strong{color:inherit}html.theme--documenter-dark .hero.is-info .title{color:#fff}html.theme--documenter-dark .hero.is-info .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-info .subtitle a:not(.button),html.theme--documenter-dark .hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-info .navbar-menu{background-color:#3c5dcd}}html.theme--documenter-dark .hero.is-info .navbar-item,html.theme--documenter-dark .hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-info a.navbar-item:hover,html.theme--documenter-dark .hero.is-info a.navbar-item.is-active,html.theme--documenter-dark .hero.is-info .navbar-link:hover,html.theme--documenter-dark .hero.is-info .navbar-link.is-active{background-color:#3151bf;color:#fff}html.theme--documenter-dark .hero.is-info .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-info .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-info .tabs li.is-active a{color:#3c5dcd !important;opacity:1}html.theme--documenter-dark .hero.is-info .tabs.is-boxed a,html.theme--documenter-dark .hero.is-info .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-info .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-info .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-info .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-info .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3c5dcd}html.theme--documenter-dark .hero.is-info.is-bold{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}}html.theme--documenter-dark .hero.is-success{background-color:#259a12;color:#fff}html.theme--documenter-dark .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-success strong{color:inherit}html.theme--documenter-dark .hero.is-success .title{color:#fff}html.theme--documenter-dark .hero.is-success .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-success .subtitle a:not(.button),html.theme--documenter-dark .hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-success .navbar-menu{background-color:#259a12}}html.theme--documenter-dark .hero.is-success .navbar-item,html.theme--documenter-dark .hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-success a.navbar-item:hover,html.theme--documenter-dark .hero.is-success a.navbar-item.is-active,html.theme--documenter-dark .hero.is-success .navbar-link:hover,html.theme--documenter-dark .hero.is-success .navbar-link.is-active{background-color:#20830f;color:#fff}html.theme--documenter-dark .hero.is-success .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-success .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-success .tabs li.is-active a{color:#259a12 !important;opacity:1}html.theme--documenter-dark .hero.is-success .tabs.is-boxed a,html.theme--documenter-dark .hero.is-success .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-success .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-success .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-success .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-success .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#259a12}html.theme--documenter-dark .hero.is-success.is-bold{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}}html.theme--documenter-dark .hero.is-warning{background-color:#f4c72f;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-warning strong{color:inherit}html.theme--documenter-dark .hero.is-warning .title{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .subtitle{color:rgba(0,0,0,0.9)}html.theme--documenter-dark .hero.is-warning .subtitle a:not(.button),html.theme--documenter-dark .hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-warning .navbar-menu{background-color:#f4c72f}}html.theme--documenter-dark .hero.is-warning .navbar-item,html.theme--documenter-dark .hero.is-warning .navbar-link{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning a.navbar-item:hover,html.theme--documenter-dark .hero.is-warning a.navbar-item.is-active,html.theme--documenter-dark .hero.is-warning .navbar-link:hover,html.theme--documenter-dark .hero.is-warning .navbar-link.is-active{background-color:#f3c017;color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}html.theme--documenter-dark .hero.is-warning .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-warning .tabs li.is-active a{color:#f4c72f !important;opacity:1}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed a,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-warning .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-warning .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f4c72f}html.theme--documenter-dark .hero.is-warning.is-bold{background-image:linear-gradient(141deg, #f09100 0%, #f4c72f 71%, #faef42 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #f09100 0%, #f4c72f 71%, #faef42 100%)}}html.theme--documenter-dark .hero.is-danger{background-color:#cb3c33;color:#fff}html.theme--documenter-dark .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),html.theme--documenter-dark .hero.is-danger strong{color:inherit}html.theme--documenter-dark .hero.is-danger .title{color:#fff}html.theme--documenter-dark .hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}html.theme--documenter-dark .hero.is-danger .subtitle a:not(.button),html.theme--documenter-dark .hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){html.theme--documenter-dark .hero.is-danger .navbar-menu{background-color:#cb3c33}}html.theme--documenter-dark .hero.is-danger .navbar-item,html.theme--documenter-dark .hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}html.theme--documenter-dark .hero.is-danger a.navbar-item:hover,html.theme--documenter-dark .hero.is-danger a.navbar-item.is-active,html.theme--documenter-dark .hero.is-danger .navbar-link:hover,html.theme--documenter-dark .hero.is-danger .navbar-link.is-active{background-color:#b7362e;color:#fff}html.theme--documenter-dark .hero.is-danger .tabs a{color:#fff;opacity:0.9}html.theme--documenter-dark .hero.is-danger .tabs a:hover{opacity:1}html.theme--documenter-dark .hero.is-danger .tabs li.is-active a{color:#cb3c33 !important;opacity:1}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed a,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle a{color:#fff}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed a:hover,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}html.theme--documenter-dark .hero.is-danger .tabs.is-boxed li.is-active a,html.theme--documenter-dark .hero.is-danger .tabs.is-boxed li.is-active a:hover,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle li.is-active a,html.theme--documenter-dark .hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#cb3c33}html.theme--documenter-dark .hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}@media screen and (max-width: 768px){html.theme--documenter-dark .hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}}html.theme--documenter-dark .hero.is-small .hero-body,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero.is-large .hero-body{padding:18rem 6rem}}html.theme--documenter-dark .hero.is-halfheight .hero-body,html.theme--documenter-dark .hero.is-fullheight .hero-body,html.theme--documenter-dark .hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}html.theme--documenter-dark .hero.is-halfheight .hero-body>.container,html.theme--documenter-dark .hero.is-fullheight .hero-body>.container,html.theme--documenter-dark .hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}html.theme--documenter-dark .hero.is-halfheight{min-height:50vh}html.theme--documenter-dark .hero.is-fullheight{min-height:100vh}html.theme--documenter-dark .hero-video{overflow:hidden}html.theme--documenter-dark .hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}html.theme--documenter-dark .hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){html.theme--documenter-dark .hero-video{display:none}}html.theme--documenter-dark .hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){html.theme--documenter-dark .hero-buttons .button{display:flex}html.theme--documenter-dark .hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero-buttons{display:flex;justify-content:center}html.theme--documenter-dark .hero-buttons .button:not(:last-child){margin-right:1.5rem}}html.theme--documenter-dark .hero-head,html.theme--documenter-dark .hero-foot{flex-grow:0;flex-shrink:0}html.theme--documenter-dark .hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{html.theme--documenter-dark .hero-body{padding:3rem 3rem}}html.theme--documenter-dark .section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){html.theme--documenter-dark .section{padding:3rem 3rem}html.theme--documenter-dark .section.is-medium{padding:9rem 4.5rem}html.theme--documenter-dark .section.is-large{padding:18rem 6rem}}html.theme--documenter-dark .footer{background-color:#282f2f;padding:3rem 1.5rem 6rem}html.theme--documenter-dark hr{height:1px}html.theme--documenter-dark h6{text-transform:uppercase;letter-spacing:0.5px}html.theme--documenter-dark .hero{background-color:#343c3d}html.theme--documenter-dark a{transition:all 200ms ease}html.theme--documenter-dark .button{transition:all 200ms ease;border-width:1px;color:#fff}html.theme--documenter-dark .button.is-active,html.theme--documenter-dark .button.is-focused,html.theme--documenter-dark .button:active,html.theme--documenter-dark .button:focus{box-shadow:0 0 0 2px rgba(140,155,157,0.5)}html.theme--documenter-dark .button.is-white.is-hovered,html.theme--documenter-dark .button.is-white:hover{background-color:#fff}html.theme--documenter-dark .button.is-white.is-active,html.theme--documenter-dark .button.is-white.is-focused,html.theme--documenter-dark .button.is-white:active,html.theme--documenter-dark .button.is-white:focus{border-color:#fff;box-shadow:0 0 0 2px rgba(255,255,255,0.5)}html.theme--documenter-dark .button.is-black.is-hovered,html.theme--documenter-dark .button.is-black:hover{background-color:#1d1d1d}html.theme--documenter-dark .button.is-black.is-active,html.theme--documenter-dark .button.is-black.is-focused,html.theme--documenter-dark .button.is-black:active,html.theme--documenter-dark .button.is-black:focus{border-color:#0a0a0a;box-shadow:0 0 0 2px rgba(10,10,10,0.5)}html.theme--documenter-dark .button.is-light.is-hovered,html.theme--documenter-dark .button.is-light:hover{background-color:#fff}html.theme--documenter-dark .button.is-light.is-active,html.theme--documenter-dark .button.is-light.is-focused,html.theme--documenter-dark .button.is-light:active,html.theme--documenter-dark .button.is-light:focus{border-color:#ecf0f1;box-shadow:0 0 0 2px rgba(236,240,241,0.5)}html.theme--documenter-dark .button.is-dark.is-hovered,html.theme--documenter-dark .content kbd.button.is-hovered,html.theme--documenter-dark .button.is-dark:hover,html.theme--documenter-dark .content kbd.button:hover{background-color:#3a4344}html.theme--documenter-dark .button.is-dark.is-active,html.theme--documenter-dark .content kbd.button.is-active,html.theme--documenter-dark .button.is-dark.is-focused,html.theme--documenter-dark .content kbd.button.is-focused,html.theme--documenter-dark .button.is-dark:active,html.theme--documenter-dark .content kbd.button:active,html.theme--documenter-dark .button.is-dark:focus,html.theme--documenter-dark .content kbd.button:focus{border-color:#282f2f;box-shadow:0 0 0 2px rgba(40,47,47,0.5)}html.theme--documenter-dark .button.is-primary.is-hovered,html.theme--documenter-dark .docstring>section>a.button.is-hovered.docs-sourcelink,html.theme--documenter-dark .button.is-primary:hover,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:hover{background-color:#436d9a}html.theme--documenter-dark .button.is-primary.is-active,html.theme--documenter-dark .docstring>section>a.button.is-active.docs-sourcelink,html.theme--documenter-dark .button.is-primary.is-focused,html.theme--documenter-dark .docstring>section>a.button.is-focused.docs-sourcelink,html.theme--documenter-dark .button.is-primary:active,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:active,html.theme--documenter-dark .button.is-primary:focus,html.theme--documenter-dark .docstring>section>a.button.docs-sourcelink:focus{border-color:#375a7f;box-shadow:0 0 0 2px rgba(55,90,127,0.5)}html.theme--documenter-dark .button.is-link.is-hovered,html.theme--documenter-dark .button.is-link:hover{background-color:#1fdeb8}html.theme--documenter-dark .button.is-link.is-active,html.theme--documenter-dark .button.is-link.is-focused,html.theme--documenter-dark .button.is-link:active,html.theme--documenter-dark .button.is-link:focus{border-color:#1abc9c;box-shadow:0 0 0 2px rgba(26,188,156,0.5)}html.theme--documenter-dark .button.is-info.is-hovered,html.theme--documenter-dark .button.is-info:hover{background-color:#5a76d5}html.theme--documenter-dark .button.is-info.is-active,html.theme--documenter-dark .button.is-info.is-focused,html.theme--documenter-dark .button.is-info:active,html.theme--documenter-dark .button.is-info:focus{border-color:#3c5dcd;box-shadow:0 0 0 2px rgba(60,93,205,0.5)}html.theme--documenter-dark .button.is-success.is-hovered,html.theme--documenter-dark .button.is-success:hover{background-color:#2dbc16}html.theme--documenter-dark .button.is-success.is-active,html.theme--documenter-dark .button.is-success.is-focused,html.theme--documenter-dark .button.is-success:active,html.theme--documenter-dark .button.is-success:focus{border-color:#259a12;box-shadow:0 0 0 2px rgba(37,154,18,0.5)}html.theme--documenter-dark .button.is-warning.is-hovered,html.theme--documenter-dark .button.is-warning:hover{background-color:#f6d153}html.theme--documenter-dark .button.is-warning.is-active,html.theme--documenter-dark .button.is-warning.is-focused,html.theme--documenter-dark .button.is-warning:active,html.theme--documenter-dark .button.is-warning:focus{border-color:#f4c72f;box-shadow:0 0 0 2px rgba(244,199,47,0.5)}html.theme--documenter-dark .button.is-danger.is-hovered,html.theme--documenter-dark .button.is-danger:hover{background-color:#d35951}html.theme--documenter-dark .button.is-danger.is-active,html.theme--documenter-dark .button.is-danger.is-focused,html.theme--documenter-dark .button.is-danger:active,html.theme--documenter-dark .button.is-danger:focus{border-color:#cb3c33;box-shadow:0 0 0 2px rgba(203,60,51,0.5)}html.theme--documenter-dark .label{color:#dbdee0}html.theme--documenter-dark .button,html.theme--documenter-dark .control.has-icons-left .icon,html.theme--documenter-dark .control.has-icons-right .icon,html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .pagination-ellipsis,html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-previous,html.theme--documenter-dark .select,html.theme--documenter-dark .select select,html.theme--documenter-dark .textarea{height:2.5em}html.theme--documenter-dark .input,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark .textarea{transition:all 200ms ease;box-shadow:none;border-width:1px;padding-left:1em;padding-right:1em}html.theme--documenter-dark .select:after,html.theme--documenter-dark .select select{border-width:1px}html.theme--documenter-dark .control.has-addons .button,html.theme--documenter-dark .control.has-addons .input,html.theme--documenter-dark .control.has-addons #documenter .docs-sidebar form.docs-search>input,html.theme--documenter-dark #documenter .docs-sidebar .control.has-addons form.docs-search>input,html.theme--documenter-dark .control.has-addons .select{margin-right:-1px}html.theme--documenter-dark .notification{background-color:#343c3d}html.theme--documenter-dark .card{box-shadow:none;border:1px solid #343c3d;background-color:#282f2f;border-radius:.4em}html.theme--documenter-dark .card .card-image img{border-radius:.4em .4em 0 0}html.theme--documenter-dark .card .card-header{box-shadow:none;background-color:rgba(18,18,18,0.2);border-radius:.4em .4em 0 0}html.theme--documenter-dark .card .card-footer{background-color:rgba(18,18,18,0.2)}html.theme--documenter-dark .card .card-footer,html.theme--documenter-dark .card .card-footer-item{border-width:1px;border-color:#343c3d}html.theme--documenter-dark .notification.is-white a:not(.button){color:#0a0a0a;text-decoration:underline}html.theme--documenter-dark .notification.is-black a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-light a:not(.button){color:rgba(0,0,0,0.7);text-decoration:underline}html.theme--documenter-dark .notification.is-dark a:not(.button),html.theme--documenter-dark .content kbd.notification a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-primary a:not(.button),html.theme--documenter-dark .docstring>section>a.notification.docs-sourcelink a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-link a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-info a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-success a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .notification.is-warning a:not(.button){color:rgba(0,0,0,0.7);text-decoration:underline}html.theme--documenter-dark .notification.is-danger a:not(.button){color:#fff;text-decoration:underline}html.theme--documenter-dark .tag,html.theme--documenter-dark .content kbd,html.theme--documenter-dark .docstring>section>a.docs-sourcelink{border-radius:.4em}html.theme--documenter-dark .menu-list a{transition:all 300ms ease}html.theme--documenter-dark .modal-card-body{background-color:#282f2f}html.theme--documenter-dark .modal-card-foot,html.theme--documenter-dark .modal-card-head{border-color:#343c3d}html.theme--documenter-dark .message-header{font-weight:700;background-color:#343c3d;color:#fff}html.theme--documenter-dark .message-body{border-width:1px;border-color:#343c3d}html.theme--documenter-dark .navbar{border-radius:.4em}html.theme--documenter-dark .navbar.is-transparent{background:none}html.theme--documenter-dark .navbar.is-primary .navbar-dropdown a.navbar-item.is-active,html.theme--documenter-dark .docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#1abc9c}@media screen and (max-width: 1055px){html.theme--documenter-dark .navbar .navbar-menu{background-color:#375a7f;border-radius:0 0 .4em .4em}}html.theme--documenter-dark .hero .navbar,html.theme--documenter-dark body>.navbar{border-radius:0}html.theme--documenter-dark .pagination-link,html.theme--documenter-dark .pagination-next,html.theme--documenter-dark .pagination-previous{border-width:1px}html.theme--documenter-dark .panel-block,html.theme--documenter-dark .panel-heading,html.theme--documenter-dark .panel-tabs{border-width:1px}html.theme--documenter-dark .panel-block:first-child,html.theme--documenter-dark .panel-heading:first-child,html.theme--documenter-dark .panel-tabs:first-child{border-top-width:1px}html.theme--documenter-dark .panel-heading{font-weight:700}html.theme--documenter-dark .panel-tabs a{border-width:1px;margin-bottom:-1px}html.theme--documenter-dark .panel-tabs a.is-active{border-bottom-color:#17a689}html.theme--documenter-dark .panel-block:hover{color:#1dd2af}html.theme--documenter-dark .panel-block:hover .panel-icon{color:#1dd2af}html.theme--documenter-dark .panel-block.is-active .panel-icon{color:#17a689}html.theme--documenter-dark .tabs a{border-bottom-width:1px;margin-bottom:-1px}html.theme--documenter-dark .tabs ul{border-bottom-width:1px}html.theme--documenter-dark .tabs.is-boxed a{border-width:1px}html.theme--documenter-dark .tabs.is-boxed li.is-active a{background-color:#1f2424}html.theme--documenter-dark .tabs.is-toggle li a{border-width:1px;margin-bottom:0}html.theme--documenter-dark .tabs.is-toggle li+li{margin-left:-1px}html.theme--documenter-dark .hero.is-white .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-black .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-light .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-dark .navbar .navbar-dropdown .navbar-item:hover,html.theme--documenter-dark .content kbd.hero .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-primary .navbar .navbar-dropdown .navbar-item:hover,html.theme--documenter-dark .docstring>section>a.hero.docs-sourcelink .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-link .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-info .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-success .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-warning .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark .hero.is-danger .navbar .navbar-dropdown .navbar-item:hover{background-color:rgba(0,0,0,0)}html.theme--documenter-dark h1 .docs-heading-anchor,html.theme--documenter-dark h1 .docs-heading-anchor:hover,html.theme--documenter-dark h1 .docs-heading-anchor:visited,html.theme--documenter-dark h2 .docs-heading-anchor,html.theme--documenter-dark h2 .docs-heading-anchor:hover,html.theme--documenter-dark h2 .docs-heading-anchor:visited,html.theme--documenter-dark h3 .docs-heading-anchor,html.theme--documenter-dark h3 .docs-heading-anchor:hover,html.theme--documenter-dark h3 .docs-heading-anchor:visited,html.theme--documenter-dark h4 .docs-heading-anchor,html.theme--documenter-dark h4 .docs-heading-anchor:hover,html.theme--documenter-dark h4 .docs-heading-anchor:visited,html.theme--documenter-dark h5 .docs-heading-anchor,html.theme--documenter-dark h5 .docs-heading-anchor:hover,html.theme--documenter-dark h5 .docs-heading-anchor:visited,html.theme--documenter-dark h6 .docs-heading-anchor,html.theme--documenter-dark h6 .docs-heading-anchor:hover,html.theme--documenter-dark h6 .docs-heading-anchor:visited{color:#f2f2f2}html.theme--documenter-dark h1 .docs-heading-anchor-permalink,html.theme--documenter-dark h2 .docs-heading-anchor-permalink,html.theme--documenter-dark h3 .docs-heading-anchor-permalink,html.theme--documenter-dark h4 .docs-heading-anchor-permalink,html.theme--documenter-dark h5 .docs-heading-anchor-permalink,html.theme--documenter-dark h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}html.theme--documenter-dark h1 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h2 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h3 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h4 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h5 .docs-heading-anchor-permalink::before,html.theme--documenter-dark h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}html.theme--documenter-dark h1:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h2:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h3:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h4:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h5:hover .docs-heading-anchor-permalink,html.theme--documenter-dark h6:hover .docs-heading-anchor-permalink{visibility:visible}html.theme--documenter-dark .docs-light-only{display:none !important}html.theme--documenter-dark pre{position:relative;overflow:hidden}html.theme--documenter-dark pre code,html.theme--documenter-dark pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}html.theme--documenter-dark pre code:first-of-type,html.theme--documenter-dark pre code.hljs:first-of-type{padding-top:0.5rem !important}html.theme--documenter-dark pre code:last-of-type,html.theme--documenter-dark pre code.hljs:last-of-type{padding-bottom:0.5rem !important}html.theme--documenter-dark pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#fff;cursor:pointer;text-align:center}html.theme--documenter-dark pre .copy-button:focus,html.theme--documenter-dark pre .copy-button:hover{opacity:1;background:rgba(255,255,255,0.1);color:#1abc9c}html.theme--documenter-dark pre .copy-button.success{color:#259a12;opacity:1}html.theme--documenter-dark pre .copy-button.error{color:#cb3c33;opacity:1}html.theme--documenter-dark pre:hover .copy-button{opacity:1}html.theme--documenter-dark .admonition{background-color:#282f2f;border-style:solid;border-width:2px;border-color:#dbdee0;border-radius:4px;font-size:1rem}html.theme--documenter-dark .admonition strong{color:currentColor}html.theme--documenter-dark .admonition.is-small,html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}html.theme--documenter-dark .admonition.is-medium{font-size:1.25rem}html.theme--documenter-dark .admonition.is-large{font-size:1.5rem}html.theme--documenter-dark .admonition.is-default{background-color:#282f2f;border-color:#dbdee0}html.theme--documenter-dark .admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#dbdee0}html.theme--documenter-dark .admonition.is-default>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-info{background-color:#282f2f;border-color:#3c5dcd}html.theme--documenter-dark .admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#3c5dcd}html.theme--documenter-dark .admonition.is-info>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-success{background-color:#282f2f;border-color:#259a12}html.theme--documenter-dark .admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#259a12}html.theme--documenter-dark .admonition.is-success>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-warning{background-color:#282f2f;border-color:#f4c72f}html.theme--documenter-dark .admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#f4c72f}html.theme--documenter-dark .admonition.is-warning>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-danger{background-color:#282f2f;border-color:#cb3c33}html.theme--documenter-dark .admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#cb3c33}html.theme--documenter-dark .admonition.is-danger>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-compat{background-color:#282f2f;border-color:#3489da}html.theme--documenter-dark .admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#3489da}html.theme--documenter-dark .admonition.is-compat>.admonition-body{color:#fff}html.theme--documenter-dark .admonition.is-todo{background-color:#282f2f;border-color:#9558b2}html.theme--documenter-dark .admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#9558b2}html.theme--documenter-dark .admonition.is-todo>.admonition-body{color:#fff}html.theme--documenter-dark .admonition-header{color:#dbdee0;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}html.theme--documenter-dark .admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}html.theme--documenter-dark details.admonition.is-details>.admonition-header{list-style:none}html.theme--documenter-dark details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}html.theme--documenter-dark details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}html.theme--documenter-dark .admonition-body{color:#fff;padding:0.5rem .75rem}html.theme--documenter-dark .admonition-body pre{background-color:#282f2f}html.theme--documenter-dark .admonition-body code{background-color:rgba(255,255,255,0.05)}html.theme--documenter-dark .docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #5e6d6f;border-radius:4px;box-shadow:none;max-width:100%}html.theme--documenter-dark .docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#282f2f;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #5e6d6f;overflow:auto}html.theme--documenter-dark .docstring>header code{background-color:transparent}html.theme--documenter-dark .docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}html.theme--documenter-dark .docstring>header .docstring-binding{margin-right:0.3em}html.theme--documenter-dark .docstring>header .docstring-category{margin-left:0.3em}html.theme--documenter-dark .docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #5e6d6f}html.theme--documenter-dark .docstring>section:last-child{border-bottom:none}html.theme--documenter-dark .docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}html.theme--documenter-dark .docstring>section>a.docs-sourcelink:focus{opacity:1 !important}html.theme--documenter-dark .docstring:hover>section>a.docs-sourcelink{opacity:0.2}html.theme--documenter-dark .docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}html.theme--documenter-dark .docstring>section:hover a.docs-sourcelink{opacity:1}html.theme--documenter-dark .documenter-example-output{background-color:#1f2424}html.theme--documenter-dark .outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#282f2f;color:#fff;border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}html.theme--documenter-dark .outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}html.theme--documenter-dark .outdated-warning-overlay a{color:#1abc9c}html.theme--documenter-dark .outdated-warning-overlay a:hover{color:#1dd2af}html.theme--documenter-dark .content pre{border:2px solid #5e6d6f;border-radius:4px}html.theme--documenter-dark .content code{font-weight:inherit}html.theme--documenter-dark .content a code{color:#1abc9c}html.theme--documenter-dark .content a:hover code{color:#1dd2af}html.theme--documenter-dark .content h1 code,html.theme--documenter-dark .content h2 code,html.theme--documenter-dark .content h3 code,html.theme--documenter-dark .content h4 code,html.theme--documenter-dark .content h5 code,html.theme--documenter-dark .content h6 code{color:#f2f2f2}html.theme--documenter-dark .content table{display:block;width:initial;max-width:100%;overflow-x:auto}html.theme--documenter-dark .content blockquote>ul:first-child,html.theme--documenter-dark .content blockquote>ol:first-child,html.theme--documenter-dark .content .admonition-body>ul:first-child,html.theme--documenter-dark .content .admonition-body>ol:first-child{margin-top:0}html.theme--documenter-dark pre,html.theme--documenter-dark code{font-variant-ligatures:no-contextual}html.theme--documenter-dark .breadcrumb a.is-disabled{cursor:default;pointer-events:none}html.theme--documenter-dark .breadcrumb a.is-disabled,html.theme--documenter-dark .breadcrumb a.is-disabled:hover{color:#f2f2f2}html.theme--documenter-dark .hljs{background:initial !important}html.theme--documenter-dark .katex .katex-mathml{top:0;right:0}html.theme--documenter-dark .katex-display,html.theme--documenter-dark mjx-container,html.theme--documenter-dark .MathJax_Display{margin:0.5em 0 !important}html.theme--documenter-dark html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}html.theme--documenter-dark li.no-marker{list-style:none}html.theme--documenter-dark #documenter .docs-main>article{overflow-wrap:break-word}html.theme--documenter-dark #documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main{width:100%}html.theme--documenter-dark #documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}html.theme--documenter-dark #documenter .docs-main>header,html.theme--documenter-dark #documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}html.theme--documenter-dark #documenter .docs-main header.docs-navbar{background-color:#1f2424;border-bottom:1px solid #5e6d6f;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-icon,html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}html.theme--documenter-dark #documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}html.theme--documenter-dark #documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #171717;transition-duration:0.7s;-webkit-transition-duration:0.7s}html.theme--documenter-dark #documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}html.theme--documenter-dark #documenter .docs-main section.footnotes{border-top:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-main section.footnotes li .tag:first-child,html.theme--documenter-dark #documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,html.theme--documenter-dark #documenter .docs-main section.footnotes li .content kbd:first-child,html.theme--documenter-dark .content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}html.theme--documenter-dark #documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #5e6d6f;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-nextpage,html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}html.theme--documenter-dark #documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}html.theme--documenter-dark #documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}html.theme--documenter-dark #documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}html.theme--documenter-dark #documenter .docs-sidebar{display:flex;flex-direction:column;color:#fff;background-color:#282f2f;border-right:1px solid #5e6d6f;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}html.theme--documenter-dark #documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #171717}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar{left:0;top:0}}html.theme--documenter-dark #documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name a,html.theme--documenter-dark #documenter .docs-sidebar .docs-package-name a:hover{color:#fff}html.theme--documenter-dark #documenter .docs-sidebar .docs-version-selector{border-top:1px solid #5e6d6f;display:none;padding:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar .docs-version-selector.visible{display:flex}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #5e6d6f;padding-bottom:1.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#fff;background:#282f2f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu a.tocitem:hover,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#fff;background-color:#32393a}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #5e6d6f;border-bottom:1px solid #5e6d6f;background-color:#1f2424}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#1f2424;color:#fff}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#32393a;color:#fff}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #5e6d6f}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}html.theme--documenter-dark #documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}html.theme--documenter-dark #documenter .docs-sidebar form.docs-search>input{width:14.4rem}html.theme--documenter-dark #documenter .docs-sidebar #documenter-search-query{color:#868c98;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3b4445}html.theme--documenter-dark #documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#4e5a5c}}@media screen and (max-width: 1055px){html.theme--documenter-dark #documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#3b4445}html.theme--documenter-dark #documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#4e5a5c}}html.theme--documenter-dark kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(245,245,245,0.6);box-shadow:0 2px 0 1px rgba(245,245,245,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}html.theme--documenter-dark .search-min-width-50{min-width:50%}html.theme--documenter-dark .search-min-height-100{min-height:100%}html.theme--documenter-dark .search-modal-card-body{max-height:calc(100vh - 15rem)}html.theme--documenter-dark .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--documenter-dark .search-result-link:hover,html.theme--documenter-dark .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--documenter-dark .search-result-link .property-search-result-badge,html.theme--documenter-dark .search-result-link .search-filter{transition:all 300ms}html.theme--documenter-dark .property-search-result-badge,html.theme--documenter-dark .search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}html.theme--documenter-dark .search-result-link:hover .property-search-result-badge,html.theme--documenter-dark .search-result-link:hover .search-filter,html.theme--documenter-dark .search-result-link:focus .property-search-result-badge,html.theme--documenter-dark .search-result-link:focus .search-filter{color:#333;background-color:#f1f5f9}html.theme--documenter-dark .search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}html.theme--documenter-dark .search-filter:hover,html.theme--documenter-dark .search-filter:focus{color:#333}html.theme--documenter-dark .search-filter-selected{color:#f5f5f5;background-color:rgba(139,0,139,0.5)}html.theme--documenter-dark .search-filter-selected:hover,html.theme--documenter-dark .search-filter-selected:focus{color:#f5f5f5}html.theme--documenter-dark .search-result-highlight{background-color:#ffdd57;color:black}html.theme--documenter-dark .search-divider{border-bottom:1px solid #5e6d6f}html.theme--documenter-dark .search-result-title{width:85%;color:#f5f5f5}html.theme--documenter-dark .search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar-thumb,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}html.theme--documenter-dark #search-modal .modal-card-body::-webkit-scrollbar-track,html.theme--documenter-dark #search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}html.theme--documenter-dark .w-100{width:100%}html.theme--documenter-dark .gap-2{gap:0.5rem}html.theme--documenter-dark .gap-4{gap:1rem}html.theme--documenter-dark .gap-8{gap:2rem}html.theme--documenter-dark{background-color:#1f2424;font-size:16px;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}html.theme--documenter-dark .ansi span.sgr1{font-weight:bolder}html.theme--documenter-dark .ansi span.sgr2{font-weight:lighter}html.theme--documenter-dark .ansi span.sgr3{font-style:italic}html.theme--documenter-dark .ansi span.sgr4{text-decoration:underline}html.theme--documenter-dark .ansi span.sgr7{color:#1f2424;background-color:#fff}html.theme--documenter-dark .ansi span.sgr8{color:transparent}html.theme--documenter-dark .ansi span.sgr8 span{color:transparent}html.theme--documenter-dark .ansi span.sgr9{text-decoration:line-through}html.theme--documenter-dark .ansi span.sgr30{color:#242424}html.theme--documenter-dark .ansi span.sgr31{color:#f6705f}html.theme--documenter-dark .ansi span.sgr32{color:#4fb43a}html.theme--documenter-dark .ansi span.sgr33{color:#f4c72f}html.theme--documenter-dark .ansi span.sgr34{color:#7587f0}html.theme--documenter-dark .ansi span.sgr35{color:#bc89d3}html.theme--documenter-dark .ansi span.sgr36{color:#49b6ca}html.theme--documenter-dark .ansi span.sgr37{color:#b3bdbe}html.theme--documenter-dark .ansi span.sgr40{background-color:#242424}html.theme--documenter-dark .ansi span.sgr41{background-color:#f6705f}html.theme--documenter-dark .ansi span.sgr42{background-color:#4fb43a}html.theme--documenter-dark .ansi span.sgr43{background-color:#f4c72f}html.theme--documenter-dark .ansi span.sgr44{background-color:#7587f0}html.theme--documenter-dark .ansi span.sgr45{background-color:#bc89d3}html.theme--documenter-dark .ansi span.sgr46{background-color:#49b6ca}html.theme--documenter-dark .ansi span.sgr47{background-color:#b3bdbe}html.theme--documenter-dark .ansi span.sgr90{color:#92a0a2}html.theme--documenter-dark .ansi span.sgr91{color:#ff8674}html.theme--documenter-dark .ansi span.sgr92{color:#79d462}html.theme--documenter-dark .ansi span.sgr93{color:#ffe76b}html.theme--documenter-dark .ansi span.sgr94{color:#8a98ff}html.theme--documenter-dark .ansi span.sgr95{color:#d2a4e6}html.theme--documenter-dark .ansi span.sgr96{color:#6bc8db}html.theme--documenter-dark .ansi span.sgr97{color:#ecf0f1}html.theme--documenter-dark .ansi span.sgr100{background-color:#92a0a2}html.theme--documenter-dark .ansi span.sgr101{background-color:#ff8674}html.theme--documenter-dark .ansi span.sgr102{background-color:#79d462}html.theme--documenter-dark .ansi span.sgr103{background-color:#ffe76b}html.theme--documenter-dark .ansi span.sgr104{background-color:#8a98ff}html.theme--documenter-dark .ansi span.sgr105{background-color:#d2a4e6}html.theme--documenter-dark .ansi span.sgr106{background-color:#6bc8db}html.theme--documenter-dark .ansi span.sgr107{background-color:#ecf0f1}html.theme--documenter-dark code.language-julia-repl>span.hljs-meta{color:#4fb43a;font-weight:bolder}html.theme--documenter-dark .hljs{background:#2b2b2b;color:#f8f8f2}html.theme--documenter-dark .hljs-comment,html.theme--documenter-dark .hljs-quote{color:#d4d0ab}html.theme--documenter-dark .hljs-variable,html.theme--documenter-dark .hljs-template-variable,html.theme--documenter-dark .hljs-tag,html.theme--documenter-dark .hljs-name,html.theme--documenter-dark .hljs-selector-id,html.theme--documenter-dark .hljs-selector-class,html.theme--documenter-dark .hljs-regexp,html.theme--documenter-dark .hljs-deletion{color:#ffa07a}html.theme--documenter-dark .hljs-number,html.theme--documenter-dark .hljs-built_in,html.theme--documenter-dark .hljs-literal,html.theme--documenter-dark .hljs-type,html.theme--documenter-dark .hljs-params,html.theme--documenter-dark .hljs-meta,html.theme--documenter-dark .hljs-link{color:#f5ab35}html.theme--documenter-dark .hljs-attribute{color:#ffd700}html.theme--documenter-dark .hljs-string,html.theme--documenter-dark .hljs-symbol,html.theme--documenter-dark .hljs-bullet,html.theme--documenter-dark .hljs-addition{color:#abe338}html.theme--documenter-dark .hljs-title,html.theme--documenter-dark .hljs-section{color:#00e0e0}html.theme--documenter-dark .hljs-keyword,html.theme--documenter-dark .hljs-selector-tag{color:#dcc6e0}html.theme--documenter-dark .hljs-emphasis{font-style:italic}html.theme--documenter-dark .hljs-strong{font-weight:bold}@media screen and (-ms-high-contrast: active){html.theme--documenter-dark .hljs-addition,html.theme--documenter-dark .hljs-attribute,html.theme--documenter-dark .hljs-built_in,html.theme--documenter-dark .hljs-bullet,html.theme--documenter-dark .hljs-comment,html.theme--documenter-dark .hljs-link,html.theme--documenter-dark .hljs-literal,html.theme--documenter-dark .hljs-meta,html.theme--documenter-dark .hljs-number,html.theme--documenter-dark .hljs-params,html.theme--documenter-dark .hljs-string,html.theme--documenter-dark .hljs-symbol,html.theme--documenter-dark .hljs-type,html.theme--documenter-dark .hljs-quote{color:highlight}html.theme--documenter-dark .hljs-keyword,html.theme--documenter-dark .hljs-selector-tag{font-weight:bold}}html.theme--documenter-dark .hljs-subst{color:#f8f8f2}html.theme--documenter-dark .search-result-link{border-radius:0.7em;transition:all 300ms}html.theme--documenter-dark .search-result-link:hover,html.theme--documenter-dark .search-result-link:focus{background-color:rgba(0,128,128,0.1)}html.theme--documenter-dark .search-result-link .property-search-result-badge,html.theme--documenter-dark .search-result-link .search-filter{transition:all 300ms}html.theme--documenter-dark .search-result-link:hover .property-search-result-badge,html.theme--documenter-dark .search-result-link:hover .search-filter,html.theme--documenter-dark .search-result-link:focus .property-search-result-badge,html.theme--documenter-dark .search-result-link:focus .search-filter{color:#333 !important;background-color:#f1f5f9 !important}html.theme--documenter-dark .search-result-title{color:whitesmoke}html.theme--documenter-dark .search-result-highlight{background-color:greenyellow;color:black}html.theme--documenter-dark .search-divider{border-bottom:1px solid #5e6d6f50}html.theme--documenter-dark .w-100{width:100%}html.theme--documenter-dark .gap-2{gap:0.5rem}html.theme--documenter-dark .gap-4{gap:1rem} + + +.nohighlight { +background-color: transparent !important; +} \ No newline at end of file diff --git a/v0.1.38/assets/themes/documenter-light.css b/v0.1.38/assets/themes/documenter-light.css new file mode 100644 index 000000000..86575a434 --- /dev/null +++ b/v0.1.38/assets/themes/documenter-light.css @@ -0,0 +1,14 @@ +.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,#documenter .docs-sidebar form.docs-search>input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(0.5em - 1px);padding-left:calc(0.75em - 1px);padding-right:calc(0.75em - 1px);padding-top:calc(0.5em - 1px);position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,#documenter .docs-sidebar form.docs-search>input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,#documenter .docs-sidebar form.docs-search>input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.is-active.button{outline:none}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled],.pagination-ellipsis[disabled],.file-cta[disabled],.file-name[disabled],.select select[disabled],.textarea[disabled],.input[disabled],#documenter .docs-sidebar form.docs-search>input[disabled],.button[disabled],fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input,fieldset[disabled] .button{cursor:not-allowed}.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:0.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:0.625em}.admonition:not(:last-child),.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,0.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,0.4)}.is-small.modal-close,#documenter .docs-sidebar form.docs-search>input.modal-close,.is-small.delete,#documenter .docs-sidebar form.docs-search>input.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.modal-background,.modal,.image.is-square img,#documenter .docs-sidebar .docs-logo>img.is-square img,.image.is-square .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,.image.is-1by1 img,#documenter .docs-sidebar .docs-logo>img.is-1by1 img,.image.is-1by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,.image.is-5by4 img,#documenter .docs-sidebar .docs-logo>img.is-5by4 img,.image.is-5by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,.image.is-4by3 img,#documenter .docs-sidebar .docs-logo>img.is-4by3 img,.image.is-4by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,.image.is-3by2 img,#documenter .docs-sidebar .docs-logo>img.is-3by2 img,.image.is-3by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,.image.is-5by3 img,#documenter .docs-sidebar .docs-logo>img.is-5by3 img,.image.is-5by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,.image.is-16by9 img,#documenter .docs-sidebar .docs-logo>img.is-16by9 img,.image.is-16by9 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,.image.is-2by1 img,#documenter .docs-sidebar .docs-logo>img.is-2by1 img,.image.is-2by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,.image.is-3by1 img,#documenter .docs-sidebar .docs-logo>img.is-3by1 img,.image.is-3by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,.image.is-4by5 img,#documenter .docs-sidebar .docs-logo>img.is-4by5 img,.image.is-4by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,.image.is-3by4 img,#documenter .docs-sidebar .docs-logo>img.is-3by4 img,.image.is-3by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,.image.is-2by3 img,#documenter .docs-sidebar .docs-logo>img.is-2by3 img,.image.is-2by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,.image.is-3by5 img,#documenter .docs-sidebar .docs-logo>img.is-3by5 img,.image.is-3by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,.image.is-9by16 img,#documenter .docs-sidebar .docs-logo>img.is-9by16 img,.image.is-9by16 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,.image.is-1by2 img,#documenter .docs-sidebar .docs-logo>img.is-1by2 img,.image.is-1by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,.image.is-1by3 img,#documenter .docs-sidebar .docs-logo>img.is-1by3 img,.image.is-1by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !important}.has-text-dark{color:#363636 !important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c !important}.has-background-dark{background-color:#363636 !important}.has-text-primary{color:#4eb5de !important}a.has-text-primary:hover,a.has-text-primary:focus{color:#27a1d2 !important}.has-background-primary{background-color:#4eb5de !important}.has-text-primary-light{color:#eef8fc !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:#c3e6f4 !important}.has-background-primary-light{background-color:#eef8fc !important}.has-text-primary-dark{color:#1a6d8e !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:#228eb9 !important}.has-background-primary-dark{background-color:#1a6d8e !important}.has-text-link{color:#2e63b8 !important}a.has-text-link:hover,a.has-text-link:focus{color:#244d8f !important}.has-background-link{background-color:#2e63b8 !important}.has-text-link-light{color:#eff3fb !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#c6d6f1 !important}.has-background-link-light{background-color:#eff3fb !important}.has-text-link-dark{color:#3169c4 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#5485d4 !important}.has-background-link-dark{background-color:#3169c4 !important}.has-text-info{color:#3c5dcd !important}a.has-text-info:hover,a.has-text-info:focus{color:#2c48aa !important}.has-background-info{background-color:#3c5dcd !important}.has-text-info-light{color:#eff2fb !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c6d0f0 !important}.has-background-info-light{background-color:#eff2fb !important}.has-text-info-dark{color:#3253c3 !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#5571d3 !important}.has-background-info-dark{background-color:#3253c3 !important}.has-text-success{color:#259a12 !important}a.has-text-success:hover,a.has-text-success:focus{color:#1a6c0d !important}.has-background-success{background-color:#259a12 !important}.has-text-success-light{color:#effded !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c7f8bf !important}.has-background-success-light{background-color:#effded !important}.has-text-success-dark{color:#2ec016 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#3fe524 !important}.has-background-success-dark{background-color:#2ec016 !important}.has-text-warning{color:#a98800 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#765f00 !important}.has-background-warning{background-color:#a98800 !important}.has-text-warning-light{color:#fffbeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fff1b8 !important}.has-background-warning-light{background-color:#fffbeb !important}.has-text-warning-dark{color:#cca400 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#ffcd00 !important}.has-background-warning-dark{background-color:#cca400 !important}.has-text-danger{color:#cb3c33 !important}a.has-text-danger:hover,a.has-text-danger:focus{color:#a23029 !important}.has-background-danger{background-color:#cb3c33 !important}.has-text-danger-light{color:#fbefef !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:#f1c8c6 !important}.has-background-danger-light{background-color:#fbefef !important}.has-text-danger-dark{color:#c03930 !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:#d35850 !important}.has-background-danger-dark{background-color:#c03930 !important}.has-text-black-bis{color:#121212 !important}.has-background-black-bis{background-color:#121212 !important}.has-text-black-ter{color:#242424 !important}.has-background-black-ter{background-color:#242424 !important}.has-text-grey-darker{color:#363636 !important}.has-background-grey-darker{background-color:#363636 !important}.has-text-grey-dark{color:#4a4a4a !important}.has-background-grey-dark{background-color:#4a4a4a !important}.has-text-grey{color:#6b6b6b !important}.has-background-grey{background-color:#6b6b6b !important}.has-text-grey-light{color:#b5b5b5 !important}.has-background-grey-light{background-color:#b5b5b5 !important}.has-text-grey-lighter{color:#dbdbdb !important}.has-background-grey-lighter{background-color:#dbdbdb !important}.has-text-white-ter{color:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !important}.has-text-white-bis{color:#fafafa !important}.has-background-white-bis{background-color:#fafafa !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !important}.is-justify-content-flex-start{justify-content:flex-start !important}.is-justify-content-flex-end{justify-content:flex-end !important}.is-justify-content-center{justify-content:center !important}.is-justify-content-space-between{justify-content:space-between !important}.is-justify-content-space-around{justify-content:space-around !important}.is-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !important}.is-align-content-flex-start{align-content:flex-start !important}.is-align-content-flex-end{align-content:flex-end !important}.is-align-content-center{align-content:center !important}.is-align-content-space-between{align-content:space-between !important}.is-align-content-space-around{align-content:space-around !important}.is-align-content-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !important}.is-align-items-flex-start{align-items:flex-start !important}.is-align-items-flex-end{align-items:flex-end !important}.is-align-items-center{align-items:center !important}.is-align-items-baseline{align-items:baseline !important}.is-align-items-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !important}.is-align-self-auto{align-self:auto !important}.is-align-self-flex-start{align-self:flex-start !important}.is-align-self-flex-end{align-self:flex-end !important}.is-align-self-center{align-self:center !important}.is-align-self-baseline{align-self:baseline !important}.is-align-self-stretch{align-self:stretch !important}.is-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-right:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-left:auto !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-auto{padding:auto !important}.pt-auto{padding-top:auto !important}.pr-auto{padding-right:auto !important}.pb-auto{padding-bottom:auto !important}.pl-auto{padding-left:auto !important}.px-auto{padding-left:auto !important;padding-right:auto !important}.py-auto{padding-top:auto !important;padding-bottom:auto !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:2.5rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.25rem !important}.is-size-6{font-size:1rem !important}.is-size-7,.docstring>section>a.docs-sourcelink{font-size:.75rem !important}@media screen and (max-width: 768px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:2.5rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.25rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.75rem !important}}@media screen and (min-width: 769px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:2.5rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.25rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.75rem !important}}@media screen and (max-width: 1055px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:2.5rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.25rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.75rem !important}}@media screen and (min-width: 1056px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:2.5rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.25rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.75rem !important}}@media screen and (min-width: 1216px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:2.5rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.25rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.75rem !important}}@media screen and (min-width: 1408px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:2.5rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.25rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.75rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 768px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 769px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1055px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1056px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1216px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1408px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 768px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 769px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1055px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1056px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1216px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1408px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 768px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 769px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1055px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1056px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1216px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1408px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 768px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 769px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1055px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1056px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1216px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1408px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-family-code{font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace !important}.is-block{display:block !important}@media screen and (max-width: 768px){.is-block-mobile{display:block !important}}@media screen and (min-width: 769px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1055px){.is-block-touch{display:block !important}}@media screen and (min-width: 1056px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1216px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1408px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 768px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 769px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1055px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1056px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1216px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1408px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 768px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 769px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1055px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1056px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1216px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1408px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 768px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 769px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1055px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1056px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1216px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1408px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 768px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 769px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1055px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1056px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1216px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1408px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:0.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:0.01em !important}@media screen and (max-width: 768px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 769px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1055px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1056px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1216px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1408px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 768px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 769px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 769px) and (max-width: 1055px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1055px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1056px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1056px) and (max-width: 1215px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1216px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1216px) and (max-width: 1407px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1408px){.is-invisible-fullhd{visibility:hidden !important}}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:auto;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:"Lato Medium",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}body{color:#222;font-size:1em;font-weight:400;line-height:1.5}a{color:#2e63b8;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:rgba(0,0,0,0.05);color:#000;font-size:.875em;font-weight:normal;padding:.1em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type="checkbox"],input[type="radio"]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#222;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#222;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#222}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:6px;box-shadow:#bbb;color:#222;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0 0 1px #2e63b8}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #2e63b8}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#222;cursor:pointer;justify-content:center;padding-bottom:calc(0.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(0.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button #documenter .docs-sidebar form.docs-search>input.icon,#documenter .docs-sidebar .button form.docs-search>input.icon,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-0.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-0.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-0.5em - 1px);margin-right:calc(-0.5em - 1px)}.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636}.button:focus,.button.is-focused{border-color:#3c5dcd;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.button:active,.button.is-active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#222;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:#f5f5f5;color:#222}.button.is-text:active,.button.is-text.is-active{background-color:#e8e8e8;color:#222}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:#2e63b8;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#2e63b8;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white:focus,.button.is-white.is-focused{border-color:transparent;color:#0a0a0a}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,0.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,0.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,0.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);box-shadow:none;color:rgba(0,0,0,0.7)}.button.is-dark,.content kbd.button{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark:hover,.content kbd.button:hover,.button.is-dark.is-hovered,.content kbd.button.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark:focus,.content kbd.button:focus,.button.is-dark.is-focused,.content kbd.button.is-focused{border-color:transparent;color:#fff}.button.is-dark:focus:not(:active),.content kbd.button:focus:not(:active),.button.is-dark.is-focused:not(:active),.content kbd.button.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.button.is-dark:active,.content kbd.button:active,.button.is-dark.is-active,.content kbd.button.is-active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],.content kbd.button[disabled],fieldset[disabled] .button.is-dark,fieldset[disabled] .content kbd.button,.content fieldset[disabled] kbd.button{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted,.content kbd.button.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted:hover,.content kbd.button.is-inverted:hover,.button.is-dark.is-inverted.is-hovered,.content kbd.button.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],.content kbd.button.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted,fieldset[disabled] .content kbd.button.is-inverted,.content fieldset[disabled] kbd.button.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after,.content kbd.button.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined,.content kbd.button.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:hover,.content kbd.button.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.content kbd.button.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.content kbd.button.is-outlined:focus,.button.is-dark.is-outlined.is-focused,.content kbd.button.is-outlined.is-focused{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after,.content kbd.button.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-outlined.is-loading:hover::after,.content kbd.button.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.content kbd.button.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.content kbd.button.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after,.content kbd.button.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-dark.is-outlined[disabled],.content kbd.button.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined,fieldset[disabled] .content kbd.button.is-outlined,.content fieldset[disabled] kbd.button.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined,.content kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.content kbd.button.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.content kbd.button.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.content kbd.button.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused,.content kbd.button.is-inverted.is-outlined.is-focused{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.content kbd.button.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.content kbd.button.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.content kbd.button.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.content kbd.button.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #363636 #363636 !important}.button.is-dark.is-inverted.is-outlined[disabled],.content kbd.button.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined,fieldset[disabled] .content kbd.button.is-inverted.is-outlined,.content fieldset[disabled] kbd.button.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary,.docstring>section>a.button.docs-sourcelink{background-color:#4eb5de;border-color:transparent;color:#fff}.button.is-primary:hover,.docstring>section>a.button.docs-sourcelink:hover,.button.is-primary.is-hovered,.docstring>section>a.button.is-hovered.docs-sourcelink{background-color:#43b1dc;border-color:transparent;color:#fff}.button.is-primary:focus,.docstring>section>a.button.docs-sourcelink:focus,.button.is-primary.is-focused,.docstring>section>a.button.is-focused.docs-sourcelink{border-color:transparent;color:#fff}.button.is-primary:focus:not(:active),.docstring>section>a.button.docs-sourcelink:focus:not(:active),.button.is-primary.is-focused:not(:active),.docstring>section>a.button.is-focused.docs-sourcelink:not(:active){box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.button.is-primary:active,.docstring>section>a.button.docs-sourcelink:active,.button.is-primary.is-active,.docstring>section>a.button.is-active.docs-sourcelink{background-color:#39acda;border-color:transparent;color:#fff}.button.is-primary[disabled],.docstring>section>a.button.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary,fieldset[disabled] .docstring>section>a.button.docs-sourcelink{background-color:#4eb5de;border-color:#4eb5de;box-shadow:none}.button.is-primary.is-inverted,.docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;color:#4eb5de}.button.is-primary.is-inverted:hover,.docstring>section>a.button.is-inverted.docs-sourcelink:hover,.button.is-primary.is-inverted.is-hovered,.docstring>section>a.button.is-inverted.is-hovered.docs-sourcelink{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],.docstring>section>a.button.is-inverted.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-inverted,fieldset[disabled] .docstring>section>a.button.is-inverted.docs-sourcelink{background-color:#fff;border-color:transparent;box-shadow:none;color:#4eb5de}.button.is-primary.is-loading::after,.docstring>section>a.button.is-loading.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined,.docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#4eb5de;color:#4eb5de}.button.is-primary.is-outlined:hover,.docstring>section>a.button.is-outlined.docs-sourcelink:hover,.button.is-primary.is-outlined.is-hovered,.docstring>section>a.button.is-outlined.is-hovered.docs-sourcelink,.button.is-primary.is-outlined:focus,.docstring>section>a.button.is-outlined.docs-sourcelink:focus,.button.is-primary.is-outlined.is-focused,.docstring>section>a.button.is-outlined.is-focused.docs-sourcelink{background-color:#4eb5de;border-color:#4eb5de;color:#fff}.button.is-primary.is-outlined.is-loading::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink::after{border-color:transparent transparent #4eb5de #4eb5de !important}.button.is-primary.is-outlined.is-loading:hover::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.docstring>section>a.button.is-outlined.is-loading.is-hovered.docs-sourcelink::after,.button.is-primary.is-outlined.is-loading:focus::after,.docstring>section>a.button.is-outlined.is-loading.docs-sourcelink:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after,.docstring>section>a.button.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #fff #fff !important}.button.is-primary.is-outlined[disabled],.docstring>section>a.button.is-outlined.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-outlined,fieldset[disabled] .docstring>section>a.button.is-outlined.docs-sourcelink{background-color:transparent;border-color:#4eb5de;box-shadow:none;color:#4eb5de}.button.is-primary.is-inverted.is-outlined,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.docstring>section>a.button.is-inverted.is-outlined.is-hovered.docs-sourcelink,.button.is-primary.is-inverted.is-outlined:focus,.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink:focus,.button.is-primary.is-inverted.is-outlined.is-focused,.docstring>section>a.button.is-inverted.is-outlined.is-focused.docs-sourcelink{background-color:#fff;color:#4eb5de}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.is-hovered.docs-sourcelink::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.docs-sourcelink:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.docstring>section>a.button.is-inverted.is-outlined.is-loading.is-focused.docs-sourcelink::after{border-color:transparent transparent #4eb5de #4eb5de !important}.button.is-primary.is-inverted.is-outlined[disabled],.docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined,fieldset[disabled] .docstring>section>a.button.is-inverted.is-outlined.docs-sourcelink{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light,.docstring>section>a.button.is-light.docs-sourcelink{background-color:#eef8fc;color:#1a6d8e}.button.is-primary.is-light:hover,.docstring>section>a.button.is-light.docs-sourcelink:hover,.button.is-primary.is-light.is-hovered,.docstring>section>a.button.is-light.is-hovered.docs-sourcelink{background-color:#e3f3fa;border-color:transparent;color:#1a6d8e}.button.is-primary.is-light:active,.docstring>section>a.button.is-light.docs-sourcelink:active,.button.is-primary.is-light.is-active,.docstring>section>a.button.is-light.is-active.docs-sourcelink{background-color:#d8eff8;border-color:transparent;color:#1a6d8e}.button.is-link{background-color:#2e63b8;border-color:transparent;color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:#2b5eae;border-color:transparent;color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.button.is-link:active,.button.is-link.is-active{background-color:#2958a4;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#2e63b8;border-color:#2e63b8;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#2e63b8}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#2e63b8}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined{background-color:transparent;border-color:#2e63b8;color:#2e63b8}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #2e63b8 #2e63b8 !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#2e63b8;box-shadow:none;color:#2e63b8}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:#2e63b8}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #2e63b8 #2e63b8 !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eff3fb;color:#3169c4}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#e4ecf8;border-color:transparent;color:#3169c4}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#dae5f6;border-color:transparent;color:#3169c4}.button.is-info{background-color:#3c5dcd;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#3355c9;border-color:transparent;color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:transparent;color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}.button.is-info:active,.button.is-info.is-active{background-color:#3151bf;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3c5dcd;border-color:#3c5dcd;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3c5dcd}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3c5dcd}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;color:#3c5dcd}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3c5dcd;box-shadow:none;color:#3c5dcd}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#3c5dcd}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #3c5dcd #3c5dcd !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eff2fb;color:#3253c3}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e5e9f8;border-color:transparent;color:#3253c3}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#dae1f6;border-color:transparent;color:#3253c3}.button.is-success{background-color:#259a12;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#228f11;border-color:transparent;color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:transparent;color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}.button.is-success:active,.button.is-success.is-active{background-color:#20830f;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#259a12;border-color:#259a12;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#259a12}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#259a12}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#259a12;color:#259a12}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:#259a12;border-color:#259a12;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #259a12 #259a12 !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#259a12;box-shadow:none;color:#259a12}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:#259a12}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #259a12 #259a12 !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effded;color:#2ec016}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e5fce1;border-color:transparent;color:#2ec016}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#dbfad6;border-color:transparent;color:#2ec016}.button.is-warning{background-color:#a98800;border-color:transparent;color:#fff}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#9c7d00;border-color:transparent;color:#fff}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:#fff}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#8f7300;border-color:transparent;color:#fff}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#a98800;border-color:#a98800;box-shadow:none}.button.is-warning.is-inverted{background-color:#fff;color:#a98800}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#a98800}.button.is-warning.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#a98800;color:#a98800}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#a98800;border-color:#a98800;color:#fff}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #a98800 #a98800 !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#a98800;box-shadow:none;color:#a98800}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:#fff;color:#a98800}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #a98800 #a98800 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning.is-light{background-color:#fffbeb;color:#cca400}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff9de;border-color:transparent;color:#cca400}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff6d1;border-color:transparent;color:#cca400}.button.is-danger{background-color:#cb3c33;border-color:transparent;color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#c13930;border-color:transparent;color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:transparent;color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:#b7362e;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#cb3c33;border-color:#cb3c33;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#cb3c33}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#cb3c33}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;color:#cb3c33}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:#cb3c33;border-color:#cb3c33;color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#cb3c33;box-shadow:none;color:#cb3c33}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:#cb3c33}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #cb3c33 #cb3c33 !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#fbefef;color:#c03930}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:#f8e6e5;border-color:transparent;color:#c03930}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:#f6dcda;border-color:transparent;color:#c03930}.button.is-small,#documenter .docs-sidebar form.docs-search>input.button{font-size:.75rem}.button.is-small:not(.is-rounded),#documenter .docs-sidebar form.docs-search>input.button:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent !important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em * 0.5));top:calc(50% - (1em * 0.5));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#6b6b6b;box-shadow:none;pointer-events:none}.button.is-rounded,#documenter .docs-sidebar form.docs-search>input.button{border-radius:9999px;padding-left:calc(1em + 0.25em);padding-right:calc(1em + 0.25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:0.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:0.25rem;margin-right:0.25rem}@media screen and (max-width: 768px){.button.is-responsive.is-small,#documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.button.is-responsive.is-small,#documenter .docs-sidebar form.docs-search>input.is-responsive{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none !important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width: 1056px){.container{max-width:992px}}@media screen and (max-width: 1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width: 1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width: 1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width: 1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:0.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#222;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:0.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:0.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:0.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:0.8em}.content h5{font-size:1.125em;margin-bottom:0.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol.is-lower-alpha:not([type]){list-style-type:lower-alpha}.content ol.is-lower-roman:not([type]){list-style-type:lower-roman}.content ol.is-upper-alpha:not([type]){list-style-type:upper-alpha}.content ol.is-upper-roman:not([type]){list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:0.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:0;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.content table th{color:#222}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#222}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#222}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small,#documenter .docs-sidebar form.docs-search>input.content{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small,#documenter .docs-sidebar form.docs-search>input.icon{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image,#documenter .docs-sidebar .docs-logo>img{display:block;position:relative}.image img,#documenter .docs-sidebar .docs-logo>img img{display:block;height:auto;width:100%}.image img.is-rounded,#documenter .docs-sidebar .docs-logo>img img.is-rounded{border-radius:9999px}.image.is-fullwidth,#documenter .docs-sidebar .docs-logo>img.is-fullwidth{width:100%}.image.is-square img,#documenter .docs-sidebar .docs-logo>img.is-square img,.image.is-square .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-square .has-ratio,.image.is-1by1 img,#documenter .docs-sidebar .docs-logo>img.is-1by1 img,.image.is-1by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by1 .has-ratio,.image.is-5by4 img,#documenter .docs-sidebar .docs-logo>img.is-5by4 img,.image.is-5by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by4 .has-ratio,.image.is-4by3 img,#documenter .docs-sidebar .docs-logo>img.is-4by3 img,.image.is-4by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by3 .has-ratio,.image.is-3by2 img,#documenter .docs-sidebar .docs-logo>img.is-3by2 img,.image.is-3by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by2 .has-ratio,.image.is-5by3 img,#documenter .docs-sidebar .docs-logo>img.is-5by3 img,.image.is-5by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-5by3 .has-ratio,.image.is-16by9 img,#documenter .docs-sidebar .docs-logo>img.is-16by9 img,.image.is-16by9 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-16by9 .has-ratio,.image.is-2by1 img,#documenter .docs-sidebar .docs-logo>img.is-2by1 img,.image.is-2by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by1 .has-ratio,.image.is-3by1 img,#documenter .docs-sidebar .docs-logo>img.is-3by1 img,.image.is-3by1 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by1 .has-ratio,.image.is-4by5 img,#documenter .docs-sidebar .docs-logo>img.is-4by5 img,.image.is-4by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-4by5 .has-ratio,.image.is-3by4 img,#documenter .docs-sidebar .docs-logo>img.is-3by4 img,.image.is-3by4 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by4 .has-ratio,.image.is-2by3 img,#documenter .docs-sidebar .docs-logo>img.is-2by3 img,.image.is-2by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-2by3 .has-ratio,.image.is-3by5 img,#documenter .docs-sidebar .docs-logo>img.is-3by5 img,.image.is-3by5 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-3by5 .has-ratio,.image.is-9by16 img,#documenter .docs-sidebar .docs-logo>img.is-9by16 img,.image.is-9by16 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-9by16 .has-ratio,.image.is-1by2 img,#documenter .docs-sidebar .docs-logo>img.is-1by2 img,.image.is-1by2 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by2 .has-ratio,.image.is-1by3 img,#documenter .docs-sidebar .docs-logo>img.is-1by3 img,.image.is-1by3 .has-ratio,#documenter .docs-sidebar .docs-logo>img.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,#documenter .docs-sidebar .docs-logo>img.is-square,.image.is-1by1,#documenter .docs-sidebar .docs-logo>img.is-1by1{padding-top:100%}.image.is-5by4,#documenter .docs-sidebar .docs-logo>img.is-5by4{padding-top:80%}.image.is-4by3,#documenter .docs-sidebar .docs-logo>img.is-4by3{padding-top:75%}.image.is-3by2,#documenter .docs-sidebar .docs-logo>img.is-3by2{padding-top:66.6666%}.image.is-5by3,#documenter .docs-sidebar .docs-logo>img.is-5by3{padding-top:60%}.image.is-16by9,#documenter .docs-sidebar .docs-logo>img.is-16by9{padding-top:56.25%}.image.is-2by1,#documenter .docs-sidebar .docs-logo>img.is-2by1{padding-top:50%}.image.is-3by1,#documenter .docs-sidebar .docs-logo>img.is-3by1{padding-top:33.3333%}.image.is-4by5,#documenter .docs-sidebar .docs-logo>img.is-4by5{padding-top:125%}.image.is-3by4,#documenter .docs-sidebar .docs-logo>img.is-3by4{padding-top:133.3333%}.image.is-2by3,#documenter .docs-sidebar .docs-logo>img.is-2by3{padding-top:150%}.image.is-3by5,#documenter .docs-sidebar .docs-logo>img.is-3by5{padding-top:166.6666%}.image.is-9by16,#documenter .docs-sidebar .docs-logo>img.is-9by16{padding-top:177.7777%}.image.is-1by2,#documenter .docs-sidebar .docs-logo>img.is-1by2{padding-top:200%}.image.is-1by3,#documenter .docs-sidebar .docs-logo>img.is-1by3{padding-top:300%}.image.is-16x16,#documenter .docs-sidebar .docs-logo>img.is-16x16{height:16px;width:16px}.image.is-24x24,#documenter .docs-sidebar .docs-logo>img.is-24x24{height:24px;width:24px}.image.is-32x32,#documenter .docs-sidebar .docs-logo>img.is-32x32{height:32px;width:32px}.image.is-48x48,#documenter .docs-sidebar .docs-logo>img.is-48x48{height:48px;width:48px}.image.is-64x64,#documenter .docs-sidebar .docs-logo>img.is-64x64{height:64px;width:64px}.image.is-96x96,#documenter .docs-sidebar .docs-logo>img.is-96x96{height:96px;width:96px}.image.is-128x128,#documenter .docs-sidebar .docs-logo>img.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{right:.5rem;position:absolute;top:0.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.notification.is-dark,.content kbd.notification{background-color:#363636;color:#fff}.notification.is-primary,.docstring>section>a.notification.docs-sourcelink{background-color:#4eb5de;color:#fff}.notification.is-primary.is-light,.docstring>section>a.notification.is-light.docs-sourcelink{background-color:#eef8fc;color:#1a6d8e}.notification.is-link{background-color:#2e63b8;color:#fff}.notification.is-link.is-light{background-color:#eff3fb;color:#3169c4}.notification.is-info{background-color:#3c5dcd;color:#fff}.notification.is-info.is-light{background-color:#eff2fb;color:#3253c3}.notification.is-success{background-color:#259a12;color:#fff}.notification.is-success.is-light{background-color:#effded;color:#2ec016}.notification.is-warning{background-color:#a98800;color:#fff}.notification.is-warning.is-light{background-color:#fffbeb;color:#cca400}.notification.is-danger{background-color:#cb3c33;color:#fff}.notification.is-danger.is-light{background-color:#fbefef;color:#c03930}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#222}.progress::-moz-progress-bar{background-color:#222}.progress::-ms-fill{background-color:#222;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, #fff 30%, #ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right, #0a0a0a 30%, #ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right, #f5f5f5 30%, #ededed 30%)}.progress.is-dark::-webkit-progress-value,.content kbd.progress::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar,.content kbd.progress::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill,.content kbd.progress::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate,.content kbd.progress:indeterminate{background-image:linear-gradient(to right, #363636 30%, #ededed 30%)}.progress.is-primary::-webkit-progress-value,.docstring>section>a.progress.docs-sourcelink::-webkit-progress-value{background-color:#4eb5de}.progress.is-primary::-moz-progress-bar,.docstring>section>a.progress.docs-sourcelink::-moz-progress-bar{background-color:#4eb5de}.progress.is-primary::-ms-fill,.docstring>section>a.progress.docs-sourcelink::-ms-fill{background-color:#4eb5de}.progress.is-primary:indeterminate,.docstring>section>a.progress.docs-sourcelink:indeterminate{background-image:linear-gradient(to right, #4eb5de 30%, #ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#2e63b8}.progress.is-link::-moz-progress-bar{background-color:#2e63b8}.progress.is-link::-ms-fill{background-color:#2e63b8}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #2e63b8 30%, #ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3c5dcd}.progress.is-info::-moz-progress-bar{background-color:#3c5dcd}.progress.is-info::-ms-fill{background-color:#3c5dcd}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #3c5dcd 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#259a12}.progress.is-success::-moz-progress-bar{background-color:#259a12}.progress.is-success::-ms-fill{background-color:#259a12}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #259a12 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#a98800}.progress.is-warning::-moz-progress-bar{background-color:#a98800}.progress.is-warning::-ms-fill{background-color:#a98800}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #a98800 30%, #ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#cb3c33}.progress.is-danger::-moz-progress-bar{background-color:#cb3c33}.progress.is-danger::-ms-fill{background-color:#cb3c33}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, #cb3c33 30%, #ededed 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right, #222 30%, #ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small,#documenter .docs-sidebar form.docs-search>input.progress{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#222}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,0.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#4eb5de;border-color:#4eb5de;color:#fff}.table td.is-link,.table th.is-link{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.table td.is-info,.table th.is-info{background-color:#3c5dcd;border-color:#3c5dcd;color:#fff}.table td.is-success,.table th.is-success{background-color:#259a12;border-color:#259a12;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#a98800;border-color:#a98800;color:#fff}.table td.is-danger,.table th.is-danger{background-color:#cb3c33;border-color:#cb3c33;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#4eb5de;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#222}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#4eb5de;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:#222}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#222}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:0.25em 0.5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag,.tags .content kbd,.content .tags kbd,.tags .docstring>section>a.docs-sourcelink{margin-bottom:0.5rem}.tags .tag:not(:last-child),.tags .content kbd:not(:last-child),.content .tags kbd:not(:last-child),.tags .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large),.tags.are-medium .content kbd:not(.is-normal):not(.is-large),.content .tags.are-medium kbd:not(.is-normal):not(.is-large),.tags.are-medium .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium),.tags.are-large .content kbd:not(.is-normal):not(.is-medium),.content .tags.are-large kbd:not(.is-normal):not(.is-medium),.tags.are-large .docstring>section>a.docs-sourcelink:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag,.tags.is-centered .content kbd,.content .tags.is-centered kbd,.tags.is-centered .docstring>section>a.docs-sourcelink{margin-right:0.25rem;margin-left:0.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child),.tags.is-right .content kbd:not(:first-child),.content .tags.is-right kbd:not(:first-child),.tags.is-right .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0.5rem}.tags.is-right .tag:not(:last-child),.tags.is-right .content kbd:not(:last-child),.content .tags.is-right kbd:not(:last-child),.tags.is-right .docstring>section>a.docs-sourcelink:not(:last-child){margin-right:0}.tags.has-addons .tag,.tags.has-addons .content kbd,.content .tags.has-addons kbd,.tags.has-addons .docstring>section>a.docs-sourcelink{margin-right:0}.tags.has-addons .tag:not(:first-child),.tags.has-addons .content kbd:not(:first-child),.content .tags.has-addons kbd:not(:first-child),.tags.has-addons .docstring>section>a.docs-sourcelink:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child),.tags.has-addons .content kbd:not(:last-child),.content .tags.has-addons kbd:not(:last-child),.tags.has-addons .docstring>section>a.docs-sourcelink:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body),.content kbd:not(body),.docstring>section>a.docs-sourcelink:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#222;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:0.75em;padding-right:0.75em;white-space:nowrap}.tag:not(body) .delete,.content kbd:not(body) .delete,.docstring>section>a.docs-sourcelink:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag.is-white:not(body),.content kbd.is-white:not(body),.docstring>section>a.docs-sourcelink.is-white:not(body){background-color:#fff;color:#0a0a0a}.tag.is-black:not(body),.content kbd.is-black:not(body),.docstring>section>a.docs-sourcelink.is-black:not(body){background-color:#0a0a0a;color:#fff}.tag.is-light:not(body),.content kbd.is-light:not(body),.docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.tag.is-dark:not(body),.content kbd:not(body),.docstring>section>a.docs-sourcelink.is-dark:not(body),.content .docstring>section>kbd:not(body){background-color:#363636;color:#fff}.tag.is-primary:not(body),.content kbd.is-primary:not(body),.docstring>section>a.docs-sourcelink:not(body){background-color:#4eb5de;color:#fff}.tag.is-primary.is-light:not(body),.content kbd.is-primary.is-light:not(body),.docstring>section>a.docs-sourcelink.is-light:not(body){background-color:#eef8fc;color:#1a6d8e}.tag.is-link:not(body),.content kbd.is-link:not(body),.docstring>section>a.docs-sourcelink.is-link:not(body){background-color:#2e63b8;color:#fff}.tag.is-link.is-light:not(body),.content kbd.is-link.is-light:not(body),.docstring>section>a.docs-sourcelink.is-link.is-light:not(body){background-color:#eff3fb;color:#3169c4}.tag.is-info:not(body),.content kbd.is-info:not(body),.docstring>section>a.docs-sourcelink.is-info:not(body){background-color:#3c5dcd;color:#fff}.tag.is-info.is-light:not(body),.content kbd.is-info.is-light:not(body),.docstring>section>a.docs-sourcelink.is-info.is-light:not(body){background-color:#eff2fb;color:#3253c3}.tag.is-success:not(body),.content kbd.is-success:not(body),.docstring>section>a.docs-sourcelink.is-success:not(body){background-color:#259a12;color:#fff}.tag.is-success.is-light:not(body),.content kbd.is-success.is-light:not(body),.docstring>section>a.docs-sourcelink.is-success.is-light:not(body){background-color:#effded;color:#2ec016}.tag.is-warning:not(body),.content kbd.is-warning:not(body),.docstring>section>a.docs-sourcelink.is-warning:not(body){background-color:#a98800;color:#fff}.tag.is-warning.is-light:not(body),.content kbd.is-warning.is-light:not(body),.docstring>section>a.docs-sourcelink.is-warning.is-light:not(body){background-color:#fffbeb;color:#cca400}.tag.is-danger:not(body),.content kbd.is-danger:not(body),.docstring>section>a.docs-sourcelink.is-danger:not(body){background-color:#cb3c33;color:#fff}.tag.is-danger.is-light:not(body),.content kbd.is-danger.is-light:not(body),.docstring>section>a.docs-sourcelink.is-danger.is-light:not(body){background-color:#fbefef;color:#c03930}.tag.is-normal:not(body),.content kbd.is-normal:not(body),.docstring>section>a.docs-sourcelink.is-normal:not(body){font-size:.75rem}.tag.is-medium:not(body),.content kbd.is-medium:not(body),.docstring>section>a.docs-sourcelink.is-medium:not(body){font-size:1rem}.tag.is-large:not(body),.content kbd.is-large:not(body),.docstring>section>a.docs-sourcelink.is-large:not(body){font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child),.content kbd:not(body) .icon:first-child:not(:last-child),.docstring>section>a.docs-sourcelink:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child),.content kbd:not(body) .icon:last-child:not(:first-child),.docstring>section>a.docs-sourcelink:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child,.content kbd:not(body) .icon:first-child:last-child,.docstring>section>a.docs-sourcelink:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag.is-delete:not(body),.content kbd.is-delete:not(body),.docstring>section>a.docs-sourcelink.is-delete:not(body){margin-left:1px;padding:0;position:relative;width:2em}.tag.is-delete:not(body)::before,.content kbd.is-delete:not(body)::before,.docstring>section>a.docs-sourcelink.is-delete:not(body)::before,.tag.is-delete:not(body)::after,.content kbd.is-delete:not(body)::after,.docstring>section>a.docs-sourcelink.is-delete:not(body)::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag.is-delete:not(body)::before,.content kbd.is-delete:not(body)::before,.docstring>section>a.docs-sourcelink.is-delete:not(body)::before{height:1px;width:50%}.tag.is-delete:not(body)::after,.content kbd.is-delete:not(body)::after,.docstring>section>a.docs-sourcelink.is-delete:not(body)::after{height:50%;width:1px}.tag.is-delete:not(body):hover,.content kbd.is-delete:not(body):hover,.docstring>section>a.docs-sourcelink.is-delete:not(body):hover,.tag.is-delete:not(body):focus,.content kbd.is-delete:not(body):focus,.docstring>section>a.docs-sourcelink.is-delete:not(body):focus{background-color:#e8e8e8}.tag.is-delete:not(body):active,.content kbd.is-delete:not(body):active,.docstring>section>a.docs-sourcelink.is-delete:not(body):active{background-color:#dbdbdb}.tag.is-rounded:not(body),#documenter .docs-sidebar form.docs-search>input:not(body),.content kbd.is-rounded:not(body),#documenter .docs-sidebar .content form.docs-search>input:not(body),.docstring>section>a.docs-sourcelink.is-rounded:not(body){border-radius:9999px}a.tag:hover,.docstring>section>a.docs-sourcelink:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.title .content kbd,.content .title kbd,.title .docstring>section>a.docs-sourcelink,.subtitle .tag,.subtitle .content kbd,.content .subtitle kbd,.subtitle .docstring>section>a.docs-sourcelink{vertical-align:middle}.title{color:#222;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#222;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#222;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top}.select select,.textarea,.input,#documenter .docs-sidebar form.docs-search>input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#222}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder,#documenter .docs-sidebar form.docs-search>input::-moz-placeholder{color:#707070}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder,#documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder{color:#707070}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder,#documenter .docs-sidebar form.docs-search>input:-moz-placeholder{color:#707070}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder,#documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder{color:#707070}.select select:hover,.textarea:hover,.input:hover,#documenter .docs-sidebar form.docs-search>input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input,#documenter .docs-sidebar form.docs-search>input.is-hovered{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,#documenter .docs-sidebar form.docs-search>input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.select select:active,.textarea:active,.input:active,#documenter .docs-sidebar form.docs-search>input:active,.select select.is-active,.is-active.textarea,.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{border-color:#2e63b8;box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.select select[disabled],.textarea[disabled],.input[disabled],#documenter .docs-sidebar form.docs-search>input[disabled],fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#6b6b6b}.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.input[disabled]::-moz-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input::-moz-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input::-moz-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.input[disabled]::-webkit-input-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input::-webkit-input-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input::-webkit-input-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.input[disabled]:-moz-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input:-moz-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input:-moz-placeholder{color:rgba(107,107,107,0.3)}.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.input[disabled]:-ms-input-placeholder,#documenter .docs-sidebar form.docs-search>input[disabled]:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] #documenter .docs-sidebar form.docs-search>input:-ms-input-placeholder,#documenter .docs-sidebar fieldset[disabled] form.docs-search>input:-ms-input-placeholder{color:rgba(107,107,107,0.3)}.textarea,.input,#documenter .docs-sidebar form.docs-search>input{box-shadow:inset 0 0.0625em 0.125em rgba(10,10,10,0.05);max-width:100%;width:100%}.textarea[readonly],.input[readonly],#documenter .docs-sidebar form.docs-search>input[readonly]{box-shadow:none}.is-white.textarea,.is-white.input,#documenter .docs-sidebar form.docs-search>input.is-white{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,#documenter .docs-sidebar form.docs-search>input.is-white:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-white.textarea:active,.is-white.input:active,#documenter .docs-sidebar form.docs-search>input.is-white:active,.is-white.is-active.textarea,.is-white.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.is-black.textarea,.is-black.input,#documenter .docs-sidebar form.docs-search>input.is-black{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,#documenter .docs-sidebar form.docs-search>input.is-black:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-black.textarea:active,.is-black.input:active,#documenter .docs-sidebar form.docs-search>input.is-black:active,.is-black.is-active.textarea,.is-black.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.is-light.textarea,.is-light.input,#documenter .docs-sidebar form.docs-search>input.is-light{border-color:#f5f5f5}.is-light.textarea:focus,.is-light.input:focus,#documenter .docs-sidebar form.docs-search>input.is-light:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-light.textarea:active,.is-light.input:active,#documenter .docs-sidebar form.docs-search>input.is-light:active,.is-light.is-active.textarea,.is-light.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.is-dark.textarea,.content kbd.textarea,.is-dark.input,#documenter .docs-sidebar form.docs-search>input.is-dark,.content kbd.input{border-color:#363636}.is-dark.textarea:focus,.content kbd.textarea:focus,.is-dark.input:focus,#documenter .docs-sidebar form.docs-search>input.is-dark:focus,.content kbd.input:focus,.is-dark.is-focused.textarea,.content kbd.is-focused.textarea,.is-dark.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.content kbd.is-focused.input,#documenter .docs-sidebar .content form.docs-search>input.is-focused,.is-dark.textarea:active,.content kbd.textarea:active,.is-dark.input:active,#documenter .docs-sidebar form.docs-search>input.is-dark:active,.content kbd.input:active,.is-dark.is-active.textarea,.content kbd.is-active.textarea,.is-dark.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.content kbd.is-active.input,#documenter .docs-sidebar .content form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.is-primary.textarea,.docstring>section>a.textarea.docs-sourcelink,.is-primary.input,#documenter .docs-sidebar form.docs-search>input.is-primary,.docstring>section>a.input.docs-sourcelink{border-color:#4eb5de}.is-primary.textarea:focus,.docstring>section>a.textarea.docs-sourcelink:focus,.is-primary.input:focus,#documenter .docs-sidebar form.docs-search>input.is-primary:focus,.docstring>section>a.input.docs-sourcelink:focus,.is-primary.is-focused.textarea,.docstring>section>a.is-focused.textarea.docs-sourcelink,.is-primary.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.docstring>section>a.is-focused.input.docs-sourcelink,.is-primary.textarea:active,.docstring>section>a.textarea.docs-sourcelink:active,.is-primary.input:active,#documenter .docs-sidebar form.docs-search>input.is-primary:active,.docstring>section>a.input.docs-sourcelink:active,.is-primary.is-active.textarea,.docstring>section>a.is-active.textarea.docs-sourcelink,.is-primary.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active,.docstring>section>a.is-active.input.docs-sourcelink{box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.is-link.textarea,.is-link.input,#documenter .docs-sidebar form.docs-search>input.is-link{border-color:#2e63b8}.is-link.textarea:focus,.is-link.input:focus,#documenter .docs-sidebar form.docs-search>input.is-link:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-link.textarea:active,.is-link.input:active,#documenter .docs-sidebar form.docs-search>input.is-link:active,.is-link.is-active.textarea,.is-link.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.is-info.textarea,.is-info.input,#documenter .docs-sidebar form.docs-search>input.is-info{border-color:#3c5dcd}.is-info.textarea:focus,.is-info.input:focus,#documenter .docs-sidebar form.docs-search>input.is-info:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-info.textarea:active,.is-info.input:active,#documenter .docs-sidebar form.docs-search>input.is-info:active,.is-info.is-active.textarea,.is-info.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}.is-success.textarea,.is-success.input,#documenter .docs-sidebar form.docs-search>input.is-success{border-color:#259a12}.is-success.textarea:focus,.is-success.input:focus,#documenter .docs-sidebar form.docs-search>input.is-success:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-success.textarea:active,.is-success.input:active,#documenter .docs-sidebar form.docs-search>input.is-success:active,.is-success.is-active.textarea,.is-success.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}.is-warning.textarea,.is-warning.input,#documenter .docs-sidebar form.docs-search>input.is-warning{border-color:#a98800}.is-warning.textarea:focus,.is-warning.input:focus,#documenter .docs-sidebar form.docs-search>input.is-warning:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-warning.textarea:active,.is-warning.input:active,#documenter .docs-sidebar form.docs-search>input.is-warning:active,.is-warning.is-active.textarea,.is-warning.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.is-danger.textarea,.is-danger.input,#documenter .docs-sidebar form.docs-search>input.is-danger{border-color:#cb3c33}.is-danger.textarea:focus,.is-danger.input:focus,#documenter .docs-sidebar form.docs-search>input.is-danger:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,#documenter .docs-sidebar form.docs-search>input.is-focused,.is-danger.textarea:active,.is-danger.input:active,#documenter .docs-sidebar form.docs-search>input.is-danger:active,.is-danger.is-active.textarea,.is-danger.is-active.input,#documenter .docs-sidebar form.docs-search>input.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}.is-small.textarea,.is-small.input,#documenter .docs-sidebar form.docs-search>input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input,#documenter .docs-sidebar form.docs-search>input.is-medium{font-size:1.25rem}.is-large.textarea,.is-large.input,#documenter .docs-sidebar form.docs-search>input.is-large{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input,#documenter .docs-sidebar form.docs-search>input.is-fullwidth{display:block;width:100%}.is-inline.textarea,.is-inline.input,#documenter .docs-sidebar form.docs-search>input.is-inline{display:inline;width:auto}.input.is-rounded,#documenter .docs-sidebar form.docs-search>input{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + 0.375em);padding-right:calc(calc(0.75em - 1px) + 0.375em)}.input.is-static,#documenter .docs-sidebar form.docs-search>input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(0.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#222}.radio[disabled],.checkbox[disabled],fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#6b6b6b;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#2e63b8;right:1.125em;z-index:4}.select.is-rounded select,#documenter .docs-sidebar form.docs-search>input.select select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:0.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#222}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:#f2f2f2}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 0 0 0.125em rgba(255,255,255,0.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 0 0 0.125em rgba(10,10,10,0.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:#e8e8e8}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 0 0 0.125em rgba(245,245,245,0.25)}.select.is-dark:not(:hover)::after,.content kbd.select:not(:hover)::after{border-color:#363636}.select.is-dark select,.content kbd.select select{border-color:#363636}.select.is-dark select:hover,.content kbd.select select:hover,.select.is-dark select.is-hovered,.content kbd.select select.is-hovered{border-color:#292929}.select.is-dark select:focus,.content kbd.select select:focus,.select.is-dark select.is-focused,.content kbd.select select.is-focused,.select.is-dark select:active,.content kbd.select select:active,.select.is-dark select.is-active,.content kbd.select select.is-active{box-shadow:0 0 0 0.125em rgba(54,54,54,0.25)}.select.is-primary:not(:hover)::after,.docstring>section>a.select.docs-sourcelink:not(:hover)::after{border-color:#4eb5de}.select.is-primary select,.docstring>section>a.select.docs-sourcelink select{border-color:#4eb5de}.select.is-primary select:hover,.docstring>section>a.select.docs-sourcelink select:hover,.select.is-primary select.is-hovered,.docstring>section>a.select.docs-sourcelink select.is-hovered{border-color:#39acda}.select.is-primary select:focus,.docstring>section>a.select.docs-sourcelink select:focus,.select.is-primary select.is-focused,.docstring>section>a.select.docs-sourcelink select.is-focused,.select.is-primary select:active,.docstring>section>a.select.docs-sourcelink select:active,.select.is-primary select.is-active,.docstring>section>a.select.docs-sourcelink select.is-active{box-shadow:0 0 0 0.125em rgba(78,181,222,0.25)}.select.is-link:not(:hover)::after{border-color:#2e63b8}.select.is-link select{border-color:#2e63b8}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#2958a4}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 0 0 0.125em rgba(46,99,184,0.25)}.select.is-info:not(:hover)::after{border-color:#3c5dcd}.select.is-info select{border-color:#3c5dcd}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#3151bf}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 0 0 0.125em rgba(60,93,205,0.25)}.select.is-success:not(:hover)::after{border-color:#259a12}.select.is-success select{border-color:#259a12}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#20830f}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 0 0 0.125em rgba(37,154,18,0.25)}.select.is-warning:not(:hover)::after{border-color:#a98800}.select.is-warning select{border-color:#a98800}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#8f7300}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 0 0 0.125em rgba(169,136,0,0.25)}.select.is-danger:not(:hover)::after{border-color:#cb3c33}.select.is-danger select{border-color:#cb3c33}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:#b7362e}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 0 0 0.125em rgba(203,60,51,0.25)}.select.is-small,#documenter .docs-sidebar form.docs-search>input.select{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#6b6b6b !important;opacity:0.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:0.625em;transform:none}.select.is-loading.is-small:after,#documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:rgba(0,0,0,0.7)}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,0.7)}.file.is-dark .file-cta,.content kbd.file .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark:hover .file-cta,.content kbd.file:hover .file-cta,.file.is-dark.is-hovered .file-cta,.content kbd.file.is-hovered .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark:focus .file-cta,.content kbd.file:focus .file-cta,.file.is-dark.is-focused .file-cta,.content kbd.file.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(54,54,54,0.25);color:#fff}.file.is-dark:active .file-cta,.content kbd.file:active .file-cta,.file.is-dark.is-active .file-cta,.content kbd.file.is-active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta,.docstring>section>a.file.docs-sourcelink .file-cta{background-color:#4eb5de;border-color:transparent;color:#fff}.file.is-primary:hover .file-cta,.docstring>section>a.file.docs-sourcelink:hover .file-cta,.file.is-primary.is-hovered .file-cta,.docstring>section>a.file.is-hovered.docs-sourcelink .file-cta{background-color:#43b1dc;border-color:transparent;color:#fff}.file.is-primary:focus .file-cta,.docstring>section>a.file.docs-sourcelink:focus .file-cta,.file.is-primary.is-focused .file-cta,.docstring>section>a.file.is-focused.docs-sourcelink .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(78,181,222,0.25);color:#fff}.file.is-primary:active .file-cta,.docstring>section>a.file.docs-sourcelink:active .file-cta,.file.is-primary.is-active .file-cta,.docstring>section>a.file.is-active.docs-sourcelink .file-cta{background-color:#39acda;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#2e63b8;border-color:transparent;color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#2b5eae;border-color:transparent;color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(46,99,184,0.25);color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#2958a4;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3c5dcd;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#3355c9;border-color:transparent;color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(60,93,205,0.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#3151bf;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#259a12;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#228f11;border-color:transparent;color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(37,154,18,0.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#20830f;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#a98800;border-color:transparent;color:#fff}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#9c7d00;border-color:transparent;color:#fff}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(169,136,0,0.25);color:#fff}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#8f7300;border-color:transparent;color:#fff}.file.is-danger .file-cta{background-color:#cb3c33;border-color:transparent;color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:#c13930;border-color:transparent;color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:transparent;box-shadow:0 0 0.5em rgba(203,60,51,0.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:#b7362e;border-color:transparent;color:#fff}.file.is-small,#documenter .docs-sidebar form.docs-search>input.file{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa,#documenter .docs-sidebar form.docs-search>input.is-boxed .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#222}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#222}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#222}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#222;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:0.5em}.label.is-small,#documenter .docs-sidebar form.docs-search>input.label{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:0.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark,.content kbd.help{color:#363636}.help.is-primary,.docstring>section>a.help.docs-sourcelink{color:#4eb5de}.help.is-link{color:#2e63b8}.help.is-info{color:#3c5dcd}.help.is-success{color:#259a12}.help.is-warning{color:#a98800}.help.is-danger{color:#cb3c33}.field:not(:last-child){margin-bottom:0.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:not(:first-child):not(:last-child) form.docs-search>input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:first-child:not(:only-child) form.docs-search>input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .field.has-addons .control:last-child:not(:only-child) form.docs-search>input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button.is-hovered:not([disabled]),.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):hover,.field.has-addons .control .input.is-hovered:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-hovered:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-hovered:not([disabled]),.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select.is-hovered:not([disabled]){z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button.is-focused:not([disabled]),.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button.is-active:not([disabled]),.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus,.field.has-addons .control .input.is-focused:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]),.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active,.field.has-addons .control .input.is-active:not([disabled]),.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]),#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]),.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select.is-focused:not([disabled]),.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select.is-active:not([disabled]){z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button.is-focused:not([disabled]):hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button.is-active:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):focus:hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):focus:hover,.field.has-addons .control .input.is-focused:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-focused:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-focused:not([disabled]):hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input:not([disabled]):active:hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input:not([disabled]):active:hover,.field.has-addons .control .input.is-active:not([disabled]):hover,.field.has-addons .control #documenter .docs-sidebar form.docs-search>input.is-active:not([disabled]):hover,#documenter .docs-sidebar .field.has-addons .control form.docs-search>input.is-active:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select.is-focused:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select.is-active:not([disabled]):hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:0.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 768px){.field-label{margin-bottom:0.5rem}}@media screen and (min-width: 769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small,#documenter .docs-sidebar form.docs-search>input.field-label{font-size:.75rem;padding-top:0.375em}.field-label.is-normal{padding-top:0.375em}.field-label.is-medium{font-size:1.25rem;padding-top:0.375em}.field-label.is-large{font-size:1.5rem;padding-top:0.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input:focus~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input:focus~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#222}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-medium~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input.is-large~.icon,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input.is-large~.icon,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .control.has-icons-left form.docs-search>input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right #documenter .docs-sidebar form.docs-search>input,#documenter .docs-sidebar .control.has-icons-right form.docs-search>input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:.625em;top:0.625em;z-index:4}.control.is-loading.is-small:after,#documenter .docs-sidebar form.docs-search>input.is-loading:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#2e63b8;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#222;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small,#documenter .docs-sidebar form.docs-search>input.breadcrumb{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;border-radius:.25rem;box-shadow:#bbb;color:#222;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);display:flex}.card-header-title{align-items:center;color:#222;display:flex;flex-grow:1;font-weight:700;padding:0.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:0.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:#bbb;padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#222;display:block;font-size:0.875rem;line-height:1.5;padding:0.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#2e63b8;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:0.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(219,219,219,0.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(219,219,219,0.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small,#documenter .docs-sidebar form.docs-search>input.menu{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#222;display:block;padding:0.5em 0.75em}.menu-list a:hover{background-color:#f5f5f5;color:#222}.menu-list a.is-active{background-color:#2e63b8;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#6b6b6b;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small,#documenter .docs-sidebar form.docs-search>input.message{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark,.content kbd.message{background-color:#fafafa}.message.is-dark .message-header,.content kbd.message .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body,.content kbd.message .message-body{border-color:#363636}.message.is-primary,.docstring>section>a.message.docs-sourcelink{background-color:#eef8fc}.message.is-primary .message-header,.docstring>section>a.message.docs-sourcelink .message-header{background-color:#4eb5de;color:#fff}.message.is-primary .message-body,.docstring>section>a.message.docs-sourcelink .message-body{border-color:#4eb5de;color:#1a6d8e}.message.is-link{background-color:#eff3fb}.message.is-link .message-header{background-color:#2e63b8;color:#fff}.message.is-link .message-body{border-color:#2e63b8;color:#3169c4}.message.is-info{background-color:#eff2fb}.message.is-info .message-header{background-color:#3c5dcd;color:#fff}.message.is-info .message-body{border-color:#3c5dcd;color:#3253c3}.message.is-success{background-color:#effded}.message.is-success .message-header{background-color:#259a12;color:#fff}.message.is-success .message-body{border-color:#259a12;color:#2ec016}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#a98800;color:#fff}.message.is-warning .message-body{border-color:#a98800;color:#cca400}.message.is-danger{background-color:#fbefef}.message.is-danger .message-header{background-color:#cb3c33;color:#fff}.message.is-danger .message-body{border-color:#cb3c33;color:#c03930}.message-header{align-items:center;background-color:#222;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#222;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,0.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 769px){.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#222;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width: 1056px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,0.7)}@media screen and (min-width: 1056px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}}.navbar.is-dark,.content kbd.navbar{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand>.navbar-item,.content kbd.navbar .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link,.content kbd.navbar .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.content kbd.navbar .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.content kbd.navbar .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.content kbd.navbar .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.content kbd.navbar .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.content kbd.navbar .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active,.content kbd.navbar .navbar-brand .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after,.content kbd.navbar .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger,.content kbd.navbar .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-dark .navbar-start>.navbar-item,.content kbd.navbar .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.content kbd.navbar .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.content kbd.navbar .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link,.content kbd.navbar .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.content kbd.navbar .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.content kbd.navbar .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.content kbd.navbar .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.content kbd.navbar .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.content kbd.navbar .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.content kbd.navbar .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.content kbd.navbar .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.content kbd.navbar .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.content kbd.navbar .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.content kbd.navbar .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.content kbd.navbar .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active,.content kbd.navbar .navbar-end .navbar-link.is-active{background-color:#292929;color:#fff}.navbar.is-dark .navbar-start .navbar-link::after,.content kbd.navbar .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after,.content kbd.navbar .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.content kbd.navbar .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.content kbd.navbar .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.content kbd.navbar .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active,.content kbd.navbar .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary,.docstring>section>a.navbar.docs-sourcelink{background-color:#4eb5de;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link.is-active{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger,.docstring>section>a.navbar.docs-sourcelink .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-primary .navbar-start>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.docstring>section>a.navbar.docs-sourcelink .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link.is-active{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after,.docstring>section>a.navbar.docs-sourcelink .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.docstring>section>a.navbar.docs-sourcelink .navbar-item.has-dropdown.is-active .navbar-link{background-color:#39acda;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active,.docstring>section>a.navbar.docs-sourcelink .navbar-dropdown a.navbar-item.is-active{background-color:#4eb5de;color:#fff}}.navbar.is-link{background-color:#2e63b8;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2958a4;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#2e63b8;color:#fff}}.navbar.is-info{background-color:#3c5dcd;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#3151bf;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#3151bf;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#3151bf;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3c5dcd;color:#fff}}.navbar.is-success{background-color:#259a12;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20830f;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20830f;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20830f;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#259a12;color:#fff}}.navbar.is-warning{background-color:#a98800;color:#fff}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:#fff}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#8f7300;color:#fff}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:#fff}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#8f7300;color:#fff}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#8f7300;color:#fff}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#a98800;color:#fff}}.navbar.is-danger{background-color:#cb3c33;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#b7362e;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1056px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#b7362e;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#b7362e;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#cb3c33;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#222;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,0.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#222;display:block;line-height:1.5;padding:0.5rem 0.75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#2e63b8}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:#2e63b8}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:#2e63b8;border-bottom-style:solid;border-bottom-width:3px;color:#2e63b8;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#2e63b8;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:0.875rem;padding-bottom:0.5rem;padding-top:0.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:0.5rem 0}@media screen and (max-width: 1055px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,0.1);padding:0.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width: 1056px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#2e63b8}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,0.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,0.1);display:none;font-size:0.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:0.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#2e63b8}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity, transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,0.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small,#documenter .docs-sidebar form.docs-search>input.pagination{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-previous,.pagination.is-rounded .pagination-next,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link,#documenter .docs-sidebar form.docs-search>input.pagination .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:#dbdbdb;color:#222;min-width:2.5em}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#3c5dcd}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#6b6b6b;opacity:0.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#2e63b8;border-color:#2e63b8;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:#bbb;font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading,.content kbd.panel .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active,.content kbd.panel .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon,.content kbd.panel .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading,.docstring>section>a.panel.docs-sourcelink .panel-heading{background-color:#4eb5de;color:#fff}.panel.is-primary .panel-tabs a.is-active,.docstring>section>a.panel.docs-sourcelink .panel-tabs a.is-active{border-bottom-color:#4eb5de}.panel.is-primary .panel-block.is-active .panel-icon,.docstring>section>a.panel.docs-sourcelink .panel-block.is-active .panel-icon{color:#4eb5de}.panel.is-link .panel-heading{background-color:#2e63b8;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#2e63b8}.panel.is-link .panel-block.is-active .panel-icon{color:#2e63b8}.panel.is-info .panel-heading{background-color:#3c5dcd;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3c5dcd}.panel.is-info .panel-block.is-active .panel-icon{color:#3c5dcd}.panel.is-success .panel-heading{background-color:#259a12;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#259a12}.panel.is-success .panel-block.is-active .panel-icon{color:#259a12}.panel.is-warning .panel-heading{background-color:#a98800;color:#fff}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#a98800}.panel.is-warning .panel-block.is-active .panel-icon{color:#a98800}.panel.is-danger .panel-heading{background-color:#cb3c33;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#cb3c33}.panel.is-danger .panel-block.is-active .panel-icon{color:#cb3c33}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#222;font-size:1.25em;font-weight:700;line-height:1.25;padding:0.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:0.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#222}.panel-list a:hover{color:#2e63b8}.panel-block{align-items:center;color:#222;display:flex;justify-content:flex-start;padding:0.5em 0.75em}.panel-block input[type="checkbox"]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#2e63b8;color:#363636}.panel-block.is-active .panel-icon{color:#2e63b8}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#6b6b6b;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#222;display:flex;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#222;color:#222}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#2e63b8;color:#2e63b8}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:0.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:0.75em;padding-right:0.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:0.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#2e63b8;border-color:#2e63b8;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small,#documenter .docs-sidebar form.docs-search>input.tabs{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1055px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1056px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1056px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 768px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: .25rem}@media screen and (max-width: 768px){.columns.is-variable.is-1-mobile{--columnGap: .25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-1-tablet{--columnGap: .25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-1-tablet-only{--columnGap: .25rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-1-touch{--columnGap: .25rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-1-desktop{--columnGap: .25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-1-desktop-only{--columnGap: .25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-1-widescreen{--columnGap: .25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-1-widescreen-only{--columnGap: .25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-1-fullhd{--columnGap: .25rem}}.columns.is-variable.is-2{--columnGap: .5rem}@media screen and (max-width: 768px){.columns.is-variable.is-2-mobile{--columnGap: .5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-2-tablet{--columnGap: .5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-2-tablet-only{--columnGap: .5rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-2-touch{--columnGap: .5rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-2-desktop{--columnGap: .5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-2-desktop-only{--columnGap: .5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-2-widescreen{--columnGap: .5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-2-widescreen-only{--columnGap: .5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-2-fullhd{--columnGap: .5rem}}.columns.is-variable.is-3{--columnGap: .75rem}@media screen and (max-width: 768px){.columns.is-variable.is-3-mobile{--columnGap: .75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-3-tablet{--columnGap: .75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-3-tablet-only{--columnGap: .75rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-3-touch{--columnGap: .75rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-3-desktop{--columnGap: .75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-3-desktop-only{--columnGap: .75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-3-widescreen{--columnGap: .75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-3-widescreen-only{--columnGap: .75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-3-fullhd{--columnGap: .75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 768px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 768px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 768px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 768px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 768px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 769px),print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 769px) and (max-width: 1055px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1055px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1056px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1056px) and (max-width: 1215px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1216px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1216px) and (max-width: 1407px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1408px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,0.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width: 1055px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,0.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:0.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,0.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:0.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#0a0a0a !important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}@media screen and (max-width: 768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,0.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,0.7)}.hero.is-light .subtitle{color:rgba(0,0,0,0.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,0.7)}@media screen and (max-width: 1055px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,0.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:rgba(0,0,0,0.7)}.hero.is-light .tabs a{color:rgba(0,0,0,0.7);opacity:0.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5 !important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,0.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}@media screen and (max-width: 768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)}}.hero.is-dark,.content kbd.hero{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.content kbd.hero a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong,.content kbd.hero strong{color:inherit}.hero.is-dark .title,.content kbd.hero .title{color:#fff}.hero.is-dark .subtitle,.content kbd.hero .subtitle{color:rgba(255,255,255,0.9)}.hero.is-dark .subtitle a:not(.button),.content kbd.hero .subtitle a:not(.button),.hero.is-dark .subtitle strong,.content kbd.hero .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-dark .navbar-menu,.content kbd.hero .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.content kbd.hero .navbar-item,.hero.is-dark .navbar-link,.content kbd.hero .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-dark a.navbar-item:hover,.content kbd.hero a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.content kbd.hero a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.content kbd.hero .navbar-link:hover,.hero.is-dark .navbar-link.is-active,.content kbd.hero .navbar-link.is-active{background-color:#292929;color:#fff}.hero.is-dark .tabs a,.content kbd.hero .tabs a{color:#fff;opacity:0.9}.hero.is-dark .tabs a:hover,.content kbd.hero .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a,.content kbd.hero .tabs li.is-active a{color:#363636 !important;opacity:1}.hero.is-dark .tabs.is-boxed a,.content kbd.hero .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a,.content kbd.hero .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.content kbd.hero .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover,.content kbd.hero .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.content kbd.hero .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.content kbd.hero .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold,.content kbd.hero.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}@media screen and (max-width: 768px){.hero.is-dark.is-bold .navbar-menu,.content kbd.hero.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)}}.hero.is-primary,.docstring>section>a.hero.docs-sourcelink{background-color:#4eb5de;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.docstring>section>a.hero.docs-sourcelink a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong,.docstring>section>a.hero.docs-sourcelink strong{color:inherit}.hero.is-primary .title,.docstring>section>a.hero.docs-sourcelink .title{color:#fff}.hero.is-primary .subtitle,.docstring>section>a.hero.docs-sourcelink .subtitle{color:rgba(255,255,255,0.9)}.hero.is-primary .subtitle a:not(.button),.docstring>section>a.hero.docs-sourcelink .subtitle a:not(.button),.hero.is-primary .subtitle strong,.docstring>section>a.hero.docs-sourcelink .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-primary .navbar-menu,.docstring>section>a.hero.docs-sourcelink .navbar-menu{background-color:#4eb5de}}.hero.is-primary .navbar-item,.docstring>section>a.hero.docs-sourcelink .navbar-item,.hero.is-primary .navbar-link,.docstring>section>a.hero.docs-sourcelink .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-primary a.navbar-item:hover,.docstring>section>a.hero.docs-sourcelink a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.docstring>section>a.hero.docs-sourcelink a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.docstring>section>a.hero.docs-sourcelink .navbar-link:hover,.hero.is-primary .navbar-link.is-active,.docstring>section>a.hero.docs-sourcelink .navbar-link.is-active{background-color:#39acda;color:#fff}.hero.is-primary .tabs a,.docstring>section>a.hero.docs-sourcelink .tabs a{color:#fff;opacity:0.9}.hero.is-primary .tabs a:hover,.docstring>section>a.hero.docs-sourcelink .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs li.is-active a{color:#4eb5de !important;opacity:1}.hero.is-primary .tabs.is-boxed a,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.docstring>section>a.hero.docs-sourcelink .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#4eb5de}.hero.is-primary.is-bold,.docstring>section>a.hero.is-bold.docs-sourcelink{background-image:linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%)}@media screen and (max-width: 768px){.hero.is-primary.is-bold .navbar-menu,.docstring>section>a.hero.is-bold.docs-sourcelink .navbar-menu{background-image:linear-gradient(141deg, #1bc7de 0%, #4eb5de 71%, #5fa9e7 100%)}}.hero.is-link{background-color:#2e63b8;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,0.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-link .navbar-menu{background-color:#2e63b8}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2958a4;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:0.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#2e63b8 !important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#2e63b8}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #1b6098 0%, #2e63b8 71%, #2d51d2 100%)}}.hero.is-info{background-color:#3c5dcd;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,0.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-info .navbar-menu{background-color:#3c5dcd}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#3151bf;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:0.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3c5dcd !important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3c5dcd}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #215bb5 0%, #3c5dcd 71%, #4b53d8 100%)}}.hero.is-success{background-color:#259a12;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,0.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-success .navbar-menu{background-color:#259a12}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20830f;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:0.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#259a12 !important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#259a12}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #287207 0%, #259a12 71%, #10b614 100%)}}.hero.is-warning{background-color:#a98800;color:#fff}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#fff}.hero.is-warning .subtitle{color:rgba(255,255,255,0.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-warning .navbar-menu{background-color:#a98800}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#8f7300;color:#fff}.hero.is-warning .tabs a{color:#fff;opacity:0.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#a98800 !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#fff}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#a98800}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #764b00 0%, #a98800 71%, #c2bd00 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #764b00 0%, #a98800 71%, #c2bd00 100%)}}.hero.is-danger{background-color:#cb3c33;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,0.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1055px){.hero.is-danger .navbar-menu{background-color:#cb3c33}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,0.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#b7362e;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:0.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#cb3c33 !important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#cb3c33}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}@media screen and (max-width: 768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ac1f2e 0%, #cb3c33 71%, #d66341 100%)}}.hero.is-small .hero-body,#documenter .docs-sidebar form.docs-search>input.hero .hero-body{padding:1.5rem}@media screen and (min-width: 769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:0.3}@media screen and (max-width: 768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:0.75rem}}@media screen and (min-width: 769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width: 1056px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}h1 .docs-heading-anchor,h1 .docs-heading-anchor:hover,h1 .docs-heading-anchor:visited,h2 .docs-heading-anchor,h2 .docs-heading-anchor:hover,h2 .docs-heading-anchor:visited,h3 .docs-heading-anchor,h3 .docs-heading-anchor:hover,h3 .docs-heading-anchor:visited,h4 .docs-heading-anchor,h4 .docs-heading-anchor:hover,h4 .docs-heading-anchor:visited,h5 .docs-heading-anchor,h5 .docs-heading-anchor:hover,h5 .docs-heading-anchor:visited,h6 .docs-heading-anchor,h6 .docs-heading-anchor:hover,h6 .docs-heading-anchor:visited{color:#222}h1 .docs-heading-anchor-permalink,h2 .docs-heading-anchor-permalink,h3 .docs-heading-anchor-permalink,h4 .docs-heading-anchor-permalink,h5 .docs-heading-anchor-permalink,h6 .docs-heading-anchor-permalink{visibility:hidden;vertical-align:middle;margin-left:0.5em;font-size:0.7rem}h1 .docs-heading-anchor-permalink::before,h2 .docs-heading-anchor-permalink::before,h3 .docs-heading-anchor-permalink::before,h4 .docs-heading-anchor-permalink::before,h5 .docs-heading-anchor-permalink::before,h6 .docs-heading-anchor-permalink::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0c1"}h1:hover .docs-heading-anchor-permalink,h2:hover .docs-heading-anchor-permalink,h3:hover .docs-heading-anchor-permalink,h4:hover .docs-heading-anchor-permalink,h5:hover .docs-heading-anchor-permalink,h6:hover .docs-heading-anchor-permalink{visibility:visible}.docs-dark-only{display:none !important}pre{position:relative;overflow:hidden}pre code,pre code.hljs{padding:0 .75rem !important;overflow:auto;display:block}pre code:first-of-type,pre code.hljs:first-of-type{padding-top:0.5rem !important}pre code:last-of-type,pre code.hljs:last-of-type{padding-bottom:0.5rem !important}pre .copy-button{opacity:0.2;transition:opacity 0.2s;position:absolute;right:0em;top:0em;padding:0.5em;width:2.5em;height:2.5em;background:transparent;border:none;font-family:"Font Awesome 6 Free";color:#222;cursor:pointer;text-align:center}pre .copy-button:focus,pre .copy-button:hover{opacity:1;background:rgba(34,34,34,0.1);color:#2e63b8}pre .copy-button.success{color:#259a12;opacity:1}pre .copy-button.error{color:#cb3c33;opacity:1}pre:hover .copy-button{opacity:1}.admonition{background-color:#f5f5f5;border-style:solid;border-width:2px;border-color:#4a4a4a;border-radius:4px;font-size:1rem}.admonition strong{color:currentColor}.admonition.is-small,#documenter .docs-sidebar form.docs-search>input.admonition{font-size:.75rem}.admonition.is-medium{font-size:1.25rem}.admonition.is-large{font-size:1.5rem}.admonition.is-default{background-color:#f5f5f5;border-color:#4a4a4a}.admonition.is-default>.admonition-header{background-color:rgba(0,0,0,0);color:#4a4a4a}.admonition.is-default>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-info{background-color:#f5f5f5;border-color:#3c5dcd}.admonition.is-info>.admonition-header{background-color:rgba(0,0,0,0);color:#3c5dcd}.admonition.is-info>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-success{background-color:#f5f5f5;border-color:#259a12}.admonition.is-success>.admonition-header{background-color:rgba(0,0,0,0);color:#259a12}.admonition.is-success>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-warning{background-color:#f5f5f5;border-color:#a98800}.admonition.is-warning>.admonition-header{background-color:rgba(0,0,0,0);color:#a98800}.admonition.is-warning>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-danger{background-color:#f5f5f5;border-color:#cb3c33}.admonition.is-danger>.admonition-header{background-color:rgba(0,0,0,0);color:#cb3c33}.admonition.is-danger>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-compat{background-color:#f5f5f5;border-color:#3489da}.admonition.is-compat>.admonition-header{background-color:rgba(0,0,0,0);color:#3489da}.admonition.is-compat>.admonition-body{color:rgba(0,0,0,0.7)}.admonition.is-todo{background-color:#f5f5f5;border-color:#9558b2}.admonition.is-todo>.admonition-header{background-color:rgba(0,0,0,0);color:#9558b2}.admonition.is-todo>.admonition-body{color:rgba(0,0,0,0.7)}.admonition-header{color:#4a4a4a;background-color:rgba(0,0,0,0);align-items:center;font-weight:700;justify-content:space-between;line-height:1.25;padding:0.5rem .75rem;position:relative}.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;margin-right:.75rem;content:"\f06a"}details.admonition.is-details>.admonition-header{list-style:none}details.admonition.is-details>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f055"}details.admonition.is-details[open]>.admonition-header:before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f056"}.admonition-body{color:#222;padding:0.5rem .75rem}.admonition-body pre{background-color:#f5f5f5}.admonition-body code{background-color:rgba(0,0,0,0.05)}.docstring{margin-bottom:1em;background-color:rgba(0,0,0,0);border:2px solid #dbdbdb;border-radius:4px;box-shadow:2px 2px 3px rgba(10,10,10,0.1);max-width:100%}.docstring>header{cursor:pointer;display:flex;flex-grow:1;align-items:stretch;padding:0.5rem .75rem;background-color:#f5f5f5;box-shadow:0 0.125em 0.25em rgba(10,10,10,0.1);box-shadow:none;border-bottom:1px solid #dbdbdb;overflow:auto}.docstring>header code{background-color:transparent}.docstring>header .docstring-article-toggle-button{min-width:1.1rem;padding:0.2rem 0.2rem 0.2rem 0}.docstring>header .docstring-binding{margin-right:0.3em}.docstring>header .docstring-category{margin-left:0.3em}.docstring>section{position:relative;padding:.75rem .75rem;border-bottom:1px solid #dbdbdb}.docstring>section:last-child{border-bottom:none}.docstring>section>a.docs-sourcelink{transition:opacity 0.3s;opacity:0;position:absolute;right:.375rem;bottom:.375rem}.docstring>section>a.docs-sourcelink:focus{opacity:1 !important}.docstring:hover>section>a.docs-sourcelink{opacity:0.2}.docstring:focus-within>section>a.docs-sourcelink{opacity:0.2}.docstring>section:hover a.docs-sourcelink{opacity:1}.documenter-example-output{background-color:#fff}.outdated-warning-overlay{position:fixed;top:0;left:0;right:0;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:999;background-color:#f5f5f5;color:rgba(0,0,0,0.7);border-bottom:3px solid rgba(0,0,0,0);padding:10px 35px;text-align:center;font-size:15px}.outdated-warning-overlay .outdated-warning-closer{position:absolute;top:calc(50% - 10px);right:18px;cursor:pointer;width:12px}.outdated-warning-overlay a{color:#2e63b8}.outdated-warning-overlay a:hover{color:#363636}.content pre{border:2px solid #dbdbdb;border-radius:4px}.content code{font-weight:inherit}.content a code{color:#2e63b8}.content a:hover code{color:#363636}.content h1 code,.content h2 code,.content h3 code,.content h4 code,.content h5 code,.content h6 code{color:#222}.content table{display:block;width:initial;max-width:100%;overflow-x:auto}.content blockquote>ul:first-child,.content blockquote>ol:first-child,.content .admonition-body>ul:first-child,.content .admonition-body>ol:first-child{margin-top:0}pre,code{font-variant-ligatures:no-contextual}.breadcrumb a.is-disabled{cursor:default;pointer-events:none}.breadcrumb a.is-disabled,.breadcrumb a.is-disabled:hover{color:#222}.hljs{background:initial !important}.katex .katex-mathml{top:0;right:0}.katex-display,mjx-container,.MathJax_Display{margin:0.5em 0 !important}html{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto}li.no-marker{list-style:none}#documenter .docs-main>article{overflow-wrap:break-word}#documenter .docs-main>article .math-container{overflow-x:auto;overflow-y:hidden}@media screen and (min-width: 1056px){#documenter .docs-main{max-width:52rem;margin-left:20rem;padding-right:1rem}}@media screen and (max-width: 1055px){#documenter .docs-main{width:100%}#documenter .docs-main>article{max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}#documenter .docs-main>header,#documenter .docs-main>nav{max-width:100%;width:100%;margin:0}}#documenter .docs-main header.docs-navbar{background-color:#fff;border-bottom:1px solid #dbdbdb;z-index:2;min-height:4rem;margin-bottom:1rem;display:flex}#documenter .docs-main header.docs-navbar .breadcrumb{flex-grow:1;overflow-x:hidden}#documenter .docs-main header.docs-navbar .docs-sidebar-button{display:block;font-size:1.5rem;padding-bottom:0.1rem;margin-right:1rem}#documenter .docs-main header.docs-navbar .docs-right{display:flex;white-space:nowrap;gap:1rem;align-items:center}#documenter .docs-main header.docs-navbar .docs-right .docs-icon,#documenter .docs-main header.docs-navbar .docs-right .docs-label{display:inline-block}#documenter .docs-main header.docs-navbar .docs-right .docs-label{padding:0;margin-left:0.3em}@media screen and (max-width: 1055px){#documenter .docs-main header.docs-navbar .docs-right .docs-navbar-link{margin-left:0.4rem;margin-right:0.4rem}}#documenter .docs-main header.docs-navbar>*{margin:auto 0}@media screen and (max-width: 1055px){#documenter .docs-main header.docs-navbar{position:sticky;top:0;padding:0 1rem;transition-property:top, box-shadow;-webkit-transition-property:top, box-shadow;transition-duration:0.3s;-webkit-transition-duration:0.3s}#documenter .docs-main header.docs-navbar.headroom--not-top{box-shadow:.2rem 0rem .4rem #bbb;transition-duration:0.7s;-webkit-transition-duration:0.7s}#documenter .docs-main header.docs-navbar.headroom--unpinned.headroom--not-top.headroom--not-bottom{top:-4.5rem;transition-duration:0.7s;-webkit-transition-duration:0.7s}}#documenter .docs-main section.footnotes{border-top:1px solid #dbdbdb}#documenter .docs-main section.footnotes li .tag:first-child,#documenter .docs-main section.footnotes li .docstring>section>a.docs-sourcelink:first-child,#documenter .docs-main section.footnotes li .content kbd:first-child,.content #documenter .docs-main section.footnotes li kbd:first-child{margin-right:1em;margin-bottom:0.4em}#documenter .docs-main .docs-footer{display:flex;flex-wrap:wrap;margin-left:0;margin-right:0;border-top:1px solid #dbdbdb;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 1055px){#documenter .docs-main .docs-footer{padding-left:1rem;padding-right:1rem}}#documenter .docs-main .docs-footer .docs-footer-nextpage,#documenter .docs-main .docs-footer .docs-footer-prevpage{flex-grow:1}#documenter .docs-main .docs-footer .docs-footer-nextpage{text-align:right}#documenter .docs-main .docs-footer .flexbox-break{flex-basis:100%;height:0}#documenter .docs-main .docs-footer .footer-message{font-size:0.8em;margin:0.5em auto 0 auto;text-align:center}#documenter .docs-sidebar{display:flex;flex-direction:column;color:#0a0a0a;background-color:#f5f5f5;border-right:1px solid #dbdbdb;padding:0;flex:0 0 18rem;z-index:5;font-size:1rem;position:fixed;left:-18rem;width:18rem;height:100%;transition:left 0.3s}#documenter .docs-sidebar.visible{left:0;box-shadow:.4rem 0rem .8rem #bbb}@media screen and (min-width: 1056px){#documenter .docs-sidebar.visible{box-shadow:none}}@media screen and (min-width: 1056px){#documenter .docs-sidebar{left:0;top:0}}#documenter .docs-sidebar .docs-logo{margin-top:1rem;padding:0 1rem}#documenter .docs-sidebar .docs-logo>img{max-height:6rem;margin:auto}#documenter .docs-sidebar .docs-package-name{flex-shrink:0;font-size:1.5rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;padding:0.5rem 0}#documenter .docs-sidebar .docs-package-name .docs-autofit{max-width:16.2rem}#documenter .docs-sidebar .docs-package-name a,#documenter .docs-sidebar .docs-package-name a:hover{color:#0a0a0a}#documenter .docs-sidebar .docs-version-selector{border-top:1px solid #dbdbdb;display:none;padding:0.5rem}#documenter .docs-sidebar .docs-version-selector.visible{display:flex}#documenter .docs-sidebar ul.docs-menu{flex-grow:1;user-select:none;border-top:1px solid #dbdbdb;padding-bottom:1.5rem}#documenter .docs-sidebar ul.docs-menu>li>.tocitem{font-weight:bold}#documenter .docs-sidebar ul.docs-menu>li li{font-size:.95rem;margin-left:1em;border-left:1px solid #dbdbdb}#documenter .docs-sidebar ul.docs-menu input.collapse-toggle{display:none}#documenter .docs-sidebar ul.docs-menu ul.collapsed{display:none}#documenter .docs-sidebar ul.docs-menu input:checked~ul.collapsed{display:block}#documenter .docs-sidebar ul.docs-menu label.tocitem{display:flex}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-label{flex-grow:2}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-size:.75rem;margin-left:1rem;margin-top:auto;margin-bottom:auto}#documenter .docs-sidebar ul.docs-menu label.tocitem .docs-chevron::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f054"}#documenter .docs-sidebar ul.docs-menu input:checked~label.tocitem .docs-chevron::before{content:"\f078"}#documenter .docs-sidebar ul.docs-menu .tocitem{display:block;padding:0.5rem 0.5rem}#documenter .docs-sidebar ul.docs-menu .tocitem,#documenter .docs-sidebar ul.docs-menu .tocitem:hover{color:#0a0a0a;background:#f5f5f5}#documenter .docs-sidebar ul.docs-menu a.tocitem:hover,#documenter .docs-sidebar ul.docs-menu label.tocitem:hover{color:#0a0a0a;background-color:#ebebeb}#documenter .docs-sidebar ul.docs-menu li.is-active{border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background-color:#fff}#documenter .docs-sidebar ul.docs-menu li.is-active .tocitem,#documenter .docs-sidebar ul.docs-menu li.is-active .tocitem:hover{background-color:#fff;color:#0a0a0a}#documenter .docs-sidebar ul.docs-menu li.is-active ul.internal .tocitem:hover{background-color:#ebebeb;color:#0a0a0a}#documenter .docs-sidebar ul.docs-menu>li.is-active:first-child{border-top:none}#documenter .docs-sidebar ul.docs-menu ul.internal{margin:0 0.5rem 0.5rem;border-top:1px solid #dbdbdb}#documenter .docs-sidebar ul.docs-menu ul.internal li{font-size:.85rem;border-left:none;margin-left:0;margin-top:0.5rem}#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem{width:100%;padding:0}#documenter .docs-sidebar ul.docs-menu ul.internal .tocitem::before{content:"⚬";margin-right:0.4em}#documenter .docs-sidebar form.docs-search{margin:auto;margin-top:0.5rem;margin-bottom:0.5rem}#documenter .docs-sidebar form.docs-search>input{width:14.4rem}#documenter .docs-sidebar #documenter-search-query{color:#707070;width:14.4rem;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1)}@media screen and (min-width: 1056px){#documenter .docs-sidebar ul.docs-menu{overflow-y:auto;-webkit-overflow-scroll:touch}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar{width:.3rem;background:none}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#e0e0e0}#documenter .docs-sidebar ul.docs-menu::-webkit-scrollbar-thumb:hover{background:#ccc}}@media screen and (max-width: 1055px){#documenter .docs-sidebar{overflow-y:auto;-webkit-overflow-scroll:touch}#documenter .docs-sidebar::-webkit-scrollbar{width:.3rem;background:none}#documenter .docs-sidebar::-webkit-scrollbar-thumb{border-radius:5px 0px 0px 5px;background:#e0e0e0}#documenter .docs-sidebar::-webkit-scrollbar-thumb:hover{background:#ccc}}kbd.search-modal-key-hints{border-radius:0.25rem;border:1px solid rgba(0,0,0,0.6);box-shadow:0 2px 0 1px rgba(0,0,0,0.6);cursor:default;font-size:0.9rem;line-height:1.5;min-width:0.75rem;text-align:center;padding:0.1rem 0.3rem;position:relative;top:-1px}.search-min-width-50{min-width:50%}.search-min-height-100{min-height:100%}.search-modal-card-body{max-height:calc(100vh - 15rem)}.search-result-link{border-radius:0.7em;transition:all 300ms}.search-result-link:hover,.search-result-link:focus{background-color:rgba(0,128,128,0.1)}.search-result-link .property-search-result-badge,.search-result-link .search-filter{transition:all 300ms}.property-search-result-badge,.search-filter{padding:0.15em 0.5em;font-size:0.8em;font-style:italic;text-transform:none !important;line-height:1.5;color:#f5f5f5;background-color:rgba(51,65,85,0.501961);border-radius:0.6rem}.search-result-link:hover .property-search-result-badge,.search-result-link:hover .search-filter,.search-result-link:focus .property-search-result-badge,.search-result-link:focus .search-filter{color:#f1f5f9;background-color:#333}.search-filter{color:#333;background-color:#f5f5f5;transition:all 300ms}.search-filter:hover,.search-filter:focus{color:#333}.search-filter-selected{color:#f5f5f5;background-color:rgba(139,0,139,0.5)}.search-filter-selected:hover,.search-filter-selected:focus{color:#f5f5f5}.search-result-highlight{background-color:#ffdd57;color:black}.search-divider{border-bottom:1px solid #dbdbdb}.search-result-title{width:85%;color:#333}.search-result-code-title{font-size:0.875rem;font-family:"JuliaMono","SFMono-Regular","Menlo","Consolas","Liberation Mono","DejaVu Sans Mono",monospace}#search-modal .modal-card-body::-webkit-scrollbar,#search-modal .filter-tabs::-webkit-scrollbar{height:10px;width:10px;background-color:transparent}#search-modal .modal-card-body::-webkit-scrollbar-thumb,#search-modal .filter-tabs::-webkit-scrollbar-thumb{background-color:gray;border-radius:1rem}#search-modal .modal-card-body::-webkit-scrollbar-track,#search-modal .filter-tabs::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.6);background-color:transparent}.w-100{width:100%}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.ansi span.sgr1{font-weight:bolder}.ansi span.sgr2{font-weight:lighter}.ansi span.sgr3{font-style:italic}.ansi span.sgr4{text-decoration:underline}.ansi span.sgr7{color:#fff;background-color:#222}.ansi span.sgr8{color:transparent}.ansi span.sgr8 span{color:transparent}.ansi span.sgr9{text-decoration:line-through}.ansi span.sgr30{color:#242424}.ansi span.sgr31{color:#a7201f}.ansi span.sgr32{color:#066f00}.ansi span.sgr33{color:#856b00}.ansi span.sgr34{color:#2149b0}.ansi span.sgr35{color:#7d4498}.ansi span.sgr36{color:#007989}.ansi span.sgr37{color:gray}.ansi span.sgr40{background-color:#242424}.ansi span.sgr41{background-color:#a7201f}.ansi span.sgr42{background-color:#066f00}.ansi span.sgr43{background-color:#856b00}.ansi span.sgr44{background-color:#2149b0}.ansi span.sgr45{background-color:#7d4498}.ansi span.sgr46{background-color:#007989}.ansi span.sgr47{background-color:gray}.ansi span.sgr90{color:#616161}.ansi span.sgr91{color:#cb3c33}.ansi span.sgr92{color:#0e8300}.ansi span.sgr93{color:#a98800}.ansi span.sgr94{color:#3c5dcd}.ansi span.sgr95{color:#9256af}.ansi span.sgr96{color:#008fa3}.ansi span.sgr97{color:#f5f5f5}.ansi span.sgr100{background-color:#616161}.ansi span.sgr101{background-color:#cb3c33}.ansi span.sgr102{background-color:#0e8300}.ansi span.sgr103{background-color:#a98800}.ansi span.sgr104{background-color:#3c5dcd}.ansi span.sgr105{background-color:#9256af}.ansi span.sgr106{background-color:#008fa3}.ansi span.sgr107{background-color:#f5f5f5}code.language-julia-repl>span.hljs-meta{color:#066f00;font-weight:bolder}/*! + Theme: Default + Description: Original highlight.js style + Author: (c) Ivan Sagalaev + Maintainer: @highlightjs/core-team + Website: https://highlightjs.org/ + License: see project LICENSE + Touched: 2021 +*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#F3F3F3;color:#444}.hljs-comment{color:#697070}.hljs-tag,.hljs-punctuation{color:#444a}.hljs-tag .hljs-name,.hljs-tag .hljs-attr{color:#444}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-operator,.hljs-selector-pseudo{color:#ab5656}.hljs-literal{color:#695}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#38a}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.gap-4{gap:1rem} + + +.nohighlight { +background-color: transparent !important; +} \ No newline at end of file diff --git a/v0.1.38/assets/themeswap.js b/v0.1.38/assets/themeswap.js new file mode 100644 index 000000000..9f5eebe6a --- /dev/null +++ b/v0.1.38/assets/themeswap.js @@ -0,0 +1,84 @@ +// Small function to quickly swap out themes. Gets put into the tag.. +function set_theme_from_local_storage() { + // Initialize the theme to null, which means default + var theme = null; + // If the browser supports the localstorage and is not disabled then try to get the + // documenter theme + if (window.localStorage != null) { + // Get the user-picked theme from localStorage. May be `null`, which means the default + // theme. + theme = window.localStorage.getItem("documenter-theme"); + } + // Check if the users preference is for dark color scheme + var darkPreference = + window.matchMedia("(prefers-color-scheme: dark)").matches === true; + // Initialize a few variables for the loop: + // + // - active: will contain the index of the theme that should be active. Note that there + // is no guarantee that localStorage contains sane values. If `active` stays `null` + // we either could not find the theme or it is the default (primary) theme anyway. + // Either way, we then need to stick to the primary theme. + // + // - disabled: style sheets that should be disabled (i.e. all the theme style sheets + // that are not the currently active theme) + var active = null; + var disabled = []; + var primaryLightTheme = null; + var primaryDarkTheme = null; + for (var i = 0; i < document.styleSheets.length; i++) { + var ss = document.styleSheets[i]; + // The tag of each style sheet is expected to have a data-theme-name attribute + // which must contain the name of the theme. The names in localStorage much match this. + var themename = ss.ownerNode.getAttribute("data-theme-name"); + // attribute not set => non-theme stylesheet => ignore + if (themename === null) continue; + // To distinguish the default (primary) theme, it needs to have the data-theme-primary + // attribute set. + if (ss.ownerNode.getAttribute("data-theme-primary") !== null) { + primaryLightTheme = themename; + } + // Check if the theme is primary dark theme so that we could store its name in darkTheme + if (ss.ownerNode.getAttribute("data-theme-primary-dark") !== null) { + primaryDarkTheme = themename; + } + // If we find a matching theme (and it's not the default), we'll set active to non-null + if (themename === theme) active = i; + // Store the style sheets of inactive themes so that we could disable them + if (themename !== theme) disabled.push(ss); + } + var activeTheme = null; + if (active !== null) { + // If we did find an active theme, we'll (1) add the theme--$(theme) class to + document.getElementsByTagName("html")[0].className = "theme--" + theme; + activeTheme = theme; + } else { + // If we did _not_ find an active theme, then we need to fall back to the primary theme + // which can either be dark or light, depending on the user's OS preference. + var activeTheme = darkPreference ? primaryDarkTheme : primaryLightTheme; + // In case it somehow happens that the relevant primary theme was not found in the + // preceding loop, we abort without doing anything. + if (activeTheme === null) { + console.error("Unable to determine primary theme."); + return; + } + // When switching to the primary light theme, then we must not have a class name + // for the tag. That's only for non-primary or the primary dark theme. + if (darkPreference) { + document.getElementsByTagName("html")[0].className = + "theme--" + activeTheme; + } else { + document.getElementsByTagName("html")[0].className = ""; + } + } + for (var i = 0; i < document.styleSheets.length; i++) { + var ss = document.styleSheets[i]; + // The tag of each style sheet is expected to have a data-theme-name attribute + // which must contain the name of the theme. The names in localStorage much match this. + var themename = ss.ownerNode.getAttribute("data-theme-name"); + // attribute not set => non-theme stylesheet => ignore + if (themename === null) continue; + // we'll disable all the stylesheets, except for the active one + ss.disabled = !(themename == activeTheme); + } +} +set_theme_from_local_storage(); diff --git a/v0.1.38/assets/warner.js b/v0.1.38/assets/warner.js new file mode 100644 index 000000000..3f6f5d008 --- /dev/null +++ b/v0.1.38/assets/warner.js @@ -0,0 +1,52 @@ +function maybeAddWarning() { + // DOCUMENTER_NEWEST is defined in versions.js, DOCUMENTER_CURRENT_VERSION and DOCUMENTER_STABLE + // in siteinfo.js. + // If either of these are undefined something went horribly wrong, so we abort. + if ( + window.DOCUMENTER_NEWEST === undefined || + window.DOCUMENTER_CURRENT_VERSION === undefined || + window.DOCUMENTER_STABLE === undefined + ) { + return; + } + + // Current version is not a version number, so we can't tell if it's the newest version. Abort. + if (!/v(\d+\.)*\d+/.test(window.DOCUMENTER_CURRENT_VERSION)) { + return; + } + + // Current version is newest version, so no need to add a warning. + if (window.DOCUMENTER_NEWEST === window.DOCUMENTER_CURRENT_VERSION) { + return; + } + + // Add a noindex meta tag (unless one exists) so that search engines don't index this version of the docs. + if (document.body.querySelector('meta[name="robots"]') === null) { + const meta = document.createElement("meta"); + meta.name = "robots"; + meta.content = "noindex"; + + document.getElementsByTagName("head")[0].appendChild(meta); + } + + const div = document.createElement("div"); + div.classList.add("outdated-warning-overlay"); + const closer = document.createElement("button"); + closer.classList.add("outdated-warning-closer", "delete"); + closer.addEventListener("click", function () { + document.body.removeChild(div); + }); + const href = window.documenterBaseURL + "/../" + window.DOCUMENTER_STABLE; + div.innerHTML = + 'This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.'; + div.appendChild(closer); + document.body.appendChild(div); +} + +if (document.readyState === "loading") { + document.addEventListener("DOMContentLoaded", maybeAddWarning); +} else { + maybeAddWarning(); +} diff --git a/v0.1.38/assets/workflow_hdb5.png b/v0.1.38/assets/workflow_hdb5.png new file mode 100644 index 0000000000000000000000000000000000000000..9176c94ddf4a94666d29ba398948c8b13057069a GIT binary patch literal 150484 zcmZ^LV_=+3*Kn}0oyKZxn~kl;wr$&XV>W4=G`8(Dw$s>7zioTp@AG`x{gG?0nKL+= zqe+Bg2#6;+2#9|$2*@+=mH!b4hzlbK$WMI`5bksk5G?zwRz+T5gMx{=q^Ybd2sQ8- z8Uzd!6$Bjk1Pc6ugjs+9{yc+#07n9T!1F-=)0zkNZ!4Hj9{9h{;KaW>s?U<102j(^ zp`z}rE-S-rWM@NfU~Fe-Lho*4|GNVSuRAyJ(Zy*}~42==Zn= zhITH_d?X~lC;Fey-*uX}Tl{AxTc>}v1>7LR?-m9odPau-7nrk!>Hi1pcgtU}Kl}PS z9q;eKxD_niO{_IOS=gA^Isuo)&&k5c`)8W}tK~ln{R=5#XKm-GY;Ry>!q4;%$bY^1 zKYRa~NBuwZu>bG#{8!6=LH=Ghx4ff;2@s{f5%+td|Lfg9{dpOFWA(qV{Fj7(-U4aJ z56jE&Km5QC8v!a04FVzvBKb*3#U1oC8_FGBb#ds|Do00BaQw8$MaKg*kxnrTNuIN! z5X68yilVNfpa-a;U^0oUpwv;v!-fbYRZ$w<@^f}Z`bUIKK~Kl?8(JQx!^Wp|LBzux zl3FEDEb?wZItZFRn2bLRV}PNopk~EptX?b(Bk2D$2$FRR6aFIluQz!BWc~bVfHiX$ z$v=?4d#fMq=KcrDA0`%b*K*{5qfB<8}n{FE(P+#S; zJwSdU$Uoa7S_ROeAmt;qK%~i4 z_Z_Ej5IbExE_RlyRf~nwf*i;x>!+0WHzr;q=;Peu4$8mX>b+d|6^QtUbQaXBwJZIL zjj50NOh@|O_9EW&H*`=0TLla1q*wR!szZ1Y93|?kNkh=HhKQwEMXM6o zd_-->+-VWszo>ha#%1K27E<~Sh&leC~)!5C>F$qDXPeqbx z)aY+ms;C@+_@!~w8iX_bLt9XCK|lqjM3K_)TF3U)^C!;63#hW}UFrM}+|HEVY)wSV z4~3Oo$5*PuY6wGa^#b)ju0&_ZyNB9Dy?(jh{au4XFLe5DK_1@+fJYf~P5CC|C@h;} zNcZ--7L(2M;iHqTbo#_+70TT(jT?UPHrF#p6K{f|Ef^prF1@;G{_+@*@^oOWV?)EP zb{uF<2ZSO}OscDMJuGSKU;k7V|$GJInz#SOXQl+77tl`P_s4qLP&c(dpfnYfsaM|QwO*0*bE)7RQWv7 zOiu_+#y3l{z`|2kT44YW{dHqY&pt60ow z^n{IWw0{V1dTvgn7`D$^Id`F>mtE;vG6TB=vDJjI9`P!&F5+L=OXdapoTLcfN20pg zQ)K`(d-;Rf0~vM(mjYmgEZ3VOX(rq<$!|{+c<-gLZJf_QL#;jZuSn!VW1s7VgesM4 zBsSPv-&pcbjLsR0b{BAvX2m*+$PadZ4Zv;3O$+TUdkmKvIFzkh;j1$Ghnp0_VbXUC z6KecORrbI2#TX(%rAO zOvcHIA_qI5557jkE;pXGTE0Mq5G_fr*oNi64%sQoyCqB5qM6#1ggJdgdy9eWo|F2Q zA*2XErG;r(zXs;Dc;n@W@CUE0=0bFWy)uQjxz8pFL}waqgx7wuKmVjZwBvkuODf1_NzuC1DQHAH zbjgyt5Hjs;2N9#~WOffkVL80NdT?@aq&j7NA=q ztbj7V-({kea2@0NaLIiK61Q3fXA6nK?S(jQ(<#EA4$uWcew+EPx;!OZSpEqa7B4WSEY$5S+kuJMhaXR&V^9D zCF?27AEY!5@~ex^IJ+4Bj%h5ZzveY(Kd1zgijqXMN69uVK5M|t{~|9xU#bXxcd|HD zr}sIfBwXCMtqJ#e3)kLam8YCsJ1q`CGBrSS>I{$Pb2jYC0CLa&(>trl2TwYxT5VO;cEl0~&O91Ar!Hy35j+CMPUe);4$Z4PP@@@0oY2fTBH1I#r0gMo1qg|`%k zD^_34FuwYCj}1u1jKhR&&%e5gG64`gO{)=N1|)MHA4>42x^*Ya-kNk-JmVG+Kj9r) zMc4*qrteUwD(8nti&6tTA)2;%KVfEaID@f&e^|+Ah_wBWrT3BW#@v)%++I`n*!)UOSLCMr?LP zS$^||6ng-l*S-FDe_4E*4SZAwuFON1*kLL{?d_093ncl|wF8*~C1#rITR*y`qvO(+ z5+mT22{Jf0T5Rp?(<7^F?Rt{LM~M1#5?&hMDdc|Re*Alj0f`bsWMlxlm|WPoVYYZL zUbO!E^Q;&ofp>VPu6Gh~by}EO3GQ}?R-Ux2rSEXb-pQGyIb3IWE=-@D=j|_*q72mW zUQZpljU&#c!nQuTo;(fwkq*(M?m$t2z9m;F?f`jrG@~Z@8r!)>ysl&}VjR>KFamIj z?tBe3CRXWKsC`h~bbos7xUEY0%RP1UcHHJd;Z0`!fQt~Ol9TQ)oz9$(p?`HLEKh*6 znw{W+r+w;}if2k+5EPO^m39klu0ZuH9wwNw3_yhqM?|qC@zFz9t7^&%OrA=uO26&! z)Q-XO;Z(Zp#&;H#5gg9vqkhs8#-C*lMEG}g5mxbcK$V#-%T%Y}-9QUVHDFP#D7OtT z(z>etOgz)2o3YpxeRf)1BaOdRkAjBnD~OT{)q`VjU)V>tY!S!W+Ff5O8Zr7uIC9Xi zS-g?)Vrj=&x87bxa|H*GXe*%;&!1c+97S_a9?*k2s)2Hq&r+I_GifHCCcZ0A7j0jT4eEKyMbm z0&(S9z^qYoJYE5Zt;bd#LmkUCSwrOK=bwJ}yO16tL{|Y~GWn*{>B!T|Py}qVW`ZM` z8qx=)w6`haK8HgCN}qMr5c`ItweiLLacqCyeMg4yOU3*XZKg8Vuku7 zjEDxTFwwecH9XgZ&49m5!;DfxHqe8OLksJ1tz@!wJ!Q<<z(QA|$ zBOkt0i7{$RLlkU90e|^il$1&aiLl4Dx)V2v%J{dvZj9SIX7JY+J4Im};thGPz6jxIILUzm4B`cm!sl z0C#Qn+RX9KG06o=6Wr{@#Phi~!SR6G4Ie(E+$?8m6wO$cXxlfjbe#q0?_IBZZ-1WP zItkU*I{NLe9W@4H_5ZfBD4zkbgaWY$T5cp%l2NghnfhDZ0l%J=uo!gvOXyZnGULM= zCvfxix_qh5sNms<0_K+y2s*??G+HLRV*8M8V*NGDF!9-XDbb_cNZn>MM7FyPKW(5) zy(M@wIp$Ku4gZ;B20-q^iN7kZ9ageIBypBi<9A0e{&K8_x7vlztZ~3wp6mC-_SuF< z@GMOD=T@Xn*V#}(ZmRySxSdc*V^Dzu7Ue5Vnt2Jt+qFXzs%QXGvP7Yyo|J{!a#>zl z|4kPF$V0kdIBx&YvjWC?qx}O9J+IhxxIp|f9C?eS6)$HiY~PSf|2GqX;*(~#3*Fb+ z7g~6ucVWxVYqtBm)2~&KVU5*K zCV^aN&#ZCivi-(=o&u_RogsdrX3W%gcG0nXPUk)MlIM>!3nf;1Bj|CBwPBajT`VO8 z?MP*Q`X&6@2?BtE>VaLL#+(+%1)g=qS{}9CX#z(#)~WNq!uOW}yo`TInv4gAB2P+m z1wDKn5>mKPR7A$f&ApN%00S3Pr>pUO7HYS-74Ljhr)Ju$`LWXR6(S)a;qr0|U6)<| z$vy$k2pONv(3ZSA?7NpR4%;x<6C;a!!Xf}@2`vVDc>fkrK^PK+COJCwbG)(JLDVGB z*}Z;eu-xfVkuyOV-)4Z3a9Uo@cEplA@@ueRG*VboQW<9p? za?=M7$$H@WFK-MmF`utNndN)_5St26B1-@_P^D4xiBINX)HRd8KMYO$YdH%*Z)nwI znB`%{;?;N&?Q4pO_0-w>GoWz8yU#V()8TLu|8%Jq{BSB)zH;Y6n<&rcoA~7dg}Wmy zYVpsOe8Vngds?GhIMN&BkO&aM3(S)Bt%g7DdL&~&csMk#&og?iJbu{nCPLtN6L*Ca z)X_!m;3Z1X<$2phNqhG4rxjAJqT8$UB_y_!&Oit>{@@Nh8^L|}iFKo+xoQeiZ(a;? zw1#5CVi~;ZTf#t|{HvPeDg?e`}RjuYMZi-&zIT6HG)rwlBdcEuUH$DK(hF-qmH`mn=@WQn6INP!M6h zLeb-arTj%eN-%$z={gY-G`ax((b>6dbaAUzrA|ahZwbqKeS*4ght~< z^|jX3$fd)b36#%n@P|I|e=$WHj*hz!7NMGlS2VDPz^EYI~2-7-TGqYJ0;n8w#@ z)b5W`0lN6x+uNL;=hPMWOA{hG>|2{^LliEUSemCzkloo<>ERpNi9Cd0`x0(_6z;yWC0{EOCRE%vK=4h?W8^ zR!H*6=Dnrr;5Y}P$Llv4W5nAI#F5{qruTNNnyglDsN*bq4VKSZE}15Td=_M^N_R-C^(;%@zk(C@dtECu(4FSKD8)camSMp z!Kl&Z*DbIGx0AS!n^VFM=j(9$Je69t*nH0jfn}fd)Zf7EwF~=V3)>j)-ma!FK8Lt_ zMWt5uPw+e_Rw{Y4-`rmAV$`4%5ZHLp$0KNgtif>bp@17;cp<8^U1RHC&yQ>aAY{B548y5u=`SBmmJ;m)sd z2XgA;beS@ROeQ-5K2PT(Iqa_^)hg|$7NZ;R-#!Rt!1S~NtL-LQB2rwDmxGfwwu-=m z_~iuL@lUuh+3SWmMys9LgHe&JR(piv4n9TxZls)?9P@>W4{Ph|b964dgE8r>KI}4Q zC4#yoRDLt_0yg9Q$Sq3KL6vrZvX z&Pf5Is6jse`GJR0&ck7etz+fayR3l^UgQPSzhji0 z`-NcDM?9RquX6Ac&ZGGAQj;Aaw=;6V3P!A9M9inz5hC;I>_FuxwaW!9QvJ7mHE*T| z3d(X9|CB%mimqQD#E|g)r%L?D=ryYscRS=wg_wPz(C?{Y0kDM6Q+9Xv>C7Ftx*q!& zOUuh0w{VDf+^|@?czMUHSg2Tbr|pecUTt@M&zqQql1bzYe71^5*s_7TOJ&%lI_O2~ zaQ;RblckCZFPI6~0qYO<`P9qjY}9ke4eeGK^GdT5W5Rmec;0<~ln^JFeBrLX>!r|V z&ks=@JUhF)aJCK~%-D|-+`V~#&apdU77?VzMu!(i=er3@g>oG6Q|^7@dG7Xu%kH+G zCzn_>HmFcd%8zrYjgpB(BmCvH|>^3XGaEeMtFH?<7$%|*8g=SpQ zIKTMmb0w>Vd=hHmoV0vY>Ppw6TGE1Ni3Yw9N_Bae=G*;tp~4lzWWaD&|pcxN)I`a6S-C zA9z{*m>i5~$kxF=wA+k$FMR9F`)yq!H!CTMwT1)EcTYZrd~P6$<((l{JqQk#8Da9R z9{~d1L@P(dES8s2&rz(ADCd8$cJG=N9Cn-CaG`(1rmwH`&Q&)1K zcXcW9$E5ZJ#Eo*g%hjS^lv7%=W?!kwIG z71ZFeiZP->Vvr~xEI!U~w5Zi2O8cr#&2Bjlow8oUh_9Vmm3=kMKq*h|8-vRsrYz*wMGcoTwFA%vAd)%#VXk;(LlF#84iUSo%IMv07&}Gx-6~J8~F5EiM zfpn}V=-W67V=$XU&W!VU(0OgHfGE%b%d@_Y)6subE@kfs%gB|H#AjZANYnER`f zgT=Ucelh&^^-eUmc$~)4h)v-ljeE#MZf1YXSVrD<2qzWJ)1OTq`FFB8-1w`AdV*kY zsL7+~_MIJQcVjJv>yaNb24{|)-5)QBU*Fyg>~b5vT67$oq0Bfl8?$kf95+S8dnE@v zr<66;qVseKTg82cN%EX&w6f#1w}Eyl zXYyYGJ-~$`US$Wj^3w^&q|+>7r@6E%AEAcSK;-#=@PIQ}u%5G`s@O|=}7f`Xz#r$q%%Ec}8Z&Fsxej+5GV zPXXgVZi>~v&eF!fK{vAYLbj)PE^LmzxVsANTp5;awA5fWQ?ap}VXYi%qp%MwC|Mru zB%1p)KN`n&Pjd5{HQfA7Wu`pK;RdV5FPq_xD-W_i;?;>99ud(K0*Cb}CIJ~aeM}me zF*A?rnIkc%y03C5Q$f{_3n6r?;)++^$RLjU9uK-u*&?zK3tD-Jt}cW+WKp~;j?m06 zI)~3|1@nEY2OPFZNwmEQkQ-Ddw!j3NMAJBw!D99)e`+CvUI~J~a3(yLYHp+qZV_ec zFeu*+zWcedE#K-E#n^&px?#SW8&!t6UrFDLqbZQ53N5%D+Hn@TFwRZH?GdQbLP&p& zPS)r=xq5NEGP@>rn|*wl@BHDpzuMlyhw=-s&#p)i2aMr)Q(SHj`aXh0u;p@YO9Xdo4bgY7d^tA{zwbPi75IoNlNh>rf$#2=K0Qww&# z|8qHXu>ucCR$oo#)!dXjpMi)7B=RVm5snVSQUbNm+Gkd`H2TXSq;sd^KCCAK9;8#p zq5k?0jg&7}dJppi5rujWPtV%s~U>CILm=6H{%{fKS~c>aeMLW8qMP-6=K zfBr^nthEcpV(-yb7);XUP$&X!u;o?rB0aJC_Xg$oRC%{&`C9&6!cb`~q9rvm)eY=- zMCZ4IzLfwl2{mhBL;`T)>~lKz=cr;y_^hj+OYwF8aA4&dpiS|+b>Tr zv(Xa8mM#G}Z;$cU%}_tQU!S~B&yHdqGG#yI{;bBd0ERz5U_QUw3_X1So;@Ks-8&e5 zf}2*Z&n~Sgq4{GJk5hr;li9gs{~z5#XKY^CMAbM5;WDM@Awf*Ne~ zM&T;LU6J##5;79qxhS2F=64z@-)2BK>^AxjesuMk{GwetdqG0)RE=kBq8WdnTC}Uf zOl_mcS6{BpjC*(6$+xn^cnYm7qW7n?Rqf@iA@uQl@Xmg` zi{Mp(SY(`A)Jp7?CorT_gAyJa8#+D$hp9DD4<{Nj*!=zJ&plTP#h4OdHAJn_{J3cBZ=oOQl8vIEuFZpUy1U2fmq~^A8 zbw9w0BX4>ZH~j)!&sI#9DHy0jE@`&+QgEGEKs%FV3(BOv=W)l&+ho^!EcRb(n*QcisV5iIMu{Sm; z!LsM91G(sAqg3{hten>2j6M>;683umtH7xXK$qf&_3m}9?t14QH&{$)cIJ%cK?p&k! zx*M792R?9<@`b)Q0Xo#7tE(%a6R`&3^-TWpDD1e4=X)@;N9P1jfF0aG5@`aZ>J$RT z%To{pzrz^pUR+R5nElR-q{I1h@d=g|P;!J8ZZU@Au;qaXb3t1a^@dZ5@2B%<37J*I z`KWIf+PFwzaDMvs7l^;UeHg8Lf_vfo90l=Q|B_(OECCFAFP0ir(Q@(g6A;S%5;$G; zQ^2csIZ1uIACuqS-@jYC`eDh2hkt57sR}xR)g+ zOo9{f8F4b@ON7x!F~0uh;|qNzj~}kbvk*~O41-NKY29SXq|C2OYa2Qulf-v6HPLVlg-&o4)TTq#GIGZvxK#tui|4Bb=Mc2Hh)XxHe}uHze2E(b%B_GgAa9kdJ*m zTG_dCH`*4^fFZu_a~>}T0eS%Vw+FeKqDNgvu~@uwIf7SS!Iyv8mL-uw}?f`|az=PP9hrgFca z1A{(YEN*;q%zVf*fBv%c!`l>1C9JbA0-T4~d?`n5RHZD&J%T3L*}FVXe^??iEn&}cSy%v>PEJrNekwW zB5xvIfK7=j3Eetl7*|4W7~;1JfBxz`zhCc$b3n}PyuZCr%9?`6X0pqk`Jc5Xv4f~?^XGJpAln@ zuKX1`128HAFgdf0hnN?-9r|IAQnq#XM5Vr;F&C}TX_J8JX!w)Kp}G0VXPf)A%U{~m z$ZPDiYU$}E?&xI@I^FUvB;V0W9hGF;`C0AOY7=B=N?R~J0AP6WMPYC)jQ76kh$?G= zoY7^1>j@L@Q$Nud*=38WV=xkzWhq}>?lu{PlhfunfP^h!FCw!b#y1feR^Twv6 zEyItz`A>>WVGr7RxenrDO4FZsJuI*A3bl&oM~@vbB(2R47!LZ9B^o-tPCPw&O$42< z@7$C_2^9x!b&2sGQ$5td{>u-yxAMvur2 zl614>^}~3BvAgcMM-UR6_x|yktpOXq_TT{UuSl<|rq=X72=!8Ng5$;d^2;`$HhmvD zj+UR7vmh8_Hpn2UQiqe{)5-#x>na(&-j$*Wcwo{f&1@|-x-4*w={BS~8hmJQ=4L4O z4}F&F^v`KaAADk#F1&~jqD*fsAIkGk*`;GaEMsQYH zT;A03SG)Rw5n6-RM-CNG7lYy@%fRlm+9j7<*d%gxorZQtC!!i~pdX%G^=@KI3kla7 zE4Fk0EUwU&U`D@uUfcb^Oy=}eUcwq0Gee~ti?%O31|t4FhcyQNfVXx#!0(azv?;m+EG3*4Vk zHE;5k+~`Qt=WRh;VIw56-E~${rp)tlgh(w#cHs4R)2&(IBHcc0(r@vBFBw|QLwW{< zF+TbFllg-qEO?TM108}iCe`})jRuFi!86)6<0j^9TT}=QUtr=!vUIwT^_Ayo+M$`G zZM{W@9<3fXQHpqam1DLIMp%Oa6KL*HW|0u6wpLHO^3LJ`o|nd*I%*+hJ@J>UD_1w%>_V5 zsO693UJ<|6`gNmw!ZAsQCaiCIz-GxX%~N7k1v}=%;tSn}bRl9cnv!4WytLFk(VI-J? z((L`jjF{a8{eSOG(N?`J)F)qq4+1ghVEO07!xWM4VUxWVONRorITBqOyV2G+<;KS4 zj__h@ob9g#k|l*R+4SBW14o)tRMWj5Mx|5%)UR4EqV__5C`dMcuY)Ft zo{8YRGk_6>zN|KmSZ$@p=Rgu$LV-n*U;CwJbM+wU$8qe5mv8ql)2_q2EnwX4?Q)7G zGBZ&%VU##OJ&?HzM`EoD+IH@~*y>}#Ov2?f#G`2s*y%!JM3a!c9Y|9do)M+? zS!69*A&ec2qB%&S+Z{v3aXMxBw${^?N~xYe=-^bIlv0c(dRu95<7J4w$T{$%zUivo zm~0fV!T<|pESlUaf8+fF7;Ffhk`YP4forHy8`I^HfV6homN9b6JK85Vs?2j808g{d zVPHP)^$80S4{FW#PE{uBaWXuOF1#kJO<{%e*w3*3W2XXnaFg-I^ocv1b&*lCEZDqPk5`Ym(h7IJZ25F}P`( zF)7YPnM=mTC9IN>-)t1_uHB%284;YedvB}PM^wrW!U^F%{uqz5e?C{%QcwDBQ-nUO zUOhLfSOG>~EfciX1REV!O_UHTn+-vS&*ehNVAp-ra5(20WUoTE*N74L0V+%^Uu^$+ z`osl##VFWdoi*M0Nve;?i32K`Ye4gTTfE0NW&sv~0qCR~)aO(FXt zd%Alceymk&xi`tiu(56KYqKLt<*I5_jHRi~-|{(JJz?SY0!V@@1}qrqLpp)2+6Aa4z9S7&~x^od|jkx=zZvLB z#Rvj5?$!g|#lbwprCSb4`1~h>lL?z<6c?y<8W&WEPTtH4Yy_a1VOo*##Q??(VX;8f zD9nzI(y8vuZ#F+KCdLvo=<*0!3{Xc*v|8HjRJ8IEjAmVKO3O3eKm4M*ERNkQ_cF8I zyy3&I?o88!pb4R5vVDQ4p9mAGHw!S|I_LGp-`fKr#+xCp$_Nx|09Pzi8hsTWBJhDC zUMQz$RlAR`{DSjLu_$4WiwKUN-RkGM#@=X8+~4AK#z;^C4CXZn& znP91)E6XpJ=3;*m*)sSw=%-H{^L6`xIK42?fQ$kw%}p)INQ{dUvhmY=bStCcq)r?6 z`X_{7yrm_A$}$=+IrAHj2yRX({{{5%P#DWzO>_a(%Oa=Gra*58VB zGQOGKG*&NNgf%@++VgZCKmlcaXts8Yr0hmWSGnIgye60!u%Pqbs}>Lcp5?0rUq$3eh(^32bbrhRomLf++o{X*x&hUfH+2^vRxvGxJjp>qei?!f0 zgZ$&$Td*|8IWadgd_L2aLfcPbtl6p*D-h{A%mfx(!ELp<1&*_jc1<2K>u2;pn&9ZF zkFHe;^GE*u9Rj@>fX?WFvKzAgg!m)ok51zPR3W;xc05YxB*o5nXKN3?;@cfrEAT1I z@F1(ucRt3lM#(j~kuG<^oU-LJuCGPuy}#hEt*tRP_$5RF>+q4Ka$4w(>nQ*ljW<%Y zKHdpT%{J%A&GN_BhIbCg!Zj*1s4)z0seI$y`YXe#6>ZnH)0sUAmL5dk)$0wJ#9}go>Dn5FbUMKCw_A7OWLHOsNk0&P zcTMo3L$J%uo?K1jV`GoG1pIghrA>5V6k96>86C1VU^p!#BzE<^7=J4p%z8w3Y%>#1 zovo*>NPg;l<}KuarL+l0nqp18dbFgJRzqtDGc19(G~jLfpef6%J>14=R6DAAS+xpE zcw5BVy61BuYM||Tn^(ikMF~u~gcD6^+eCw!XnOS2$66tZ?N)IS>yzV7@u7#BysYz? zt2KVKRO&Rw2!YiTRIeMSMc~oG_G& ziC~Xj`m3YG2}6Hm6^#X7>V?x+Y!QlBA;LPC?;#c*5u)C|`oQquYX$E{M*OZ(L3FDJ zNgO}JIr0vBZ{gj%d}@x?6v{WmDd9{~v4E&12S?^>!!L3mOMfG^9^rd6VEd`x-bonw z^K7nC#&64Psd!|B1`nJkwF)+ZNrP7ylQq&J3i(yzc!$(<-rk%a`*Q;+ys=fOKm(*@ zq-<#+wwF?_AU1(^(eCkA`}0?VagJl?tcBECY~e{@SY--WDw1$D1Gla<{(00MHHPuI zS0tWABSAYPr&}ZiR1fKlQpI zCbN0Ip4=30z@^fLZNHID^>$5zpu&DX6*f>wr0kE>N?9n%i1P0(M~zN+$h)OQf`IV` z;%0Clq}?9j@IA0@SACWAgUO)8(jyh#k(oI1E15AvX+B;vbKOwV4=D||*<3;)jeO$7 z1z%`|^wh_Fqb+XFVp;d^khvmjUmmu%gue(~lPu({1FW>M(Gxgolfby++|8I-(XFPx zU?a4#llFtm2sdXwo}sI^IF31keWf+0=WepdF$!QHRwwm5_~J~Sd~yojgcIlmofb%> zPr_iwWzqe^xM{IjM#Q;n4aU~u`!Gap$qpk0oX>y())RiZAUia4i%OIArtEQdY>5?J zpLGk09lwjQLbg$#*?Bu{xyG(yFmkW^$x}V!;5hBRmbUu%XYx*R{ zOXk#3Vw=++6*3!^c4tP|D}q^ZU4Ld-q<+_=qa{m+$zTpPEY`~lC8g>2ZVS8#emd5X za$pBYMS^1gI)XK>>Wud&iF-+FC4#ZIkKW73bQLxA0Xqd>6?F6DOJsPJee==x_Jlgv zBTM%y7{?*TqAU!>JsoZl(I|t!qY4TGhOqm+r)mE*=_O1yE;O0Ivw1p zIr43X7Jy|ocE|t|aEmqchLMQfT#~)59|}O5ASGV`} z`4Wa#o0-gkbT0!6qpi8_m_XXJ(7>Gw2P$l^w7zPh@K~odm7o4A=)7%#UY-aJJr&>F z$G==N2w%Bl`N9DY=J$|pVA)gteR--09G6K1r(Z^|Wpa0&#n|Tb55h0U6O}~`N{>GV zj_1Cz@QqoBzNAh}kJ>}zf16EL^Mq&TnXgAEE8+CO=W+eM{;N6)911bdDwji{Obq<{ z*$QqZhh1n#2VaF}%+e2GVVzSon`#D@e)jh{B!m)^jhQkqpGugVMg$j%^b&)Q)c8*5RNOE>`N$laAn z5Q*P13JfCOauc7M{TwhcZFnsJ%5_m>RWHym5jfWC1c0EC;0?akNU&VSIL(h(XP_Zg z`D9AEI$=#zD)2BhO0YME;iP5=qp*g0B{(<>awAfSv)2Rf(Ouc$Jjo0kOrN5pI^GmY zf;iy38A2HsHBX{7t(#k6ZsZxnL?5n8PZhZq2M+?2pfCMQ9w`D~l99mz@B1aX$SSwp z;%^tRiZWU#aF)ihI;hZuaUau0tcmncr~CUUgm={0#?%^=d{>H!ifD5?WQvbRd}d3Z zx_c(j_FY|6cz9i6 zFWz!abUt-c_=zYH)EOqqX<6LfQr2P}^OZvhajT=itU8C)19Ehtyu{fI74^N2I&>Y5 zO2E#7Q^Aun!p#JmFiRA505ihA`PdZ`kOl~nv2_bE{M)ft9SshGfmGA3B{SBsTzX|0W9{lZ?%&=H47 zJyz3R@lXK6qjU#KG9gkKe$h^3PO3@<&c1}l*hS|ys3ee3*+~foWnsE2t z*$liLb#B*Oie4M;&o(8G3uOIW*Hw;=%~gePI{Jg8x33N2=}f-FhtnRXDJJKWf(oZ1 znBaUx1m+0Hax~$Pt^sm%Qm{p*V)^=p$4hGAFJ{FJaWDGJRayMeD5PRUkBXG3ev6Q^ zjuZL|gW)Uu@}nbGip2oY)I_%$Gz%J|&Wl(Uvq|GsG`<7RK=U?=rX=E;E`cl>&Jy~F zuA2-&R<5KF^3eQLc{&yQa{oGnQAgMY-ZgMwF)cDZ(gXk&7nG2YkP`|qAby3WL1J_P zql4W~mklWh%1i*n-tt$$`+Ad|p7&dyAun$&=BVjZ;0yJyoQRxi=fF0vNwBLg!a*oa zyBu`_PN73qXrBTYQZnMd$v(bnNy^C$YF)?;CKyo=D<);}S399VXu(|NCNtO`I`0i6{=PX`8$kaiNjgOJ^>4Q3RUx`(9CmvH~PhW;X?E zqg&`(_(1qm0he(ceP0H%squJ1x$lj*`Bznuwddn_+e~nm3B;NcZiuU>ux=_e20-t71n?R>wZMSYJWtNIly1LT**AHX6p?F_u8 zH-1sw9`C{f@8lh5f_Y~u!Lmsek|&tm8_V&q>mA|;pdrcYQ-l~$ouK+(8#f(FxaMTB za9p^o%4-miExY$9468>4pK8`oH(?vRQ57zmOs5XM4h@MzoD=lR-Nz z;E}9$&@l=eVyjBsX}O(;6y1Ho7NK80NM1MzdGrww63d{U#hlwMmnezLLqX4CPEJPY zL%o6i#wu*Ta!<{@!zREfztTCr&9cYZ^l4x4cmcELWy~plPJO1HvLANjGpf`>s%pZw z(**CA@Wahq0?|mxp%~<{zf4Jk9*d9|a+9S@YIcDKZx}*RUr!KdVBnY=3P1$`Misk>1Nt#jTC}HAQii;Gihy{g} zmaIUPDWS!6HOIy1mV-EOG%`(h8kXF5b}Q1nu@ZquXyQ7EqIpab?=nR3@Bacw54ZM^X%Uld(|-MUv;|{cZrsR*KIlRe7U3FW z*<(AWay>5FC|kUChwwAaB_uNpD|)+$Dn*nT73mk)dQ4Ekde+#|kG+;QEPB#ZBHytz zi6s`j@vic!O|)<1)e%?MIdbJ->jP&JD>q3t+N+|k%8naL6p+$#ORRIBvptD9t(JcH zKup@bMfZ1gp_D^7fklmg_*{M2r}g;L#%H{L@n|*TD|oG+TSPpW zddNzI-?~n~pVVqW&PkybI;B`_HtBG)2^FlzjGMz%O{T{P%LLG6upL&m1zio``Nj)H zwEBXx{bijXdt6qeMJ~aWI}9L_6Jq@}C*+5`+GxicBZ%TyJmgTTRb6$cV}|T^E}pnZ z0@y-g0qG&eM$|_qu2@|<-m=n4$ycr+3e-&I^iE`LP_S#DQrVpn4$;B71KoAx<_RQ` zZzp@2P!A_1IOR7RE$|iN)dhdu{mMnROqrs^)d>?Df;nb6Q=fz5~>-)WFTOr?R zBbNxjN=g-=6`&rjc6;m1))pK8 zY-3?tnPaD3WbzphT3zl5_xH!^iR>lC#h(qlGrsCYLKI7&$s5$2 zgN-Nf;@b|l@Ai7Px9WZ-if5NjH7KegLWOFA6A5}` zw}94lAL4O5p=*5jf?|0rneomp{`rcEcmHw7bA}DX%~fbBdSi|^C@qf0Et&cOKS|&h z7R2jf$X=;3;Plo``_>yaU*4rEkpOHGjPG3 zyu;O*>|^aWRc6u`URofjfFJpS#w6OM7L@mMp5HenG&-FKzzM2%I+B8DcRHWIQK=vACYAHNWR7)%896P)NU8^*i_7p*M8!}TA*aK^ON z#DH23{BR^FC&h>o_L-mxlt53Q4`M)22sqK+vBM}BoFgAZ*1sd9#d~W8Fcgi`USDup z<+osi9Au;&?~{|G)G7KAE1BwCx$Mmg`2Otu;&9D@@i;@6r*p|l8t{SHJqGeSI&BH<3nbMS9|fD_x#0CesETt(j}x-Rk*+z2~92Y>fb| z@lujoOGI07A&j+FQyL~D|7a8LQUcoSO=AE3qw27fY?A1c7QzfrO4OkUV8$Y2hS z=0BJnQ5oDW9lrjNu}al(wE|LFtjxc4*+@c#Ne|ahW9umi8V+_nGTx~uakV*3qm4tFPI z%{D4y^HocRq{i*6sf7R0#Fw;-VxAr%CS-^lo?jTm~Vy^0TomKf~Jx zfx*_9PNeqNOLsz%-6Db3==a1D{v{*WHX_G5x5n2)b55TACOYX0)i>fCDvV08*(MRv z;c3iJN>dH0unMxlKhf)SNBr8x2yJaZX{q@Li|1|?l2-|q!SMlu9m>vFPykf-G{#e~ zI2;K5Cx>H67`MkA49nOeZ?kx2V~Z6^Nin&C-ej(Kgy0bv7{B+bb%kq$zc?f|X{6{8n(`roabev|2^xhsQ?Q6z1P;)6dXblUZUlQOngmPHS$^e~aE= zx&&WbLVg7lqhQMbPh1&Ga6M8#wnzktw}oAOC|>WpcMTeXP8H~8wJ^g{KGcw`1BuPp zfO2+4aZ+NPQ&sOuy?NyMDnWzr@r52sa#65ofxf*OsTcPZZF$2|^^ifVcYz!4n10mD zC_I!2y>>W$?m{;hzmYeg1<2PSp&t;@Nd8 z&xB5<@CX6H-%_j*KQBZxZ-&B?UbUB+ZLLJwz7&IlE;{%p9>^WI4ZOZ3Zg7vwav68{mW$PRND)q(n*w0}ob z75|Fksq%#9KbSQry~WlG31xF02&CG?wE9FEHX2X&C55Z#QQ-U3VIK|ZlPWZ1mczI#M9I93ka`QQ#x~@LGh9`TAHE^n| z4@-I#kbtAAZZIk&F3+5&@5k?XJCb`g`M~E88#^TQcU+dt5Vy%(nvox(cQ=7x=`Lq3 zG#Nj*UL(}S8>c&{+!)>j03>`t*_+HZW`?-L3(&|X%{YUavN;O_!i}sdDR+*eH{z>Y zh2XM}h=>TIY`VSgxxeDKFE8kHZU4D-277ToAq9O5io4PsuK-@R&S`46N!9y{A3}rG zM83tIw{Yc4gz<`{D3f^R1f3$ORBmML@K?I{7bL1_QQZYAE?y)300wSg`kL)vLJ^Rw z0iCL*Ou?T@8~jJls|?=t$FqgKeRW9aIMJkKHOO*5TBlxx1;;aM6YUo|+yb&yHR2-i z#&|P%v9qbFz7vF(mz7zlJ=IAt3En&pWN6@2V%&`3$s2L;KJ%e(v+<3rrb}B2%Ff71 zb_A#U3RcnINw#^R!Ofbpa~w)Zcz=f7AFt=(?yK|Gj#24?d0H8>%!P7}M_02EB7%h{ z3VP(M3HBKOEP)Pwb7k&NwMNJhfz5ws2-yqB5^5)oVRINK#0Q1{r9_)1M;CN;;DbRq zsXe=Ec4wwSLe=@KTN}adac|uK0Lnco1;N>uV_Iz1iH;oIGp4|fD9VmoDNh{kKk*z5 z1_L9&`gFq6M|<->==5pe^ksX&f3^DPZZ_MT!{g#c07jca^LgX1!axEF4*ko`wj|)C zOa{+Ki#t7sagBdAnA@Hgv^2WyD8gZIv}Njm+fyJG0*BifasK?E5l2`ylXUM!q}ghz z!COy<8lT@6rdTNgFjr~%fm%(nYbghaU!VcKu9f$%FsinBk+p5LoPcA@5PtQ=H+p}{k8MefTow1Qz+-;6exi>8~o=v zhg?X$FZJ&khMJJLH5pVK5h1-!2b3&APks+Yl}EI8*r*3Dg-_Ps)4_zyAoc9hA%y!} zSMf_faACnc<-_Z51y+2MiB%%ztY9;ffwbtuDdyP%OWVmF7hqpsO7RZfkFJ2Ng^PZ@ zSt=zB%z+?h2g@%sBVRxGny;TYmSD;7zwz`H4X(Rlj2|>bjwq35`#a%TJK(tsaRN*3 zzi3wA1=bvCTu?$u*NRzGs>7nLssK)U+nbN~(-3)~^VW1vAc7w&=J&D{#nvQpR|#xT zx1@T#?K;0pDSQ5(H6_4|o94Pz_p~W+DPEo+LWrTG8dpIAfH}g;37en>9#T3@nmEE> zx5EML=yW<7H#K@WO4E=0Nr&2Y?q}3^IG!5fN&OEgEfkFs*}x=RYuO!|2!TWq1upL7 zF^q)|l3|FSQJ6%*o|>vY9HiB5G=nYiV^nVvZp3hPNXEK*2(+Io8hcsRs)ZU|C}N>Zwe^S)&RV}47M&xQZmS~V;6z*I z`N)n`ptMZ$4Y7?2T}>Ibh{|R&6vcB2zn-3!CEuG1tbO??I+rMLM)XC8urYzdGxFQ@ zXTtBk_x)j%iBh0P`ASfYk9Uq+$oGghmnbjcZ^ME@>IXHPSE`_r+lm{(uUs)a4?D~k z92yuvraR1_exiY}+?-!U8wPK> z=s6qBFQ1%@T2>W7H7E=V@ zKT%$5jpp#(n)Rs1Za*cnWHtL2V*Krad_m%dONlp>H5-k@Gb(72A8CYbzQBmZREBO2 zDA8ohSc|nU^OQLey!i4>EkIwJvS16~*g3=AnIABrxU<9>cqs88< z82h11tOOK^weCM|iJd4Y$sX+4+HwBEwekop-Y`1vlPGZ^zo&9zap)4q2nPyA!WhDI zg0o|zjF;s{vOS>ZYG^r?THE(~1@A#~pJl1oHd>;A`J^rM%(;f;3J;D|0w$OJ=}cVP zg?sFouS2-F+U8Wo>jCvB~{9Vzu;G$0k++t!P0I?O=w+@q-)=*Nw*y z=P>8^JEiXGLS7aJwhKoxakB;;I5NNvBXN-33n7Po8r@KL6?JqUtL!%&0f~}sVM6u& z`q@Us8kFn%dQu5!^w-yFo4l>skb|b|W9xp~!MaApvx!0*ZC`BMAIDQ(%2xDbfn^O9t@i%8@lm0U28uqIMV8-~r(9Mqu(^MM7b|o_Z15q< z!Sp`15fdg;_jgzJP8M=cUivI#{Uzb#Fm3|k3dCJ3-+vV{uDvE!*XIhh$NBC23av4^ zR4Pi-xd;_pjRi5&$w&=rQ4I6lk}s%>tU!`l1sN@0da`en={vN>ZJI#n^KI ziEW6ZW=15!bWv|NEx1Ut4o3)TPZI&x8^fwRJEemf z)cua+nia3nxxi)dcC#Mj9h{m5pZ_Qa&n#J~UcC_=VJuFnsf_pffai|%99+EV(~9c^ z|JCp!g4NQh^p&Tt*nKbTvCEJC2#J!-kRx|;+s5%PjvH*}UZ7Y>P~?ipAzAjhcjPc2 zVW3;=3X8nnW{RxS8zEW>HF7s9<%GXPTjtISk{zkH*MOkjvh2vy^EnxGKn?k%VdN@M zo-caU6XIBpn{rFU z0Y?ks^kgojJZ)%b-rqpH-pUm$f1n(Ohb?6a3dq!B|cxFn_(RR6+w6O0b|$UQvXQOwFNJOpf2o zv4uPrg0~wJ^(p!G93t)8?nb{iwT4U|7GW@+&Y<(Xb^?&fU8*x#>z-eoP9-mpc8qE- z17p7;&zlz>mazZ&FpaE~wp zbE@r)WHi6pw_{CWp~o`L=7<#|IDuHrp9s@PRvPE&4AW6Lj0)-_wS1oiOw7<9q)k*N zY;c2nrk)akd;6^?;g5t+B0U0v3FLsqJ~PBO0U~{*8Da2Zvc)kR42(O1ZEWbJ&#yAD4<;bXlC3*;3D()gSRIX3(ryBs=%L zb=_Olkh3!$g>vlV)F^yc)vG8azGtt)yq8iQRcV|-!P`{o`D{%pMrbLNR~mt2?m4fVNCh9eHTJ(R|evr^jiyyXuiH zyb@$4Y=3A?!D98ICDA`Y`coHoCt6fX+Vp5NO&*c69_#}V(w|T_JT~00;M1_%2j>Od z2k!^z?N#2hcib;X>bbcBlF2HylyKba{pK6*Es5@vf?hfyU;Ysa69xsues(tp&$BP^ zH{5u#Tl+08S=40qFFPFWKQKd)s7W;_BdFAB-eIbTr$VQV2~cqaD+ZPREt9t_a+HkO`p$A#X2-2sFM+(4^;S6Fs<)>1LiKU( zeNpCvW=#a*9khnnH~poO;!<3Mde_P2aIkYBcJB3;pENPvHT{0a_A1r58sP(`2TYjLe?n0_FJ>a>9nGPJ z@5b*0t%iCU=Edi)A{@JqscLKW({^XWO4vml1Yha+aJ*h-<%sJ%z`fG_`R0B#ZIe5=;3laiRp5&EK8(?Hi9Na4r#sdkCx4DGaR6DN>hj>oPE%z^=?0Xkj$j< z-pb$kTb$hT`{8^|conX`MU;8F;feXFA%c`lk`y-UC;H3ttnBjX?lzgrB#OJNGeUiN zxk@s9tAj_P(?c;&6yC|I*TE6R(U3v0UAv`nm={2WX5_=*vbsL0b_mH&t?x=U8!&c@ z8Cpj~vWER8_=Akf7;ctw8PS6x(x&__8;`qzA=9pY9XGvh=1KBTJnfYsqt{yt^u5LDlxGyWeSTrQ9*=#`rXq8I^iyvXdTF) zH3g$XHC|Vo=>%@4vKQXnl;ia$aT(#I=y?iQwG8W{Bu8MZQ`UjOM{Kfy?NQb$H|jEn zjXg*`HR2%aX_u!}lsDKb<1hm;yZpl1Oh3=-7T07foAJB&{!ZJSfQAbOyVhP5%bfp_ zZVOp-0nH<-@{sa}1)icz>yCTK-*5e|clrlv@O0p5n^;V%(qzYG$S!2^T*u8mqesnU z0RKtA>c@9DSAEvu_-~58Y8UY6Z-&cp>5l`zWzektvclm|2&FpipFPU0-c%mVq&_XNpfeU~VD?+?liXl_k83)YncfifTbpJ5Z z6vCuFv-5Z%M#tYmV6f^H85@?T0%bysy1ZEnD;Gxiv_Il?1-Q`iWgxbDaeW*v-j*%o zu`o#Q2`iaq>8FA^2ldc`-yn`4M@PUD<--smHnB-Nf}7_VE3HC*Rg`$>g~i| z@{cYsLe_czHuZ=S={5q^M>O=}-tuu2IVij1o%kk#5o4JGpDvF-Bu3g-!1#fYB5pcB z85hhiLPojbH%uHI(xgFBL*TIN4q>8`C3|k@J?4O7t(8ZhGM6M!UMtJ$8= znUKgG8QxlcL5=vIGtlJ`SEuyBum{81{`l=pyVVms*9#H(MSR5slyY=JlN() zZ6A33=_J!82Ltz*3nRhf4E|1gFcsfv+dZa>~2;i+*x+380 zN~}gBd}K_J-NbqE#cp(1dvM2aSa68Mx%=_*Ga*r*+x=RT#o<_}^6zT1t&znW z5WE$E@HQBMT&7$KXEvQpY2LZdEyI_}OW?Kpw!G>@zK`TstQ_XJjfnYtp4dLS~)4-7@04# z)b4(mLikNNQlI!pJ<~HS@7n`W2666CIS&a{sBbL!(ct?+*wD+sK~$)oZ0k3(sB#tV z;Tu$n%D~$*z@9P)MDgf#MKT*}UEXa7>zynxp`MNG4<9nxP5O5_J^^$^v{6;CS;n;f z?GY)vrCUTI1Fo*Q7QFaJ57b8;PcJ!I*>i;V@7w+#6zX(%fMGUJ&rQhS^G~602Jr&| zPDq_7azO1dO=?C67%odJUq+7qa@$iwCgBR6$ASJ8Pfbr3oR^d0BlS9VQZM6Y7wYY? zX9$Ec_pC87!{_t$4k@T(%Mt_(CLUuU3=Wq{5*DCOjr&UZrU8CMf#+WRdw*7@U|y3E z2)1ydsR;1Rie?8;Z==0${WuX7&hcPHbG2j$+GIB5WMW0skG%;(;-C5Ln-8M`{OtxG z^Y3mG0x<~gZL;G6V^TTDmbX%Z7S9g$hUOW<}16)Lqu82yi#+1#bZ z02*rKsOi`4B;UX(G~@^Jg^1YR!%i+?ifV{#Mx&8(K7ap3oIjJiX&EJQS?yNb(TO62 z_B=8hFeA!`dEZelC`~3WY?Qj4i2GWRPcrZt4z>e0J=oE3lwk;Ct0W zfY9l*`UCRGzNm3&_>(Vz)PlT3EiLI8Sb~RaKpCA`K1D}Ib2R1kf6{R1(T)V z@i{XM>^|Y;^Y}t`3AUOnlODNgzuS^I(5gVDxSsnHnrIEC6@U%3hlR?l2iXVa^==>T z1|R%)FgBl)lhyb0)KhH08iinGb1NQ&@jP*i#+EA_`!5_A?W9@98kQ31HP*k;e56kuMt*Pr z8fQp;JVM!~66ZDbcL1B~ANMDXVGgwjJ^kA?Q?I|^ay)zy1MvIbJ}2@i@T|@%C z#s7Eob$JndjzEQ8s)DsM)*besX}rkH?S*PI{Z0;d?ZphAQo9rmD}RR!fiCRY-?{G4 zovt;CJ85^O)qn4JgKNiKDKwf`>+yo-2BrpQu)_kO6BI{Llyarng^W(5oaYl<&+-YU=|xe7Va25r81b#&@Pw}BJ*SxhKLImrW0+LM=TV@gCAx@rQkrf6m&&+0IxBOUIK~1L^9)^YF?i|j%aU9o5?C+R zBSeMBE<$~&{(F@MhdCINnRiTQwL%3)jV?cg?GW6Zy)>0-*4Rv`VP3vh_c;f^t))_} zNH&Q5B%B7BAx(;)!^{D|+C<{9I2z4XDUZUo z@VCLSf9qP7DtzKv$mmJ`JNiAnAZ*4YC@R^rMKfSK|3LEP24ohot3>YhIlN8To00{i z?2jwG6#rQ$Wk$9+pBOHL{L*;8^5N~eR*=zO&GaiXOLpP%UIHpM21)GGYi%%u<=w>AsoFk&y zCsm0kI+wY0j9z6z9KbMP2u=18= zp;*QmVoK>RhS98#?DRrIM^X&qCH8D#N|?n0i*r;;-#1$LZiC?ehL#`}q)JDx0=5Nw z%dH{GvFRNCsM!Pay(~7jKyzeFxt2)WV$Nw_OeBAY{hH(+D0mE`zjYBTH2v@OVXRSZ zXlEMV_d8Dlk>EZ=11sG=Uf%>Sy+x8q4lmcbGPyi!dv^eCv3F=_h%n-qgAo7!|Bu4r z)pZi|-HvV1{CM;=TQP&tmG3ZoJe5oC_yke8W)X%0g_G&Co&|@jkxWf1rg!>mT}0Hz zmVDkK8+l$!G2v-iV~|bbHa(j$2IpOaa7z6z7;xXfkIG$z*jdnhF!BB(|)j*_IP-^c`@-llGdBpV7i4Z%jrZ`nV zZhPCG+GXC2O8l>&foiZ~uQPeVvQs(%XwP^Jd5`{{5CX%GwmbXJUxpaG-VBk+6k!6g zR_-rb!3xhGj#ND(m;B=^50>U*yV|dvj1wyqTLxV3*`ky#95P_vh=-JJ57KtrD zPfj7Vrb)cL{L|lXGEqNTszvkqh#g%w9M0AY-yV$KQdy$U&`zUb>rPM)Dms+0;pCnTF8p(r!a)3ewZz4!+aE%_lO)M&4cIv@*)t<8^lysI*GBE_txin1a|JkL3I+9nojo4~)sx$6bcl zl6?;_@4`=HTK>~TT^=f7aMs2(9au>EeQJ>!sIi(D46DDm`BZ@`j;6!UO znvNM$sX7#V@S#{`!)l>5G&cuvXiFo#BGf;X;^Q^m>{DjFfxYv!iZE;iQXr@Q>$p@M zQIN@O<$N-?Yy6P2B{SRt%&QOCT0k-$upxkaY#S?(Rz*BbNWD>A$Be-X(|g>Y*4+XF zkCWRFvfuG=(y0~QmPFUOy8*n$bc0MY42Q{KS{0G&8N8x3H0F^e;Gm+v*#bmF*_GsW z+Lfor711hCUggfhYV*TR;E>)2k+TMhWg5?c4J_X`={;T2HN~x&@qpa$>76!F#eA*7 z^meN*U^J0*qJ!>1aSFZ5>!QY1NWkP*=7}ZAZ*Tl1*m3p;MfY9%u}2>id8(b@{|bX2 z9r(Hv>f>V%vuCHo&>`GwRxPRZ#+#3TNi*ge-43w6IdgCnmyasg;~R{ibTDFMo0E1w zr1z)ObOXRsL7-){3KSK|(?Mz+Ht5T~A*Gc3;EWN2wT?zq%SmEE=}~9oAd#5ILcfIE znbD2rE;T1Gf41SckWry~smpr0GsP%dyU1*Y7|X3)4MXnKCJxFc@h3UHmpe3kZrt93 z9gSzhhjVW=T1a_<*kXj-jtM3FTtzx9->3{{?H8NcJ(M}>OJwdT1tyIKAOvSASP9l) z!UHt<>PdSHzqiFvm=lJ-_?ZSIdm&_#{kQn?MwlE>s+6e@#&rGefxD;m$Xeu`jE}5Y zdX;ya>Rb#c^8|13qz1pVIw=2D>-IA_797&Om5ta;f>XchyW4OuwU!D`d`=~dr}(DG zJ_|76NdUyN({(7Vp#N0v#-khf2>ez6h4Xpvv;Y1@o;>s4)q7im$H3c3_;j5y5VW_{ z3cU#Po^J}j>h-TSEN-}gH7j2#1skw@rEk1S`AO=C(QZ*er-vJR1g%+61kP+1LS**C zUSL9ubrv8Ay?CPwELEr)V(-9|&5@6-FFRW^G84d>O>0MHE>Rf`&I+Ec){vH5WkZyb z{Y9FL+y3HxR9VsJbZ6xHa~Y0WEX_R){k=%vjT3kz{6H{lW2#?-@3JP<_jt;~v#EnP zAs`_w+4_p+d}`k6RU~TL(^;lnKsGJT)3+)Mg3t?-lpGE{u zFY+9A?s?0%bZgU20CXPj?ajTwIfAghUp$MM#s{pXadfP|Jk}vP z;l=Tq35k$9eY?!zf%Cop-Ma6ohN(VQJR0?iO>bFkj|gBV(q$UQwy1tlerMbHOf<3h zL^4$bCbGEkQb`WOQs#NOIX?n#R2&;`*yv-0DDMw3yKohd*UjYs+w(Q+q-NBv74jk| z*%&~jkK++2;&HybSp(z}1_R=LB~@r|8e9|<5bU-)BXruFx+YBVUF-l!jEwHL27s+E z2RSzf&sQ6i_x!PL-H30%YasX;;37M@LN_qd3?5tQdkZFGSw?OY4SMB`N|;82Z6sb8 z&tDJ$PEYO4Aa1oe@=o7AaF3S{sBHM%zoaGacP(@BdD!sH%&=K)uA!mg49IF=Hrwgs z>WVXdMHBVd4p*BShEuJ>&7H9Kectm;E~=_Bb0DvEIK7jPW)V}X)$Bl>$b=Y>iAE(+ zg2n+0?XFuAsucMmni)Evv$e7Dv?mCWs;Y_H2qjzWlyAQr*pjZdoqS7VQ@qz;b5=l`cjM%RRN2A3Xh{=4K zM)w~emc8k05xYWdK|)Gb6e|jV-qL-LGweR~HKIMV=_~b{A4OxeI(qgLy;<+@x4i%= z&AkoC1;@`t%d;QHoOKrAG&l>YPlnIa zxtB*=z;MyvCjuE{^mO{&*+#tjQ`-NAzdOKMpSGW|dKIe}v!AC0R`-4@C`qrRoNf)4 z7{PCzJq49X^?9q6ge8-8z|NTcEg&$gXL{s}?kL^+Y=&;NlNz8oR>aVwMUW#9pIn%_ zH9@fWsoWW#%+425R6G+(r)W`wbPqR@za~!9>{&ZW-4$CFnpKN|b}0JsV8H;T4jKsm zYAhf~%a?sT9b#Ts;!Q-WmAV0=Hr?RCQocyPcl#5iH4okX_#5$Ka)&Q@ck6i&KX0)* zdh$%!cu&-qzH9}XtC2Hda7V%HTHNxQ7+9TZ$u4@JgWY&9@hE+ITQuztbHTLkSbge0 z3t+J_iW!r8s|+e+YPeZcHM>hC)s%Y7#e|~`47I`_ zFkcd@6Viha>#F98szc^zlwqj8fMv;_JW84P^{RvYffO)qy)pCNeg( zsKF0Bx>KbnZzrTVKH@!%Vo!)|te@1p9>zpr7~X9fj_i7i+%N6`BYHSXrNU+jIhS}C zM8{>e-|HwLv{7_xb=4Edk12JT_B<(Kx#m6m6{JMlZ`SNj%QWkl6FGw-s)hMtwPn!d zhD4|WKF7@AT=QUx!*1wKAk#r^Fj|m<(W_)DvrWfflLxU9s!x8(j?$ZgfmWsEb{UH< zg0Ja@KXcStBJJmY$)ZS5UKu8N9&0c9>hd!KGaXgYqd$?DH#Egrkb1<-mJm0*5Ubz zn{hyyZsw_RqR%&b9vUzO;Uq^N!;;2&_-h`VV(ZD-sM}~hzt!VL@VAg{)|U= zrYp}#;CalfUbZTPjEw%MnjM2=fwL2r>d`fKtnzElX^`d-zCyoWxSd__E5z{wjFdPH zlst-deqd8S8Q=<4Ph`;mFcQIE%nEfN{m-^gq^mlkf!J5!n%2hvi3pL7>r8EwUp zsJ$hXhVE@<5UgI>!fBO(i_+!?@__vu(~FFWbBHixE~V7C@pgK(}-fDhxqH z2MHnJdaJatnZfYJ5sbY?k)feJ4txCGz;1;$OPmvgf%B$#)uo(xD^x{O=~sqG)j4y};q^0X5r3;-zTNt|}-t}-H zNSV|?MEB4vAanYb{@$y-Ce;7gx%baL`>^-vIVw%zy;XGY#d^i=|3@!2T9Q|O@-Ea~ z3Xgaj5d+YOp|2K{6IId!AtWeQi8%xZ@frBp~>%W>G`Wg-KYU z5@3-{HBaP+g#{NYcn{DYCeR&3VN_)F+8SM~@;yaw(<8%8HPt{l{wUWSTA6vMNn}7q zl~n0``p@vqG~4-!D5|S#TqaS^n$it_k3pbxd7$NepoV5GqdME$4cL*x?q*E;Y6iN6 z?5;+^Bn;CmKErDB<8XmF))Z^?Q@WXg6`LYD+E5nWWcx>Aa==2S5Ajj$(A?sBAYIdr z5L=CyV1)DisYq4flT|K+tRj?G?6&Ytu3ZCNsNvc(dWKUttOB@n1EIY9B(3;&g1=aK zHhB@4x)5yw@#6!WP{v9I$d*D+SCA!)R+t|cJSIm;R=ThJXA@dPK?M*ovk#GuQm)EW ztGyHN_?d5ME-6Jg)iuawWGr-Fl>xp3b8K?0>*qt1amG`Pwwr0~+Pi5sM7ftWqEVW_R?ig2#gc+W)U+HESX4_oar7Po4(}-yvInE@~anRJPi;~iL74UY|s@fZ5S4Kf$?t2Ox$OB z#nfJ~9h^0H2Dj!K-=ve~%fbVfdKG-w2n=m-DkS!3D4Y?p)oOh|cpsD>m!Z?SUsKw@ zw>>I}-Q}sh+?40Ml_ybz+@{T8j7Wj4)%PI zxPx0-Uh-0HvDuv%Lgj8EPmgzm&vNwE#go^!YHCJ$QA>+w{EjC2yu#{|y1d>f@>2O# zeXUNoe*U}kP2oxI{Ba&h9V2-DGbjWi-3d~U=o6`^U->=bDy9miKEAyUzb}2DA!`GfmZCRT`}Gdh$=rFXLed~l@j#&oqB6{U5aYoKg* zGLX>o(~Y^_p^1*0g2ZQ9efdy9*r+GQX|Y#^5`R0Ij(UBw0-R_t9(ebF&nsCsSEP}gKD5irQVd7DN@^(4O-FJ~Mx=^jOzO)Abm&#CbFX#S zH=h`bL+SR1@w5?~Wch}2RDW?l%9<|Cpu#elp zb=)O(U7=aX3neYdg8VT0Vyr` zJVS9q&Nd{lRNb5`zZXw>VT}G2_`hVO>`9_ ze*`e#ODx?S_(1g&=?-Zg zca;=gGW5El?+5D|d-$?+Smp179oA=msk(Z%5_fj94%2%Bn9sk#E#Ayzu>`(D`ivdl zfvmZDc^AJ4BwHEum!J3-2wZ+&Ao6Y`aW#J5X43$!GzvnA_UL-OnIYTgio+zjkN*PT z`4xM7eE{?E8+RNVE%qb50U)GZ(j)oa|MU5J`aw!Y+*XDEVb@>oIn!%r;dE8_4LL)$ zjVj9Y7yNV-nOtE6 z@lxNpau#teu2!L$1XiVpw>~k7-o;4vR0FM9G=$*2pKWnM8JxEAc?g%Cz3Sn%H=^tB zuGFEe(+(+d)Cx)1k0T?w@F_!N^Em!V}*lqxU z=|3mkhlrFqMR9b#jC?{ajVwYqA1h)luJ>=w(?&G$LolnW&~GqQ$a29D_&E7t!ITy% z5kqDp5B~7WLfu^1^(@n?lOaA)*FXb09Daf;>OlI5sE$~#a6bYU@8)u6Vk=R<)}{!M zp78wT&sNerB+{_fz0oJR#)B)5cWq$ zw0f*^#RM#0HAWH2+e>m)s{Ly0=>AobcT#Y>XtHeFj;}Gl77=on$#~ca0#h>{sAhe) zmAb{kvFPjmHA8$XX|j%+qL*K=(g|?fyKp`c(c-KDj+p#A5FjtR7kx)YK&2XyL2QKJ zewW8=k;>s49-)tnusiWHBXEtA8iXGjGRn0`!|~!DO2wq8B9p8jOc^H%>%^Zypw#LU z1*K~&5M0*B(Y@u4VW<2^N| znwIJAa57!IP8>xT!GS0xMq=R1PgV`EW+IEBv}9#!s7=0rUV90kfnK?+N}feN&Gh}o zzQz|YcldSU|E@M2Y*_L_kBBc~8E`+N+jPBi*6923FkJ3^3nc*a9KPyRYS4xb?q8>G zKtw?D{)px7sx9U)YG23GZo(gO3!cVce}EXxWj7oiWLP#|#48q;v&)gE1Wwf0@-+NM zhMyDLSA+`vb|Otld+cHyPhvj+W#W-^P4fT9;rx3*3-*gPu6G7Aspy+j?1Y-NA3fJ? zu!>+5Pc>tFX-X%V!J}^zeFK2)oNS=o2K;O4+$6lZXGUNV+e6p~L$iTMxZ%4A4;DPx z0rIG4O_@N8OVsF!Ep4Zj$^vao>^h(n`|q{0uV#T~d%rtz648k|N?e|VS%P@6nO(5J zZ0dXHf~jwcl@}l>EIQ)!Z@wZy%0F*=pPqa=mfxW0$(Q`0Ayb}Iej%D2WFl^kTrEh> zo9hgF2QN+J=Cy|_S5`a4!zYF4f-8(gctQVh2(aK}>) z%`VV8cy1#6ufJo&DYZdb@bL*}|i42eBIl+7(rxMX2(!?yhat#=kp%|N^?wIq;EfA&%cil z&WW@ZWgzjq(~~O;9bFPOFwIcOqr>OX1XCS^9$ys2?)CJn7Ktz-qikAU0;khO>t`Ur zFO;tdksc`cHL<{WIp%B%wlJRAB8(|wBhvV0;!pkdAtM4m0{=S5iAX|pm~oIXn9eZZ zphNP1vjCurw-%H07ZmBHQC`D=cH$h#Usch+vF8)ThU~;&ZUow>SRJzj5U`~ufcGwV zE$DBdV2CVqK>M6e<#9=j&KGxdC4>%a@;lcT*9MC6XN>CqBbHYiZwNr-dS_O!4?^LS z*HbUOy05%Io8xbO?+EWTg(M8q!mgte$|9&rnI!Svx_J={jd%FH1dV?D=NjGa@fer^ zwnd-gBYfSGb!NE+u$d>oyD|F>Om}skLT<&-G7M42MDnq1McQF-mbDzfiDbCV%rS>o zGmD&8E->9nPA|gj(yTm_aF`mgO-1|yCzK`w<_rE!5Nd#UGyQ-JDo%ubtW`prEfG({ zWQ93}<^lyJwr~OjA(@BV=$@xe?G2^7#umQHNE(nCy2=pRmkljlrv{ey?((*`?PVM2 zFW*iH)(9mHGgmvbyJQCjpjQM58lBlvZC%@_35@K#2KBa}Px_xQ%DVigsf`28>-}aC zP74rC_e74B>WTX^NM&rqD*Rd#Ike=lutLnO(&cL7vifaGu0GE}F*yS&wtAeQb%^nq zA&OP7$I7k%$knKX6>1vVPM_DPZ)%n;Lf;<%G;?k*pC>gyO0_(gI+|Sv$0N42Z|tt; z$JLF&CMu*z-hC~bH^blIpHX^j#Lrw!INW;QigVjFW_;h4{0L|ir6q61ttaqaTfF?& zD4}{1fkg%yj5$y5Q9cMNu>P>;al64Clum{Ik}WbqJB^yz5SXdwrw_SY@@LnvteU96Hc5w^ZUQ+{W@#bnh$5qIcM*4 zU)Szz!m{P%!mZoX;-!&lR<}``TY(m#;;tU2L#JFJFK*|0Em53WtyRi}jifWeNlhOf zo0^H<5)p#xLrW1jUzN9}w3hrrCz_5x&FShx;c8ZyLOvF!QKBC0qyiThp*4x1dc^EE zL>KuI88NnwCs)(?YAHIrW#e4UgGCVXwHRfZ7Rp#Pw$nFc$)Ic+BfCt2Q9JPia91M7 zhHX7YrWJb0nkE=#?d0QMq2*&z;+y&f?=dn#qm42Bhynj%s15s}r)f z83Y9nBK1IF=7 z$}vSzz}Z&hRORjkxBvu1#3s@S;Qt=3Lj}9gKn?mzm>ZPR;ecTZIX((wUFtNfAmQl`( zD$chza(6}+;UPy@<2%>&Si(YZFfZ^lcp4BfXrz*yRbUv&&FH&f?Xxf>N&Iv2wi+DN zGF<-ljXcEKq*^gpyDEupY!;XQRn04aUuS|K=GJx!B&*!OW$PaRN3#{WvI4jF^wg1W zvYp7LY^#V(h@w@$7}e2$zqQnrs_nzk>~bzsxFP-zJSHwRb#@q|fv%ATg$Z1bFj&Fh z%w)&II&?|sl;Y~IIhBK=GucaE8$IvU+-C4Y5`OV~vXGk2k_aVH`g$n5m@p(v^P?CX z?K!h-qnuG76Fu%}-nin);#_Y0s54U_;=RO=6_e=N8GW8aSG#9~<5(A#r7NcsTG*v; z4nFcJPRL1!37~BxMGC);t5tW0^uOAKN;; zZuWqAFBPNVGLJh0pB;nJqu*L;tqYVJOY{(4l>9>*C z2pGcAlAdifr5LX+I&dbJ^&&Wmb#*XjC=!G<7;dVffLkQK7t> z7vR`@M7vXD?{qtJ87yBd3;$C&eM}$MT8E((S|}ubRMQOa!Ko_+M+!>*#8o@WCw@yH z^kkUTHo3!;l~!k0JyMzxq0s|LLxO2Y#qhszjJE8t1a zE2z3~tPvfz--GEK;78=!Rwn_TIlhz6&$-dZHxQsa3oU@(xmAd0h{xqD8gj$qKc?2f zMIqpz(3C-O!me`sv%At&=9G!;X@P<2eIk7UoyODD^6w~Yktka-rI~wQc9-$? zy3?zcTaubm_>$ZZ`CeV5zJP4mn`v_|f)l5q-V~EK+Q1`C({!{AHU2ARQI8=$;_+Nh z@vtceWrh~ua^grwNtvx?eg^Zav1ehz_zkKghwGZ$fi?sAPY8u=nKB$VVDvsBrjjZP zvzL(Lt22kMP3d{6=R=y;kj!pE zq2NiiNa`M7Mf13EYf5ONd8I~BEOCYOlnMoP;BN1RYfo*&hvJ#m~i*O{vwEC`KCSW@Q^0FpWUimKr-jc-*`Le-#!hWnN5 zWHjPsgueLn$V3A>(#)DVR zpR~`ehb-e;5-y=1A0O6#yM;4=FDMa5YM2W1m-vygW|8t0+nBW9Wd!{-j_)H96BD_B zsnV@GeU{k8m@xju>NPyys0go#1Dv6|=!!DNg(z>Ij^r8&-o(Jr82Ap3^dg)Amj?V_ z{%|5)+x;G= zW-$o+&oWO|^+W&6160!Ialw44ygpjfPZ#_BvX7`JI!Z1E7=Cx__@YoaxfS(VUF`U? zl>tY~1qy^WnfI^rh2QHgco?S?2v(?^^oGlTGKWoy3k&IKTu~WIEAMi@4e!6`h8B=z zNltQuz9W7NWt_$oFWwz{6|IaqlLC10uQGMqBCbE0J&covc^{2ob3bw1h9UV zA?#%ENvZ6uPMWKO`2sT);LMI%+k&$SW8u>!1t3voI;E#--|r2IQDt2!7JF#lU%!UEx+ zI4zEvxCH?(m2Nf}Ogb2>!EFxN#D-niJRb2@N&gIrs~Yu1;Fp$nv+nNVsP00M2RiQG z7;G)8BdXS_sQ6g_d$!RQyl#i{M@L6T8=eLSWzz%trSN$JKi)`VMGjv7t8>Yc;o_`N z$wChGA7kPRS@rY%oJqC%X&tr3^6`P)($jwep&xU*RGPnSK1n$F3%V~u4s#{!hsOr0 zsOOnv306mA-7Dq@BHwxDMK%(P;gVDun^-ywTp@HUHWF&G=F=K17po9o5OJW}TDjnG z;F&@FEYU@m*fajy3N`m+p5b*?1CWb*``Hm!Wo|juv(`T5e9mj@bu3*p$M(|%xa9)^ z{8KD-kBHFsFV??U^Fg$yqC{C2hB(7u0xnSHZD@z!;=QdI+8q6>$NqxkPVs^d{z2=r zJ9rVIn^7>4tkUVIc0z$K^V?^gHFZmfrS^|iv-HsTI1J%3NJ?@u`G+fDcMeDr%20Z1 zwpQi7+Uv>_Lb0l)-N4b}-s@JgJ7d@t6~4)CJ0)48_kdKx>L{`4hS9zMuoFFAW`s)? zm|T-^o+6ONVSy;E@I>-E1lj@39Am~%Off%aE^@=PkSGWe2C?wA!$O8-PQH65j{_ zvbjt!33mD-o5=eltv*pOO-21#CXBd49driUlfoh+%|4pk;e9=DuMP#s&aNS~-yUTr zh{P)gJ9T-iv&O+EXb7ZqDg(L8a<6Cgz0|yr9r7@mdZVPB9NKj>-=A2$%A#{<`D?S= z=Z9Yr_>j1(CD2rCDPGOSHV1UO&0Pt6_U{y+MvG* z6#=#=jIRjT>U#}BT@ddRB-YxUbYPSy0l`e#RA#d2T7MBTM)q*`UQMEf;Y=#OOCsxW z4j00rPaNQjw-4tBdf&)N5Dk+3?_qjC$;l+ztM)zZ-Vr$f@v<`f|CS8vq%=@VS#&u<`NFuTw@#*3m^x4GvpY*Y7WyWmt7A7GG z`2E^oO86`4Bx}92sCf{V0m{>bVd}PsC2EOwnUeW!4v$m5Xp+x(3N>09BKUtlJHzb z+-PqrzW=+G-FGcQ#2+Xe(CalJDy4Y2`b2Xu79t^TY{!GzOB^FtuJAZZVUF;+#LpTQ zB1eGUd2aSu^y_3kkPb4&y;OCCx}w@md~vWYs<^CXHfU2BBaK|adfK+41^reHPIF#L zjAw@F<2Ctp7hC;dB3PZ@)4tGe^N=yVXkO2oWo=;Q#Ru`4~UA1DXxk{68?O1J+&~Zu+C<{$oc2- zh*f&DHFvC-FD~}O)JA|bxVnqtb+Z+|+Y`;iM!ui=jNX*RNuv2>iT%f!0@h3cBLs7T ze?9PcD$?~A`c#%>8>%euB|^gZsf{R~H+t{Qs2z#PlePOANv@PJq4znLBHga4ueYK* z%%@p$A7<$K1wj`w1RtpR4#u!L!mqYruaCgK)K&L4_d~O_ z|C;rQaHgc2VW;yBytuT3X{xp}rMA5V;h$w1;EBP|HyGHk;J;5yy!7ox@?Vxlhc>VLDmLAZh(y&d?vQxMJ~oqz6N>@*al%DpVPoU^uWyOhgT~UUFX+y-Yq>4-1>_!B3lE!4c%^>mm&K`l^O23!kjFrXib2Y5=JbKu?odY#^i_ zYDr$JUP29&`ZUR(u+%++(?SM{txe zO>&qOjDGy3@#3yzEpa)7_R}o3CsSZsv6_B43W$e}9Va#auhHd1(vWSsrrekNQq?8f zq@Qt50;FZU-EzDp#`Reba#~nC&EgEC4<)zKHv2VKVq!4$lVhtfcg{`fL>rnjNVQWL zF2fj(@pVsB3jXo*k@)TcP8^*w;!us6ZwH{|VT#*aIuS>`Lx2unuG^E1@CNyv3PDqq zkcaOthTj*LeG9=xSmp_jV52gM)mf1=&(0<-CZ`{~?DDvZTY_LL{(8#DKy?KCn#*vi zYWTJ(|Gn?3?`Py%g+v@#_|_-X#^#1{uN%F>YAeLrxP?`_E&yd^V?|7gtC2yEo=(RR z2WQ=sK{_B0mpO+=$}$D#k(2{cY-9}htycsgY>@BY?WM^a@2|%~6K&9)T{f4>GK&8V zp`a`qb5j)ejC;KRno63lYk64i(CRC0V*u|)B_9+1>;7|qca4U|*ql#I>jkws5%%LLN z2s}INAcE#HMXG7tQZ1j3Kn@%gTCE|!%fj~sXyD5?tvMDgML&&XF|*}CZAlhh`W@e| z@?<{0W}H0qf0=V@4v?`&gQ4I33z%~0p`GPGMnT=UZ(P-l131jz^*cho8~KHIc>?)a zx}0wi@28*%VJ7pAWzX3<96 z%V{FM_$4E<<5lX_ZLg@HwS#rS~Gv&R6Osij>JDB1)zgNc&z71k!}A zXCH!?|9#Q32iRzL7tX4M1S{}mAZDw)psueFGT{f#G^fQ>&u5A`$sZorQL~sD+*%`&x_EbC8(`s%U{F zifmwFc-Uwp7&tRHp_K(ul!1u?Ed{kRRfA@{%yOto7u=V z`L{&5at?c|VA>5l`oNXPLD%RvExXs}4X5O@xtPnIg=V4x+V;1ubOsH?cLDB^1Naoko!v~~J7T^PH)aSGIr~icdjy~@8%hzvG+&>&>PE$f zlheLMnb2&cm?q#*LRpExNv~t*r-f3)*h^7v;@Z)g4eK9mDft(cBBj&_%H75!P8<&* zQ-XFmCQ$#n zL^n#fSN{wKkh>WXD8sn>)tFYiGm@DCJj6(%*o1MiV35n3VMzHm;~%Ab7XPak9r+W~ znWTjMKy)1r;%8_xS!n-@3yU<0uL)n`skrZ^DaSHdjY3S4Yt?$YvyG=d20ZS*EM9cR z@wH(M48>5q_*!DnW=Pl-`_m?VE(^yO#tS+Jdd%POeFWdOPs*mL`1sFb!f`VX?F=@a zoOmO<_SwhjWqzk#ug4FpeHwifzZx12P~gcUSr|A*OC`SEuhIX{DRr9EJ zLA<;NP1YIq5Xdjv2af?Xs+D0SU<0D*|5};OmxZ!rTtS=5h3=OKXY*I%fgJT{Z+v^- z&&FprIxGl_#cRhclb9|pIm@FNS>^cK`B%(wRnFG_h_mpbLys7)A#bD865VZhVclRZ z(Q5l>9M{nWbHCy7!oIJnPGH2`sW86$Dz@`UTY09)DVe+@CH*t*kQ;5)otV)tp0vfCub502ib967R{)x9 ze1+UC+-<;#M6YlNJ02hwP|UX83KeCzhMTxhD)mf&Jl87)1vaW0*xsDJ=`b>Fv!VU5 zOubwew?>X6HG-%o?;Di;!Y@NbJiRl!efnIf8Gw z@aD+;a`W*-!MhUcF)02FA%YXGkQzIdMt%!x-H8LefN|NLCjA=~IDr{DF99bb8Z=DU z_ELky0&Rn?QU%5JJ)e!;OEo`B-X~SPA)rxc!0m6m#F$S2&i9M$WMh3lv=U&RFKT}@ zW;uO&Sy*H<%Dyys#LS=g)G6#9`=uOrQDf_p&^@Y;k`q~tLZ)Sme*{9MyT%LtUI0tV zz+&OiRUuB3qqq~!^PQV#KUqb}5B?B6mJn4-l2E*k9*%jq6NN>)t*H@}_>)C9o>`OQ z%bq6<2XY8!G6khKYSHM~&m+|{7CiK>GVxRz9t%-Z^!F1%uEnaaLVYmlsRH(ZMg1y| zOrHw{KrvwI#rs~@Y+KH!eN!Zo4px1pRF}f-ueC6c#76LF4l>Mv5ET{lb}EN3T#a0& zR*fc3&uxW480(v8!d7X8zl`yWq1oG3|AenmrJl^d+XENhKb_ldV(LtQjSq3`BTAIZJPK^ov0jS^dY40oJ)BV}9-n81Yrg)5Snqw>P5gMc*=0Wo)DSlX=Py zwlHb$Sdf9Sn;a4tFJuVQm*N(&ve$b>YSD$bd^-0KIN{FF*9~r&sZ?RKLO!@3zgfXe z*8;z)p@TtW4u8_!=81MH-yM-t2>ChJ;SGyl!ml7n{FPEaf6FjclsvswLry^#=CCZK zOmSI^{msR6A?0d>wmO|Su#!ih7cM02T|6m4r%)EHFG{jKYo{^xW-_k9fb%-%jq(aZ zF`ogRmkVk(Ur6G&n`Gyo=9F|>if(h%3RuO=k_B;kz2!hZ5qNKIfq@49mn$J(GlwS$l>eX^n%L<_`}-mE1n5><>{Vx1-jK)+9|&ugyMk) z@L!?Cmo8qfK zxs^-DC9Zl~u4zQY(S#%G%|SDi$oC_;gQ;UWCOBr$0MnnZc2%6s9PImx_OxW9aZG6Z_9ltnu1Cv%2I8f2Vhm-tm!kuOlJLRX&waWSgIW z>~AJ71#e#8r$Jd8DUiY`x=DPvZ&v|YBZ#ol>HF@H*|wn%Za+$Le6!x}s`i1$WCBL% zxpD5NWsQh1X~6#bWqGNm#y@>$YGV0=IhOy!7GSY4H4v&W!k zCA4fACs_Y~_7-Tbi=;ljbKe-!8fwj`MO+}FdIi3Q=2n>XH6Yf2+dXS5Sm%*{aUF>* z*CR_jv6}W;&Js#86-7z*SUG!wX3*`og-V&u7yREXx5 z1)*;^%^F6C-rxLV<`4|YZax6Y79D=R$qJ;b#xVubzydBd0d^-0!^|kBbH#lfMa29?{9kDm`q!ihUZFO2|&Gu&pA6DJtH{4tx zW;nP~cS-~3T+>QFt^)Adz8k+Jc6$rsn^^Yc_p(ivk7seaqK636ed64IX|&=Y_cMfp zj%SL-{Us-Uo{Oz(sh1A89c+t}`r-?6D-rNcrC&A5`kC#bF*2}!OjJG${4o*9D?BRF z(6BvkEc5b?xluclA(Qp&uV7zytXb%u`a3#u`}O#>2$c;u<#%EJnGY8lxCT~YWeO&} zDP8zp_h&HceK@C^jV8#Z2pRd^NI~|NigYXI|1b3h^yw$SM=Y(TZOOjtZzrA%+^P)p zym}QzpSI5sPxWh)uACP;aavDjWk_d@AJKYD+GsZjS#L-N4P)Fwb2CWL874!=BK&ip z%xbmEk+hL``%#G&Ha?z}zScJEZ&W;00sk9rvW{LEv&GniTV-5W^gY9*Laj%T!*YtQ zmdj^YIZDfqQKtyj5$2C*UMJ#WNjG{~)gt;I6Di|diA$plBkxc)!&OM?*Q=PL>hKsn zEAn68q=_1&_EshiME#z>@H0r_8Equ=wd`x--zTA-L-Q8rQu=14mBZkcL`qb-puX=%AELFe2VmB565>a(WrT`RIJ*B6oO&as8KXjpGuhto zb7#f!!F?SK19opso_}5#zcAA;i&PPuO1ydK-1vSPFJdqS3So+BgIm7Odl+O=2QjW zuu~XE^l?wEtF*keEx!lcuG{R-pItgSFZz=*U?_A|zT5rd!=&cupxTkX?VNq#4bJXy zKj!W)T>cgKY&dq2`>eAqZm0wj{S6Ye{frQ7N7ky-$KM}K%rsvOv)9WP^v+-JIV2n> z@mdo!?)w38qrRjJXCBgdbgufDe~ceKH~?;xQhg;7`<14t*{7*7CD?>Gk+Z3`F^C>O zOrs@^Xj`@$`f6qqo+DGDStZ&bXBiz4VB-`=BK##*GePV^6AEe-OvTKE1q~;StHbGrAbY=_)2fOO$^hqkT|OgS|M zEQsV~`6Q+dKc?{Dl5o}C6g!}L4vn^zV4~bX@_s@EBa$SUyy42|dvqJlxKrp8^4}tm z*(}9m-r&X~i`a3dj`(iOf~N~6L`iyYqspWfVHQ-xt&^x;V?38s+VVqDk8F#B_~7iX zqCkJDHymd^V!X|#y&GO?ijB$J z3F@59j)1b;&&#E5_xvryp#*xoPCK*PTA#%5iSf49N%oi6@zu{uswWueLitymlf}wZ z&zWZ74q{irVD%R^Yk;-JfjhK{ffP3wh?YWqJ3lcXU;7VGxm<7e4ev23VHKAK_R4H8 z%m3E89n~c9oEG{lq2JiH;O8tZqiY?LJlrT#gh0Rw&N$ z--#&RPK2Dzlr@=;gP#vd)YoCLYqFDPtSV8@9VpB+{gH>WiYmB`rXy@mU_Li^Cpyek zfND#`%8zS_p{aj{Y(>UVg!q*t{orrx8eir%Ip2L0JkDF-;7?E1!6p|fEXX(G=6=Zu z9PD(K3w_3rY=L(1aN`h`L0T@;#2p0SM+#|JVqIJzs;8_(WA~qcAEbfoClHKKZg#8K zADs>T+cN%!u>E!74`}Xg#BbuSVj2w$8!GK4TS7?F4A=?-MY#C*(THEqDgU&Snbs3W z=Hh?nd4-4a2dqvMg26*SjN4^%j?$9>h2DBvJ`dj2#Iek=6X9B&JZ^h3exHYMr?7x>t{KYJqjh1my08nfw(%C=o5>YOCzoR)8ht*uyDSRF-}-mm{&yplmFi`#gm6;Kka{0NpX;|^_MOo#?nLjzjdm5k38cL>$#zJej1tsMNsNqSFut*%@!4yu1 zbQnnQ@VYT267WV@ank>$UkpY5R{BP4xkqxS<1l|kd~sWitcah{VguPhA@}+xT|$MP z3MJQ*G??2=xFgD#n-PQE_s{UCIj_*`YxQFv;r(V@XE>=6+nfhgF+_4_Y4e*q>%P&Y zm@uvHj>S!XpY9g+_n%xgDJ5NuN!|YgC$G&((5NQGH6(I>eMy5LXVbEq_M!87 zV<8GnF}VaUcXyWnP)HL$B7;WaNl- ztWpaN!l0MZc33EwtNm(5D|(l(8&h~w-rq-{o)5(AFK=Q!?kV*%e_vAJBrb;|3+$vtanNk z7?r}Ys)Yae7rtZsmz78t=8+|-tbbBjRI2vdreL(m- z&Am&+x%l;Y=`&L-b}j}N*% z?FpF4$Q-85R1%)_Al4imT9|ZfRZiqnp#;|K{C}0WjtccFswm7Vsy;I2%188OF>vf$ zBr#Cijp_>VCPzagoakg!4_`0>#kK@^CWC(qT8w9UMl@N1wMrj2^c^nSU4W5{?5L*~ z#gn^?(BLXuZVV!;Lr>+z0G8<>U|}EWvZ~2R*&zWI12ZHnRq&dAcXiA_&i2kj)JGGE zU)E>bCNHsYd}RNaYVG+l{qP%iLi5I)B`YH3D~RhNS{)6a(OPq`m)rvISUIaf@WVHg z%xfbXYqp4aJBNDb&hN|D;y@z6Cr`O*@~Lv_boSU9d_NQ8ViRxRGANBtXy~tR ze`+2uA=tG-;PIF+(8PaEalTD$qi*uYIm<(f-!0J~%R8PvOgT}o()sSdfJAd({QY0< z2bQX}J{P`H8Q#i@i&A1Fr@O^zwx=&xo7mzb z4#pj1((4PSJR)fUpk8XB3?_?W-GKO%SI%ZGR=KUSJJp&3XS8cE7Z)3uO41LJWg2hSVZDlAagqXd9>D!8F1k3^9}aRt+#74AUF2GnL`9M#!Y<$w z9qSZg!w%I&uC%PXe8Sl8)k_$5WKv1plGdhpWfgEc4{Mz~-mR}fTMevp`bd5raASo{{%=1@T7a^_ zxt}f&5rLuAx?M+fu@s9<0*^u*J;6$uO-=kSST1uLl>4rQn991C?Lt+4YIzk*RSJ>09@R)`#gNuiiB=` z;!Unx2GuHKW}rctC^e|+fgm^V?}R6jC_I zL-JjiKC(#snN=EiFSKV6Z(7wMhM0#Ni_4Eqqm~0z9G2W%rFjFWmRkguYP1vzD7v3)$6fX-!u7?6X}bd|1J0 zu@+WV;&E21uUFl^Vhn2-m;C@E8-#&s$|vz{W3s&rl*r%~y2PA9xz46r%B=Nx5UihR z0)<)tZ*JV5u|}ia@^B{K&v5_S0pF*m+z%ORp41+{h>~m*tsM$g?yqV|In+@yn^q3o zmR5nZ%KI#0qEL+Y;=wzRvoAQeKH$Tj;J@8StMzQZ@3fc8FqKpi)DQM$Fy0Ew`%En) zMNYR5X9;xZ&>rL>)(KmFU@S-QX_v2uSoL6s&4}qK z0*wcGm$w_+Ed73Rmz6_kqumU&y*rx8i#0;s4EeRuWy2y<#i zpKB_gwWIRZyv3bvi?1>nCEa&6J4J?7{(gXhFnCEvVOic<7*PlL!PG82ZH;P$#Tmk7 zFr%u-1H`*OVI`Eytk7|O>(AhgYffNBOdZe%7DUb{+;}2|_0fasbW-`*f-5t~t zSZd)Y`os-Ox5--jrd2B zHMh-FPdi)aY|)Mkh#!QZdH$Oa()cu5iuZAYH|&rD(brxkkxnT~ z%A0IHy4&0}Fx^kFpH5k!*@8dubnxe2s$B!8k_rX}EsSQ{uWH#o@q-rH9ZXM)(`5yE z&fuJ{je<-~kr@_1dH9tl36UX@dlLk$e^h}~%G;V?=hW!MB1o~LMJdIkxtWW2R<$MH zVt-7>X`p@lHHtE1Rllp8r-S2096W>+?ct6tYpt)mQgo)*Udn{FLt@mvXtcPzB`D(X zwBNHgG;~cuU_93h^;23ZWo-cqE_D1$YNFMPQLpF4D*7IEg*$YqT$w^P8V*iGOe;Y@ zP5^p>c#(5*#veaplBy$A$!g8o50@TVq0YOB?=>bK^%lF9bm^s399f)#r=_=o;Ptcl zZ~b_jcSL2iR{r8rWIe&GEH757snnBvLZvGHm(mh>2ucDrZT7&bA)NIz1p*6n!Ixud zjQc*_Z*yftLOxi+!oqZ#HLFI7iVqth7SK-V{(6W{DN1NmeJbbb9j?a-SXfjdkDdv? z;Gr>Z&A+2lv6EpMBR__QW0mmVTy}mzCrwY6t_fr^A8)3bA}*6Da9HXx9>;BM+yuI3;GOOw>OhlzaspfR%Zunx5nqvLWz^}XeaeK2{ZCHI0YO13NE zT=NV|1fwb60j~bV-SVv{W(g?`No`UmXt7KNE`QVP5ST-ko;dXi`ECjC{kEc5#fvP- z7=50hw+njdN>}ls5HY=+Zr-U>Z>QS=7+Tz4leC}hy8qUdx_!t79!#W93TRx{<%_hD z{w{;LNG~LtAv={A z@hgpujfwdwBLCAV^+PRlMpE?(k>?%hg}zydhl2Q4uTj653@jKKPw54VNn>qz&YI3l zjaR6aPGD{uylr|MB6u;KU?Rbzg~Brw{E_^^zxVfs_s1UeA_Mi7^%_w@0?|NkgXl&n zMnt;4U&KPaP+Lieg&{JhK6|yWgmPDXA;WyX0Bu6HnEx8Lmxix6sTcxJl~WX%T-MkgeK?jbLm8PyOrUQFV*nvi z!3$6f+JXgyE{&c{*k#78{*k>K*D;W#oILFM?E$bJAq#K+fuMev+GJWB<}hP~fRn;- z9?N4)<3x4Qhz@W6YQf-1WtzRCtSqgV_T%*kwY0@Rwd_Hsj7?r$oM%~#(3(|#63 zb)udxNz7%~#srZd(bMzD^E2POL48X)$bNlv;Enp-QNE+~KwJUUJQQi6M-3&S)Su}m zWKf$gBlyHQmA-Y*Kv;KeH?HKH=+Hhhcr9m^@#b&$F|86V+t$-~e&QEO&t%n;>+hbt z{C@I^TO|s=^lHPqxNQm*q?|_&;fMzi8`IF5FXX62$(<>0{;<=n$S!h>DJp!TOHSy|;0)eZfp%9&#WafP}Ugb_#5;%E(XzybX>nhaF}r zne_b#f!I+Tp7P7}^TsVS#$W#7Auw3p8sYT!vGg^ni8IU;27-!&v*~yy&)P&MJzEs? zoK47vDHF{LGe1z7{f7s$)t{28lfQKUHTu3eBNa%eY_+xrPoIqAYf?<1F?#r z5ssQO79?<-VnjiVB-}TV&QPS7%bl2q2}MEXv{c0Dg2P1LGu((LFOS*6*jJzzS@~+U z=QE{9#Wwl>c9+j7C>wAQ{`+@v38TXOJy^QDOeq~&Sw5VDWZ)Ij&#mI;TG4wwr*$hq@yc|;mfpW z$?Ysd>OF8+t-fMdRi#^9|NPl4eJHWYXKJlqPXwip#h{Rm>Og zpi3KEE|Z-PdEaCbh*TSii;o^s(rBiTBfm%+@vdUxHW!k*QSovgRmag`V8V4j>MdX# zq`K-qQI5FeqgI^=RAior|H6E2czg-4@Am$p1CnzJ3Jv8q0R9S zS2E=OAavml$wJrXieiN;B^|4t3MKpd=z{J>)J!DCgJ#MP%MXCQP&AO5iw9_KTL;Z* zUAR+NH2JGv3eJH29;p!Yop2f#pO`dB!#`r-$Q#aySo`urgU#+QuIM&)Z&W)wj{d|G zR_H!{)jp38vbo0Nm(;nrK1cpf zBE1e}Q`W;s;QL9+=Xz@(|1WJE&M?VL$M+HDxp-loJ6y9aJcc0QT7U`IBbC6p+1Dn( z__}*CM4*9X*EO>O*eI;W$Q`~(mkv09lj!f zZ%FQ;{7%nUu9EcJ5!Cv9A0p*MXjm5#7#aA?vtIaoL^u4>*l zL5$vImtV5F+eFRb<1WT{rBMmRmHy8=BZbR54?q?_{mo}|I5cAJm1cN0HNsKJ-C zTdowDHl%ANn8MR$mMvWrha!KiuOHRZWj3ee2W&ICNCRndfD3vzh1?_!*y|a6q*x*c zr+ud3EYh}KZc^%}S7t1t&G2YZxf-PndU$Rj8j3TLVnd8H`(ZS!FM#s(a2Ky=@O$4g z7YS?u;j8l3)OU89UT!DPA)LOsG%ntabW!G&xUGH>(&ld8&vH0Tmn#H*Vkqy=tKqGq zE_9mKXsj?4oz~L=eyv_Z&=;X3%j{k-<|q4kGHLifNqrHVedc$vfJgog85DaOhR1Ed z({P;|Kd~GxYux5*W;xj9cRbZq_UnAib7WU7S5w}_6gEKjc63d(Q+FJ&wFOhK`x1W+ zZ~xY?c%EG~rkW(CuR8nFN}-$fO7A6W_P&H!CAn^->4wo-F(Bm@ib!*~CKn(=;kzWc z%P%XB!5Tt&*0@D#L<#{`d4}n9@H6daw9+@uUc`=QwGRwl{A3FT;Iy#*o^T?+8s^u= zSAg+r&`8n3JeJ~~_kPC%vZF_we=DM&SKhmkFC=w1xNc5OR7xjjT}+cu<8Y4scu<3W z@R@u3ma=ye4pj>HDe{;vxPxhT&d8oS9%pnghIp_#320{~K`El4h$@h`3htaYHuNP$ zKN!6;1F1aPQieF0CU>}^h*BqichEB)Tvf3at6k^hxk_E2AuPtZr&%$BygjD$|6abr z=6FWjfxz~IF@4JP2&+9jU1lfGmEU-~*Pl-7$^_pJ*!w<*l0!8u`yt^>enni+#7y@5 zTrMQ+ahz3Br4p>$so|9+Yp7mBH zamPtyW=UiOeZ%l^xK~m=l}5f$3$4BZ%ZlWzF}1JqB>j2`u$1D%lDlmk2sNZG|H&Q< z1zHv8G?@qI(XB5kKr5^a?Pm>;qlH>HHcY)&@G+-}b$KjK=2~qE6Si@#8&g6qy^zUZ z4=CL);;=P2O>a0d=mRQDd(RabB;cwt4^r=~mrCTLKg=NfbQ3MSJy9{VUzo57!@-(J8}DBFSV5UGlpl!f4s)oHf^!x-Hx7`@ji! zU_;APPI@dgS;9#V=GnKsSF|>t2iuIk^T8bQcCr*%6LuH^v&m&*`jB2M%!M5ZiUMFe zXLTcJ0f!6R6+4|OUD#o{P5H0w1^-{|^60tQ^M!g;( zdcfSRcuh)05w8t-Y3|MI3%%Tt(_T)n;=A9+YHvuT)5#+z-J?sSQOUWkfgkqU(o-DV zk8%F_FXX8elgc>MXg!)qh&!!L>&EKKWbJ%`W^i(o`%T~!t;rosl|?uG!_@P3PZUo~ zyJY%~IIs1BvHSpH2hf8o_&i$<4{f^VN$q?&^&Nx1!z06D-|8`JRzUK?kT1;35(26N zHSw8a2kUTstUx+RjykUN_%L6MP0da#vs|#|A{f)Bt4*Shqk@tOt+Vq3|Z#gz;xhxjX2YAbDa$?J%V%-RfDDSVvndhAXY&DD4Vjef|iq z$pBx-a|ds?-xGwKce<9Nrgif*R=lW)UJdqY)KcY@x+(g6kn3RlO)75N(z2Ty%b5$_ zAsxGZnb?8Cxkj65i<0e3gRHDU==acc!-_Un$WMZ=mkLZZuT1%!-st^C%O z*Ac&z&7++Kcj8e6!B^_fe(&2-aOE-uHS@~zO#1Gr%&|^ot=-az^trZ}8Q^#G)5-bm z>BnNtHc`&X=%CD8P@(aSwsC<)$Kwwjx+qI`-QvRT-?+Y4+bKSiTNk%1rVl#CU#-OV zmWJ4xpsTHpn#9as>DNA`pINCQ~Z zF;sM`^pbdH!H<_{BQB20E8$TzqLKy7?$j9W8IUOiu-e}>VM-D--8qBHP^OYi8S_yI zK+_{lg2an9uwt~b*`hF$eZteilJ_MmtJ|{IGR`cjJ@yhC14cXRFRl#!7v6Z+KZ?dG znN242&^j!(`PSR)SFydHMjh(L zwl&$dZ5xwq+jcuV`?~+1=k0!b?%#=Zto2=xIAvN33$;zUD_QS}&nxn*!C7I)3qNOy zPyP{T?xQ)}k0S(}M~;jeF4)P@LNZ_xSv$d6 zJsbmO-$^ajpJ&t*!SUUyqjlMX&hU6sfmMkIYoJTL_;5jw4}!nHzxhThTeGcBV6*_t z&fVH{?mbda$cGh4kI*+yl$^n{?U6p^oVSib_i$qtgPR$7+G3?Ve09zMCmy>6t6o`X zubA{<77j05@!+o+dEO#&Er*A}VOC5U^kuFUK3zXaHA(15aftOYmtE?|NM^t(W~ny9 zcnfqNLaPyEfFovT09f|O9!?jG>S{82T0Jht>QF77^$rl<{aTtKu(m>)`yBz%eY{_( zM(9Eu+EQAOsLP=+<&DbUg6t@I+b#K_y8?c(H%*w2Fe51uS5gRqeg-BZ+a17e(1Zm>uH6i;UafN(ktl zrcoGKBxo@(Nn3O{1_!15qqw%*AZ)wKhKi1C4G8*(Wb?HrA7S!$|K8JLU zm2`!5)|;F<;>Su{B?+x9U$Jz#-tr#vb?yr>9}7d;f;-n166Q4FdwN|Kj}DOOGPBmV z{W*-If1nJ^Em05NbG6+=A!2<_+H1`!`ECU81sjQjDJMj6NvJ)N3$N5drR?~(iSsFj z^C!Am!!;FNE#*W76LDA^Z>8o-mXckpY$mPfB0H870nZV$ItbU?Avu6$H2blJ#-BtD z5fTfZX(Ca79^)H&|7S;UA7u5y1vMJeNUQ-*99Y)3NL<`p{IppNgSBtur5I8v5-uA< z3@uA}Qhksc?M~=f6{ZPeHN0}T5PkYx-4BGYX>Ft=`#tzK;ayhi-4L@-`0mYAUBHTF z@`5){?hnVkC8*;8zw186y!80gJnp3${hU4C*TDZ?&wq}=c;-`Fx|0At;Q~9Yo<#5# zhw$RnWjeGx3qQY3{s_IeefQC6Az&-oHldqE$?(~TVk!2C%pxddG<-=woEB=|Z)np* zW$od5H?I8f7NBK^_6@{tso6GbrYE*YR@}$6qQhHwb;^Jst18l{_%9)RiZyv>8F$Ai zV}=1fTTmjKe2US5!Q1pBUei{{1#QhoRmDnEyN+p3x*?w9n!&DY(p>A9BGJ{t{$fe_ z!g2;-qzON4+dS!_4}tuQ(`)Q}27@%Om@w^dfx30CpmZxvOyx!i7)0v-5rl>SEn0U0 zF;}Sc8TA~kBP5f~(o0pWGAX?pU*Bm_+^F*qG79@o=bH_5l|s3WI7jKd`=wZEY8%E8 znIszIEOT#G{nOC=lJw=SzmCOUAX%A2M?#Siql*nt|v>LVH!!-nCYJASwKO+6yT! zQK{2PT|D^$cC+^~K42)#-WiQM)_)5k3C4dGt8mQT(UWY(1I8KJ=X7%f#7kd&*2FLs zGhG2SOCpVjZaMCe`YhsdU)Y%6EyoT^pq?1)9FgjV$NyH3qk~86@Q=PU>zl6XjYrzA zl^S~G>j_O4N$KaJs4V4Wc6=&X!YPFKYQKaOoN2Y*l* zU_o|Os{QX}*G5w-z)9t=n9^XODKofhrDJ=&&UvI!aO4i|;j|SV$>6(L!1*w1r-qUR6RN%f zUSK+BLiX+~XU_3)I;W+`$O7IC#c$J^R^ zSPTt^3`&1DN5$+3*&p*4#R814#K~a-uBIjJ)TMsNv@c0`6^^TDN>iAV;M+(ZY|ad- z#aAUO8uy-d371jxm#_sYR3(n+~$2D<_VVKh~> zVQ`?QU$YcH{X6{7&^}Bok1F&az1QweL$PVd%6ZIeUYL76io@aBq_p{+OvHF&5+A8f z4gqNV7C#)EKg=R`ytlSG(CYJqihQw_$_#2XcC^}N*#1EfaHT;0F%I>I_Vx1eNmqMYNpmMrP*00c`$&3=*6rul0OJZG!-I&w5L0Yd&&nD=198lYqq?=po zb2ud5dl(wUO6&*qVKnBJ{VRxv>v8M%?}|=*8!zd5RPdN^LItaukN>olXUi43k`lF4 z`T3s@(ZXC(PLC)x7PsiYilxfH_TyjIL`2Uled1MX3yid`_D=2hYP|_=lyG5)*TqlTYAI3l1<1OeE0yhIn_j1f zi&0Y$BH{-M2~bwmP|ft$zY;*Atp9ufHQWI*?$uv7IB+M~S@Qaouqu;{Sh7*lDguOOnM2T;f2i6Zv&e^@6P3OUmLUFu4XhhM5>|xLtJtpgh#mL8w zwfaLj zwnw?WyS)_w0k;gvBc8NY^Rz=*KYCHjl^f8=Q6vn8xx~=0@WLz8*bP_wuI5;7)#(A^ z=Pm6bS{Iy}?ARfnTRg4N%p)MlN3g>B-}(P)Wgv;A?{gJR=scdUn4p{kIxNqZs!nF| z0$nXZb&8@jdR=zsOH6p}*N+iiv3mRl9d?*Y<7Nisnu_r%^C_iw6D=C$Zpu2;J?jPR zfIUg%yN)7>Ue^@=BiDxG-GkLg+E^|eUe^oKB-EUvT^+=bB*ff}&VSv9+NQ!>vhl{` zN}daeY+S0kJ(i)^sk~Ki3zNg5fKqHs5gxknA93Q7$aFgx=eQs&RQ*AE+Tj{B8X7GT z*55!MpB1GY^~@Da5xRzi8(*O1H4{-NKn_+@vGM7Kg|jI?}NtxUj)v%Ocs+Avf$W|qS@An-ez;BRf2qQlZO zTd|xT@+NnVK9_JUX4!J4ZdZw4*Rv!6j9L;?y$cf(L?&OAf@N7Adv&JPyn6>#nuCXh z-*xxYJGu5aq6l~(t=F5q_c&EDQl)<9Q(-7Nf8ByUUw+ayK4EQPL$?>rc?f3}XT6P`TA^5Z)x_1)K)DT8gXKg?D_-Md@ zGp!a)D`_&g1X62zTD3btZ!g*e{Lzo{qTg!fZL&0c-O7>vMF>qJ0+j|`Ioy?YiKdwk zHd+SJx!!aQgp+6pC3QTS*s25J7z+B%FR7Z4By8^1<0x0rTuIU=f_GFuh`6s4oOtej zaCoNWnHZp@AF3}L^iUydKqMzP+BVG6Ru$cu34sJoNGr^{>dUa0*Z`($;d%&>0Z|_e zaTa25=VAT{)U9CZc?MQ?Ka3)MK8_ICDm?px&HKyus%Kd;A=9u8u{>_VS{f71bIfW>-8t+|IXxc1oNoAg1_Kc;!6HUheQ;JJrc<&Avv8jn7&6O zr^PIuHRl(*>j1TCZ$d03c*-<-VfkCX38%DZreD#3EdQy`lj2TS_t+3x z!QM4lPJ2FjFtQv%N)MbH%kOG)37qf(TKTR`I4u-hSH`Qh<0|}82}`!S9-}t#Hq|c~ zED?uS6;h}&y`jSG>4YwW?+;*lm){W%?-s=II-p0SuR0^}x~1>V$li$2nmKmg6AweCiM8zrC28l!;&shFs>}glx}N-3bFh%{=*&9vW-?_ z`1bBu++cXnS{98e-Wp$qOn&Pl8=V}|H@IkmHa?r+N#(Q_y;J>qcDw%Tttkb^DO5#r z)`R}$dpwTu--A+G|G#~Z1p~-?cQ8uf&ncVC_^P?R1#*_eu^CHZ(y35-yGw3O`c6Sq zr%Jb$5$C~A!0OJz&!ki`&(`y!NWnrL6=8(_NAVdP8p<;nWhpa=OPusbe%9~u;B;QMut*t&v%{Xwev0if4pfo#h<7QFiafnmkf%s}I(33TwFCK8O2 z&AJ2SnKN#WBce?UFyPAvl9ii(V&_ITK=O^u?jJO5!8K`!78g#Sxc4|4D!+$KUiR$> zxjDVS1;tMjQdpm!ZtHGwN_7^HspIEN1tjtdk|9Y-9JnBxsTHS2ymmv*8sf2kQR@35 z?%)VuSSkk)TxDlGNURwi`&rSM$he39Ri0J4#s=rp>FW@gx`i)j>xE1}wao7lD`FgY zWL@{?(czEuw~gk?smSno)7_IbsDIg<2p&;*VfdUDZp`jy&;OAPrqP{^=mDU6vzyKR zyV}(It5WA?07Xkoo=!45>?8n&{;3VrWdoXYL>~HoM|l$uvE693NB8^;$DpBnNZ)x% z=W(RQX3+y(#9a)AqwpMxuZP|o@8>Rm?5>cYBSn^pQ{j#`h)an8eFx$x*5~&=!Raj6 z;!LTNhO$K3cJ4;M5usJ|qvQEqYO+CsK$nsw3Rx;`0shEMR#<2NRIVBnOva%Il@fYV zK0@(T>de&uj4Mb?W?j4xE^1*_-{MBeiA%?@*J_Lj#M1A!q$)M7-1-k=MXcqeClSj9>>~=a`Z8lS7We9qFYMg;g+BYB__JJY z5c8&|5$B_a?kAoqV_uceH@JN+au*FLTzuq^kW9Z@g5p{)oo}MXTy1dKeU|sj`ylj^ zp15td*DI^>9L{LTN5THZY6C@_6K7f4;}YD#bPDD}v5VmAN*b^vZh(d6=R|2U%Ph9( zWdnpiWlxM3BWOW{*F1&Oo?86G2kG(MKo!7$S-M}q^K(i-tx@RdR%?xaPL`_H?^i;+ zP*x#g+F<^1ZTpJrHXH}Vruoy+N2gyne zLXuHwe*9386mnMq<|~D156^)2J?enI;i|2G`uBBKwE{-1Veqg*{?!jfdJ(it1fPXo zXKZV5vA|uGnSwAlvHluk)D|zu1u}QE1{3o;ZJ7~HnUxI@tf-aENV~BvBn}^<&^2d^ z0^hGsbkv;z>>6@X+JOPT7(g2wZLLkVj8hW|`l=L8m+_C^n?6Ayoo=S!%!o)ZWOg&W zkVtw`_^DXZFMlAL9OVREY~$KgSTRyJ#BXp1>hD2RL8`I_P}{GU&^ZC^2J+K+FjWpc zQAgQu-tU>zUOx`mQd=D%=no42s$+8Pqj+x5r^;jF^v>lPRfwxe4wXu#_unhuiMu+w zvy9$nQMmGLcYuM8H=B9xtt7tsyi71&F&;9XjGj9~cf#prZ~RxN(siKbG~t^^-EJ?u z0LOBJzJNa}{dXIxpl5O@txiOxM-LMCIFaYQqgq6PnNQha!N@o+6i_!rL;JfaufK`` zb^&r%$xjHI`32X%1fuTb`M3E-E^)EXW1A*22yYljx8q7FofC#{S_ZfQrZG7Cku`ET zQQ?z?$l}*orfE%RBjcMAUuN`35+0X@jV-2F1<*ogK?_EH^iI>E&fCKP$gfte`2o@X zd!BZ&t}_mYsJ~ascgLM^ZdL)mZw_e&3d<$7UDtNc(})bJxlq#q<)ROxGT7b-9;UKT z^?=mad`EE|DGQ=;UJD4bf3bxdWbz7uB-;vK@cF)X6P?jvR36KTxNz&UIc!G-B6Ke* zBwdfIwGD_*NBP1AJ`W7r2&*3rLc9{7#Q|+s2q$1r{@7O!jn_y7KXwXY1OsMnywHBu zo}&=)VmhBKxSw4{eESa{sOX*L)hBfC_wj_KDKlh5s}lF&iTAl`#Im!vSK}4wa=kN? zCa2;u>tFDz9Lex?~lX3v37Mtm2U>;>4pzlmHdG1#9Sc%-h$-`s6z zwfID40szKePmgo$Jn)H$i423Gu;@R4U7SSpM(9b5Q_-(F&!-#3yh1Vp~4JJ zn3e*XzH8WSApyG2q;r4j?1jrO%rJrJOW``eoZ8dXvS;Q&6rPJ~FgaK;IUrWYj*Vpx z5w<7{w6-!ZXUpzkKSY%*cFZ_q^LuwMyjaiV`afi^byXrWI6+o#fU-Ru_O8nGa%0yF zO_p;WKWTfyQuJyR&p{OYabmYqftw9>Z^bhifHqso!9HyS!Tl@Yo?xr$-S3Gq1`*s&;VrD zQ~k=p3(g-JE=w%G_h#Iwh)oS+cb4kK^daC&)UYyNgCRFZ%#X@gXT0f@DXy5s0wn7V zrm`8|^udti8f;yx$Px2XB=J8$Qc{8d=~y;R*hlT&sB%gY1}(3(=!Xmsj!i>nV*2!u z$=2Hx{sw4yFoXgHL{~m)@$d}Zc{R(|eMB;r{d%1TU^(2oMmZ&2S3u3TbK2BU>rg+o zuqnk`2L;Orw66665Gj^cs|?%5_TInP1BX_c%b4*C`pR2R6<%-=Pv8G-$=)30BP`gl z`zUF8L_7r0`8lDpFuW;@pR8$_nG$mNr&ROPO4t2=ZCVe9{!Ta#MJ&(%I^5IvW8J(^ z7(-oqYa|^Dp+@f_j~GPWF35arKu+$fU@3z=oTR*IsfV%z-r9p~RRM5eCH96xlONJK zE#P}UCVLBBj5yV42`7r-AgfsAFNtfTY^Av?bCw0DP4V@Oul4Za8FP&MejFdL4?1Tc z4Sg^u#ZPd%_a3)Ni>XH`(sYUF0;s0+yODL%6vEPndSf1#%hGsBGrkjYb`Z#QBkjze z5?p`xzRV7LKjY+%sR>Qf66OOVAB7OiYt3U7sLmwARyt-3)_g2bocu9!WL#&kYNj&d z`VupV`m4Q1p%Of0J~$o<-e4tu7356CoYGl~09YOjXbW8^aHTOQkLiws!bR_%kM|8F z>i@H7>iq&y{uiBqvuR>j z^xbJ1&Dyl@?EN}iiWJFRcHocn|Kh7C#WhZ%q$xRN@BC!sUh7L&b9`4|?07-VAbPnhmNa%S-+)LW9Q1+(nN=qubsY-DrO<;qx#j=eQ-XB1; z^jNRxB>A6Lwe7#EogAQ&9$A)0ugfXrp4Ql+$po0=UsFc5bk!nynUeJ{Kr>Z<01DZC zAqz*IX7F0Ab*92;eejK0PL|3{>P(`tE9#E|BqJ@}za^Dv$+Gy(K%Bg$A@W8Qyp7dY zJex14m^5aZqV|QGl3|yR?H-WEp#K}qsN535d``_jFYcn z?m^W+E=~;E-!yS;(ev874*}{#Q5V~HD6I4E!PAxnouH4N zrS&SHeOd}qt`hpGe~5(yPHd8S2IHe6CEn^Oa6gvM5?Y++(T!7|cC0T(Ad&j#>I)t+ zb;y83I|k=y+{atI*Xs>^z5_=-2+X+RdV{(oZyD_Ol<+SFfS21Z0UoFTf*fuvX%3>_ zTGD^ut0A%nu`VdaSh_O-1M?6V1%`PO3O*;>tF8N{e0qV{5%Mv~j z6X#uy#Hf-@<$7xkA%nG4g#;6kjuyu2YtEHyTjQy>XBX_%x8HZ*{7ztg34*?PJY@{!PJ_)KKX(O9c{LXD72=3@+EJDEcHAXEAz+Xs|85B{Wad-UPEX zO2(;pqVuCk<~j|GpiFqqJND_-i^qcVgg`SYbQ19g!$UlHw^NIZyV(C~;>tjuCyV?h z1IuS8Kk3^O`ZOWwsSQ~vyNR(&4KYu$K6Csboob2Ud*ihsX;{BRZt$grYZS?c;IAf& z#|4{c>ezhuj;Y!nHV9dAE?wo8yvh}*iWtT~n-{4UhYK3bMsu_fFLtn5*1qk2J;8Df zehUTDUNynKg*>W5xz!`eqev6uluFcB*!JUF$3P}c+iX$`Q4~(JrR0Gg5&8VzIqe@s>y|P=qg5b9V<7-d zmVjPy>92|d@h2S?@`|agf8xFz~ z7{%F6VZY5jNcfKD-{mv-Tee5N>X*6)mG4!skQWowmUi=XfJT+*NiU0XC2ru9lZ8tP z1bz{|MYqLKWeB_0cxWKHab{L+N-uC+aWv$I&iTh3?>99`41p_=D0tn~a?S3x3;&=H`_u=6VTUJj^$9CDYqV$_D$>x} zEvtq(g@6M1c!g=c*CGl?Mk!^QMHQUb-25U>3>vkcQN;mB$l@Ay3*hwDyP=8~&$@dc zG~4|00hMw?^~#*w|m~ zJ5X=-3{O9PWNwFvJx3RydD2616@bdr{u8!d?)87?z*eo$q|s&4Zz2ko^dvXAjE!xe~Vh3EwtS3RQUKDIlN#*rPP z_-^wzG9*uvwi1{!Ad$xEOD_pag_P4$!jV4~^;bL00%`0_SFuPD+->mv9gZC5AuwZs z-v8PbsMUXZ)P4RM%E2!x8*iS7yKi6*IT4XsJ zpdM>Ecy|=gTz2^*)R-uZ0SwPxf{rsTr?9b6EPZEpM6od?zbB3G&+}eKK_Ah3IT@3t zB*~2j#nFGSWR5JmKU-`!B;s`{&rl_#-DhIr2|+FL1cm!4gLomcjvgv&`yrS&aF{hS znRvU3_WYn+mlu`SbLTSBt-A{x5k@4-*8FEmwS9qvL(C!uH=ZQ6JQ5 zrZ1l`4LYg$K?C?e0j=}GiD1PKqkO(CW`U$ax{@xb~* z2Mxm%juU@1hlPvm_D`bOv>3@mXL9Gtsqob4Z9rsc1m4uF_x2#km7#q1)-?p=6>C^e z^ncE9jGGBHW1m?`6ds}jybx*nNV}P&#L~!6E)dU*QYRZ46qSty_ zqOhLgD}zTD_}D@omubRd7qciqbt6HOeU9YaT(;=o-@k|L3;dkWfp56V91tADRywGG z9pAWOt*q^po*5&U)E_WIAc2m{wwwn7H(NbHER>tY*Id0%B}iQGIbibP$N#Q1nV^?e zfS^An2&JGBG1B4l!K+cD_qXIyO13WSeOG87Y`l-@AW|Da_sNS90lhTO{WW72B$9`R zM{<$A+|O@aYeD+d&994!Ji>1yWXyIr@?E#l2$ZViF(%8uqYapaeR?;qK(Ac zK4j|~lrQ-6b~G89;Vl+4Di2#os0WC!Q~s)ZIB_5}f2LDId_iA|qIuqum6Hej)eHu{BV!64#BF!7`a z;WE7Gn?vJ;VB?&iOdmAngp1b`q87*0Cgn>p?%Di%PJUgDd z-6HM-AfG`DOt$t+i}Sfg7{CDoT`7Or_GYJVH1t0(c9}=-@9cI0Sc zA*AHud1<-#nM8Q1sELrF1j07u`L~mmy8VF!MK?;+9*8XxB%Ed0$pysH&BAWDi${#` z_ymt#@idK$7XCFehRC^#%?{J=24~?|+<1;y)wf8REKLKN)tum=*6}Br)j6BdsjnY9 zQah3p#ix+c6UK^qdZ#Y36;R5mAWH#mh$gfZvK%D%8vj&T2`TxqT52Mb_}ZE@T>}5k z{e`v!-47fvyyp;XlU$s^Y%vb6^QYgw1{AHnU*JACOFIfmcrQvSQ~m6<#>f2TQQhcG zQ77sP5_*GcLOOAq~^E`3&euVmS)NjF^UF$Sh%z{WcdB_@qB&*cbQZ`04o7`bp5RUop&-6NfZ#@wQ8d{R zbT|Gp9k0tZjOXdo4Ml+FsEQNg;XZol@NPxz-tzBzN=T;&g!xw(E{>GFZ6%s*eYmNZ zr8I5Q!Ni4%)TtI`TgCsbB)+o{(@ZDxbr1W;G;$yBk=u_5&X&MMjrL8w>697M&JW>C+SGshuy?Zeh0375t0ujK8yU!1M5jG^+da zU`1{)r68ohYPCLQgU#EQ-}@S~I^MiZVe8jF17s2N?zL0TfxD~!4TZRf-E2hk+ue=a zDNeT_p3ZSlpZ3*K^{XaA-jT)apo@S4LgPpvM=XYGpq!X;1RLASbm7Et>6E>j> z7ds>rsnn4H;a}#69WJQ?-bI43(9O`mIST|9tKM#a7@CU>Ux1dLLbW;q4%!gqm;5BA zY*L{;fnt`PvIkZo3ps;XS1rsNj7Uz1w<{dtmKCIh`MIF*Bz(SE`JdFWCei+Ach)3d zh~4|G;O+AqVeN7{_s2bhZ8n&2MEDP2l`x~+KOfsV%<9Df*?_~=Roz`7w7|R#W}J{KNY1{GpH^h|q9KZGVpoxr$yWEF}{bc={r%=0OFyJ^2Fvn|^tC zQzuU;C*4XSuVQi2Q|165Z`k7wEt@0!XF~IPqF-d>3>)_Xmm5l0cj!No_Fj=uPS(H^ z)mM3$T`}`x_`~SlXnoJP{wD!BrI98Qgl@&X!~3lRD1OwhpEW!!*fdu;l3iZTHx|X{ zEIX?2T}*t0$RMdQhjRV-StG6{9^~K_cKh!>%+gSC2+~k|JHT@d4e6F$u6e=JU1^XI zWE{Q*G)iO`GRt4`Qo=M_`}>5a$hhB-YkE8J^m9Q?UMFu?-zw`dgNnxj@17xYs8r4- zB#?Qx?|b&|P6reZN8Rs_c9*M=7bbQ8?iPXjz5opy*iM0{TCKFE^WfW=@Q|i~&gU(5 z8{BY3wvs1fP2%6t>cE^m#B{3)oD`QI_ru8Z8lodeex2P~&=-m0Rp9>HpxMrbab{qa zB`p<`(A8aEG_K8DhxcwqXRT`ln#*umiPM#Su#1X0BQq!uNhUk0C#`XGEJJ_|aLGO6 z2x0204L3C?9z$FYo$in(7cST&S9m*j!!`sBRI-Uo8$9=zfQ-QUZ_S5h@|Gz77X2Ha zYCAvmJ$gN^Sod72;!Xe)0U?J%#5ZteU0b!-%(hx!+FfLN+i-8_Sf>hJ)mE{fz1!%c zxM~KGct2~O2b2;Hsf9yAO|AL%>{B}I&8^@ zn$Y<5o=aaSh$eyDk@cMw1I&`bH#^ouwM8zxd6AVgYMTdVXv4U{0yi)u$m@s(VewvxDbT2%s?`q6Xa%=RL>yfHpr@x1zHtPN0?yV8m} z^s60O*Tjd+?TlOP==y=>vEp3c=C6Gc0PB*AHt^fZ^YQijhQBm21|r|OMuEu!vDyF0 zN2jmruP7IjKKtlSuMvGZ-OSD{pW1j)LO>7C$BS^D$g{n-B`qZmKa3+vo_dEN&s5$t zutf-9!!RO_KTc(+OfL+>>jQDqsA{oM{{soEODW}SrDn~;VB%*%oT4`FD!7Be2}{nd z(`;Id9`yRII;-nzwn2FG3?YyxA7$G3sY$tgUcGy zniBC<*p@kGCiTJznL%Ru7ln}94{pADsEorbj>FUC;p(jz^6o}2QvrFe^b0s%reAx! zB=S8sUGk6+YkqX^1ZE{|1POfiQ$PTc6>WYgZ9XQ1blg@P zHL8akMVECv)AqzrB^`mZ=#SM&!F}6R&*Q0ytXD-u6b{F!I0h>R=S#^y&&f@0d#gBg zdtFze11D&!wP1R{cL=A`yPR*Z2nc=db-@-GTlwOS?ATSRZgK}%Yaur`W;a7P`lM6> z7)0w$eMt;}o7ua|8KDj&_k4}{e$j`YGLlDq`_h-mL07II@1PtTH}J#c03{Qy%a&V> zE+vSBe^*m$(9wDOhFK>-H1;77)ivX&kE)i;frU_X{^lE@wE!ma7rfvqS(jb(#p}(o zv`06OT7OaG2gIe^gR10wZ1>0AUUTnxI99BUc?1co3sye!<2l_8y6DW(>ZTHxHm)Og z(09%a0_H(?AzhEo`m++WfceK`n%lEV%ZehQ_Zx_8Z|iP$>XE0**i1KY)uYZ(7-Zu9 z`)NUA^L|3+?*ZYV2{gpl{7`X%OYYT+gh&3~r2g&Fer9hr4jS&oHGAJU0sC&VC)K4pjaOMfjWS1o|yQqZ7 z+ia?aIBPSAo?1=JS)kh0njSt9&nIHP7*uJLExuo9(h^lN`(a;9?^rx2?~H>>oG|SK z68!55T`>DA-SJaFk!Kqxe1d|+^6B6E`d#(y(jJScH` zdjsawS?s&4h(87B`e5JfZ}ocCbkj025appWOGHs6vGU*GvS9>k(et{-ap)-U^LCK?># zUFDfS3oj0*@THQS(CaEl+pDISM##1jA*}T;g0!eGgoT8dGL8F(j+63ZO;I3jn$IIr zr9erbOSxS-6ERLij35n?Vz(2Yo|_f8&xcW7ZT+Qcem?yxA$+hW7N4P$^20c_nW-H2 z3s=zgeMYXsGsY~xV6a}Ri#`5*dtP-^SqAW)v2@C+Zzjz)4^X2QVkUu;Gv!%wa@W4? zAfaNb?+{#58t_1nnw6#Iq`kkLG5ry|!a-ms_h2xjSuo7kixdA1P7@1k-=C`r9t_5k z9=xq%nap@`SrpfVcB#!-{zk?I<)=IRT8B_zmJ>GPUfUWpSBS@gjulT*h|ni0v+7iK zaFwk%TpwVtBX+A9kk^6J^PYWp<(Yl|Pbk>4jo1wno1eM3!_knH~{vAk%e|5du zUSLXX({%UZWUUr023LECfYG!X?QPpa5LKui9`?-go)3zYU7(7ZH(id_*jJu=DLA31 zwi}-VPl=n+VFwrH;CZI$6m!6qbdE2+y~1?r4uk3oFCIwA3;kh}FpExX_9?#1{JSdS zFLrhD&r?Sh)ynv>g^eD%V%IduK7hQ{Dk5BL?;{-M$3F0_=p_-7UPRdO6|ughCWM*_ zEP?=gxgF2v8gvV%wR;MbH`gi%xM+4YK4oFJeY?<*#pN`9dFcPOIMlX>JCE{puHK1qSU#M7(7~^7<>ZbGHUJUG?LYET6xLi-{fyNn>a4U@_r^!bX7Ho4}}4bMqd{@G14b zZ!xzRR_S38^ACfE;-}VbEkJzf=86ltSrE+G{AW#wi8J=5L(ZB-v!mU--oMTeofIsRTzJ+@dH#2I7E>o~NvmERLOG355ppejj^|t~ zxqbvzoh}U#5{_c@$gYr9PQ+4ZJgY{J;W`WF50&i z%U#Jn@tni5VU7v4z-Oy$x2vO?hd4^3<-nJjvU%5 zMB?|H90B7=?88yVNaMjaiIk45P_y~&i0v-^-2kfR84H7LhZi`J*OPS?QVA=j>30MC zg?&LR2G?Z`*Cw+k((@SCp{Hl2lNC!;cn?9a%O#0ejbVvu(~UR&sEOYkyPOhMuWM@z zHR^C;C@D!SMoUg;0oCbq6L|AvLaVE*b{OET)T-UoB(HmwhlS1iSjKg;{tu42kY~|LkPhezv+01jS2*gcfZFkc(XPvnF zN^N8!NTwOip{1g@o(pg2T)}Kv}s6C@1@k98HpYC^1Cs&w0 zPyJuIWtbYZQ(`&Tw|%f3F}?O1{jS{2 z+{E=R1tKrM#LwM_8sd=ko8w@0YyA~S$v$cp46TMW($Y!NT{o@Z&UwC@4GvXSqroP7 z_1p|BW);-{7P-uIzDzgBN$~W3)tAkVs#DmN2z3B8=zoM>$^`z7q^5mv-s{lHm;?t-Z&8#=dj0SWzwh7IFz-KA9u;*-44Id zAHw57W8mW9!2{L(-e4WSZP>btRGL49{?*h~Ys2PCpb;yCBQsyG4XiIO`Mftih;Zw! zkJ3G&Dx}UFXtrJ-j7cEgZ1*l~wJEdmoh*9)WB>*eBtP0UI0pZWclHH$wgyG>Fz`76&kxH8-EsRa6;B?d%Aww9!6xn z9~>O?s^iN2!(6Q-s)v~l>Doa4;QFZb!fu@Ak8!_#KTa<^S^e8xL^jls;{|uU3d~!5 zq;T-XvBoS{rp+XFh5HlipW!2(eKY&)oohERcb@Jmpgn7@_tVx2`1;4|dDFG^yt>2Y zA)S4?sUIt*pEVn0T=rXE)@cd z!0`kUXutz`7juPe*4Q1abEvwy(qAXj!OQRh5}AUBnfUfb6_2bfd4O}Oxf8~diR z_{fac1cCjG-))zXn0TE=?!UMQri_B+sqvl|Yi?`N0~C+ew|+884dGzMjNbKe8Fat~b7h+4-CyZ}dLV?qogW;-9ezcinCYqEnCh1?1>|BQD|pyg{9dt^Vd z6|5)VZkgah<@{El@{|X6PW~pLpOv+CMwE)_o@R+nA@5ZvQLS@Waemrt|4iZi?<nEA=Y*IxF7G{gzTx^X!cOpTTK9(_W09UU$9>tx@D9vz)V~bvt9Jl%#RG;=oj~!&cOGxx&Jp?Vc&p(*OZn#)e-8 z#ofX*yX7*SG_&o#z5W>fa&3NwA6iVT7|N(vct$Z6CltJBcE~KFZ`QjX#Hnh&jmss9ng|{^4l5toHj26&*vG2cO4G z*b)a)O9kQHTmCiOgdP~5gw!eY6Y zL0+vH(&wP@N9{e%*N9^+;>Lta7SxJ1Tz}X@PIgPr+id-(mXVm<1Qwfz$8ha|#{O)B zXXr58aoz{k>k;*CD6KQ5M=$IUCO!y=BXyAFiOV9yg~iaL?WfqS88y$BOjayINv!=? z0BSbCh*1oFUkH9!ZexldNQRBEbBd{buR3jKr6GiXixqwaol|3G#*d0lfc?Dr2oCLj z^5wSQ0PdD+OU|FnAZ65Ro3>!T3GNSBGffTcbiGg;fsMdbXjK@Vb|QOn58~rl%kKPV zb3Wr?$IXQvX0a}IH}H-2S?G&dBjoC>S{%=vLM-i4`v+0g|6}j3zpDJcuu)h->F#dn z?(UEd>25?C0qG8DK|mU5q`O-}8kCamknZLz@bi72=RJSJ8Dsy%*!SjMYt1$1HLqFx z=VI0#`4v~te?ZNQt}W4c?KMpr=2U0f#H_f6Kj zU%0s+eBtXDUx~Kb38^k_!zkoC2vbCI{l3o>Gd7|y*30hvYd9a_7DSK~v*cSmL-5f2 zws=yE^iTJcMh0KaJmo@#UVlT7DAH}VQuksaKk7vq@XD-VahFi4QdXR^HqiR#njthL zzXS(3_en%*qP?5!ENaPiVKdB7ah7@L+n#|RIS5Jjg+2*huEIEw4o48u?%d!)BhU=O zAN(k7=U5hU5uk;J;j>?btrXZ^j|18#7u4v|Aez`jTu;+KROz`0p&x3!xUZfY^Voe= zb3qU|Qie8@Sb>1>D`stZF*BBSq`UDf4Yt51hDLqAhc5TNM{ull5pHBj5V}C}vg^DV zPOHV}z(v27P}ql%x%D2-CSwutUE1ebN3zw&#h}ycGF;bN&K%V1fQ8!&x&UT1Sbfa( z&fA|$s7F(9D@>ajW(*BDH`TXUI8r3M-G+U8^*``_sJ;V!tkvu{7<{+wz?)&dZ0W}p z9zVY?Aj$sWPVGlH*6}-26O*wbHR_L>?O{XRl@6%%x{`0ormzSN;BL9PzX`j& zxQODz5~Mrc|Fvef4(CSq5=N8mn#+I;Hry^sS0^+J6w}EXJPNfQ=dgstZoQ14rbXYs z!|xoaC+>w!q9vMOclc)T-m7}U`_B1@o97}0@)F`#)}Vs4>z&9gvbZQ@>%`=AbNJ)(&qwiZ zN0*iaxNr&m{La?YAyN1-jPHFVz0tfi$Q-WDa5zwz zHhgYZ-p{k$7?_dVA~ik?FQ>S^YC>o}-YFn4`r|yB!{UL;(e?Srx02Q>P)NO3?s0im5YFUef;5fE z>aISnal5&hrST(9vmSOT2JyvjJ?1(%W!^Co`hE@3zC8PJb-ZSdA!`lDlJO0s_EEhS zMB8r!r1RAckv_x9iy94{$KFm<8Tak1;oHskQ@TexN^;9|62?2Z-eG< zbu4OJ9JHU!mrQ@d6I4R;l5FJqoG$q#4(G_Xyd}zB=&^!kj-fquI&6OK*OHG_P#a15I{pi`*>D_Q{lU%Vjh7- zE-R@LHxgG{P`|p9aC%$=t7pvc28Y@6R1A&96r(C>RO(O6C;|@8g~KUQUjy>xDmK4w zT19m?ydlYtPp9_yjz03K=_Rmj6JQv&U*S9{Plz5b@h<-QI_=bxUx%WPLa*?Mw? z1xuxIpURi&4b!8TalD!9a-(k3)!?Lmxc(8FDfh%#lk{3z-Kj#Y;QBTkZV7@vrJ=^R zo|}Kms0vtc$}X6W+>ZNlh+cpD z=hF7#!oDona43T+rO&6e4XG~ubq)y%yTxqtp8G3g1!8C^M3-@&=OjeV}_xX!z^^vc& zMlYMrhy$pJ(_!x)Hq8Gdl$o93!8z#Nv!$#e8l>>%NF>Mo_30tru;@BAd<^MvdVkNR z6xM3^c#Sj|eTSHCfMBR;2;ZiYiRB7h{ACM(wHFvf5y~=s?_T^aKr(;FxTR#WX>Vj_BByZ9WCGTz{QTNj80xz=u@>Hz zGj5GdE-B3w=kgD6#SwIPaeGUcl=JP8wjT6SebnSXJ0X@ln~itw&|%;Tb?PNzo1 zzg2vhgopY(Q6wT!vpwD@zOx6vxg6y0t~Ohn%nP9s*@w!2*Ck{V8|3wJ={UDibB`fVZz`^Gs(zCp=*eZ`iPDQ_T)0AWhcZB! zW0C9oh&X>EuW_)?zv$nf)Gk$m>f*fUMUuLdLEX(nAyXpL_Hg_cm&M3Wb!3JlbHp2p zsOb`iK8sel7RxcP$F=r8;}A8a35Qw8cX*~pt2Jfh7rfj#R1ym5A8Pc#AYmySnCX-Q z$R+6~kN!0Upgh=WHm4mPj=lS5X-iasoz15WD1NwR99L^^PCNfP-){3f=(@`Y{ASHq z;wX5B$UH%)7aUaGH)gp_Q}b>C{d6%!tt@zFvDI^ha2(ludfBg}HxRY?oeOZE44obe z9sB2~>g4ZrjWfeEn}@W6gA5J)ZhyR#C7EwtWQ0y2CPwkK-HvZ+H>2Swm&M(t{)XLD?(QEUSYJU6D=Qyzl(R%%G8s-{+X zbs9r=jz8PJ=6l$cHof?Rq+KZYYKMT|ge6~r6Qz?Hi4#%}YI$unu#!?m86{=CPs)Ivd;DZb*lN> zSlIrAK&APPpeg&=LE8+)eBBu_2Rc7jsi?BDGM-g*boAIKcB9@nTOVXS*>r6={uKYp zC@E9VUIVYXM^i#nv4Kh!g1Ulw5y580meddaYNAYWN(X`alWWS{BoJWy01ukpBzGOx~e@Pq(C+XL}MYdct^O zi~&=jd5$O`sRclxZszv80L{gl7duh*fulcyLrf-6^j(dKEn3d#uo=JF_cJ%e9;kc} zLo8Bd5@Rm0kD#80S~C5eCY?}nR|848Coj5tED!B+(evXtXZ+X-15{MPFfsXWUrZT> z7YaD7!=?o*e|do9w*3=?l-h$Q3ge0BZ5G|xXQ-v6bv*s{?|ClV)yyPlq16 z^)Z^DNzv?eWAcuJ?^O} z{GajB->C&J5cjfgNk+5`zEj^BUIvyiQ-z{r4nb{aQNs{!t0dZ^eg?u9*JUKp4=i!i?E9L zmUGZ^ao&!w1Pr4My?#!XVmyGbih0TV3zO3-@BMyI}PyiUXV+z`LTwM&tM0_W8x2Ic8)DMy_M97v7 z?&jSV7WQ;g`UsusB({9F?PSG-05i&D5ZiXZHr;}>m8<5kcS&f`dc)Orw+bX^GZ&JlXFNi?qJjeh3HD=-hu{tUpiG`DeW8e9Dd~Zdl~=)Q(GoO7x8l zU1=$e>h7)qg zfI2U4r+2JF#on?+ryEA~(}2EK-RZUKB!ljd%gxT--d8!H$X&UaZ9VUQ~;L0YRKg@V<^-DX*zWHW_W+gfg z?2FeCzD2WR>9-QIP>m5J4vQ3HRIrg*VUz%w{Y0$M0j$s=qny zjN#u-PHqkrMg#ZWVucn-n{aV&* z4vqrZ)(&5c$ocq8P3gxWn-_CcEx>1v`+!f})w_HsI2S2wS*8N1lm4oX%Qf6zYHKXo3hg%` zaWqycN)8fR{L?Ayl0t+FAte6}Xb9~8Q>k%>^e_%w`-HEgQ38^xahfIzQnLw2*GvITPEQ4}2LuLl6sM}s4fFxI zSIYY>e`VfNKVMq~-ITC=vUG;InK@D&n+*@HCN3QD!v+FJyt;my8I+qlo1uFza$;g` z!qL&Mb~VLv?FN2};&$S_8w>r3RM}D;xsQRiBKthMoYb#tCzI|X#f+0v z1Byc@u&4*wzK3A?uqk+2zl!Fm3wlso@!42Hw)Rx)NQyX+oa3s*<**uSZ+!G_Y-}_> zOmxv|bfR+IzaaI;%CxN1;+J_(L}wbtCVwa>{!&m^5=`@_7dzs0pNS~dBWaj)V;nbd z|29{%g`71koM|*!WiR(-OJNdDZ&*Qv?iP-lA$eE6fw!qsO476DI|k=t3Szg#gYyq! z9b|~Iv*cO54U&bZp;B`4pn74w<|VOC&4|++#h=ovBbd1vBW-m})FTH8$o#4C@lXVn z3uT-WN^@COdf}}`>u}ZI#g@yRb&vasTyP0zNdzf8I=VlF;H$6n^F1kdIlt`Dp-qGM zWXNfah2@FHy~M0!ms&+P>T8h{pz5i{;Ktp8x;cN(Zhy=h6>R03+h!lW_O_bH{WNYl zRKnvwbSHoJ@yaqyCaPQ6(Nzgv=sC7R>OX*ywOuSwZC(D^&8it)QoPC7ai8Z!#YW9r z{&je+uc=uYKMXE5^vqpG+tWvp-U|t=FnL|yK9c!f(LW}rZ*|aKs0*B4dp>R)f0u>c zds}CbDdz3I(zp}md*gm5$c9BC#apEr-4QEQ7HkdB9;)$Jai8JN8;XU_YP4=vNDrSD$=v zsjtjA$B+h{0_m*@6FP{h%-28$ogal7(wEEDvpz0NAJ6B>%{03)r=_Q}8g=l?&M(Sx zn{8m#kPj{Jt%R5-@H9`e=0>eL%np2ZxOy@V%C>-R`Hp1XgFj(j(A_&M=h&XT&x=p2 zfBUwCTuz-IqE)KA!T1wSFTT*Q0O|rWYBc#59d$L(T2#O6E!JZDd7Z&b^n&KaYDS{z z7;VX#LS66f)9;Ev_JB2D6&QED_cn%b0b?Ao}>*|SuVVl?1Xrv_d-c^i)K99Ev*h3<90k&j+3aG}Bf;+xn-`(z$h0b)DK~va z!0>F`8Q7i&A5uY}gY+szKi|2@4n!OSp_jKE4h^4Jtm!n%XeM7c<&^jHBfl-Y9%Tw+L%IO|TXJO{?K+iMVBZ+UFOFaBm;}Y`6tRR7|9Z3qI7ccXS zk8vov7~@zEiEYq!{HK6&Lam|KU?(9k(7+vhRZ+L<6(`R{ZcyfV__?Bd37U?;jzk0M z4;`oD`Qe8ZGv1d>UH7uTtsE2C=JRCtD^$->XWYz5eE2Sk(Zy{2!cqsHVIZY4|C31i zdv;W|XYG$+*R_c{SaqDfne?lXRamFmqENY-mlMtmT#oKy(@a}1{m$bL5<=E4Isd9C zD~CaNHyMM95Ug^WTr&>?zLvCB)D4VayoC(0EYGaZszc;Y?~7hY3wC!>gm08u0?li3 z3^TQm+~3SN7mYdFx*@oU)Z;CWUO?LSnK&1XRDpfGJNIRVD&6RS#St|6Ehh1tmrF+H zCx>)M>t27{D-)Ux8Vrv+wk_(r#k~emo&$TaBKzo1JMyq&EYPfpgj@VuVq`;LW6!`Y z8^2TkZh5JOVqc zc&|{kod4M)s8e}sREp~P9#{#DF7o=Mu+;a1rpS_3R|-$ZTC3QRKjqnh94mqaE0ePg zU76r{vK3L`T%j^@pxwNzTW?476h6F467I_(>B-j5T={x2gutD9JB}k4JG=FhZR5i| zNuN^toyP0-7C<2tNKD}_e4sqA=O^wYj-=Knrr!i!My!Y}>awh%t@0MXeYi*+Pc;tn ze8svYR<=*3$W={N_g^q{(P-6lRP3}vb>=#R;Hpgfn$2R^9n0Bbm}5PmO{OX3ZMNd^ z7XJM?V+KOa%Nb915_}JCkyuaE5N=|4e%;$ug`yS4p|2klyffYjk8}hMk zyra{sB#*}&g>2eF&T@0_{yhp#cE#Zt+p2>1;GkBG*{sV7*E>R}{bWJ&fx;@a6$TBJ zK{@I8Xyb>nn97ws3ruT-1QSfJjd2s9XZtGTf8v`n?Xxrkh0cQ7&yyb2kjX@@@5POa z9pC{Ku)O_FkY09cG&5AAnDdCn+wrKMb%uLai%+)^L^Py8X%_2^yv2x@H9VnaJM_9m zBF);_-04Thn;LX?N$$S*n6=h)lAJbao_yDo0EhBN4V;L9qtt(EYk_s}oNn0+Y^9Y1 ztsd18IahnGTVoZwkRlwaY_?1Uh3n!A6#Bl;oI9MA$K0(WY|j-Fv>EWUV^Wbaa6lKt zkHQ*$HXjA8P0(RogYGx!frcge3>M7*@sJZY^k~S1DR-O5{Ox`8m z9Og38(-y?~&7xOiv?r z=iT_Fe3zXq<E8)-Q=h8`{>s~Hw^)*eRtcY#i^H*EHU61D z220vkGnJ-f!cXI~jE%|oTs&X^6B1GfA}FMc&UxF-<@>Ei4j(jyLLghfeFPsCPjDqI zge9k@I|GKqC_$FZ8}cft3awd$II`bm&UGbB=zM@NxX4rpuv=|G@2>uPk2=CI3$-KD z2xcROShjkccR|(f_jJXCkZXpqB@}bdE7^-#DH3A$m9czj9+ymF(jUN_b$M668qzb@ zi4mB6(=A#8&Gs4W0m!E#2Jm+BRQ#f&3qjNa6n` z>DAKHrRuc9TJLJ1DQou%P4)+t|JJ|- zp>wEnaX0yCk(xwCJk6myTkSo-sH$h$)ywhmd}jTqn8epPk&>md1^#xAF`x>i(D;A^ zVAoyFcTwAQg2B$4bywRtF-W6yo{p?*=xsCguyV-venSE8r&=(*67u>_fS#c=%7AW| zu*^6$!D=0lQ>NE#)J}3nn;6G=*!M0mna9G*ZEY1?^mKWhk;X}w;xh`l!uYMp2@yGU zv3n0E!>_!&d}1g|w{N-76Q(fVKJ>$O_AgAM#c({Ch8sEq_ad**q23!((@mcSO9&IM z>?59q3S99Y0#71RVFg44ThKdk?mAbnD17;}@GzT4+ZE2CYQFPp;Z}}Rlo%Lw$m-ik zo;GtOh|d|>kpr5pu)1u}o0^(BGA%)UM~lJt$g0OU&^Y*rV%WL>r6l}7)6&v{I6BbW z&)DxD5lHW)f6r2RE*J)9#ISRs#hUqaTN#pphe|b?@$y3O33j;^kTU1J_$GL_GQHcI z{R1*o+g3j@`!F75k?qeSNZ9y{Cy3hnK<#QhK>(UZNP?1~sHucxzEQjH&(N2)L=)9x;*2@ZbNOqvZayC`U{>p{v@U@&!>GN_2-lF3n6r|5gT^o zNw#!$kj1r@u^dE$3RL!$VR>oDDgXQE8`R3fC5pMu#8$4jw*`y`=-judtIt~-IoVHg<5mKwIF54aEHyGnBex%X7lou4W zdEVclNU*=j3NrdTic)%sN6kr)t;ALwZ;p9{vYI0YZ!YP_bGlYEM)N`zho-;0j*U(5 zn`v<2`T9Z2v77uQ$v*({0uB>s8hY~1L-2NTBRGkTv@*h}QAUkT)Ln(FlT7}B$G+mF z!+ji%uI2uk68o+p_SFB>F#nSp=BCh7hGgAvG@ir%=7HW(fT*EDS%GXL8rGMyl zvL=$^YJAygC+d*5T-^F|ITeu5G98dl$J9ZYERM6GVb>Ct{Fj!&iK1s#&{A01c{@@4 zf=oX>nhGX~T!;r@Yg@AI|gKgZXFrl7a8YehT-!^k4_xMFx}J^O#?4 zWx5Mvh1{Ynhg!UFa>|QPfiJ}LQ{PyD3dvRDm6J<(-Rpp7_W=UoH6ScH<1N3JS*DF> zq%r)3|6s+!fxF21;og{TirbnSgd^Vrzh`oFZ_zKr`-^%T!Q_hb^Zf+YP71igxLEYV zzc$}taWf=68GmGA;7?K4iGy6f*^bke1fr{!#tm2S zJg*tBxoLx!F&V47jmSzg8==TbDBa#9c0k-IXf?W4{(zl&K7$S23!_833 zj^suE^yu$5V5?o6bm+MXpG+hHHcVwOfgm5@0a_VWalh)MqDa{uBYzWNbNQZ{SRqpQ z9y5cBZSlRJP3%9!^PKRvGGDBQfJr^LL(L9yZXw7cQwF5WgDL5R*1vqgyt=xg8E2+5 zC|;#X-%Ce5zzb(O=OddaQ0bwsqWtge-^RYUJf?&FUWVE1!Gcua)AS-rhdzyATHFXn z7#@t;I*=yujeNywJLWj1_51w1* zMf<>%pm2_EyD?9T<)Fg3=~}V^$UN#5`W##ACI9dDD2=Qk^>)}fjoGb)-zm{4K6t6@ zy!pb@j3d&i`Az$JyShg?CK=|wJwQprY0m+sio(Mbqz+(NcWZs~*1RxXNJhdX7Q~JJ zqvTi5Zi-8=_Rj>8`tMSK_uSohr%`Hdh)(v~wLr|9ljPgN-STwGYIZiphofatp6U0& zdK6eEIk%<@hH{RN_m>3j)&g?OVue&&xuhM#BntPYV->nk;eu<0U*(?Fj1f6F+}Du0 zsl&T29+Yq}gA+fi>`hUEV&Fq_V#IA-f37a>@9x5<^9@?HpEvFt9Thf^bYo~Lk#gAy zLQ15~s|?!(R<~B4u>Rp;f4bC9_gVsIO?l|Lx|CtQB#JbKf-F+$z#D+7=Z325K(gLp zRCss*-6=VT=7Yb!jQpp{hW%UYH3Rn&iHu5ubb|;^YST(KChXQ-mu?Zj(TyY?M?_Vc z5I@U--wx1<$r+AOEuyLAYH198hnTuywk=QQjZlDw#qQNZw$fr>16+L8&MC(p{-xjR zdw9Ki?*K9)it%F2asn>K`@LC&&zDAXw_{wn`$&V;&zB2G`PVq0#AtV>l;`jqwE+&a z@|UU)=_+>YsV9D47=eAAQl{T*GIz6dv^gJB;nq`sba~kq_)BVSO4pvzO+fovdxk38 zn&ZSa?3Dr9_EKS{LzTQ|k(2*1#PfTLL_K-RtiLB8v&AZd>Fb>^f?e#w94ZKDgz84> zCLhV^?N|i_2ua#5rGjB)isywDOG9%?p-k=w=v`>8=z^kypLQ0o)P5jE5=n%shkoMW z=M!KLizlE$W-Hm@1 zRb!dN3IQjmiDF6GP>lk~f78{QF&8@dsv!<3Z!`SJhN&&=D7qs;FjKNnT82v3$npR6 z6FQ4=PBi+w&0Fg`epV}Hv!xkwwKaoMbV{UT^bnN=Q=+9m`@BmJRkE#>kJK|L-h&N( z(jQCUA>=Xlh5tt=Zk0uw* z!np1E+ldYjZ*bj%tr5fa`dF-M`3Sst|Lv;e6V*g9+30M!x7bP$ib5hKFORtRF~r~-IQbngMnv7&XEJ>Qb&4B7Td8@|}qJAOT9)OwZY4YiPLQdA~Y9s{C?RzVim=Tckpl zh1`prg~gf_OkrGOG>D%5pB^ZKE|EP0-OC{y9UaX#$r%_BqX-P0E6GRBt`3CS3ZrMi?i6B83GAZ4xP_Mq7c0J7w&{GtA~Sb7F$wJdDxrj=I6 z<++K$FXg6l+@ua%_k^1VcewiEd`9xs{HV*DzJd5&|J#F2xegP_rJe|!N-*w^P~amf z1O&uaK~Gn>ft{V5tDS<(3a1TODzhnlw}s$?g=YFp^p_C}W@cu~iMn>3k$CJZAbMt^ zB=1Q(`j={7R$b%rF2y6u;8BFnRqmRYKMWQm8A9yI)aKQ5jEuS2zC{LoA3tfqw~_ME>|w`yQ*Z;MdN;7y69jtF;&k zGBQ!Lh|76rl+B@JwY$nUW$dG7Yc(vtWiY<|CVvH!lX0bdlni~2L@-P{)KmU=7s7nu z9aVB?!xPrfi0Q@sqxZkV#}*UG!}%$8V_lOfm&njL-{@TFc4*M;?Cx3)D#*iPVnQ=B zNpfdEl&AA@$u|ZhWa17av^98LvsG19AsU#t3&n)9Zw;^wzb-d`w!bIIb4#6%v% zi)85Cr%*4{wWE{McW2Wzzmj;rbp8E%eM3)st`$A|xjLlr@$vBG_;N6FTom}Yq?$10 z)Hh<{;`9sjv@{zU&W`(pXlUQ=;+j-U`EVHV7qMSWdyL4cTt`F|xx%J3dBA@*KpJZo zCE=NCerxq$T~Gkby%vr?`FP(_%oOLLi+fF7U7d2#+gi3Ce6%+pxdJJmJnVaUIkTCM z3$>-CrF<$E(*5ma`G;Rj5Q;}p+4PCBfyMdofOhR%_z8v7LeA1M%V@%%v_(@4$Cygy zZ%v_0dDAeVX)7}ui-l1!!|pwu$}TM}T{yXmF1g-1WJ&IyyJzNgdwHqVV2?I&I)O!s z>2=rmk0mJl3%#4W9bcxQn8pK9s`37-@QzhuzJ3L+!3aV%8E_j%aL9hMovS{u>5cxUbYlHz0fZT!21%FzXDp}Mx2eoLmB{kA?0#AG9sR;GTX&5PoIrIxoMmi3 zM@Ff&@sW769fEglL>8m}31wCaoL0$p{DIE8>pqxY9Rrq4KMm?h-X8Uf$4!JTX&QP5 zgN6&nyT6OVqN0N9>)q2cABKbp$yeJ^B%t0rFFl z%VJFq%ibp_X@f0cWS^my_iYTamzpdBbDsEZz;fC`V$J zG9vr%ba0seY>B()iUm@_&8t9dJ03L+Ew??b84KHI*uM02aS;zQ+zhCJG0+kZa4G zfm8@b(NC)`iS>&tegLH?D`m|Gs^rWGuD|VrWq8cc3sE7$+u)7Ar;AOn@vyO>XZk+y z-dyY#|3DrY87WI2IVycJ1xBx-6B)DvzzCStyd(qg{7-uj!ty7;$T~lW!b?{8q*1D4 zJX>WR79P%)DpX1F^o;T^XuH;P4S|QNwe9J0lDN3IF<|7#N*`}Lq1Nkr>p zu+{3=*1#w#DpH+nXoSSX#8jPVu0q&9No~gfY?`1aHt4wgR*DD})eoQ_v4UTny&XNPb{Pk-XsMjYK z7AA4>6cbtkUF<%w<=KP5W>K_i`9@%7kP&Y7#D|YcV1IU?+1S_|!05E65dwfY3H$Vk zmX-3_3yd!UN>_7)b8wCE2`hjBF$p%l_Nz*pgg^wxW4JHM=!+61K{ale%;4}WD9=k=S*%hW`Hh} zfyHTECcK?3_i3d@MbKa(3{s=2+x3b0-J$OzJ=x8~uV3RW?qF(C!QK6zN>l0nhCGbd z@*Uon3!%Vy@jCfQ{guZtI}bVY{HEhUc%)0_>V34cOo3uU}$1{`#20=pV=pb{SjI2$+t6Lj~Fg*#i5v>sP}moZX;H z-*~j2BS(qG9MM>zFCs1UfL`h*--vEL3tNqn^aL2M&!=skww<~_!LHs>8A zwNi#eC^8Yty9vr4KYo1i@mjdG%=E?vNfWr7)|hee@#O#*f;V7D1VkMrH9g8L02 z=6h0VYMA#^C7mD|zkGOD{^Nt~VhitEI`y6G>DFm04y|TaMr2|ESY2J+Jd~$$^Yn#U z!%{YjJuu6_@o#B;*RNl{#->06;tJC~O=d?<@;%4 ze7xByIA3+MZ6vAW)LwZ&I4;B~Ht`_yJ6mN)dm1R_Q8|!DBJAT8JQw@2N29O}r~(fF zqP)Sdjx!Jo`o+(~vkk(FC7Q*PvbvU|8Izu#o`3ry@l37w>FMQ`8XQf%fg~brv^_p} zn%l$(KQtJGiMR4t7N8&@sh>$xT>i|_`0S{hU?3uO%uD~|v6`$?(13sPH3}p1%^vfwI zl#Y$n>Xf$WH@k)}$E_CAFdDY$y<_L%s-yWEvZPA+>eZ`VX1xX@8hVYLGhjV$+?Kqj zV=sXv+U|kRZj)(Qa2^%(KtVzA*3(P-CjWW+{hykmHY15*aPuw&??d@F3lA98D1xEMyk-gO3P*yQ^y_49?aooDLohj+wbUTleXXYN0`7>{Ms}+*E$k@dplcAk-9PaXZip zOW(tx)%MmW{r@vh^zx&O0A?Kuo+2(o#dMPGc$Rd zVI5yrWh+z=0+T>Q*1_)WVn)u3h+csW32cz2UNNkAm@JC6ooz^Pu&7p1;>@1}q@U^{ zv{iI*xlm@t*AewgJ_GUJy%jJ9bh-@_TDjn6 z#|9|eEP7sVBpt6tFpJsI4xRz;*l24c9hcvg!FB(SdY7SrfkDQq^i!wI*ew)uU4UBr z1m-knDTC8F*go67p}=aCWSEN&c#9wZq<*wWKq{E_QkwG*N~2?FpPL=(60J%xH2s8H zi3H1ob-Fny6oD5jN=lA;44PZ(7X|YnrB-ob^7vXZT|5+UHR@9#aPA>cI&(Z$_?uaR&e|yz|X58&+%L)K5d7YpQ^N zfG?M6!oCJ@zg}y~1S@rhb9FlbIdKW|lfA3D9rY?jMv4?CdqVkgWECHFROj8d(!*zp z2LOv6i@L#(^#SKstEU?k=<3qP6#VTdFl;NsQ&D>dAYoU@;wm5je!*zVvYEjOxXsV} zXC53PA&+w9K*Gx0dbojk+`M(-`Fdhw7^Z6ScLwkcBjYDS+x0qf0a#TQMUjkDpgdEL zL&-Jy6tRte4tN`!Ek`i7H5?>!HzqV&Pkzr{ojhUes;5; zHXwh%9eWk#f4u;Jjeh;5m}E&t^E{C{8j-?qts zBoj~@wJwn+e#TRqPM7JcTT?MHmC2rKfvXHuWU!x9 z4(N$jm$;%a$8+vMXp+ND9MFiEZaFx?Tl!wMSF2HgaE~KhOhdux6 ztZ4Lp{u+g}1ziMwW<#FZT@7jJpT@~g|FfvSO8Qw&Xj6A4=nzMcNj||NF8wWN?yVw@?Y1&0WBX;Ef9CETUdbv^<9h?Swul zGoK7OD#Lxnb;_}>JMfaiNozp9GV|YtX-H_Kf9H(V7;3I3$Tb$R^-9 z|0QWGkQ1OAW_}~QE^D}de|I$ezis~FcXMT6_HZmnNWd9*+5e{E9GOKYIys*@)|(Xv zWW~oOsrro(KODU`Z=^2;SMJe$h2Y<{l*tl<&Rr4&1t)yk7u($7WWVVohB<;i=m^HS z=8+nBd8K?L{ccZ6*h(aST7_?&kX;@ka?1JN|5YZ2Xw6r4>^50jN8Gx&{{e3paT3nf z{tDJCV^}l*)iXr^iTu^8&N;}@L%eQ@amz^f|43n(tPohtG~NJ0G%@C(6>;WLH!3f8_sL@VoXG3||fcS7m^$fHK+nm0*C^yJnv9yeWE z(XQIIcoZV7%h+s%GdhhQ)^{^%sltWcr#ePI z2g+qS)}c8*;q=V5)+%S-!(_Bdr`&mab)Lgf9?D7HJxAOlsy)w_(bqrR!@Hc(N*WTS zYavJcyHBpL+fLQ7wZ}Lz(t~ZL1zk*qKKmbn>?IYwh|yj1Nx4;`P>mD*PEXB!F9J@` z`I+<4KWUnj6iG@f(OQ)iM~d;uG5$-Us;^L;K7fwec45{sPtO*lL%}TpH>gJ~+&56C zx;3D7HrYtK;rCCBt>gRzs*~vFE6fh{5HeNNj7W$jJ2m4mly~)Kx12!$dpA<-_g{<` zOV|c^vRa3X06UHdN-I7aB8PbB+<0?56><8zL-z}k9N4y0o4Cnh84=AwwWqYV-Hc3B zkLQScfj5?Jaq1+^&F*H4)7yWqoli+>>QeM}%%Y%MG;P)y-zf%NzxzwM+1v&O$k!`v zF#gJnIC*!oug`8Jc(w=ZG5hCc3T*Awy^PQg-Px04Kb=^GIK7j7 z#DbLP66iKXf(!Y(Rhsr2kDA_Qjp~-O43i6?NZTC2yb+TU(+&amhXnFAC z)uTkRu$;|V9{E1zrS-mdSB?z24+L?l6JxEW1Ryq(KXpsVpQXsC48pQc320mIEid14 z(N%A!Qn>{D{g%j~yZ0RPkM;Wrw;gnwFq9Ax`>>_t@NV%XvPMY5g zr9XQJOaDkE5lBu&QnyP!GdN9#ktkhoH5oB;qVNwT7~79l6FwIHk-*&#j(4L0JjHv7 zGjqcMEEP`G&q;AHV|KtK45M00QRjsx1H%p7XZ=qw6BR_tX(bM(KzoEXl8jcVjv^P7 zLES`zEM+yud1_QD@0) zGD_wD+;Jms=rcaXx8#w39;@B3j#QHD?>rle&wFv_a2I%+nnm$xcVfRNqd{Rk1_VgL z%2I>})qLQVssF$})x5Ca>ixKNAH~nbg&BK(d)0WqJA8OZIGS-K#9%jCDnUh4R24GA zZ@36W-V-g2L=r&dlG<(1Kqv81wlSl>PEoWE*|u<1uh)EF*Nz})MzFdwJm4+!bbU#| zdmo<@4}i6o{`SPj^r9`pIzaP4&f-Fx?#r>TXxatyDSs)3c<0|W`>{5;p2OGIw?ylX z;s%izQN>7GWFO(Qbj@n95V`H%!y|;@heZ_v<=~3h!l33X!naZ=GPfl2em$=-Gmwwi z*A7Pr5&c5ik0SOjnuC_Sj6lmv9o4J(Vy5N3(cS&C!2_~YskwR^eZL<8q;WcCla-5gg{f^|Gf3X9t-y3$uB*$n{s=NMF z*=a{(#GAk?iXU{`^Nh;LBOVZAn(yl~MHQWG^yl>c+|HMvtR}0=CCDR%KzJe570K)VU%n#P~t1oYeZE?Si@&jM{x0I zGT~fg0aZ?G_J7f296cf4N=3;{QGgVc5?>gvm;W8f5eaIAq>$eO&txPL1ETq4uX|b0 zA74Kv@g}K^XpA^c4uAMB+wxSu;c3{-h=sNXpPoj;t8WaOQwqtV%Osw!NUc*38njgm6;GyeqxoLzJLes4u&xR6JZ&0SHUX(oL{!l6 zrewpk-Ai+=ZkvkimgXSXfdQmP`d0?QoHUD^(6YkyEeKLvi@cgQRmX!Xa%<00O6YHi znsxGSlRt@!Sq~dM)9c7u7?nKuCRyr^tr~S~Ne)x5QK}S=4C$n^K0wn#VR*~^C6L5R z_^khjtZ)90yM4Y68{4+6CTW~(+}LTjVPiCQ8r!yQ+eTxvvDFyQ_U`xd)AJAPYu^`U zt~qngnQP|%oy8|u&5L&=0k!!Ww2v$eGaso^J!XwZ_Dg}Y)kcKws?88rYlyV@swif) zHorv0TZYR}|49hahd8rM;N#co0MPN#gZsQ0`rqNPgJMSkhrzwnJ4-73rCNd%ozzKs zeKX#1{PY!<_Z{+#-w6h8;U!nkyKLNp3%*>zM)Z^nNvX!hJ4z8*#J8T}AO>eJdGx<4 zctZ&R=!Xa)y}t^w4JNa*?ZxVvcqg{n?7-uj67)5jhQ{5~Cl;u*I1*(rsEuX`^7`X# z$`U;NK!Umr@&Lyuo~!bFNdm&Jy0t@MHAH#okOXAx;= zj(d%ZtlYD-KOHPUPp)-u9k#roV#tb{qkh{m<^#=6zzLEQe0GKN{NMe(!UVrfRFNXx z6kwzCEYq&c65KXRjq=qp6LI^_n^13QCs8_}j-mjN$@&7fkFRgus0}))&*^TBaILcs z7A@C$|66--*kw9tF&_tR%!JJH(gg_hT1*g+AJTMJ?41CDExAF|)MgZ7u!iRzeG2O` zrYt<<%=@4vm{u`Ixa{SX{DmBJ2+v+@9>@MWNy1qoJvZCb#v|%pzfpH+t+E(A zQ{RbL2h*TUSne;O_CO4ggY#1Z(afQmCukAnf;3BkF|~X)-~j0om(b`t2>W4q>89us z{THSz(P|`v#aujLA~dFZnwMOqAVst2JzJfZR$Po`%zg)!;mhcA`x$Fte697MOjm#N zf47Yme`PMSuDBCbepEyBYA2D1#*g*l?$=2A1iGz-egRwmyD$^NJ)SS@4c~kM8A)-w zY@^UIyCzbSr(?1G2Bav+LmXLlyvZTTRp1&e1WWPNN)*A1qt1rbwNf1=i(4{$ z4xvMDVi(~}-Xr_J@KYtyBf;j5PB(C8Up@CJEX>Jaa?xQ|f?Q#UJY%fHEucg(k0ViW zyxR5RGYG!PdWjGk`TxEcRqEA}hOpqSl#W3|yC&djlq-GQkbsR}N)&2goC|=5raFw` zo!H^HjQr@Jj}7{!PDWsd!2iY04o-+97;b|cbPLn4o!gSN`@)x7K`tMqIp4Dw&J}-;8%2qsTj?@ORr&|-MYl``@Qjhab!Ci4HUux2Drh<3qNHsxr?5i ze@qiS&LN8Rm^M*})?5sd>Qk`F^ z1NRQ-^BxEp2F~pRSx)uLUXeO`+F{Zm#n-TWHKd~}zI`Rm)-s!=(0PERdX+JTLkIl~ z`tno3zi{S4Zs6sKvr5DO77Qtv`RNuA$>=$${!>kA-W5>m;RmQARP4uLFQi1!NN6q= zd^0p}aN>EE7%XrQqh9fAU6Z)e*WfiMs@V>G*Q|R?Ol!aUa_$=yT%yIUK z=(SA=j*DFTAdU+bH($=*iRHeC7&^r%daOhwfy;8I9s=fqu&;@L4{a9>fZYYL0*?*~ zE#*tSIQ{>HyE<+NXKO|PJrckHnv?4rI+g7ES?9Kf=EhGL6g!Yw-<%Vl(_;PzOJbyh zd8YU`s=OMPDmXluvjS1cM91jU*YBt;I6fpVmxRLc1$JV9ec;mf(LL>_++*Nlg1)Bt5iBH(He34&ASX!1c_lw*-N zlLvGXg6l_3#Je47*oq6t4|+kZCTu}AJBEwTVXin5BGsr7RlMj~VQ13e{fUC_*8BgL z-h2Q(*d$0Bn?eTOKX8Z}wPE46gq%kVQOXxBgGOSCSoc6x$)YVzIGeVL&;Vl(AWMLEDZKfn&Q$}Ie!#YE)mt1-c*bEdC->=l& z&AtUji}X|2a6BRO75_`EyvTl(kj9%&ARkwcF#45glRx@bufUU~5O^C1$#^AJy=7!7 zI?vJp4w8yVn%#Di!{W9~ES$EN(3b0AFF0d{(Z^f<8C|OTMI7(b9a&cMX*hg9?wg9tC{FrL`yJf1KRn!(a1W}H|%Bi zH{{sQ5a`uCKbmRjRiSa3ndKg|OxJ&C5t{{wW$#^-S38~x9k&QjN);>?J8O=cR{Sf=y|K$QT z3i~Jmo5*A5XeOWK4PM*jB5);`0_|lHK4qAs?|R$De6Eq?{$eBjLNgM7G5F8?r=8S1 zbEgz!M)^7U`VSaHf?o`iZ%bbN2COYX4fxisEkfu^QadUKju^lP&oSfaJ+P%b$LrCj z;X}6DM;)E0t}w7hpQsHwm&=1?jbWUr|E`%H3WT#Gx)vC~e^6Gd>XRy0nrOusA+!;Q zAL@Ffhuvgqv|RzuK(_&_{*cY)c?Oli)4(xFy;Py~vsG4|)Sum&L7g@lWe8ca)nUH| zI0&!9{nR&mE!IRJGEj)$bI=LZKZH26br@BQcN(rhZ6KRTEv4!qvT^HiR?{Fr9m{a4_&c_5bN_vfxE0+sHxC^y-p{@hwL1u6d zOI%nahghf~za$Nw289&!g|R>{d5J8?aRdiYBIyF_K=?0@jWEHcybD72*AgkJeTNl) z(vEqAF*#XOw^;{QnN-k`Npp1gZpS;2diKkrQL#Mxor3RR1Eu!QItAtY2N?O5;#sRb zR6F1OP+qD^t;L-DQQs%w1H!#gC3HnZ>_Qe|LC=t!ocWjA>+4=WA_6wxdN5DB6Z`si zDvLFW`6fC=vI@>sxo2qcaBMHrfh8AShjo}``*Da@phO+Q4_fuwCFBi5!06} z<)NqFfGJ;*9xg!>Wn2=-rt&!zk|vZLV00L%%Y)+0q2+$wkB%aKIQ`N%+G=tW3z@1^n42T^!f^;EoYUKW)ryUl_j&Agq@W;H z4z=YWz4E>H?Tx=5^bH#u-gd4!RrYN*UX<_8cQ7EZDOFLZfmvdnFle`Hki&CxBCE%Q zZ2Bzp$@71YYd2WROkS{!+Vhx01pjZbb*QCuO8un<#+&T3na6uO8=|vAQ^!s{@8?XI zgdwFIU4Z@|B*Q`;Zfe^fUI?|`d;VQDkoYopb~1f^y)o|l!5>$Nb|syLyxmx#KJO@X z{X%dyzrplvJ)fT1%{ST_>t&NjFeoBJc!&|U0w6Tqtv}xDWS-EU1aXQQ*G zwhyCzz2hRQxxDutp>mjK)2pDT|?H z-kwkr5Rq5qikC0gZyt@3wZOr;$u`H|qBg@@y~y;r&J6F&ZAr&51kEX?3ZRDpBwTmz zfB)A34#JcI0N`gtV1n!JGoj^Z7H(Q!2GLsBT<>6n6Ny=0G<<=--M+q7Febh7V<6#k z_JA7NemP-%s{)cAegWApBJF<&#_B=BwYxM<5A@`cpC0K#BFf6>3790wL<3i>aM98$ zM(SNX+TK^yXH1OcpsupN!^337Q%l{YEZK$K-LM!)n-YFjbEeb&3A?`erjKN#8o4J0 zzaQ-=)|)G7{S&BAbyy?VfBAccZ}|T{)D3yMh-}EHaw;}4XMJN3`vV3=L-l&)I_!2t ztybN@YS!$It_*31(Md?Cj14Y50YqD1q5Aee2*02OzNzAJR|rvFKahpF`92PckzFJE zdvw14B6-OKzRn)j#J7|haN^hN92-5dYB1MdxZ%vfQjWuK%?B)j{GW!)OcprKh_3yz z$x%&0^1kZ$q40PoyZbR%{Sd+6RgI${i2pAlvqKRg^TkCe2Qjods8RKk zGU$=@FV@*?eDUOT!$*&sK%MJov{WB{UD@i{5b&a!XpJc;p`Evx{R9`7E~@HHI`FKS zvVKW%Jj|V2wLx&eSG>bP*E)f9iXpy~{S^-`u@9-%u}y5wjosJ;UkGmse6F?9&XVUB zZ-*Tw6+pyzwr`DZC2gq8-t%cPy2a^~nqNSG4X9{~h|fu@mL1XZYlCb1`WiRINj=~* zvabT~bVN!}^b-VZinZw(DSncG3o>j{r@tQbZARa)!LG~}f~S@%#=nXO1GR=`pjQ;H zEo;&pb;e;5@f&-&=k-j43G4kUG%%Z#EbF4@dZ9$An^*m#4UA&QCm(;|i!0S`Ae^+mNjE2RjcDBaTfht@+%r3WF;N@L;)yo+`nHKTj`7&qzXJg2s zYmwq3nAYvgFL`Um3K8|(!e7(aAGl)+6xV;uFal5a$CH1@Ut*J$PU6J;C<`&SrYy34 zBo0=H7y>$wm<23PIs;-%E@x_S_sWl`<|h(8_=AO5DX@D$#wR@+E$xrL$G%W%fkt3f zF{Jb*YXmZQx&4{E_4->nv_gOf)4?6ACGV(rkW*%LU74>SkZV~y?D(u4b-3NKTJ~1| zI{g8QgfuAmThd?`XU+hx4GuV#c#koTE3lSfl)@pu(7=-4!VTsiGL3PLRUZcqqMmoGom|m{kS?f5c#eSPF#3I`6Gfq@R<)xI&MamY= z?g9p>Mtgr!itlzGS&RKG@{fjt(D>qhK?|5xziib%R};Yn$SU^cT0Vq4c3_~3s=#&N z(<#-Gi=)%(98M&@itX!CIzealpudz!@WOXAjfVYzmx=i^Z&UnNi=CJ&?aloQsKBv# zExHx32YtF51o-VAN6e)rB2^2BI$uy*@TFTluzKs463>m4|3Fr^=-x$eISMoIR{&hi zSceLor+m%%{#xG;PbSQ+Ud7I*#@o-7Ov62xikOfR5s(QASmGLx&b#9KGmO$TO7~@y zHO6I<_W`g+baee3@7P~Uvwj7-kQ$4al*|je;ZoS3{t0F2OPA|KNsaL4wY$!dFJb4T znkyu_9E{*{d2{&}#RXxmey}_S9j=7-1UPV1^QwSBa`hrArgs*CzhZo3eGsNsIcUrv zjjfKdH18;QSKm%9urO&OAJA`6gxlWxy(me;Cb*ohJBUmW`&hh*w~9ERPSe^v)Mfh6 zNajk4OxnXch`#_I7**}}rGn4?X~l4vo1_T_hcwC3AfhA6Q-uXiAj0FY*UkWKUZ6Wr zi}C0EGg(1$_bIAuDCE`m&}PiJ&b#mHTW}y)Qj=O@l$q=*Cjg0A>nGUwm`SaN$0Z@4 znVrb6_%ckBaw=`mxL=DGedVg~it6vC5&9jH3v)6Klp)g1R6pJmqsaZ9s@B~xa_cnBAqVh^X)MgdkPv{$(wSGaq50DBm zalrj}#LX!qTs#fV)#rgiF61+Y#1@sf_Dg!wMZ0yh4TH0SoVHKTxp?Q|G@itG{*@CZ zA!g9wMo3=dxp<7!ADK^A?2zf9vl5XMdD>c~zdumWxV42n<@ zND|E}X9?nDe*LC_Z>u6Zv`os7if+Qhiim7N&VdTim!u3!h@Z!ji7Gn-9oWA-S20FH6BS#J(&#_V6Dq`GC_6?rS00|FX>% zx%Rc7wfN!JpyO!BIGv|v(B=c)CAO$|BT-`)-RiIQ=Hq`++)Uc(4K=&lNH(s4d9Ru0 znwxLdh00^v9NenI*VB!@b1d>nL?sHd`fCgVNW5=nLqSN;72pp7+0Y#lt6mUK zPIL_^2gfVTnNq6H#35oSWfQU#)x5>FC+ca2D6$d+ZBHl|bhz9KB_Pq0Bl9TZ?e~&4 z;hgGYuMkVYI3g*EwA=DL#RHsy(O}Cq#J**}F-OXZDq{>>U9rlxZ&(GC9+mrYN;WV| z@zbelaW6CcVN8zw6S@XcB!96&ub@H>zuksBneePOTlsJK=mudEwf!z?z@5;==|8v# z&%|jm@;PM&`GD}Nma8-EUsX98MZlpYBocV2ME9I9I!|-AtJXVKvaw_mc6h+@*b_F!`XUmL3If! zud>@A$K?i+YBzl?;&pTWr9h+5`-F?9cB|NX*lBIYUzaZdVHFgjibS)rzwm=#aQswbFMq>a?-3kD-*Hw~TC$`G{5EiAq* zp=h!Cq}|;zzh<`5Gb7DXu3ZibaD6s98AD4>>dOmFMRaw4=6YM(Pgw&Ueq24IPa?BG z#0+N=Jf$|mv?b`jgimHk6)WRwgApmbgoHvT4Rh#rGt!`_C$QpD;;VXeCu;eS4Halw z#XLvYd68pr1i`g%eKRNswjlG0j~4}<(5|4x!8AB{eTj+qwIL7<#l|DwQwX#^!c~6} zU3BB#K~nYB{(2`8hts0!vyKr{vx$_zm2zi_+7%eo=4xRlD;9&jkFLIu?&@62Wck0M zwAa^HRP3aTofhLKi=+A6tD~n(*&WBJ-B8C(BVuM8gBKn=3rWU*fvAHJBI$~c6%{G`X~+8U z2N79<;tLDBJ^%n!G_4CU;{gMWK=>_^CqSp*&8Ocip8ofXIK!ygH-fx?Vbu5q;~m1? z{`>*BZ+9S*>H6~K7_LaFxaGcTv__dw)#yq#Oi9VG>;Rc^0oHP*N)bm+YrxprlVuFI z2Ml=|N@>LI!+}`4C*gpNh1AAvuj?h^Jfc8D0ltm}3=^E`cO$ML-eitF3ws51 z^!|GMbrR}zaQ#cLtWXop%;es`fwW;sftTs|q}MbTZ6CA~v(%;Qa0yAV5|~`2XL#i$ zO7-nm6Cz;>mwprm6ln->CflnOF%<+nJj70+O4Gd=}lQJfVSUK z-am23{D9yaCwIe!mDov-QYqL-fkE~Up_Hhx;fo%xrXhJ3zJp+8@CiYQW2Fo9UuAYM z=yY0G)3`1DmzOp9U9Z3v2pW3&UmkMQOO*;e;a>k3A!t(BBuHBUj)jHR8E1x8)Of-= zAPghhGEcH@`|cm<=|ZtGlSj`-`--cU)8Z7ddzsii$>ig6FRe=gEAV>%yzWRQa1m)Paza!0M#*%2z%p)pgP7u5Q6b{A{A)}9mirk zy+uZd{6O@j+)(DrgHn^RbOaF_tjTziS7Bt@q^WWgCNqQni3lO9vw@ZxNT5iN|#r>Tcb%B%bSMXl}mAkyAx;LnRHFSYoPAWIfJohZ}qmNBlI3(a> zl&17N16oXwdeG0^LqwlTvePVh0<5?jWTh>j{a#h(1THP)i#E z$i;P&9#pJ`;B{LEb?s=5FeLO?=ZUOrHnNy{KcRhb{yLuiVEa-j!bus{YGi1``PH1B z+#QR6O5kXe$|AA_nU3y@lFEq+7a~Q1+LxZlIy;gLLGZUyrx@jk%+I^js*N7~u7AKV z4Q*SB>e1QizWK$eK2H!}mwA%j(t~mRaZ za`(hr-w+@(RpZZ!l}R{Wt3EZOEuoF*dG5MmPA87MSom3< zCw^^u<*mn+jHo4YL72ec)q2}`qx<*i$P(Ir2WaMG0GoUYJQuAfckyr|HA1GbETiBa>ZmZXUJ728RQSuacr@do^ z2bM3?P(_$Xx1Q93T~G_eAu|PL?jFr2u8L~cVgVWyFtpAROz_)5DH%klSIc4Cz&&KK zk$i6xFudjLbA7~VS-3=b(=QJUfHC`asI*~C4>WTUff%2f)JJ#D6Gg)y$yOQg&V|?r zw|_xFJ!ApzKmK#|ZZ5>=b6Gt5UG*Z8{d=U19%}r}A>RqgvP!}qnOOpTj&v4 z55lcfBBZ5L2G<>=v`=Ao;Z+q&hD2*NaB~e!7`iRdFQ-l^jF$!tg9)T~srBAhZn#*6 zOk((^__+lcUuqsgNqC$Y^G30Y`gF6HeMqB!c>K7^$EQzf-@RNB(7Rs~ zMsobk(gm4Krd!i^Dv_N{1P@Kh@&_j|+&cvqI(^!3c{~XloQ7a2hvlQb$mOyQ$lJob z{I+EE-aur(GzgpHgN$y%Fcj>9U;IV`)(YWJ=1az;g@PUyilMs#X=Ls+LN_YXbbx`I zgzR(Cpe!>IgUX%FqIGnp`p)Qmy>@lRjdRwOiYZJ7y~kIwDnUL;g+z<2Ue5jeo3$*v z+_w&(+k$po510Q;AK*#&>Edw+;7&17zH%iyTPic)*C6+G< z2xp@3B}-Efv)%dpuWOkK5*9vwSUn8#_O|V?K{th;z(B|l!1d~^$wTP07bM$S~n#kKT z=IuSnK$dVA@=VQ<{AIAubZrbaW30rEQU6kv5|-@4tA7E$uF9mTk83Js;ezHRUgS%{ zy8YRN2_fG#4yKLF-PtTLiGrt)+6zcL41CG*y2^Y`h#Oe(H5qSPI)zz@kI>~V6V26q zBU>MRrZKzFtAnM!_y%?zXbom^BJ&p3hT*jac&Rla058^$*<}U*feuNPI>{2p;hhy!ar>I|OKPZ3FfTp% zQqP1TAL(C^x~nuHlMwsSzYBiYWrUAkrItSKGm!U4C6OHWDGB zq!TZC-RjCs@R^D<|G+I^+8j?)MxYv>1^QOp&ccF;&_#;B)tns zaW`0HPcB%j((b3lT=CSms{AN(ZO%W>ZB^$99lh-4UerWE{zFdH%hZW|!}#`cJV0?jM78M{U!=Z^=q_DJAeh%=qLk zLQ4*l1O0~**B*3(KYruRtGfNxnrR?JfN6CUr_SHLX%x&Ez!)2A6yFM(Jn-GWCkruE zj+0JRXFd8I^TQiP)mS6}b+k_9Za694!CAG1Qz;{pQ5+iCjKDb|er=`Zf@2q^p|^ca z1C_0OYZlEeUri8p&1&YqI0^`T45S)C7uA`w4How_+?w_<pmlDK}k6* z)9H1+C2U|W)?~gUqtGJo#nL_E&$#DQ+X|Vw6h|Wz+tr-O!8!6YleXC8T zIFZ%Aj=`cwAzWQl$rcwgGKeSm(|D5!)U{ITTc1?6S!Yhvtf8WfCL-tzCLC^4<3ZL&FT;p99<^9p=FLi7wl$s>`FN_%r%b3Yc zAoO;JVajwA1;~4Vg-7nC$?m4O>h7Efsz7`A+bJ31)7VjBX#I3He&^F<{lkiIfGYk& z$(UJT*pV?1S;jjCIx$}X?+BSG*EkePQ(6R5WkUBcKv@wDCp$HPUXc&(`u%DCSiE4c zo9y^e<`FqV!O5UeO*)m#vEn6;3bFikF1;pUo>3B5EfbJ(Y|N%iwKS-fU>oJVVV1M{8$Sg-UUZ{(q zjX~r*L%Qs4MvI_%0NmDLFmK2DNXMV?ziyPtBH_({xh!>D5bEWB5;?3v0E~6bbU8eQ z_UDWOR~DG-S0@50RHp6|%_(m+hNONs8HX5*U?NO>vc*Y>!a+)fIH~|=RXGa#B}QBl zUFru@2G`HHP;XC_zc_LK(ouWP$Gj;O>jE-P_ShK^%HPpmJHRr4_h1EIMd672W1MO~EM4314 zN|gsVg`}PuVmwk?^9HZc`ZVPumX*34sgvGciH5v5@ldv-$s2Oj%M_uqH^Qyi37nHF zVe~x+kxBT#o2w{xq*hX=@Tj76%h2lbx$u!dh+c>+-(tT^N&%*6=Z~X)G)&Bdo6kZY zI8d5!jg_jRl@KO-*w;l5Q&i*sQK5g;S2W8eGv^xi2VGrDzlUF^QvV0|j+nw)t+$|& zcz(fxGbI3E%4(DX-6pbmnN)P_?vLzb(ymDBfLxqTYofcUpZ#{#cHpNj5zb#ruX0nk zr46KAJFdwZ5McUGD^o?q;oerIS(PTW@#tvacRT0K^@R<8+FX%c@D(pNpv9m;N2XPn z<^j3D9SW%#iDlr3kYIB11Hgc%Sut>H=|ydqxKrqimk zx@Bjn?ogb(IJ07ihbN9zw?b?97R?#wc2+zflB-@oJpH_dK#I^j28U6qIx6MF{}#{h zV_(+W4ozJruZ^e0PFFM?#`_8%XRfaj>EB6jFy<+}j|H;c++3S!aY zh}(GDZ^20h3aT_X$EWs6l4z15Pimc85)kEr;#^E8?3F-wtU>bJzfr#e!#2?nHiVE8 z@3T8Hfh&j%^Vg>4%a0@9LfK^CR+pE7c=v}i=s6Jthe2JC3-wqmIAyj}tuG1k6wge4 z9RanHJ0KuV7c2YQRSx@RO|S&Ma9#(rd#Z?0uxbLmHgbCN_QdK$v zY7193ODH$HiL=%oC-Zc#E!#NjZB96TPj8B~KiDuCH5DKG<0{V&1H)@QE=3+)%h*bM z^g#wavt07Q7jJf&S_DCzLL%~2-_W!QA`)21@}SVZ0SP%5+C&%r$ZB{HQ3;KVapyaH zC(?NU(k#gr7SzHphA(|hZ7iD_9ZM}|%hZgj33V)la;X1D#7Hz9ftpID#aS3(O}17zz?w1wh&5mEi*;OMcEOAGgsw02 zCm%Go(@ITR3sGTk2*j3%jTUsGu}YIS4)9q;z(GdfQGx88A3bT0j2r>qakR|hPe6eb z*G^ZWPQOH1R4!TgHyO0}boMYty9mIOmUM~`7{1I1Do6P?hT&oZrSjtdIi6=X|L=~> zlaU13Y-z~=kYikCBraS%bp_E6nk7;3Dj>88O#L46?O>+V@;woM2)l%Wjd?8{xJ9<` zz*ai|YT`V{Lek!=If}yXUY&CUg&~;xt?5fbnAep7bdIjr{WDI6JJ z_V&U#yW8ri>FUtCU@%CD)ji^d!wCX2YKsmJhXh?_)ly|>g3nf{Q%@*=F)$BuR1y-D z_6dr}zF~ESLfm@YZ(C#_VZzd8f<^siJf?runCl3ogQt%%#ln7NFa}JMST1EaG?iKl z7Bf<_vRc;ZlnMN3LA7b``U!@4a<{C#WgsaP4ikgn5OB?yL~$Vuk7!4&E!F_bNG4Q= zaY)yJ;<<2|Un)vQzRXdxfFdD!>dkiYekqu=!&x-PdR+CXWae zoGQf^D^qeg?DmUVFZR>4IbF-}7P2d%6Z1=WWt%_7pHqE4ChFzOwNO840dq2vTD|DVs;oE55PXwlQ?%tvs+=r@6`pc-kk_)Jj;Y( z(wh95>?|gq;d-MjV9@3cHX3VDs=-iHp~gq&z@~zaR;*9HVq!%ldIJ%2+IGB|6GOn44$}R9)Jxs-3reF$(Q4C9C@n_+z0_hV^8+!eHhmoGBGT0utarnZOj!1ZQ~S7#w<#npv|69%Oh2C{-@} zRi(>UvqyMuc)3cq2q0MW?j{gB_42J3?9vniO~{^QzoOHHVT&I<83Uq9=YFMYq8u|V za+MS@C%G8tJzTWQDG#l6Wy<)t<(Nq2zyXO595)m$_ipybc^nTA*Ecq1%G4M}j0c8O zf(PYa!+`F|U3=O-#Y1bfI5Del*}=J^&flgNWJq4dIoV=?a8iD<(Q4WDOd!vo-nF%F zQmY`75Pyc?HAmhlx9PbgH+?;hKPfigQXmdmnWGm46y}&20%nxv(t3;65{!uj z#+D=B+vqsG4hzNriLu|*MVO7<%yCl>*HK?|`FKiZMIfkrS{_mpt=I~#@tY8G=MmVMYJa=UX#AX+;5z!BkzBX9`RaJ&!xyM z^Ld|pZJsa<}&<6oU|sNhDwDaJY! zZAo9JVDcSFtPI=F`>eynU(HR}>R2mh4SZz!I;K~}lsD5aDq)`!FQ~{Cg*?J>IlYK> z-*|ziC%iE>n3-sL?5OYVZ(P0HeP=AF*9E?zrF2(p3DJ9Pydd|Eo<9mr+E*yCZecIgtj^cm@nqa;A6S5nJ*iG)<{x#YGhx}x)+2JNN`s?CsJo+!fa4+g> za@=$>k5KgKHz@@JemPS)PZO&6HR{_-aW&8D95Q0)r?H_w=xHU=hHhf*D7{4{k|fhOY1ARx7Yai=f2!cu9gIWT4SEl;ovEc7c9+QMm~ ziW+ipU+@6b^2p>dX?W>J0zy?Tx`sSzoyR`iSQ(o;PIPZL>XVYmz|=7{ZIX-wM?DX( zx}4a8D{ZW#${BHFAEq2{q9=w*Qnk}GAz=%CpyZ7G6*2n^SFktPAadNG%A8kPj8g`H z%VlyY%7AZI$2x=N01AOTYMAs!hyTY7&&1M(uY6(>g3_4=?4lTg;VLWM?1^n$o($E- zNZlB0jzG{GJ>u|vT9#A^dWd?l+-0nt?ffzvk12eh^)^ahW9XX|=O-hYM#ykDvp;UP zVT3+*{+L~vS26AR+Nf`_y;PEA>51@OrPuDACy`0xDMX4`Vh@dU8YgoD_bvt8H}D zjEWXk@u|o-`B@CL9r_y7>FkH)$g1Jb4oa5E9Y|Yj1ly$hqn$55>NuMUQ#uW3w^E>t zX7Fni7-g@M{X|J9TJuZZJgjk~1i60gKWw1h$z9ZoT9NZg`!+#QdcDeNR_S))OE=sg>dEqBiqS?{Q zt!kmANQ-{7lhTOn8)1736vEDQd|k6QxMWVLH`Q;OEFi-gnU)#DHh~G(BwUZD$6}0{ zLKj(g*gKeid!(MXm8X!+R4yr$9mfeUIZO-152SNMkM=Ab;wF3{I&oI;i4I+t2Dg0u z3>XM4u2{#eRUr_=)(+f-o$j%Gyaa4#WONL%dl}&%`7ezK9qFMGVsek{ZYvjCQ7R1T z%Fg(4=3l-Lym$y_}Hbd$^}-}=@=$w9?-{(TR6S?AjH!V&=R>)OoO z;B3X~ssNrmZ4qlnB2nUQfGg#3iGBo@o2zw(2q4{GV$u;5x37?k{T!Zm0dXoQ{9#K| z{1VmQf6OP0y;gj$vD6R~q&ko)gj29~`Mo^D=l<6ftjGyOpM>@^`e>8X&u`qehp&+) zH^?AcVU7ryldYz>Q@U?}yKjPp9?4Wztk98fV%vKoAWtNMPe}LyFet>Y1bW}IxNX*P zJKg_?R%$ouOuxRp^$LDaXB1yR*zS7f`M-DikuHmwR+l=)0nHx`OG^XNQANoGZ9l8wXbGOdrPr!VM~ z{^dopnppH_2p6piBb3m2E4cI}??84l9H_4?s#b+ZrRFN?a>l*PXj(R4m>Y&unR_Aq z$2c4Icha2gqcSPIGlMq5;?WwbRkny$O|N3($G{4rQhXWdcD~r%86R$Fx`I|EN2~I_ zKeTdQ9xhMVA4mA|Cc~mfDJ(5A>t=aH^s$d^>7@1qV6>O7dDzl8_qq1iS`DEVG7+8n zXJyR=%=BU_cEp+b_FkVGy4=jbIFTR5T9~b+p)qb8z^;;XW)noqijNL>|h8^ft7WK5ADA7&N?7<#5&&D zXl5Pnd)9ss0ZIc(z;frQeKTv(klmh(!hz5PlE=8EN6bMZQu^eb5I3CcwjDg5%cjew z$4owe9DHsyvqOnxHM;q)qKlo_Zw5m!uyPzFMrfzfh+~yl*YBXRI4sH$i&$>RaC}GM z`uZ#zRWXNk>K;D|#P1-x;MVV&U*t3c?cx3D0uq7Ljza@(a#^dx<&TK0>sC}fV8hp; zT{dHACyzLFzI|A!QW*lA^J9ygS~EI#_XcN2=UVJTf2lf zhLBp^GI~(kF0ilo!vu40Z&U6|H*{1A%wCjNS&!S|8FGIS9jomVwnG@3F*$_^li?bQ zfj5GwTmxY1r*|*u?mPixtSzlDUcY^Jw=7b&`)5s|A(WBbw~o@V-~kSyh=Q2Gi8Bc9 zu~`$~CKrr^GIi(kRN&L4SIBz@wFzmt0fn+DoYG=J!p)upi`ov8D$=PxNDgOYW^O2@ z0xD^k>Wzo8R-mRgg~;EdqeB*h*rVu76}sKN6eQr@RP@o@m9G5c0e2DBE9SOJ*f^_d z4*I-e_piFD z_Uu(A;f^k7M-9d?kR`Z#j=%V>mYpvGI@{iyP2H3FEF)QGd}qtJ%QH&&3+#I518UsG zg0g@iUK#p_XkX`-ArIQ`ZIMnFjdoo6&^qmee$!Grj$@~fovf#8rLMo~g_z%GaaKi< zaye;wT!Fl4+$GF42sN!mU$X%4ru-o9nKn=l8y}NtsL$CH3w!F7P%@f$u*k{w=O9Is zgdC`^oJ=P2)p zI&S9Q>~xxr7eqaSWJHPryS$6FY!b)f0{2jqE- zhK)^4+BbE&P@arUJaRT|a;ph&<|t+U>^8RT)h zp}fBo^3BGs@J)C;Y9f&R-Gf44KyWLl&XO6O{y;3O&7dXXhW!I+p&&9MVxZbmdgg{s zM!gwgxx<>KZ!8g2R3&LLJv1)SGWJ`1%L}b^zeR}s;K}hQdXm(FFyJYRzMgK_WjR}- z^w?zzGww?qb4;ChqkC%Obk~E~5A!()*~3Xukl3*XWST`ug=eVufH#lA(hnfvQX1rE zs2~plXSJa-|Dk8*_+whV@epXO=3%UmT})^HrN z-H%oLvQC#LWE(hscuccop*yTWKSz>Uev#Gvn2pAAyAKv43}TI z7|VqUl$}(z?ahR!eLkzx=HKfxHm@yJqrSg^+}{!TLlN8mOq{b|PQ^Q%uRLXFF}t86 zA;?ad%WyK9yh@iI#95+_G|Fs&O4DN;6$kBi5Xc(P9i-(C?YPe_lQfebe<~v(F79V? z4l=)HS?W;jLi-B=;rRgr5q9xsl0!mEmg$Ha-FHA!K@~fHz&1TK4%#MUjst2>jUw=8 z6?mpYNI*8*gDIie6uH-ck^W6oS1`P{_P2NFAIAc)mD-%3#>JPIL)lZ)ucYtoD8-5$ z%f9Mvh6Q_Yrr$Bzsc6hYdcfVuYKadYQYt^cnHETYcTEeLGRH0;6t5h3l zNR(OdwCL-Rkr#1LjhNai^1^A1=(d1#~Z1o2&zbI3(GVKS3kXBI#;*14Rv5IyHl*?g-`4W5fem?gwExQuWhuo=# zZv?ddzck&!w^sqYi^Xz~=P_F+ws-25q=8bos6m|K_2ZVSyDvoG{mrO>wMGj^K;|hd z9=9r?w)qJ=PGUt;-4Kj=(buOZHM0C#>*TyfBRPlO$?^^Gj>fi_;qfB_q1H#uZjEWS zH<+#0cvR}%>@Z8Z&n@$B-5v-St$tJ)uRr?vvD8AaGmLfgx@`fH$-;`S%JRhInaGZB z&yY~JVNN&hL6xjW&LuHaTZax!9|T%;Nof4f*@=WWJU+n+B|bEZXJ$iVXHoP~mRgIm zwRyCvs{nU#(>qDvJDHun!Kr+0aKw0ZJ+h(GU{;pcO>5J9T2k(sDzbMa!MoYD3wL!x7PPZi8mfH9TL`0 zdOv|52*2uWWyRO*gSs}}o4C9|Y>c=vgb5hOz)QWezhpK=Lr`e#$#fJeD)-=K{3sbs zVHFug6x76~?0LG8Q`TvvFX=npK>^EU!yPnP2?j^;N-0%JT#Q`!$sj46fXDxL&##3N zz8AUrb6h}{JSzW;?GVAgE}jcN5b$1@tdyjt3mn0uY`*bLk7g*f>+1QqU$X*iY2kRC zFHqh#?5`lIwfbMh&l9{*!4h$!fg%z{7?A~z$@~6!T`!yCu&wqxVRZSb9nPl@X=1|r zWwa$-bhl_a*>l>_fa7PC@vj5-m&R?018OW6i$ZTfnw zbzzkjkL#kUT{z{qp;<8OqsP zXzAQHf^tn*`ekd8pHXiu%?j<_>nlHJIjA8FMrp0}dVqzdUHyrLr~eNcSww;uLosOD zuefpd+CO7ECv`l>^zc$OB)a55664|u(;3m4N-a#h+_K2bktj2EficTflv{}F897Ev z{9!k*)pd$NkvVsFyb@OGweQ&!pU;3559%!}^7$b=>;;5>GXVq{21$Z-YLD*c^y~7! zD-jIQJ|SH@Ap`~^8!5KUO8DUbZ92kbML_{5=g5YcO6ezXIz+7khQk|wk~S-p{XwR? z4@Y55DX%3TO)Uwj$D1?x(uj_*B%=ahw0w5kb;F0_sfgGG;;J7*qU|>EFZ4FKY!}m= z;1Fb@>@Ig3#(GLEwCs<;l~axegerT*a`uXle&h8RfO+-(mD}v82Z)EP&O>2SM3n-< zuu*4M$3H*8a&P+p=P$Gd+IVGonO{xe!ikM0XBmMrk&YdT>%?{YVhJ?vUAz&=MCQ}E zkP&6Ufdh<9W_Qr3p!?mD}NN=w7j z$1_z{`!wDQJ!xlWHw*2ix``diI#d~}GiVg?{2=o^T0J!qV zh5^Y=Z5-YU#kXHNt^VHM4>JNJ^@=DBHhi&2CQ@J{xerXgq~90u05pTJPBLi+wo=@@ z;f1|PD~&F!2~2b81D-z;(9i@b|JiS~i>UKjNl0NtexM8TltPHQOdD@#v)Yovt~C8p z`D`~PvfBK>ySKj>cxcVVRA0al#@n@$ZgZ1Og;X7X1F!M>Wu~;lsDlXmSrW+#I_%>m`Cz>{zSJc za%qUdDCx8aAtzGD0UsGEJUEc#CA|N%ho2cq%!1haotMP-x0sf~*aGE>rkGLKW~)Xk z#F1gewv{=SvUQNCE$T>=y*v8n_4|nl;3I+u9Oy~im5D+} zQ>gtp75>COTS|RBanyvf7r#r%{cQhWoHUat_7%l-ta_$#K0>F@UY{DruKn?4(ndN8 zKU;@C1*R4*?uHv3rqjHCh*8}vm<}Z1^9t!191-C%&zg`sUv@y84EGlqXfmfnyA1a9 z&Kp@!t5Aiy(4cj6!-#uGs}4!8uvvXlGHvDoI}nOOvf;$!znM=z9B_>qOozO90vRZF z(-(-Kj9#Eehr08aX1}DYS%Z__|BBXP1%)qsBFxHHEEiTQ4z8;i5|Qb*f~g!!!W222 zyc%y3<%^_{HD+1{1vfm&aGg!2QJ2$o2e+CKUGN4+K1M**9lbYZ0}Y+?xnkty@grA- zK*F9wz=>8cU8GSE)h@@Q9nw4fIHM{6j(B^e9-6xRkBh4I?cvSnan=u$-zUA%GgqKt zQkN-|m{cpaOg|s`9HRn;qhZo%jOSmj&`pn5_y zvPyE-$IXTP7|?0lh@1?VCyp0FYJuvpWG@o?)JU@*u^u5L-e@kBjKO0W9Fq zW>CO!daGL|qu!c*U{5KDQxTO>g*I0WCoa7<3wexriNHdYUCBM6=?g+A@d2w*iBMKu z5sD3Gs}Euo;yW1BNo~1o*4ERLk&Ob&nquu^!_<}Hw*3~MCB_-7sSaCAn=m*%6 zl8DsYT*9Np3n583buXd~XzTdbm`}iVAU*4(Cz*)F zGfO-}K1r#Oqp$n@`Pjsd`edc#-T%&X*N}lEl5$VQ{x)E!g8FrDhqC(jr|DDtak1LD zqB||#c1W+;|GCtI@IY1D;M-`-GF5@X6TZPK0wl&K!lQ$VsjAYJ<*)VwORFHBsh#P0 z-E_a`&vT4DZ~bgWcG?j3<`DuVO@8oY<>UZ}BHN9Ads8~oQiOC7QMgV*_Vi)psyej# zthj--KSYT@(PMZkaYT{SXlv;H|Hgce**vuC47mGFr!J%SbWu0|Uj7T8#H{GlEW==CKXC+HOv#1GWonD91SGh!x zKIiQfk7&V3aHONK24*h@q(nE{0&?uwp_}BTs?85HVcy=5%cm;Idvkvo+qWf|kjiGfv;a?m;NxQo>GFYJgyjW)dNKZ%NVu0g&>WKQkDZ3Hl^oR&qc#unh(to zgv}cHM-~?`&q)@lc)MkvEB}5^u#p+qPo5~|gPGd=JNuWm+26AffjHk#=@NwYKLq&X znNNR6R)C%dh;ay}EcDal@qVU_LZ!N|YaKf<12qMW2zZ!gBaKqEGlT>_clR)ry>#P& zMr8=M#QCLR^&D1XNf!xC>UqVOZ%Gq0;giNgq0)yFIT!WF!*Y!9}7?!=;UifLgOa~i&XJQNy?NfG# zOj(N_7%qXDD!E~L3uh>z+z0UJ<{k#`>UahEqhl}5jqaa(r&+JrxE-~r&MCNqzK8*p zk-^bsZ`^8^Q6QSd_+no^L&1}+jUtJU1D@{IfKF>qnR)x#f!Nj4VF)( zW^BX4DJCciizTt{76i2A>ol+#+~o~f$zWN6@sD@QM0mmsYWVV!zIZ_dv1XSAIQup~ zv|cECQpLy@#|M(iL@ro4EWq-MTFsj=rQ=b zM}vsZ!QcSdwS6IBzchf)>@OlDB*gGErGeqpF{ItgJxQ^%FGq*#3=lgTs5c(}jqrEbq#gcV{NN?kvoLAzuTmSA{-hERw^h zu24Q5G#boFSfQ6dhXeGD$63IWT_&+>o!^%i)l_AVH+1BJ0R>hg{9fMWp*4oEz!rtr zt!(3VK#;57NFa+*w_`Ruq4hQ97mV?c?CB%)IGWjYQu)aVh0rB!4+ssF&N^cQN7J+p zM2#PYroAJt$I*$o1zN{nzt7P9*7=Zh=xs$t z_iahT876G>w@-V;1>N4i*;MZZv4F4wOT+%FRIDm}RU*NoZ3m({S5H;U5G2c6#uZHeiEekj6%af$2Rpj7!0GVE3CZ;oz@Jg z8U>{de_(5PPsWHIg1@v7JkK7jC+!;tyCA5!3=xl?Kgp*AJ}|XQVnn0`y(YXEoYQ*Z zH>q4_6UxzeYBK%P%^Vi@d_j>JxOC;376HYinY`gjHT3!IrvqaqrL0CJhU`R7N*td+ zj0+%|J3Wx20zo*N4(R|eDa`l%H)BRwwhoj;Y^{ZXHDQj#gTu60LMa7Cdc1HBNh)B- z%wuOHb-zsl4=U8Wd$fRBD}$NtN523nRLc<5W6q$-a4FBW{Lt@a#DE$D>Ln{zI*R$~ zL0p^5mG|_L>@IIOdXzKI936%x)`@J3h?H=pWzf>qQyLL)`N$`Bdn7Rd`4{q&1$g;E z0*TEZ_wDHPKUaKMSJ7Pmo;{?Ru<-CdddXglGxAq`T$(DSJgg9T@$aY-FLuLOY%!D_ z4=O1FoZtj4403WiVDYz2P4>SQ3ZXVTPb4w6s*;`SM3!pL5>$irV#9W4k1%n0B_Y(R z6VK1C;{~-f!!@W4D4{XvX}7XiEaWk>0S)?05xf(kaAo+zA$i%?pk#ScOrLp5qRvM$ zt0<0E1{~gZ+lM2W=JIF6{l;1&em|Sl3ALp4fps8*e6jF|5#IHE45tSs;j9ITW7{8Hz%lWpyJiWW{IPrU;gGUVt2J=pTGO7Ps46>Fpnq_{ zX7`7^;(Iug)62C$0Es~ol7}d02zSW9%zqY>wr$A9`H{4D5iDOH8{3{gCbC(L35yKH z1&0Df?ZB$(cNd(fH0qZ-3ikx!zbiCB+$SDE8^>IVE@v10&jQyj7yDvKuo`+SZGZ1z zt!CH5QtJ`2Edon<`5^fL;#Y#o)g>m$V%}^x&zGyC_tC8TZw>%<9JDVfvQQKrHumd3n#p~^C9S}_Ab1dTmi|P0{2nZ5CI%P zV6V8RX$Dq*lM&aT#3?Mhk~lFhb?O&{K$mX86 zv!M{G4!J)MhKzNk+QLdgaSD9mQp)VeH!He|T?GFXJd(18g%<*#6#F!!TcN&G8)4>7 zr!CnZu$IdM=c6%PXtB6|kzfEj=i5CW@6L|DR#-nZxJI=sIj_rv^5 zu{M`bc~X}@Q%njsi)|h}2VUuHU?UK<9V7}IN=1h6T(hH^>_>7FMW!L9=4fd?a#$8_ z@SXEcfru}Nk*`0wm^9g{U0$f?9VMsG8C!|hm*glhZacY@RN45uAcaaz<8PmUU>DZS zWm4rz*)U>%u*hsK^L4^DstYpipj4Y%KvFhv!B$Ubhw+B$g+`La&Gl(XQ4o}PUv!aq z!5|gZ1@z7LVq}B;W$E3@U^*QEE{K$pa~@Q#z}7d`YP%WV^>%kO!H5D;@e~(o%w&8& z!;26AS9sG&;_Qn$$A_0?saiDGj_waC`r1UgjV?t@^#3*1oPI!G&?dL-5 zy@WZPXd(2SfSB#+#AYH;3kvFTH|z8b51X5#M6n;sTvKc#pX@vy z5G+;DYQrYx-wY}v*br8L#-Skb?pVE0^uXmNAgv}fcdHj!eMPn=@vS|f3f1>sTCKaBxd#^?7USav@-?sLy&t#>oj%pSR z%|1$`IK4~bGIfJJ`YI+&u#?{b@Ihw*_@gr_YAb^{OeSD}Q%VeA5GN`M3>j<%(3BzL zssIxe0)Vts{F(C?P+?7#KsT#k8guzU_4ei=%cR3^nAoj&D-*;Q$}86L!Dz{}2lYSE zs8xrIrbbZ=|2$?GRDVbO)S!Lp^h~%oQ*mPD$P~e5kQXx2dSejP%~d)iVh_8TL+pQl zf?l`bAlRtPR%=S}=5X3$b}~QCrrLw`+JGf6)?)~J1E$lpV`cX$+XvO57`wRHRt>3# z-`rhDe0DqH%s4#9pcnO?KQ{BNy5tgu^6Wa70haj=_3R3iE|{4Jq0zq#=ei1vO(JId z6q|{(o|*z7ukX=PhA$*98WOv>?AA^c8I_Cw?x}>oyi~A};V6S0p-t*F!w3lpSuS?4 z?994wp|sj<1@#+xWNPxx zHy%A+lk}7CkdhD*8FqRApWC$O!$Oj`>L4#MG|0c0WleY2aTJm*C{zWLD`=h4GzZHSxj>ZK5jt-32Cqu-A@Lh4RCo@BcM_xsVJ`I4yy{#I zeMv{%hIZZ3EQ%?scxf(wg?!55u+ON2gQZXN>6L&V8wdpOq~tx+F63o)k`*^OT%O;Q zt?{5sbH^X&G-7$`j>Mg7@=HO1tl-X4h=q!{a8firtT?%q7F`$6s1XES35YGOz>(GT zePB>?B8Zr~q+*-%u81n`zTTlgA|QxVs#jw|nOzy9H_|w2)P3EZ0K?}$z5a2R z+0`mXz=VW8+wKFA!tIObzHfK%ftTzs;U=Yg0_kT9lv3dTaCp~q%RGhnBuBFRsishn zZq%eO^*5(LScf!ue&kM$4z%t~M2H*XCFejEC@sM2R`~}1D{3h)wt`?ildt<^D9~%e z^sy)Yp$-71MPyLApw!nIt{FBMm0N&Q9a8~&`x{QF-!KNrOAk6feAcL4J^zp4-F<we)x*N#%H>Eef?KAIaC zcG18RT2-7|y|VZ5L2u^4k6FQoU|UcznI<`s6h~ z0xNOF-o5vc#g|}3Ft^hj7I{VU$c-pq_O9 ztC(22zYpGa%@h=$0{CqIF*G!k2Stm>=k6gbpq?Adi2xihh=4*yD5cx)-;_$o1h9CA zUtbh0o`5W8Q8BRskGuVZZ$k6MsSYFLq?WH~OMU$GNykeYxS$>nKFo6Z0{SgcVF}4N zssSewKV^dwA7=oFEOygncNym2-3VI!3rN&7cnd zaLw~wz?BFTvCcx%SvPq$FqeqKXCJaXMQwru4E8+*ZJwGq)B+GFCdgc~FUsQ?i*_bM z<+p?Kk?GT#>#CP4g*KXP7n0!8v<0(|Zc3_yZcTZbA^5ey8 zk6M8!6M1ka*sp{I|MV-G(MUQSiZBuwAZ(OZLwfIF+~~fq`y$m_(Rwv~qjG^b8!9*; zqUY+zueSgBn{i@(nCSC$;TQI_&;N>61Fx6kx9!abfv&%>a&_|t$@a(3t{8k`*-p4r z-i6!OrvGuwalpL@%4<0{V@6S9EnG%<~ zm?=WS58dSck5+bj9zL*Zan$lw8M)BdZ{r({A)#fRddh+ke&(c7Glo+&sxWh-wiEeFMj#Go$U~U z`*mV`daEv5t=!rA#8GZ_wp@)D{7NT-$atR*D5kAZb}NV#N~2XseTZQGD@Y+e_5^~oNYBk8FJ0>A<@Z!Nd z9J5tZ9Bt`z5a#tV&!FWEpls5Np0CJ~JH*O=-PnyVwVW-uI)mYliMiA9x+m)H*6i5r zBECH3T&|PO$;r9Ly~mvi$K9WAUSa;(L%&5N5@~pr6#R5Yk7FEW5@xM9LwI}t;D4Zi-RJ{Ymc?l|hj=`0Dctq)dHk`wp7%vXTs{zg zN11_{fir-CIGRnTB-Xmm2qNmjaxk|hvXNo{R(_&-8;jb(leha2*>o0fsnxF_WiFrn zj>_=|2Lj#H@x6!5QZiqu$HVR0&Y81DTz#mIVUU<~{U05=KY^mVHaqMf@(Xx?Kae4z zRtHU`tXju(uEC%Hwipu~u7(peb~r*20Sd&cd0?cFndwHig0es+tGns=a>D zc%G}-2qNgRtwii1s#i%&YqEcwBiA zOpf0Wx0Q1s)Z!4yEwaH`NtXSC%Q8t;%WYYhj7=~AEPDKWF@dg1Cc?Ba#h>It2Z}R# z{i;=*R3|gMpflQMHi5tdx=A=G-|oejys%B;dU7op{W=S;Tv zIIXb?Cwxe%dzTce5ir%yDBgGvWD<~4HSG#HBfa0jpP7}d;b`AKOTp)1o?-mw8{Jwk zsUNZF-D=qDwCde^k`IU~1J}3=-X}^-_jP7aXU7RB`s?I?E2GCiIkMqC6`XrGwN4&v zgxdf~&0YLk&7`PYbhIW{bQ<+TEIkjp+KEhv%bu~&Z!dG4HE^!fToC}%)%FRh^-tf` z3j34?l~qT9-;sTbbE^B@pz(&^Fi7!}cBhIcxgxn^-}^4>oHoap>kH1veFGD*NBQxrv&t% z0L}jv{h3D?5w8_e=|B<y&;W z&DjL*RVH;QF}KqXN0E~pR9-h7o$oBIheKcW{-KmJv-tulq;Qcy{NqyLHPXVn>cuL`#9HA z+VFT6hyx)t*nsbqD!;!8GZ!uyi=%~&>iM7m7wF>r4giyfet&(){L-CkGpg6DGaW;Y zY!Lig11K-Dg^uMqt@HqjH?iv@KO5>H#Q!QXHn0nRda&tLI{3HQ7>Py~F{l3AuX3HC&}Knl!f;D0HJWpQDfY50TQcfe;GPUc zfnnh1>*c6;#KK7;vH7}qu<~)ivuz7fXX4{WCF9(gQ?jvGPB&xI;R4Ef`%6}dv5sb$ z!o|g7dwHQzyGy{m4Hy#3ha4;I3Vf`SK={yW*6Z^uFK&k;tWmJJ_rio-5^s1nH$vn@ zZ?57<4Myt>iR04?r3z=>;cX<5FyGi1s=aF> z--GSp?p?t!h?b4_3@*atwvT!rL+#kMhY!V*tl;OdnG7 zV_N<^#gbteqd2<;ZN~|D%(7uDr7^f@VoXLL{NNmkQwyWabe&B> z(ay#02}?TjYIRS#58%a5a5!OYlKpWCIB}fs%t~SY_Vo+8@*eLMGYBs5QfLDaR*pp? z5OtOuDB?#{>iKMUHXI#MD<5ICQiPzPLMgo~utx#`ZiyStUzxALk!2Gi|2A}9$DCRq z&SOFdTlUC7wqi!GCI9YVSzMkkF1Z0Xppt&qMBHxK6Tedsdk=&Nk75}35J|NFK;h@# z1@{*J`gjXOAPL%>Ks6S`iL@X&t=BA*Yb@P!fBpI4Xbhtz0ZdmE6zd0#p~Z{`M(=H4 zZhnOCngw-#e3&2IAPj!|c(E4gI+`cM!=avIQ@o<50e#C=x(jqA73CUEId`%#wjIZP zPR|7f#gIeMff>C$iA*%5o3yKk!P9wLTK#c7yeOG)CbylNbk++qQe8gK;%NfAaJc2z z>w10V2plXC$e zf`x(L;NSw~azfm8YPE`@Otoy4R>^{=6D;5^5AVpxdq?NFqUEZTHR7i4=(1NT`w-pu zDUIw@iD=-X>bk>~K}_Fs9-+CiJ*XRib5YQfnEl_xIa8fJ|KHr7&bG z*L@Vlz62bdbh(_5l@~^pRyLnqT*~{>MOALBVieb4`tdffgad{2hhwZE1y3OOMku2^ zydaYkn;{=vEU)uN>PK<6^KT-h#*lb!%2*5mQEu%~bsQV)pjo4C*|MG(A(prq!ereugJrsI) z9Do0W&a@m2!iM$n-CQuy>z>j_?H?lud@8=nGyv2yM7=H;4EmIabg`%vlQf1>m$#$o zoDFB`|82QEMi3pCIw-7OQbrU{X;#Ah1#eke1|GHI63`dG!Ulxtd3&|HyAYV<@C03B zZ6aPD36oB`;65UISM%p)z4dV0rmupSX$d|l%a02O&3kNX%d(CPSnll@;_ES$qc7WU6Wf>4yBeQ$Sl(g8e>J5`p@f$5e8tgt94t)Kh_uIjsf55#RCvI!A zK$>ZSvfbX7n{7XV;qls*`^ySiJO2xHLc5!8}g__U`<^|mW>P&aHcUyk==x5>djCk_{~<#OLXvsW@0>>txiZO>$S0o6rWidmTnV7RH4)u+_EHzNV(;|-Y33s zDK5wg+3Uy7$J={=rF=f+MjW!s+jY)iBDp^pp}kpok%Y^aIXjQz3#oL7ip&~fl;7bN z%(^dYAGn;_--`gFNPn<>VJb86HzxNll&(V-PP<(5h?(g!UCNw30u|hzUI}XFw2 zMN^`DdV()ZjQ;u(PKA@t$kOmbnpN0o-S%4qHpIgMAAHx~nnySE!?~WW?-~}4=CHL~y z?6j73f|h?Pn?Eo=;=I{@N8if~OY|sq9MTjSbd#Da6(5=?0Eu6%MK{A#1EDvzU4%Sa_F3xZ)69hiw}!c>Qz`*yR^yK5}szW3AC;aq*CMe^hlgR z`Spy2_>Xcd`6OUeyk1u|^7Ssxe^kmIW$GuojOuGHp`3^8r7 zhyr1cKd>0ga;sY-jj3G0M-2Sk8#Nu%A>z4}0njj9-F~NM3WRaE{(&*qZ#Bcen1rU@1vqkKMr*htih&`^UaT&^`93utC?Ip6yg*=?ER6WN z!EfMC!{Y_sCB0f+>kUU3{wWN0(_3-ryi14)J`mF){`;LX0x6tO-5|d3+O2l6tpe}5 z%9u(_u~$rq^7Q#q)2O^v>`v%bV%nQC5g0U&;_cb88x!Ot35I?5I{%*q(2wXrET6Y~ zpwnm$r(UZc+xz`aGbO*JL&}jVCoU+ydq%k1vXRi`4JXU9oM4(UM_#;tMtcbOWG$Af z+|6O^5K(hy%Bw;KZTP{eeLFd9aYwfa@CO;+Sui$v5(E*hO*uvvRWCTFPVqHl|~)BVUD0empm7CrF8@p#yl4mBRPxjoEs1FF6m+-*qf2 zTbBQQ0(`7YiS+R297rV@_JpgWKyvGi|DE^QINX#pVPCvGb{$9b!ja(!!#YD0mW_lM zd~3rtuEi)9OM8|)^uV}<%2}h!xO#-gX=$#GOiw+ikvwul~yneB5BO>SEqlKdTIMOsM1-t>^BSPuvXy`^bPVEkeuWwxStw7gm= zW266@`X!RUSOWu``-46XSjx{MHP*g@V{-?6lbsLBd8OJFuNOXDQQ|@~8}nJe&{wLF z+HJ?}YTPU#Nh9nb>ywGDa;Fr7+GczMYWbC7feyr5!nW)~rvF42b+<4CHzmc@YNg`X>DWf%0uU~5E z7Iu+i1%?X~ZsqVNkCAfu6lxui(s-kwP4;GUFkW`ogF?m7Br8B#iq0x%1_)tR1ml`b@0F{b#=q{Q+EDXCf zkj;zm?5`EOZAf2+1H^bQk9+ahDx5VgFTveG9tE4U)@v&P&`LR-B!3fZ%Z3HggNQd} zv+99i$E;#EPZke&zLGMtv?9aGNW@OkC6eZi{jD%XBKHQ}C+;EN374Yflfx!wB&gdF z_{%qyT7^c;oc>0z!O3Tk@i2Z2qt~%V_DxW%P#1GYMiqG#UoVhYdC6Rp0}1Bg^k&R= z>i7jfa=v~fBO{Y?q08YB&>SW92l+Q+D?k8Ulz$<^MHhIGVOFrE;`Wv{CY3%ce%HeG zcf{)C6RqT)J)5mkS(t0Q53XL}lv%lkwJZYueP3|&%EgwkYsF&RH~Oa9FDM~h>;%%( z7LW_>Z@?v5#|tfm^t)ffzpDXc%-#vQ5=*IyxN@=R(b)x(W_uvxE&G1vx}$n zQ;9o!f+!^kGL3Hbf7D|I=t_AO-QUDgY|H=r_ZcC=odKab?L@RN^bgseh-w@2u@=1Brad za_IXOgVBkhK#wk|rrRdB2sO&`sS-k(9-67Xk!dWI)fgG&ZSaGKKStU-=)X~L^7DUJQ!@gCBcpb5#m}yyl}xEb&2YiM%#^1i+xa~pkL&Zq zW6t;axIg^&oTHE6%Dx;^k3S<$Y$38l@1Tur#NUGdOo_av;=NM){U0S(Vl$p5_`50zXaU!_$35_iEuuIWoLE<~ zOzihxSRAi1K7hOqzk*AoxZ=&UHV`w8{_OuYhve zXNOg6cb{h6fSxDts-FIZXCnzG#;dYth17O>(u%7UxlDs2Wj5!q2A(R?bR5!`sOi+0 z_1Rk~%k0Hg&)W`&wc=s@8X>}=kRvW{{5oeM&D(^0Xuopd%~8GHeL+uwAzy~fY?0k_ zc1l1m;SSROL5bSMomUPC$&6d?8UbQ4+~$IjgMM4sGdZcT`9TS6oU^$5*jxMi>u(&< z61Wun&QF&VJ|Rg05Rzh@;L=yy3ZKO^E-V%^=~7c<i>)E2=$EMFLayQjE=PpKE;&foJJ=r@|}kcENq zeymTC%CEcz-x8zHCaurI?awN~S#N)#;!X{j6JjFA#g}SH0~GKyHYB1iav{B{XOP(~ z-(J>>ho)KO<^juA(53U*@01Jkxs#UK}IIA=A%Mq)UlX??_v;NZH6nfO@D-UR;8 zxq;rBSRyKC$(I{M7F$B$aQk3sL=hISs}dG33r)um1f3tjp}7`kcq)@Pk(@u2F`X19 zGs~`!FfcOBzhhqe`yX39-jGU1ZQYdDELVMf`JaL9vg``Pd$8j_knVk$foD+vEk0>f z%MwU?pJlI9^$YXZr=?OxGLsx#_n&u=5EA#lF-_z4hBwqzttr7_^y z8$d%;TA#Utbb8aq_fQT}+hqhbn%F-xlwH@6Gvx7N69A1D#*HJ{=zw@JjL4nWB&bgD zw3cIDEtT|gxY_jvrBWR>HwSK5L>UezmKO4Z@AvD{k~h?|bLSpsFV4BJ+F5?Gd1y}e zH=EZ$k2O7N^M^+%tNK+`TO?mGypfq@lzBTq7bT^~3jADTwAWuI$h+DA58lgtIPcct zza_3a+czgo#;FJEbb?6?6YDZfM*4gCPbPZVbe<9F!XFl8Wh5sDZ-1MRVgDy|NJ#WK zxlkat(3gg2qnuXq`jEcQ<$XS0XAAiA^M9Dr?#oKW>{8DDv4-$rH*RwmqSIj=y`8(- zH8!PdTR6EzgtC^*+W$3u3;+Egh$Cb{NR_GAc4TN=@p2t*Rvf37I!yqrT&G#yh$AR5 z>3D^?7z0_7%Kb~L3Tj>TI#4E3>2=EsFD(dr`v=qVOtzyI7wGg6D#%Qr8VH&@$8Guf zEt6V;Ns~iXbP>ZfA7LE4TRbvJ494ibMh?;6Vd8lPQa7fPRH{rbqBDkF?Bmg3NMKR^4T7FEee0{eKU&HWAFylDf8ck z=BD;j8Lqb~XSd=@LS-2S@+T#+DL(9t#J7`Nz8Pqio(9aoXR!fa>s&*0?^t8r-$}SA zO1-7fas@b2Hx>d{Z+faVujivQn*W-;t4yvyy5) zv$3Vp+h9BoczP7y{Guv6j%kM`>$JaepYE5Zpsl-(uDX!fdb(UOBDE>uiJ%aRI(SsK z5!RF;czXaq<{VXhRGF=58++~0j_*iO_$n^W4JHY}J(^Go8 zU3!0OA=zEQpvL@n<;F(4GlgoR+HM51y2)h{b3V~uRn_F zyZ5p)WOVE?XOF#I!=)td+YKprFXaQx#h-QZX`&3U7N8dtJ2DAv7u z7Ot@yfBsbOxRe(W6N5T2sci1LDmmByPxFec{Dg)&qmFAN+y8IsP(zYT%j~IwF6pud zxPJo!bR5RDCLyhapTg&taz~KA7g#i^Gy}C@#<P3PgrpqnYQEvap7T6rc(BG6D0LNw4FZ#0eW<-6`t^Fm z@8dEc@wy=AOfp3b@}aZuTJ!I>U2g>QFr!D-CJNLt+&G1xnnPh<^eUFH*L%au2JcCX zpe`WKVuY&21~%RI%uDN(6&pAwEte|D!eD)XET*%C;&8bPS>1*j*l_-?A_pDA8HfR5 z*>Cu0WB=U6+(L!VY-huh%RO3rD6tKVOB#jaGwk-ci3c<$=qa=XwvQeUUe@i3i9d%7 zQe?#ls!ISIf(`HfK={;wc;p@SS2KYFM9 z{1JeiNS~opVd()wY@>aakOe1_6+!q6OJIw#H>r=ZR@8cVkkf#tRdPz^QhSc#5uF0F z86IF>7JAU7u%y2Zbe%v2b;S)8mCjjP{tQq|qK9cT*o2^Ie~@0kw8UQf51ZTB`A?jo z0#k+krp0lk1mfKudcY#!LV}6sP5It4C&h>rFPfH9xm6es^q_ zUD8MK)V}#8Baa0Y5xyh%z)WCF zJ;HwZ@03nwA`Ex(6kil3vma-TK%Nb9w|yR+4aNEg1P!w!iYPXNnuULzVyB~+tY+wd zcU;CK4eJIzz5il2&(6QWjC!rl*>zgaSGF=Vr^_8gB`bG<#OL!ZADPYFhy=3j6@*hm zbo-!UGC5Jz-TI^$ctA~E-u284-Re(yO_=Wm2qeuOO1&ECt_!GV-7a&V^B;e{87U}4 z&fFRFu6W}6$jhHFELWNlrtx-eys1?12-+MG=f;>Ub=!!b!%!3SGpvH|%}qhSNr0V- zZUlfScj!rONs;Puc!EyB1Z0q{!p;{bi*Z+e8oZ`94!9dg>K#DZ>@paOZxA1?Rv<~j zdVhNDd`~X`2f>5W7x0=LG0B-&MNm$tLQa}MV~IL%CpI_PD&{{x&QGmfd3+GWUtS(p z8cF6aUvki+@dTp)&Svp@Q#1wx@mK;5Fwlhf^5qoS zTl5K*oA`A|QAUupvrS&4sM8fxE}vt3(C{}sQsBW;AHKkUHv5wNZJ_Gnub*X`dpmZV ztg;9gnqMd#?%!DQ)dc7Xrk=^UV@Gi$1@YZsfa4D#oq%Q^7h1X)@bv>bheY$CxSOy9 zjnm2bv&M&vXTFETzbDa@SJt)N$6DJY-7A$UD9-TJw^r|7-`a%DunU^K!j1m&vq zI??4aS?_eGQE%#99+wq`Z4XkfELDoAvgyTb-oD2EZ5|S^f!5AsV#7bB#CJ19`*KnQ z+Kc3ujeMPI*1tv(QNgH+beMM${ifAFm74x(D3v?p4fmUS=KNdskKAu8a#EFnPgg7F1tL6DK0yRh-Lf| zYwplIcHQ2a93(o^4_&&saDuto7&&Y#hG^Hgt*LA|D;B9g-&cKt+VvKPGiN4B%P3~s zf^%pU5kF;#DeL=P0UrMOw7i;cj_>}B@~S&}&}x+l(loTl7zQ!N?s?aj5bR6!O8SmG z2yF(En@7aeKbZ)Cf{O|e~@A_sgItc<5T57CC|uCZB)%!{{5hWhdZ+7=s6Vz65fpwrd{QQc$R+}rdD zX_nC`^x4^sq)^YPnTDd6JZaW27Cnmj*%utaUg+-St1fSCLgNMwO6y9t5J_-j1vZ0O z3av7kCrgZ3WK`zwd+}LH;t-;BbbZ(2g2n&W68d>-Mr-THJqBRWY7GtukJsOR|4n88 zMG}L7%)fIDZK|p+crS%Ux4hyg6XFxgI@}w(RZNKg5dwZjx-Otyb}%-bk$}la8aD~W zhg@uXGFw=qPWRQ4%%G#>b93}B8FrWae_ym72e)?7{ydX>aea0do4V;Q1KI2P@UWE+ zHVQ)o@(jo-o0dGc7}el}Mh6%1bwf;_uleDQR{r7*S^Ob3@T7W`SQcZjW*L8fb&RTVzsUc0N?`j8_LED%4 zg(l$kLJf7t<<7(SE~^p0tnu9M-~iJO<5;0LRK;ed;uPk9!l;u|h^U830sj@JPV{A1 z<}`k;(<=-On;AwNB6%rBLu~1~n7hN?W5oiLqc>EuJkHDzjsWl6=uS3%(q9SYV#0%s z1Wa$Rv2;R>rK5s9bJ>IIaApAQHz*N60`>vZbk{hp2T4_c!#K}Bv9$1mB#LhDe4@J#BzL~w zj@fnJfc4*I!+PcbxANGzu1!x7P%MS?dm2`tFTO1 zejV(4+IGi47t-`Do1(DI$3Cdf=KhxD-gJB}xT|o5_1VEBle>hrrm|fB1+ko0-B&Hi zKEB}us-{N}Wu7>^^ISR?)@6?kA-?4`;hbD&x^fGc+NRiD)d|7{x!tcwf)KWLx#?$G zQ?Yb@K^z51a>6<)UXIhpXSjuK@G6w;7~-^g2SB5fobBvZDyOOyfIgl&&8GUjGO{|a zLk`(&xk2Y9e&L1ZRO$WqyT&0g*~AvcDlLY#y$bt6kjgj`1ik%~YMwSP@>gRRlcE__ zojY7jSW-J;JA}?Sy)(r%Nk^=8gXu=K$Ipg;W4I$tf^lUK^u#w~J6y2+DWiK(?Oy=| zN~DVV6Z{HbHT6P{H?_LFxG7{uo_*b4t$y++A-fraRTLu#;>T+#%`z=oP8qUvOJvEc zbCvia%4)oWj9+wJPwvUKz%GguHS|E;!2@vgPSh>FzmdSzCdp@s%UO_Ukcss3Evd^(w z@<76$@qxlXxhXC=EWgu|)CWm*`gsoBj5O;C+ThC@w<|uk?*qWUW_wrEjT~_x|e=o}YL96>MV;+F)_}dw^fwp|AqPL|J)t-Ha zXFTfmf6LVM7C=hHclm1W+RSo7IdaX?aDEl@9$2z~V&j5v;=_aEIj~{0>36?so zDY&^kqwbiL|0+evz%{fB)~U~G=}SY1GfPHrO+A3R_C% z_x1IWNwM|*aXo*Q+8}DdU>iQC-qIi>#Db``8pKh(3h-*$v}AE>BN$qg_f$Y8em$r_gJK01Q~J@#wG~5OnyBu3AWZ+XrkN&0oGKFNE|J zBZ}T*E*v_qAJgfp2JX%M@sU{|&%dW=){$Z3jc{TxJGGcNXsk1S);Wye6)dy%S@46)&5MhekTj}7RlJ% zVH0Hb{16i!O=0)}wpK>vK5Hu1!+^A340%lo6XFQu=KNNQn1$}AsS_nqrt-swY0f(a z>Mr(>h6$HMT5CI-M{WrBl_A6iiy35t9DPF6d}Ng0Ao7pu?yG*AvPCRl1V<@Q3=`+< z5T#jzGD16Jd}V4V))D_dX_0ON=e z8H?|6st7Z; z!0w&N?m4vs;FiezUXbf^5V<$AS2JZ!o_N1S?dg39bx5AH;KI|{$qePj*ji;|?pA-g z<~XS%3DojN1!CG&dYHG|^%10&OyS-Sp_D{XmuhmpfZmDK z*jF#KIwHO8z=d9Pj)IWra^1$O`_d6_DqgP)yMaIl(z{l(=0?Lj?cpih-&Rrl_*R4A-Vjdb>ngME$_|+x{8JqcZ1?n=k8-(0$dTJSus-fMzqliq z=?URr=O(#hriT8B%^5IZ*`3UiHyqDrX!ayhH(Cbp_;Lrq=|E2`hL`9yhWW4yf{T<{x!WrfYTer0J_WVUWyVybq3wY_VI z6Xg?cONR-OSUx2nSP7{QtC1Bm*7JJp@}lsx%8`=KnLX+_8We?CPiKsg@$=a;MBG|6 z;x_ihM3+-xb9_6T1WI<{BOlh&zc@E846X6tdZ!mI;8G!KO9B-a9Dc09 zmsz?tYJ2_335cAtn;rChfEyD1>5^UyXl7|(gi|E8x6(I+U z=Fc<4k)MT(+RRHG{W@x~BqonqD51KyldaRU!H+W`&bvr=RgOg`i!-e&lfhuWZ;HA${Bnb5)~t-8ktgjQs%{skxQ@LiKgB*I4LlW}1nzM9MK z@Wx*4)vHjdRru^;GXKeYMNn{u+W+nE;rHHv!~%=kfeeS!22Kc{czKtUl(g3QOcf{> zg0<~@SWMh(e&+)acA*}V!ibQVQUTH^b}eD822gg#dW@46NgasQe0x_VTbTV*tX!GW zEt$V>RY|+(e6D>7KJNbeBNE&4?(9J75!yzLh!K>~{qqs>?2fXTXb}AlM?xBnN)58e zs3uSK3wV!uF=4_<4K#Vwa(27$gys+C&_G3@uYVWh)|*+a|MFpY9ru<&I!M^iG7_fx zhah78P#y|O@10+JI^1FU7NTCwlUmrzFhFUVgqq}CWKOg=E#LB_*6|ebA;%?D-3hNe zwjDgHX(n!SPKP=Rc~^C%wxe-CKt!nMtocF zCN$cY3heS_+tu8S0Q!&y^n~D~UfIJ8Kv}Su4TJ7sYXHx4iE1TIk!)H3tLdbm*(D&d zc-9z{(EStD(=Gl#YH@KYaC=J`2Q&?1U*J$8B#?j9 zZ~umOf5Csddx8+*cX5v3viX=aNgj0uhrd7%SeIdzCX~Z6IKJ7>=>_w069C4l(FfDJ zOD_ZU$bjw3o4zr$<@R zxXbu1;5bAQvzkl*{_SQd%NDlF4nizHH0=3cq!%sH3fMK_K!!6d3k(d}Zf?!7z~Nz` z|FEX7SaC#s8qjfAZ$;|oBX_npi2-(20t;Lq!n}vpHh#^fC)+MwE|{7B__UL%R4(Py5UB+%KnO`E)9o|cElX4l7{HhUq!V$1NDra3Tje+wp@$cNJH29U%^mP;wgS<%c(L3DkFgtz>zbSa75-prnN_>gJ9H#rQ|K01y7El0FQ84Fnx+t7%oL3^1WL&A)t)D~`%W|)NU)3I$v1e}}bW>E5+Wdn>5sOTj!0S7g zZ5^8W5_G`oU;HT=IffZ0z=mR}&e>$MA&GSiM&pPP82IiUj)(iYi+0uF@~@iQ>K(jT zB(T#d6m-fQlc6 zq*1F{_s9Lk8m3GNUA)CRAafAg^(g#x^mM-yrv|8`u8{23yI{c4Nx|SFzZ|2}49DGO zeoV=|A$Xx4npET(<%>q33$sW?HII9%yndCI{Cwkdxjh#vaoi%6dhDcRQbQhK5j$Nn zD7Z2QQxK>3_+<^2WC8XQ2aVRShLsv)HLS1V;VdL>Q$XmWxu3GiT(T0yqCN*mkvCJV zfUc6*ABq4iv~S?xe!T`_VBLl8(bbKrlr9+%4JjUysWb*UAzXG$a9hNV9jl0 z$yW20Po&Sst5D4|z$9K*kZzmI3C>Qcgk`aZc$85ipGBQthlec;S~h#*b$M?2m9D}* zdtdH)Qhp9AhLeDA=L}U;L*MSV*k<%Py)dDjkE2^)JzBFCzVgi!;tDj8{+=U=^YYEx&isg;W*Ng_-!NQhi zxScTQ=6MY(Fhmto@=Vj_aD>j^LVQp=8a)>g^!9cy+>)jTd%JeCbgSR{>lbeYWK8cXma0*BoqM>?4%YYec`^sq+yvGU{Gl$!v; zg4moPogFobJqach6qMx$oCK4Jw2Yrv%oW2Q&5wrNo2lB>;7PwW?ZA)x?)r2cHajKQ zBlJ4?Jo0ckER+~amcGC!NzKY?_?;Mlyjm0 zxV@S~g)232fxJ0-w%@$`za5BwIR22h{R=40ZXe3*80I_ zx53y)O)^$k?#ElDzg=mgT_TqTz}1KQ{tT)TBtO1Q3B9c{)P+C;WQE-wP@EniC_xI5j% z=S#jLZPTXynm5djx5cw8WuRoo@klP}n)xmm1xz#ZTuE4TDg^q=%Y+;dl-;g&jkn3pxHxiZF%nwSt}U0V zOkUT0fwzRaiE(#1zE6!#Ji=Hjn5B0o$q{wh6e^oa;l1C#ud&Tl7%f-I<2;mu;0q&k zYr~Z2BYGq?soxQ*8a$3jRdR;IGmm|5KvAS%?QL?p&8~lcNM*Greg%d6bC=Zs$)-FM zZoh!s_u)iQmZG>h-_fy)U%$_0Pi(e*Y|~)M+Avw5M|FQKBKX1`>aDN54bJEwsNPFt z#Cv+zsRh|G3W-sD2m;)YeX#VD1_~SgR@WP(ybMENG!cTW755v~cESw^#LxsC0YIP+ zg+46UcmodENX`EF3e*z@S-&tuc7Bol-jL9BmG2ko?BZP|Ts{Y?(5A)v^N~_Zd;1@* zbD+=BaIGmLWUkuRdZ3Vwx~`wMKgkV;aq@4pg+Xr()_q(W6^D?%*7WU>QZ89asS=5|r{2D_%8{7@g!PdOu2{oE zoD|v6Bcp7kRHTUbb{~rMUk)S3>w2}K!qYE9ySb#1$&Lw8PS$Ny{UnJaBh$D&EOc@# zSA4R=L<%P2dNwu;b@jG3`B1(JO3KQE*6Vr8LDn0DzVC|btG@%Qsj$1M%s^igJq;vV zWbHL5`^YkXA3wpV(b-+ z!3v=r-r?ECC!32%KR;I`i{Ck5zELxyzSs1bb$4?rjI(qKQIODWOmie?eX-iWYY}+$ z4Ti{OQs*{*bdUZ-sS}&Ko{t6#GTq-*k1kR_!i>7}?MCdj7ZAc(D2tPs3z zIcDc=nLuV1GcAk@g*xclXi=lKg$ybmnZFB6%HHUFyps;eHRT9s&08->^5}comPP>`=7yMdy9Ub~c^{tg2l61Eg3du_A#D=qQ+p26}X>H6>& z%v@nVQ`S3fRzs&|T#}Q|RK2Eh!PE(Cp*;F?XKnE|vQ(uLrdY?iXtjhzHUhtDm;BJ>WOWnnm(! zDAb+Z5nT!_iHLvj&y0{=0is>bhy`-vk@qseIJfvYj7Ebk2m1_7iM8&|SHut!6XWo! zeTezNQb*20S1{s(x!NOUTRDjw8{gEC62-q7p#=CD;pI8xs@q^`rU~--b*AV*L0xPZ z0Yr3NNk$~Mq;m^f(47g?Y)3vB4B37fCX{2u4I_KF+Xy#(YGb^ zE+uQrk~hr{!d%G6o;`A99Dq(dCr>{I^(9Vj9#*|Tac{+<;#09X&$M#CL zA8bin3=8f4u$d-%0%XFre_tW{FqCWu{Q~3?#K8lod_MIq45CuSs2fT~$SXW~HDybB zKFCG{xWuOsFh|i^oe$QvU#5*UHGz8C6CKi8tr>Pa2Xquee1SCoXsoWepa0%n<7ErB z;{8G{Kv>>(d?!r&5u=c&AS{$S=S7$a)qJ?IvQ5hpzU6fXFE^wUJZuc3C=QVwCu@vU zE@=Ud7A@MG!lxq@N$+}tMm6HzCn`KnPVVS~;Dq^x*)id_pG(S;7 z1@HE@hmvg3r%qSG4dD%|jntReyB`m0q(qtHJh(z&Q}pwaoJqHE1fx0Oak2N8yMz!cHjQvz@jQ=} z{Ai)2X(R|Z_j{c#&?Ac7Qc-7mVjVHAGd##-7qOj>%=?E^$Q!bNA0)9( zw~J@@%aSAR>q6~cZ1|o3ILj^54ej%=AMgW;zzvS~rijS(KuAw23o}=tOS$!uETm*| zudReqcGb-nWF^`>z+z^d=$Nd!&*ZheQE(!3dyPzp>Sy$N>at+tja-& z(GAHNKLeJ*S?F>Jyzqvpec|}bLMecMDI(8^SVaZ0ar0w@w*x=xf)H6OC6eE9@ocga zBH{UZEpFkIhy=-ydO!YN+U6fQ%krd9SSIa)r2#{patUb~Ml42uWt`LpjdIkQ=}y)k z5bDf}#90I1{6R2tn>KYh#dcIL6Q=;1JJ&dhzk^1Z#kuZXcqa*>_wJ>Xk5jAg{r&H@|iOm45HI~S2w*$Mj_j~e<+ z`+|S>7h`=M3o<{t5|&eXky;&8kq0s+-aoZT%v#V;QuKh~r3kkEJ#kd`;A2{&6x{7O zyf?1R{ukDEjV+}Wfu<6OT4T2(tZwl{$My`9TGB2@l7EV}&Krfkw^uX=lX>!w`KC7L zFO?IoZ;^ULfV(=Mlq8kLGgUgGzbsAhwDTp?`G*SJUCPTK()@(v5L?8$g4&^fumlEa zLn33@VpRY$DFpG|5~lv@m#0Bt0CK7vtp`H`P4SOfklTL`gQk5ee9rlw!3Pn#B{&cM zDXMtR4dhmN$>PL|wwrlJ3haRGBI`zaCeQ09*gctI!@;f#Sm_6I{NyEjIaNiw7 zebA2Cqn^aGbCI!bJCxRj>`X|EXoCN8(D=+McNcYI|_|>&>y{9xp^x66;qI;*?9Cp z)*=_do!7+h-IQy5kxjZgT$d*?=uR$-U8*9onKR#oQ-_u|KfpHgy8}L#Jsgl;)RVLn z!54x&-)d{(xavqsAi{rV7pZqFlm?>ZUFh*upwDNOheCp{ND6&2Hn60o`B4&F1adp7 zZZUftb#d&S*xMbBQhvrJr!z_3^+gX2O zb)Lj9+^_kozhBb5pFJm*t|pOBhxcHTY-qc59oYLBT|rMZ@^M0SG#C+OJ7Sw1*n|&) zs~wbpRy9}VO!1r8uH>5&5m^YFF`+hf2+v&HQRRS@@JFEKwDc*$SI(-s)X*kHbH=Jq z!4jxZ`>5MnXRO`%KDIhT$9HbATZJbdkh1HPUwXbRZIFTsR!qh>!*MTrU)wS<l%IW#z-v*q?}MNAxL0e@nM?q(h}**qVr3Cb+TZ?Zn?3tYGN zo804#_NQ+6mD0OC*4>-AS~0uia;CzU`n=wwc|o^p*&b-{&#>DofQ99O)FlIAsoA=l@^RDu~?JLY` zKkW{?H@^AJ&)`{BB#pN}LYD+k%{bQa^|v~yBUnzh%%BnCA4E5BM6qVcX4lSBqhgLM z&-ZMQW1#Of4l7D-Pc8VE%{f~E${}qlNF(MCa@VLS;7fjx*nVl*@IkQHDRn(mPzJVY zpLIw;Qi`aD2hV@D(tFjc7P}izRqwe(lHkM9Dwv?)`iaGGi8+{{LJ?6{d#`c)aTX4dt)Tol7}zJp)F4?mHZJM`GE28Bc$UaMjWp`Qd?VFMXuKE;1zJpcO4S{4YfxiZcc1( zi%0PqiJE8XS|U>x5Q=Ryu;pXN2y>Tpp~GQ(k=Iu-JKN1@5(}rjde0}Wh3c+Hin@=} zK5`pGXrd>-ilzHLPI|(|p}H5n-P)tAz$^#wj~~>Px9)P!jWtnqih9Q!KH=~CcSr@% zKeBYgj@h$wWg<;S>^l5^Czl!hkycUPY#jY&{C-PvZ`vG=LU-8Uwy%T+|3~^E_nM&! zk`mB73w!u=&2jcTV~>TQ1#}EY233Gr5n-o@NDa@>=D~_#>`w9N8yHI{7u zbbFwj2tmLc4EuCRN~G8- zBu*&zB(8s5Qp>fo1zrY{uP@yNhV8yY!^;;~5$oBL@4%Ls3mcks8?3(K$nS$V@rPkB z6%gOY;;~DIP59gFTuifbL1+|AG((Lpn@f^Pn4>G1Jo#&1z_WJ#rsy?kJ`^EFtb_%x z#PWdmA;i{0{60^hz2?^O+_?Dz2mSZrp~-7b9m`~)bPAEVC?zun~D@r94sm=AsvU(`$F ztaU-c_@03LOE#UA;rjZg zt#otijCP;z?x~Uq2hmUby{e2nwvtz{QWC@~xAN8@S5e;Iq=uoyx7jV4r{acdP46sz zRe4$R8JZtG%UjsMq!8%E1a;tI{VK0EyXGDqaZi%Y-FS6OHp+3j^rDk~kTr%r=4*_Px(rhP*NQxP($9*@+ zdHy&;O=$4UwZwGle`3R?$oKtV_vF!hdaL~JHzO=o-S#LZrP$KMh7z}8Zv3C{gJ&v& zDTyG7(%&Oz(Id*Di96-u*}QCUj1L>iM|3`MfFqrOfcx&Nhv)7>sS%U$NL(L(XlQ8U zk|*MMsMS9p%KTzg;~J~`*E|dz6Y~%Rl(N;59kg)p75vqjHGXWFmoz4u#1A~CEq-_ypCnF-&zOvR9F^8C_sOatsw7l@eZUmb(hSZIlf-$0jPOO)6N5J4!-k0LSNq};9 zX8@p;&e!6+-FCTl;yFQMNSt;!x{iUGe$JNxvyOH&1O=X<_3!=x-Iz}bNs&zcx5WBk zu_FIwr*h2&wS0ew3m=Y#K3tJ?TMye%={-MBS{-Zt2y~AeifnV4>U`uULtP}vR=o|H zi`9(s-#2C><36b|t3Z5#Bv~P>?Vkh z2+fDISQy#EF{8SV=hq~>yytI-&u2&UC=*zV#R~r?(+)p?#7ka=WexsGE9E}1i|khs z1?Tnl0lMFuEzI+eK=sNp9U;hNB2)q1eTzn~{X@dcOr?qld@ikxz{#cBK%9XiZutD4 zpzi?nLEJI=HQ8Q8NiStbJ^>f1)Evo=IR0KrMp76sde1VqFFmm*#39&tx;U=k$7aZRCK`sY`>RX%p6-|4n);? z-{vI-Zh}9oyKa$YE8ZsPVtoR$d0Sf(Z)iA5EHKAR0*4?r82FSp0A~n2ZvR7*&rHAV zoOlVX))%RpYoC4d1Or9h%w9~9qr0kL=fL|He3BAW`}P^zWo30XSAI# z=(4grAJ1cbLct6~{A|yu*`HM+KA7QV`TdY;_yB_~wBuZ3`ydRa6t$6%KpW1UaqCD- zYZ#V3!YqQSTz40qE3P(z_zBwTO672jm$Q;1cFH)nlk9_DXEytL{z$kzQWfovCAUE3 zpU34N8H>fLySfK%Hbj#IgB!v68k6H+out2-3#`vQ^w-^i6ERKDw@6ksC>NUsKflj) zgMzPH?pss_;kkxHvukud$CN9^u6LMHe|jSF&W-@GXfu$p5%<*V_i}Iz)vc=zetd=o zXPDa#ddWje%3O6$R90OtgvPwGemvj2?RdZf!e=+()WrA^S{%po1kJ5EHw+T#R^(+mjv<${5Da?vf+7@QhVj?1QP_8IcJszG*E`CSkCzN8^@M7kW=Pk z{E?-pfrjus>9Qf4yGOl^*p+sH{`jE$U99){F01R63oD1=G(T&k?PUJ7RLJ6s;GI+O z7SZ|OA`LY`cV4SMtROE&4_njC?(NGim1G4Jbx}&pD8Zqj4;&YMAm2slJJn1d{r>V9 zMK_!lavT|K#_ACRQ6gWS4s0n-gitaU2yrcM=)3dQS+L~p^A_ShG=~~+JjYZ+)=P0A zW>u`jSA7O_<>-MIIEXAbv7{HFwF=53>`QWcxdLrC?xvjmDxTlNv=!Bh?F^P{k*tky zc5duZYk$AVO(Qg7N$mx4>Y_Ef1+yel{v5C^f7@AoMT|FRB7NG1p&Dft$w-4*NvpiZ zdLswoo15&$PSljJ0jjLGG-0zkHIo2(dF1{y zQ|rZg9thd9X&qhOZxQZmi`9Z#5)el6d2l|q=M3keFXJ2qzN{!+eJlK}D6QQSL_&uU z)2VZc^wyYFU+(BD&aYvUcwKE|^H!Tkd)cSZjhfLM)?Ex0!^jL#`!&0{w*$s7xfnZp z+DDrB2A^(lvOOulA=Y%Peox<>-Yp``IkLc4&EP*_4?83 z#eR@KSXiuy(^?+iHZT3n-efrkhID$0-x~6QWP4=-OsnjlwPn3uW`y(Q-CXv6;c4qG zYbeORrz`?pXlt>==Hf;$kYh5xXT&Dq$BPBqt&o(buCxq8ba>)3GMX!6LrBWzh>=kAbhc}(Ctd6U96dO z-h@hy6$e;a{m7Wh63L9EYKhh|#H7wU-};&Wy!9Vwref{hSHcjZ4?=-_my6Zod4L~o z5Yw@0Ofc4|8)xA1dS=4mu%Z%Qv&((%Y70QXd`U@I%#P^mY>my3U+Xt1IYb<`WRype zfg|9<>KjI$JA~D$NikN>GgFa=%B2{XI{4p`Mg?d2t>Vuf}k}ml~vw%U|;qD!#`0Pq6<;{H1j)G`|SeF(N zDBp(u@(27lZncF!ibygXZ?-7krr_KP z(iIUmy8Qbzc!T9Q2ScFYEmM~W!0vEMTg4&(_QEJn7`xf&sg-QskWu-k$>1Z{cbd11 zcU9GT&#Zs%h6#j1-w1#O>T99x3oiFB*23Q1VBQwI!Gb4mjRUU)D4ynGHv_L*m&kG# zY7*q$pvxT`p1z$+sp|IzfMc;+pgB|>65H$HI8l29HQkCh1xnrvLIR!l=m3T$wq97C z_hgy;&tQanG=<0cHP2?FZTjp1%61+ip;RlvSq6IrN5bb>a-49r8keC$8&v0tv+`dW z^ zN>HbKT{Lf9uhU)$FFD{1a$W{M@Wu*0uAHeiZEMYJqr$YdvG6&3c;-i z*ZPp7HPLICAoq9abh&&#Y@r9DwNPhcP|YSg4ftw7G`hQ?<$INvS&B)*E5EDijRgu zzx=;jxsX=7=X1iCg+^-W<_btFr@GIYR&J1JJI+`)eX{>D50RRl@wLpll$MQtTgBiY z$!2@1b7c(SG+$!xB8bGu^^SMofmLY(>uruPHRzt3ogLZsgv?>GE(5LIA5mqJXdJ#~ zo+7&3@9nF@Uuzs%y$~S&x+OM~dS7`9Z$;~FE_~)Q-AqjVT&Y%Q@o+|evV?il_6>&+FB@}(N>dJXHJU8e(?8op+&Q}lo~h;!XV7U2JHWdU zpoqZlI9&H&4${<0&^OmT*=oMPw}0oO0Cps+z;C$TP0WZcTd?1)_h7PGZgc+GMdk`@ z%9XXM5um=TnCj_Y%10U?RD5q<%-1gpLra6DoDt&17OR}@--YDKs^xUR3`?y_V zOlZA?(0ICf)%}GaleiOyhUEn=PrKmHR>ACYzAU6wQ8~Cy*!6S0IXpZJjWW$DzIKs+ zRVrfBYi(+0qPAiB{($zVE^ARnSab7XbhwAm?)K@lLsKe6i_TyhOorFWtyt=0((5** zX4~_n?qFhlc^%K_7RppWOo%SkQyAaru76nJ^4SAB1)C3{Jh^-*|Ct`H z^hvq2Lzx9R0%n!^?F-hpKhfw+hxK;>kr8?2?R2lxmcM*Id0B3y>q^y|TDcGW06lWjXjbnTG?fYO$1Gg$^0C2)Yf%nbQqcq{U?>joy1FWO}_oi z6o7+4WL#+GE5(UCN7-PaP0+^B-X&UJ**kcwL4(|S1MKRNXeO|gs`w@FOny(%xRoya zVlIQg^_pb5;}fUQ7XWiBobov=6ZWLRa&K*4B8iRSf5O-pQ0aoXh)ZP8O3eJu&25Ht z@}AY9q;p^RR+N@Dk}`Iac!|@bWmevJqJO+N8BjL-i6< zoo1;7QRbm&FiXqqOw|-ApnW6BW~Ie~Tl~il>|!c@+s(yRcxIo|KDWLRX%DiR3y!CN-MR$VCdq6-F5rm_4|Qy6wW(zSz`Z?5TiWZWNXNL_E2y6 z53w;K+m&;|ETPYJ%5BYJRA)SJVbSj;PkdW@?w+_DEpYQ*{pGREhI%n^-_srZgYt20~IxdwA zY=#{yKl2DR7Of_~ijZFX5j=R;U**?n#L?N?i%%YyJD%stt|!ojM#-4@qj|_($L57t z;gR(Dk;@@<-soMp9hLh^`czviwT+e04kfyB`}N`)S*)KU!jiTSvPY1)c2|n+H9-*a zY5f4ct+$U)kJ31@&779(G}HBvN);k;^7Ay!@d{5_=i;R$mC*h*a5&T%0CqK-VhP&m zlH(MY$g^HklE3O`P4B7Ws`m}vuM+;??FNy4fm|k;YQ;QH8vAXFx|eO&EjG@ZnAt0dC$aRa$>UtHxYypA{JW_KIIfef z5|0gsj2^3t#0}r04qK`JT)kRG=_#M!&GrdiY;{|!swZIQU-lnSMM`R-zdachefP69 zTWl2e z(c$}4btjfCeu*f?R`@Iuck^-K?+3ko5tIxO9})*%$1l4s^DFoUn!ooEUP{-E_3TR( zeQ_ESIYNqK?^zOfd6ZI=qKhULr>zvV8esJ>)jpm@vzMSVW;lb0w*9YMY4ju2-L8r#(35_x!p<+$_O?YrX*sf{ zb?gq8%gD|4S;NMS-Pz2$`?U2JmyTdCCH8xk%6&vjzP23U5!#D1R6ar2WNU|WLzw7g z`zw~OJS+jsSLOsr>g`Vea6%4N!DJ7PP#&fl!~-jZaX}7}?s~lSIE#G? z!5VBoPm5Gt*NM6Uu@#oK7q6IPNS4%^_h#)glU#T>II7XMkXu0#yQ<0D4r%yWLxN<3 zOX71BOw4v#0HC(Ewj5&~O0Q9SqQGCf;^iVPm>A>RvR z;G3kTf`0Vy(=g0T+;#}ANk^q~L}kz$NN;ww^i7+aoM%xwlzMVU@v|LfwxEH-3V%SQ z;n*ys-mbS)fti)ZV{JkAf{Z7Vp<)oDXab^0)a#y*^Ig?gNOsL=_bX2y>4bpq6)x|8 z!F|Vue#xQ`(zUV! zUo|+dJWKx+o%!p}pnMNQ-zex9`q*`|e3#d|X&CCm9ob`@qoAd_jL@qjo|BlBV%(J{ zFqHM!6a~d3*1NMqzwKo~NW&xzhd1|~X?sSAnFlhX?gA!pvUgn42)H#Es5GajpvRMd z!JHRwPrnRkVR)`v>jz{6>8>obk^Yt-dO5Y|#Z>6lv2gdvxark%XJTVkV|fAWo|2b! zo+;=~Vg#mjJ?T$dNztMyxr3IZi!#W#2M5IDe!7&m)}d>9Du$GULvM9+2I{>*YJWAX z(SAPy0flwD2i&=!=Rb&=>#@9p6)r5B7MmR4%QUNGJY}AwbK8c2V~WMuvzwOD(b3)q zA1+cqyLou*Xe3(Xi>^58--dz;{muQWv+cr~7w;s7_yDEkeG#q0f-PyZ3<_nE+(uK- z`X|oEv+!lfzy{0up`%s!0Y|C^KO*QvEmf-|-CPCN)k($N zOj*4dS?J$YI#B233_Fb*>;$Af8+P!QDE7I~#xB0@K=TM%`e+u6?lfSQ?>!d2D}va= zhXu!U9K=;hxDe`#($gk;bf%jyR{ue>%5&VF`|Ec?{=rqG9~X4Y>PI2= zRcSCF^?o4_*61Z;CW=@e+DKz@;mHK|9G2ik%C9^8R9-s@jmqU`0zw!&zcvg<%j*y3 z(689C4t;l>RB9Cg4{KqP@;grBXOhf7%Q-9?*{tTIW9QYKrQ5m$<)ZkLC{39B%B(oE zqVK!XWgc#HPYd7E3 zrGg;;%+`PfpTfMWq^FpwB{)HaHKoO3*NIA_^b1eP_9D5vKFd>Y`aI5wMaJjf9vVw) zB+&1*5HExKBW^O**MB$rXI^hj#ny^Cx#l*@#6*r5nWM`0R98ZCY(EqlDz+u+zN?!z z#mFOdB&og+2U}z1s0cP~#!5nwWwZYD)ksh7?r^NXm!pau@F=-bA$=yc{~ct zV)KPf6G^Dv+(6QpRlHXtZmuR9sW-MrN!iqR!)0A&&ogD$w6JpiyBrT&;lh!v7zTxO zF`02L7Uz&EDrTnpo}3{T?vcJ9#GdDSKhyd~DB(Z4F=1FVQh%5pJ*=Fr7Zt_yn(CpWvr*Y;$G^x?y>UW6DMOei-RaJBtNIGiwgCwH#$h2D}cf1!VyIYYLI||B8p#t0#pU$r(xp=6= z2zc%;q)6(Ee|RQedhN?AE5lTx%~y84EDtdjX@ox>6W~1w%)@arZe(g&s8x9GUVabP zo{J2r!zT7J)yrHIz>ar%Fq&?NE>_)~64a=Nb^4a^5la|(W#{-;U&Jl~sS055pWRSSzc1@=WJCVDTK5j6DV4xHW7#-<$lkpE;Pn4ES%dGw0g=xIw!O>bmZJWOx( z(yzFXr6~;p?pt|Ajdx>QA2wrS$OTR4q~WzMZTw7mNf4WVlG<+a(ysh8zHM{Z@H_8W zLQfr%nX^riv>&siAPMpmcY#1wjSsq4?_WT1Kn}VaEr_VyeKr^?9Jsqk+86x`VN?#+ zL=wc>B6i}|UQgaHD0sQRaMACNO}JJ`Wg}OKABf3dkr%GNITWr#fJb@=#(y(HJ5Ep0 zj9YSPzJQEPpkDxjn&P+8V;d*AlY)OMW_wP){Tv%t>Y6aZIqj;$^bXRXD%rcLQ(*a$ zv?TcJb5(nkZ+pvHqo^h|>j}{ub|iIZLhJ#{ANz~YO3I%-r*F0>CNT}@)PI#moLLoh zW2PcMrV8A};K)9$!FCb0X;9$uBUnTyB2so`elKc%d4LvPR+!^)&n5|Xbado??5Apf zyy_C6PYTogJD6y~<@1~u+^U^kFJ45814l7KzH`T0k85^}{V62Mj*BVbi>>IigLn6% z-@en=@eJ`ZAG#p=X5H}T=H{aPeuQCcML42_uVnnJttaLErfxp~3Rd+F(2IDqv_(DXJLv@b}+1#JCx* zB1c-P+nVrizL;#rm^gTI2;?kW+{%{__f_1XTy;&G%}wemZzsX28OZzFW^241HZ6aZ zJefNS%4NDByZ#O-ErS`<#fpjPkv%E5_;>t1rr3IVdO!3aEK8}J^j;hH7PMFfMw+(< zbbsjIS)Ev@bdO$R6b4~uhW0{fG451=9DN}+WBX0*$#WmT{9fPH$5z$B6S|50s5bl- zzcD;zS>0J)cfs<4ivraq%A7!*R+p{!ICB{gr2$iZ?knXDU=C_C z^&?l6m#oUC(5xI+=DytbHeb5MEaXl!nmbY5_x^DqMMcl9zP=*M#iHH9V#$=4u0~_V zgC*~;c}?c-=wZ2`2>u%&zgi^yoxKoRPF_ZJaU81qcL~(nk%K8t!k(v0zB+YLLT+|B z+TAUdGdUD(aHQ{2?a0;ga4ezx&0nHUMk>#65BERK?->Y(*HQlbeslG*?ip#Y{KWQ6 z6`kc_iG)@1R$62+&rHVwy8KO*T*l#5!yCcs7*nklS!bE~Qk#`8CbF1}x5S5WAd+!M z0a+CPYodnl*!ap8!wdA{)T6Up65xROcFp{Nv<1l7-13O?Yi6i!v^&ttN2$MDw@|-!1%dT_z;M-rO zZGG9{!3hh<^x8LwwGNBt#H?`F%G#s4gJ?<#L{m2w8asBDv3t4dG=?f6J*cgb#VE7uDM0B8W9S^|58i6vyr0yJ=YS_DO$(syL?ZG#dEL6V%O$N!q(MTpc?er*4TFNGCJqzUuU&Lg;jzIo=hC_n^FX-w~@NNlh*o_}-shJcsw z7H4geEVF;+gvKLrPh?4J+xM5lPeyLIc=!`41%U|b2Z6W**mytZmx<%;<>{a9g-PG| zU6L)fEZ!u0OGzP^#O`-**44N99Pkn_43p;F+X;Y4JT~f$wTr1k4AxQe!IOag&yY`z z%2s>XRC|Zy-Uf~<6Ul)$8Hlj~Bo-$ws!8|o#67waYaD(29VhvZo*Z1HB48vRkK*9O>jTYX_@|6+^R%5gSQ9uh+1CBPiyhPpKpNV~cb z=Q?eysn+RJrS7t2)i}?~&h^pFg#BoP?UaF*xS$_C@57Euqj_UTe_(0*_1y|Q<;mB( z@Y|ZG!SwFq%mdviS7qHV!4PAU{&@PC8aqL_GLLtCbb_{v2nylW)ktmnP!3WaYocK6qEJSA zmZMZ6^}Gf@R?ggzqJb00^9_>6Tgm50L37Mu1uoK8@P+I_Cz2brt?@Jdk;Fuq={?8tGB^Cc0(wsTVYWnQ6w zV85jeQU0J=VH187JXj8|$N3nKLJ9ktG6`9fZWwP1BECCIi!VlDUDj&a5`Vfsu)>^` zS(r(Q_!0CT#dbfklgO}7y@wnD40EUU=1UTW?K*T-FYdvya)H}P^a)yk`zJAg0B`Sc zQ)?&UYAu8vv2B9fs>b7VS%A0ZTDvJ>yEA3L>sv`^9l(9r#3fYPyg2$-uYmxSZnJQO z$!1dqFc18AMdwBelI*a)XhZ}zKZBl%b}oW-y19v5oT-JSeZJpxiz{AO;dQ1VQ2($z zeWTZOin8_V$Y@@d59L1=jySl_b{XpGV+yz-kTHJvALh!`6D0K*2UO|Kni8$UcnM?pHr%V=9|sQ&S4sh#k+MtKJT z)!N_k&roqOMgHn_JXeD2U(cuRtG1Mw3?m~$Y7|rV;2E_cq_*e3 zuBI_rqF6dX*0%Lo1z(iTw$X;pqaqeaKwnZ*;h?NolUaMRr^tDRI|7CW9`{P~9 z^fg25EsO8CLGc1B5nGnEQ6m4P-}@EQ31)%TMp&I7EMp4ZwO6%W7wpx1pP^SUf`?{J z175GN-SP&MH<1BnWX+MMbAaPMZQASqP^jTbKSGz?RW5A!MfMD93vXQ7d5)=ds>vLx za^N%x6KaG=(v^8bC`2br!E;O8dPRGB;vw{LQpp=u_p`~whY!VkZ&K(zS3}%`S0{N! zBj;Nlj?hHSp~%GnOG@48Cv0O%(?r^Xny<=@3E9n3qn5_R(>@OyBVhl*zac@T{~4?6 zg(k62=ksisW%zqf51~&Ja&xo4iC+Om`&2XaIO(V*2Cl;Ota1ux;FtdUw z5S2Gn)fYP=;JI|S!@1(-j3T=c`@?u#N zXBrxVJ^dY8dMNjoTCYrPx2nL+z|Vjm1^^cW3b-K@-*l}IoJ%|%T-YvB!-Z zyrzqPTbBL2MHDU+KZdH06{m}$YfHBbTW`HQz}*j_nfnn_&cV7Zyqs2@h2=y*|M5v> z9TlU+kN*B?#ZBckD>f_hlAkA z>^z4#u`t-2%via9#e3utHg`E03QmKE?o1vUi#PDY`-iinQ#EJ0HTn-8_X>c=0W4=U zgrPgFCB9BnL8x_8MLHVgc!*HriccLQKnN|fP@|=5dKg=Yn;nSI(9IRIpeIZH!$UQ&Lsx$WsAaU+1tJJJ|6q*iB{YOTJgg4ApokHtZHkqr5} zHq9TUMF_OL1I>RwN+Dh03EihZ25>&!OzASFy<$!7wWqSucTYwNGP=`eF#CR+{a=k!Er1lR)L069v^v8Kca49myD6-mL|L)h=!XUVN!!A8O71 z3_{tDu{Sd3m_x$c*&1hRsS~%_zcGtdAwH{E|IkgW2V}UaOqv8u%ib4#{V^%r)fY)a z{3LdVB$TX37(?!{hL_?Q_G#E|L`#4Rsakt|ua!rZDmSGt?LSB`_tGtLEw8p`I7QrJ0EP^y0!)sS= zrv_vEg=U;#I1w4r1xLLwRyXx^Mrvl*Sq-TJ-F6e`5<%ph@y`(bQ3;?c_DAqrehO>z z)j)4?uqoB)WS631-=S0s4zv%Du$XvN4?%eu)E?vT^xq$;-A7F=YomyiX^Bv z6FI1^(!W;*l#w04O4I8Qph<3zZQg6YG=x;dAPnf@s5GYz<1I!q_g$O8^1)xhg_QtlH+PnCOS1X z+s-yA7*^&joqh5Ws*_M#@B+55+#c^3==f78p(*LJ*a!*ru(#AFvu4r$-db{WQ7jpdX_aLDH*ke^pn2c>Bqg-KG&97y-Y$I3_2qNW~ zT_o@tIM?qqFMx?f2a)E=s%a)0*F?XE7(5ySSs?ImSe((=JYjYCX>?yR&KCmB9SA|p(HJ(eUh>>)%d;8opN}$vLxe&H6+~*erOsQ$lz&Z+ zr(*w#%3tGx?rk_eZgu;YQi5l}9wE8v8|KCP__ki;>lA=c1l6%csE+Ly9o{3wInt2_ zVnmjGlLLsU(SLUTY-OTAX2t4{I+-G0AOm$Y?k;ZB`Q%)Z&Y~Xf|K7JCG$dohMQ)#F z*pV7tD8Cds+BFcvr$i<%@xl0T@{twLlrXbVP|E(F9VNbmVr+Uf=I`u(=!{z^v%bPn z3_sIX-1nZ}{SJr6;1byhF|T?v#(7-|R) zB19EX*oR})-&_JM76Fm8nw>i4QsoliB>6vR1wW31{+MsuJV83q_%+=pv+Q(=uw5La zr<4WoF~3DZoOw1_rh089V0!w=)i!aPp6T_(`kZEY{TIi?K)tAJTEFgEUq|Zmti{36 zm$_U$gJ%_M+eWl?*^ty>hVp3rSoPEQn$3hQ@feYMKaV2!ERdRu9<`$vTI?J&RP@@e zuwp@N`~`2$m#3wt7$Fmxm{AcK1|@1ph{PW6Ktd-kPUipTiBn-f8Kys_xVd%1Rx#`g zoF!fYgO>~BMr!B$!PY)J=Wo@b?U#3o|ELpYb_;&$cr;-$XxQW`l#Mj^ zT_Jz6ope2ubYbDCIEWgClk)h~ekW4UR4vpyd|shZ%}w^htRb~NRR3*l-}+CR?HPfL z_UTL*FSd(ne^ltDMG~mcb+4-Ezhe}38?w!MEfUlm`Xt9f>gmyLR^&ntC-OkvV|@+> zY%8$9>`VoHUnF2eDItk#X#k;NKB^@2d)!p#7IL!23gu6B6z}L0R@M8!exaZyoFx38 zlu|qOq57mL)NsaerWFF3v22tOXkKt9O*Tx5GwvvuxYA7Z+60dj_iiE4_JE|{A^$kG zf9PYVQ!NSCCZ%RN(Q$XK3##ZITfU@nzO%nN-k?!>zW?@fZf}A5H14;TsP|`WIO6lo z;DHysciY;~oz8s`E5t+Da5F*F+oOQkIP}j^T!;gAPE(!EYZn7Hj*!cvwPN+MCnA?C zLEwUaxVDuAOj3Hft+{EfjELYqUunq8Hcd*v5w~DCmo4Fr{)mzWA??R2Z@?^thQd%v z`Qf?kr`hnB7`8TaboA~L)grWm!5f-`77YUJk=J9?VHoZHGGt%N+BS16y;`ewWvUs7 z)O|opa8pgD{9Dn?T<^=ryfdIQX8Wt&ZL~OUpqadT7db2k`p_un{Zt6Ygc!@op_z|l zgoEVL)91Pr#JPRP9cu3Czo_CH9QE&J@au${Qhv*TTAC>plzLKrUXIc(`x+EdZ~9NG zLjTaD+67M0;?!oLsb(evWxfSb#t_s-U!QIVDT!PmfI4P2jRuw%j+N`-EnY1{-of?g z{&qf9U#(;Q-ebdoJdW{sR@E3+K6A)#;xL%#2fwzi*vA|jP^=j?*w&ZVt7~gD=EEdp z{Ei5)u(0lbD;mq0EKE&}X1|(g)mssQ-7BcK4$X76Xg+>sfEDcfkqrIr=w_hT>WT^IMIUFa>Pf(?8MZd|?OdDrhTI=-y3VVW z8Nf6`F!P7Gq)B~gdw4TP5CwtzNXAIju5WSI6*6h1ckb@QwM{Vf!v?2y>17*jF8ts5 zHIAlH`A!H5(SP}4`*&-w{EV>8ZL9ZFntFp~eA9w%`%-FZiJ)W0@T-Eib(Z6B-*;9P zqdLaM#%}hLjFi!Ihox;cOV!IF9$wvPnwi(5P9m#;2wJnI_z;`4D1sU%1uqn(%4$om z0$z`B$1D9?#5Qx|076EjSipGigNVR%o8Ymf85c1f-s_JTGUGIdWBDca4AY&azr1Sgjn z!xhNnbZ)IBb-a}vAmrzSZ596I*2wSV0NTbB)jp$HK)=dJ6??15^@LnI$`1Q3%-JUd zB^XoWUjJV->Ys;i|0+)@PKV#?oJF2N6>^IzF}T6n^>&8Oa0UaG+I)YLK!R02`y=yk zwsiLj63;K*eU$&Xz^`;GaWaOr=EEy%Ye9(UPr`N^Z019nn)p=ws#uI27aQJCv5PA0 z>iILkbpOTt8EigE^_}s%tKg9EV?7@<@*hCho!Y`**9qR6>!tJ~13j$ps%|b0*jI6} zUZautg2tt?pfe|j!>Uxd;Wvtk3TQJyD@4=bk z5tq7air?()X@&Hpf$lY~|KSgf(FHDlxr{0-FF>4pBFrDd!+T(Ql-oX8X?$Gm+x~0& z3(SLN(LBqmweG4aKElYd2 z7AqP7OZUt~4;+xwxlmirhvPF+e0}1Z3Ec=i?)2@E;6MRtZx9PX5)vuTwOkO*^#7py zaUaiU)ELjoGm_N$n2z`tZ^C|tdUgc`WVew2yN(f@nIv!=Um*kak2&oB%)b!2Ay)lm zyqH#A&N7tB2`}t*{^NA}m&1A=?q4|X$BWuaz)9$x0W&wbJcO967YKg5&cs2*PD5S5 zhx%hw)gA&op&(is8VIzgalR2Oo+y#V0a{q#&e}pg}r!|+}AKUkK+%A z!QoWE14HLh>%(xLxtx@&>^tBP!34y*G!X|VTgC`(Lm|g*xg%A`gG<0=CpbT!j@xdD z>?xZb(}AtMmwe|wioH|}S{7HPqNWM9+Os6}j_M@H+R4M-qQ@(O14`t>ShF-D{g9+| zbL4dT{8?$^S#gpX{V7Vb0$f)y+$6%J;NVX@24B-ENZ__HP2rvOWH!&8AJWbz5Y6WLaE?C5sNDv53LI;Z(l}z@`)# zTj>hw(Qa*SRxvZ9fBEvIN|9odhna;aVn(GREP{_f*S)jLe$~a_Y4(K0r6vc-%r;JT z_E_L_m}zPAdNwgX@1h{$_`@Iwr26OO(Z1y7F1Db5jaM06io}J(!S0_k+7`Y4^49K! zsA#r`?=2IOp}VK2)j8;WCBD7At!8Mb=h8PAigbKTRCd-H}?D5Osd zc@W3nzXJXD@88Pe;;@8IpZ>~!onQ%MnXbBemX?;LrlG-b{nF_o+20?=^Jw+s*3S2N zhh+<7WaMF2EwCneM4Z#K^tzTG)6<%I-j^opYiqQD0%jHmOYM0pD@N%rEMhFXA|oU5 z$>ZSR;gg;*9Au05@h!k7ExMS%EZr~rct3|R#p_d79#c;jcV&AXkj6~ zw~@T9txf*i6KH8fR8)RqB06em{W~7VE(yA4O^9R5%Z6>gllp+Vu%a0it42!s6~bM}9vvPkyZ!Xoho4!X z!m7vPg35naE2sG{!!jBhJA30h!VCcf9U%OwGuM`e_4%(t1^)4gLWM-iQioWuC}LvI zjrLo@ZP|1fS;RYafR;_k-DRJ(wYQh#=SwZ3Z#LJDPE=slbN#!pa_41B|H;YG%U|y1 z2!i=t%#u0ka46S0J%xU>S-BqtDV{SwfBr^(K9^;U91gmaIyhWhT!v`{U$jsl+ys-7qMg;5aJV!j=Uwq?sutex|20$%#VR12h(0xS2*F*)x8k3Wg;qR**9UXsU z_#_v$eD%T2fJL~^f(h&pwH(BcnwpxjIwv9^$iIKSAx?U6u>3TLS3*KU>aeIJ3K0do zS^(63{#Qyh#;c#2g(?V(e*TnMeXoB>+$vP@2DJIbD5JrKMcKj;8!LiGSEmNL2(?~d z7-%_4*%iJ{e765SfI*mG>c#wT0Wb*8C{$a&0zQ`hcNy@aG=Rm;?(l}L zh5X+N1Q2jew>u@&|8J2-WpFVKo-6;Bos4jNe7v`WCF6%{ZR!q#F4%ur0Omi+@ zLe^wqWldU#QF3&3O=eKcV2Y*`HE?uxPApW)W&=1KR=^EH zRAxFlsfv`043-fa(COqYfSh~)IVFA%_p41H!(pGbOAd%R@;Lq z?5i$U$7Z-x1qB5qW^GI9bd5u=J32aOR<4iMLR7p0XPxrl+UphlQb(09Q2uUge~K+!(L<5K&1(gGS;> zO$cbbL8WY)ruLTx9!T3Caja-mQPW0}3+W@BbkCl$=U-10J_0e$FetueErX#LJe|WTe9I)&Y*Rw zx2(D~CWx$t9T`9zlAn2OXhcGO|5l6FB?U_|zd7HdYs84?0aagMwann6ZHLXfiD@J24n>N?&-W zg0r9;cA`_1Q(v^cAg=2QdbU1a|D@r5`PmXSBZbg+*0_-Hi(l@ zo#>11{^jND%c<&u)0+!Bofc>2Bb#jy0E0#gqzah=Nl#d`jK0nSeSm^G>*jpl+1VLz zZF$Mm{}UGWH+U4WoNjcc3I{TrZH34utaz$lc9+`cO;xcfo1{n5e>55g1qNCIzk7PJ zsWi-RY=jw)oLOuJwkmWUKREPToWnu?d^s?{mBEACv9>W@DNCrtwl{69H&zw2$bSz) z<#fl#C_-#3bQ#$C7zEK>QN$yH0OY|lEeQwv`)jTd6o3a^PjX?5Mp zH5*J04E7?_CLoj%0t16g$WorepThp0o4egrwcki zD{K}-?LZX?!`%)`rl`{Qp#&k zhtGBrW+cMnu_QKL6)U^wNcnB}GjEv>N;4L+vygb5kV_;{&&_&2{y<+}&ccG;s{hxV z9RCmuVj3A@r!uM(YH@IX4g&iX4_yrOxKJn%2KX6L(bInfhYLNYEbU$w_ZQeivM8`9 zb*(V>Xbm@-{_y{R7>bd8hA??<4;`E$!24gyBD$}xS&U|-2@7S1gT=FX;L6GHuc(CxFEj*lH{QEq=kr@gR9 z*RLw?8yv*HJ4rNKbMrMp!u~E62o+rx(8oDd%IyCK>~pVRe6HtENGPES_0LVrsltdG zdhM*${+|O9BSod!`ao;x{Rmf&-?LN#&U~*VcJ%+jzYX0XWuFqH%k@FP9tQlqmR6Li JlrReX{{S5A|5yM3 literal 0 HcmV?d00001 diff --git a/v0.1.38/assets/workflow_moopt.png b/v0.1.38/assets/workflow_moopt.png new file mode 100644 index 0000000000000000000000000000000000000000..d4660e44adeef549329cb7c7617cad35f387b8c9 GIT binary patch literal 252425 zcmeFZWn5K3*ES9aN+>0vbcl3_bRN2;yFt1S4bmdraRj7G8tEF%y~AI#_e zKmQN!m-o|+Kj55w_UxHivu0h_y4GNj+$*t1$au&wFfflK#Dx`LVBmvcVD5cGyboNV zuT}s)cxY)RBqS#xBt#+ywlOxdG=hN<4~kQLpr+V`lcE_N894xlD2~*KM8@hJi>|Ro z*eWUxheXlwHqC%B1i2UiL%wj0CeT0=_LHG1PWv1#3Qc$2$B;*H?4+>Tr*XT*>xZ;o7e4iK&4L!}ug@J_!!Me4C_ryr3+1bg%bkAS! z9_-w&cn2PpXg%&fzop@N;}iM-h8gvTbWd#~{xzB(o<1)4$ohp?_>IvlEQngr)un8Rh;^lF zqSO;aY=Fzh&VgxQ7%0^4`a+(@!#JKQ_TGyb`ZXnaSV|;=dx5w}uStVwl4OP?kZ5#G zh2mp-71sOhvhR6fHxYfck5Q+&VHboIYmYF)LW)r!%>h{|Q%MH-sNFL#QMWe8>Na+W ziX?n#N*+f^^`qLCLx2PoMd85EUwvo*KF&j;$&yLeGDhx8koW_&kpE{ z33sau^i7gz3FB*r@S~MBT=)Pg`_2@UFI_=2DQMBYY4FP$AIQ2w6ekyPd>fej=im&S z)%7#X=~EP7*mI+a`=hbGP*5*^2?5t&*mb+?Et4RZ3NY!xa1tcwVSa_psM_hUK9k~n zj9ddkF7tum$Yb%NRd`_hWiJsixP=%U$=lLYd!VHd221c7LRxgN0bh3C80CS=l5Z~h zs-Jk|1FxP3DnS7a+1`|LpHsbq69@GatI^1E^>+HMrThCxW_^@REsyb}?3C@b83 zr-v488lT9Kc`E8t9&Qy2*dX28UlJr5ziGeGs4Z?UH&5(T)T(f zjXHa0#8)}xhHz;`s4caAJhc^ad7rUy+wr9zr?3d=A=CK~e(S_`fzw4t6a>KsB1n)t zlJ-`{Y4cz}P;7a~gp1{;P)bk;XVEHJiZJ4>tw(GMAJB?qdtVD4(&}i7yOZ*25A(>| zISow!9aB(fEs)gUof>&~AZ?rQRTTO&WC_qvQMYnXh;Zkp7fWCh-A5L+7M zK**Y7#XXOp69X8<&Z8Ih-;fLqEa`BhI?I@-*-&U(X-drti7ejrpVN%_I2sb$k-h4C zTJw0Ob-{(X?=$6M`5wiYM#FuZ7TE>W{QwuVn>Y~plg9)|eDJ9H4@r}l{NOl}k; zsyaHU3-UF2i7%L~J^qK7M8=ZbiUJMwaqMucdu;W_#s<#D+{XR}*)iuv+=lx|e;&Wm zt@vmOM98A3&Ng~pV`)V-+(kLuo)-xu>Md7+sp znJKUs+(9c-mQ(p$%HG#F%GiI!vsWr{R^v52K7AFAsztm?+?YU7l1Af{!?yg?r>XNP zsS0P))N#*Zp`lNMNP`QTbOVza_6n;n2s1T@CLM@8_&jK@SsE1~A1w-c273qTM`yFA zbEY$MGgpft8SKg>lDmOA0em?&nf-(P!@4=mvbXPUa`m5oR{IS983(O^*vV+Z-EZN( z&wV&QOuyOtPXm+!v6 z5Dg;?eH@yLZ}Y;Mb%*r@E7HrT_k}Mw&4#S1dv1KlcF2dK8S*;B6{ntlM^k|=AznRxIi5bASH)OmP~~Oe zM&XWHOi{v^;O6Luu#S7S=v+#iT3}&9UP6)ZO~Pq0bWxWG^oWl{cEdp%U%)gD`SxyWg}VgHJpHwU z=cD2UQS0QYp*-9N1t9@aDLpEX`b-B=k>YT=(#b(2csjS_^3iV2s5HsKl) zl82jxB7FKV5%=kI(Q@&5Ct)yUM`ycgJHO16I41H1OEO+NgCF5voFxP#dZKrpPgC^7 zXezKMc4Uv_G{`=BMK87em>p+mxEGV57Ku}4YYw5iBFC4k}D+d z!%j_n&1JTckPsS%=UZzn^4#p+Hiw#D(Rgx8;tkI zF+IEd6(B>wL;X@NQVdr-8>`)^mk?umE6tT!%g^8+;Qa%9S~!)FSThKA9IwvP#rSHA zq3LtKyZ;c%}VJUr)WSGwUe#sLfnabG-xF1o`(v1DlRH{7bUa$}N+flH1XX zamNR14eNtXc!zvWEec=x1vcV};l3xom^1MqQS%!z z_k&vdR>i5|U=!nh^VE7i{u%5k$Mg0H++;=y#>={p+kqRyS=xHl=9{NyCKmngQ~Jh- z#;1Hmxb9_ICX!+ zepOeC)RIzEdhL6aSgIP92^+ceNRGWaJsnd$KB*u&1o;xH&F|)>y3~Zc2!6ij;O3@j zXz(~U4|9PzdOZDp>I2f1!GZ^?^ z_h*SPFoEy4X>h;qh7V4=_xts|Z@_0T0*XQs62NaoL$HyN zwY{m0L&Ea=Rp0`Wt+={93=9qh^cz+};n^Mx4BUj7lA42>j5L>_jTM9bYa0V21{W(^ z=yPCrT)2RjRz?o`BraB#*7jU3ykvKGZ~?EOml?@O?rw3g;3ZR&ks}eZ0UMF9F)%SO zk?|pukdW|zUmJ5N2#fw|4!q+fGj(vV>1^kH0bW-dmSYQkn#fT@9@@x6G# z#>{iq&;RG6za#zGRN3ALEM#K^v~=M6yI8*(|NG&8HoWUo{coR~?Ej<7e?IxAC3Fs4 z3P$!emX1&xDqEX5@Bz*Kx6A+8O8sv$z85SkzZ(5}^*>vv{jV+lz51UmWWi>D9rU3? z<9qR|hkvjAx}S#;y7vG0!cRxLy9#(3A2JW)AFt&@9v!)S0|Ntskq{P8a)I5NMT#Xb z@i@J_-3l>I9sH&i|9Uc--ZcjIH64B_{bK`srcS$WIMI0q_e)4~B zgHeuORs$LPKy=)?cItQeng@2T=XNJ^WRjS7(HDv$cu(H1r!UXB?;fY(9(Y-Q*R-x} zKhjgL@h*2@&3gGLg%#hGoTa$Cg#&9C+u)7zjPJCz|J=%PQ)3Xa zkYv*|>D4@;>vXy^YoU9+p?YmN>o6?y2`zZ${A=gz=t5t1M9=N=Gm_i1%<1#}PU6$s zOWVzhUD0LV+v^&ubwP^iWD|IF5TG5Q2d2UZ$Y1qw@`?iQx&=vQA$sF39_x;}Z;sp5 z(&hPD{R#=#swW?wSMxu?G@^kt5O4k-t1K{9mlS8WFz8q-TH@(7``&@f zKQ_&n+mQzzX)Hvd1RoU!bk~;AeD(z?A^4IGW=8NOo~+JYSCa-st9(8WF|H==NBkl{0?K=jhH?vk6;=-FdD=p-8)jE$LX6PtzanxojqUz zO1W*Fz0kX@(xQL@FLvMTnLLB8WjTW6Mp6???!}J}J$7wR5F#?AmPT;t^}}QGJ*LKw z`$r-9#Y>AD3cPVr$|{aInp(U&YBUfF!u5^5lcvpFZsVNAobqmmQ2(vP4V0bDxt^mB zdD~O6$F*FaHR=yq7oRuhF4mnYm1xemTWj}EPCcRPvG~0tLEfjTYB)dN#cQ>oC}Pg> zH{J-9pwz-|I&~uQx$DNiB-&|xK+H2;W#e@@{j|rJD?WTNEV{d<*#h!XTsd_br;tjS zQx%d@PN?dbCvBTLZ()MP^J?#`w#mt{z6pNQaeBtSuBt$$So;0qgNTK2d}IE&uGfoG zkyjszXWjTGPL{5Ru0Oy}r#8siYHvR(&UH^N@YygD_-QnsH58_dua`$(e4%zLJ%VeE zLi4u_6a5G;Mw4f~i*nG=RZ2@k^X(GOW)5#AdE>dyOo+0K#Z;%%DE?lsQjDBYk_uhvvQ zrW3vh~s-{}}{9 zp$HkN{)0ky&H_f?yP@XeMkbpT57oL%ck?}V(`{H)PCwO3P@1k3dXFJ82iXffhL6Zx z%+}P>)bd!LS~_uFuF%ad>&jG}@$Bl~safBUux{>NF0WavJ;^n9KX{=?$fzcpzrE9_ zr=1tR+`W8AaOJAl91WR2ap>zZir%!{L|Lz%2DZ{q9|e)bfIL$Vm`A^{{k#H3w*|JG z*2i{#^n69#mSOry!MBzI@_RiV`Q9yr?9+Bi3~P~j3~`UfAbDP`Zk4hJn1z(1PO5xr z4Brp2s#04GbIdhu-JkpEagL`7@;&gnKXl!Iy|F64?c`Z|6^d2XJaV_A0DBB#Q_bY= zui*{8yfX(G$}_JnhA#`gjw=U7T*{L`uM;q!Yq0L#us_md)dMT7NhK@P_~A`yfuI7h z{>gZ)ZsUAfHQ5|*F-Q2G=i^ULcS?9^EELA3A|PUH!TQyebcb!UdH zxK^(%9cvBEb1kpAa}8`LYHVyZtEvht-!r#zl{fZ{$!@21(bag>dD6e;%dp%=wMOfc z$*#&_My{e)^wMhF`EdW#e%b{Z+V0FAOx^N&tbHWg`flQKaIK7E?PmrAh5Sl>IC+s5 z8i7@2WP8&3;s?SDt&8^?wK+bC&*~27`&v0;Q@Pk(i&ye~mnfXIQ{bh22JTeh9!d_F z=ah4;md)o#N<#c=%c+(c;8%{0mKc#6Jt{`og?qH5juCZk1$ z=3Q8r=Lm4Okj?Y)7rq|IO6^iVr-lwnn+Fgafihe0ZgT#JYaykVLyeKwhqII%KMd0y zvBAQx7#x@Jyq6wxVYN}K>Q;{X)2>f3+`GQ25z7a+4p5D=J%gxfx3VoOI2W(do=+71 z+C4CE?N}sKG&u~8cNgfyNnDk_`qCh6W$lqD+oDr}`+EH2ds&6MmN`~gnA#;71Vn64 z1*=HaY)ExCuZ%Q(uMuyqYM62(7ec2NH%9FmgYwH+`%}fbkA*Jbr;{8_kpIw*5GuLa zz|J3XKd~SS8__dr9M}9bn`;|YosF&?cc011305e6#bj11^kx~)!N}@$Ae{a;-|g-Z zo9f=t+JQYf#d2lmgQd}g?%b)BDTq1#F6nO~Bt;LBs~9oyUc8&e8QeuQ@xu`CBc-Ed z?lXiL|NHqon%b=%ewY5dtgTKaD3rcd4>i32%QzWt>gHej?be={SZEGV*LXFRyi7od zc)DeuZ&>GPnskCv_nJ#IzfPesm&=bdN)*$`BBp>+jp50g+HIacHq0gi$tls8_&VK9 z_I=a0dd871-R|N28gMJ)Ua=(;$5$*Y_J+#Boc`4E!JxV53RtX!AtWi$bm6Hz~a#~XZEHAV3X-D0=tn4}^mD$dD;~cjK zIKM6t%&IT$7~t^=eP8Yx}Da z??k^|^3L_VeGXeLm$9wxsCFPllFZ)w9mo7bf|J$3(Wv5UYj?J!G%HeqkN19sjts_@ zY?C=k`a4+m8G1aB%{d3rI&4DBwfaz%7kb+7IK?ds{9eA=GUCspQ6x-YK*%pDsw^&M zxRqB`h2$gOHdYZ1q%G!0By5bb5$Z-bNO4hC+dR*7aD3;=ACojy;Iv%! z8vHdo#UNIBdL*@UwLop9eGT7{>=%@=z|+L~i)7Ls!9j;cvH{n6u5o~LPmA|_1f#?4 zQ+Uh_j*f=$8d4} zwfn!E?28=G{fqXist;TI&Njllat5)r0VQ0*ThO#k6P zpfn};nxjIcKKSk5(9wXvg5gl?EYWkBru2J9BMOUqV~AjIB{=+ql;88XYx7kM`0RY` z6XS2k|I>;DofHVqh{@7*fBfrD1VUUQ2g$`o5MBPV_pkZg1tbhi5~|>Vt}NQ0;puN1 zAjb0n(f7Zd{WZyd&GmdKH1F_Er;<116e>fr#yfNU7AAhG6 zEJ7(Lt2-FKB77Y5rHw|fBor=`s{89_(K|-1fc=DssH(QMR>6vBTkv;E0q|}*1jOL( zgNi}ZyW8^esL_9;BovO)THv(YRP^NX?*s=9@_ErqC6xnqB+uu+@A3iTia&eOrMEq)AyScH^ZAOgz2R;#F^8vvoFC{^+I)wiaMyri&jMsLE!SOc)18~qW|7{5iFRA6NIS4sJqER~p@K-NZ z>Fs|!0(cu+4MQH>eR(zL_MfeT86w4*GCr<-r2xbDW?*t+u>9svzq|2Kz!rbv%u73J zuej!9x2~Qpl85$h|3B}eQiK)7idzrLocuZbFY$V4UO+_kMFEKDhGo^7E~}reCu!C4pt&)kN2Py7ML5#K>jHl=*+!1v*E$ zhd`g$LUCNblhxnD3XFtt<_#I>`Zk2^n?VP%yz84PyyfVqA}k_8Q&~AqSw-a{Vt(@n zL7c|l#yHO+=ZDG>YU37O!HfLvQ?3v0@#Du%7e{7_a#_vNtSl@OGczB|=AQD_2ef7C z*~T^$UsuYCi1^=9nLM6?s(-(h50r<9juqFPkVXhx0ewNhLQUp!?A~22GwLbK%p^CA zi18!GeZF3->gMs|3sOO`=V9unB@*gkw~l+|KSeU=bo5eysU(SEPO{Hky(OGv71jw$!*dyG9p+SSyKyfSRp#YjnXhuSuebgpt}Gj{~Cv>j37E z@;4(Fkk=>3gHpx7O7Hpx>GYr#Vsjgt>YJOJP)K+jikfYO!h3o7uGT2caVlEp^(1%M z{z>1gc_#)xT1YD1RM6defUpp1Hr28E&GY#%u(A~vc<*dj2#05uSsTD2QQ7uT+W^Pu zCcQ8YVh76}O(l)%n;EC&vefpBy*XNQ+zH6&#XGwzh;kmq3Z!YlV~KAT2O(#u{~B+a z3o!5Y@@!+^sU*>G$P8HM>*;zQi;9Y#F*4FVxSBW3X4+OR#d;WyMPxR6w-~SP#wbeb z&v`HQmqG^%pTP){!@9PYMgu(3#~0Bw!z7GoNcY&$b@E`jr@xlhLjYBf;wb{w%G(6h zF6C%oL5`JLqfdava7#9uCG`899|Q)p%*-Stz4?+^y}v^tAm7l>-zWxzj56dk1vKE1 zU*kGDL^rp$Sw&M{8_@>AF>E0XKXHDlbr6`X_i@ShId6U4OMi)0X8kG9Q>dZtc9l;y zE(w*!g*^xb>VDB!wuflcSVM>z@7}$OwxkTB3H9zPU*R4i|CUio^#pL0S)^CajrNA5Q-;Y2fs7V+{ zjE(d5CFX6TyGTI0FUBCQ024>R0{DuGejCL3rb2DhvxeO8O!RkVr8ahigXQX$LG8qIzG zciqApM2!T5siDaPbs~M)lo;%D)LYKr78e(9)<`|}N3MjdtgJd99Y5;r;o-s9wym=7uV+jtaET}$ zNVPh~4SF3Gd-9s#f5L+9++U9D0)*xEMV?_mhNDXJz6@!;sZ*B>N%9icMaD*7XMPFj z1%dBCe3@}a+&u^q)+02bEz zL0L))(JkX80xx15RBd|-kF}zt8gPra-bRiKY+sq0U7bz!>B=mWXeAxA>l?*{(pHss z#idAh!2lLs0rBmvDqnkF!<|H3$^lnb*$6ldN+R$B=adfG8z&;vYih7QRB&^u4JFSX z)yu&~p~P#=GH`TP6k9>>fq_E-h*Tf^1xkqzZ;uF2M$+oT+7^cKnLt_#iA?hPn3L0? zp`jsth<;ZamB*HQvcupvyxTaRaeQ&%W?^H)f9Z4(_^i6PHV%uf){&R?E%JSd$uT_N}+W+Q4#qzw2}C<{ z+&SpGV45^J@rB5w_mz2hU8(MwA0K3c?+lQER8va%4R*%JwhK~^AVh)7vOYPQ%pi_z zZ31BDOHcwBgTra-z1O`6rkDkYRH`W@+%gFue4?5Jv5|R$Uc(<{gJ7eG5@Rciih9j0 zEXarXx$Z=mNNv4zNGq_@>Xg(4qTNmF_?~iJ6tj0aawY8d78c1Nk?2IVmbDk36NT}?#1OY#R}cCS z^n=|m?c-So0W9DrWNBzU$N^ZGqobqhQc@we1Tj0qGIz`J1d(cD5P-{`d9BDLQ5q;Q z0Pro^kG#6rOH)||GFPh?G$^Ux2V;azRRIG@!Pcly+9ao<8GR{K4+KF=c$QT^d;tL2 z0Jyvfm@Hd|dGymM(h%X0?c2T;ETP_UwrlRq6&-ME%!wVq1^v))pVywY-PbH8ypy@@ z08kIUl!dt#gYiK?k$&~+0yc`T#r!6HZcgXcZ^M`NwHS1;z(nZgeUo3qA&AxqeY`1h zlmgpkF}Lbb*A$NzTl3~3NBd46Cju-@0TD0(a;#~Sh#Xe$p=1d#&_FmmIDQtEC9i=I z#EkIpa5AE>{9lxtL>&a|xwE%~^s!KOseM0}|ElKaCKj9Y1var1A9taca++@%Rer9M zPBUWgO4J@yuVm5%5fjW_30<^IjEubQfiR}(Mmqo8rJ%GWc&)w1D+(L{$@CZ70kap; zsv#F|@*;>pp#UXb5;fpHG~!7BYc4@j_!EvjNE{B)?jSD<&D$;Yw=|hSSvoK%+0`1& zN4wUzq(`k8i8a$_n!R@YCeAUUVbFHE_BDK;0|_6l}SH;PU~t zn*{xz0zWLQ2O>%zf0nm6B;oG~6DjIn#;$ePt3y|sbn5= zGdDLkozkU^SGdm*syA7sj^JrRIfFBtRTNJH)2J#@c7gEn7U4*hH4KVyc)TN{qjAH! zn`F{LMhL8%TBmlg#jvVWSclVShT55s>H-0$tp-)liV|3cA$8tZd3hI zx233=Uc6X{AQ^gqhalY8*my&41u2su!2dNwbRdx9ZoM_Lu&s#p&72RU@IXZ=wy5_d zQ*CxvsmbEsGUM_FCT7nNfHHi)8%w}jsz2CUBT*R>D{jR#T^UGiK(Oq$k$i90P>tP6 zfjI4oyr;T)z++Q^2Mhm$BJKMqvRhl96&67l*28!#nsqdfF7kM+=SKM1u|4~Xj!p+_ z^v=9J_evU^D5z*k4n-`00F>p;_uBM^l=n#WV|+Z$Fpuz0bi9MeY>IhN42o*WVfZ!F zimu0Qlo8_KP2_mrbVcBl95@ar`GF7tWI`9m0%*no#=ugDHGC8UA4A z8VV;+I)H8iD~dutcy1y*h}p_`qYtFu-#?H8s{qixXX=>&Eb^5A5AsSj_>+?W>i`_p z!2Bj3%Wse{0-(Zk%3x!lfjR6W2^CP5#ADV|IWaM@4c~^4JHGMfN2D?koM|x-fCw-G zkA(~{B8Of#Ma38(QH5x{G`p*^{<&Gs3Gja-=WbIbxP9yacz^2~(pehi7<}^#^E+Jq zvvS2Cf9LWi@qa0tAc|=*@hoRXtTkzgYXFO{c(vH*l~A3Z$i#HfyB&_-HH$m61b&33 z1rh@S%6rN*S1(CYDg|y9->(R&0EbkOmw!>x*zkw0|FoCf6Tq--90~vx#gc0QIDdV- z8DQI&hX2Dp6j)_q; z17IceDXe0^typlw!^1$Lj2y(`_OYO#$AJ<`LI2fweA;p6rzd_S*$cy?@4>UYsB9xe z5J3)fb9a}4B>vsgP|kpaY&%|#$wS?4hAAL#rLn169CkTn?%xdu?PIjx-$ick)nEF@DQ;;mWj5`*zmBSva+(7UJklvd&Gr;{)y;$g#)zxBYsty3E{$rfL2!H{->0{*;Nuz=b68^DuC4|SC<^3@| zJ)NpEL*d_B)$n|f0Z9q(jDmwkU=TCSUK~Dygo&Hm-RXu@MtXK^%oq?U#{xv;- ze6&DTKCLL*iJ|r$8sYhUfk0|@Gyvq}MRkd~6ez>58UO7DlvV+M=A^2z>NiFrR|eIN zZV<_4yQE>|ZEQ-Em6T#F-ObeAAXHgR8_V*YXA$za44}OjFVZyGbsMk0k{Deq5bXbj zkHFT0$Fwg$S8kaz0!my;Y`MYj$VyoNu6?~eoO>-7cpebHLSQ>$3&(%GF1wAQd*;h~ zv6e~geD+n0?}v?Uxv@<5cEe8zBq7>`bq3Ie7O(* zspG9fH66F4k5-(gF%BbcVqO3?#kMRhWj#VeyF{D)(NteQt)Z!j6ePGVZ%U28f;O0X zJ(+qga~4vqYwG3s8R1Zn%&H-+a_%N|dTjcVar*^A2J!7#C!}ohFIE8IFB%(|%%q~w zXLPD2?-e3E0)mRil&{`f+kFQ-SVl%hMZK%!-H%QCw}Oao&UliM#!&Z%o z4i2jeE92;oPrkkEpSV8#o?6KRM8x0G2t6Rw*WKmvvQ z&LQLy5GE$3VdOmF_|IC=u0*|-g6HJI#=|c799$!GPu#y>>U{K|`YZO%BR!K`Yek~Y zhq1@Pj)Qb#P!Yn;j_HsGI^dSSdv_m5me^&KdVN8)$fnO`c4q6ZrFx4s2QlmLllpCr zdz!8edeTqRN&f6b?`X1k4rr>pKsVf}h9WH^a}E$=(xH!}Kpb=pR70n7hUV(cDBH)i zGBtCPwmA*c%`=3i{C}PR1LqGtgp&2#kyK6)uC7p;JkZ$0#A>q4XbjkF*mXPa5PSj= z*Gx2ezJ76d#fyi>uQ<1zI^2i#=k$*OO&T?w+7D7-2Syx9Ga5cilj=Ddcsqg|=#T*D z1M*m=W@eu%Eygb(sl3ihZ~YsuwpIfoE(uh%9hI@v*B<{KiX4^?vTsI4O}s(2w6S)u zi9Z`@WTv<1BeSOXrY64OY-2p?!O>9>@z_lA_8!^!KJMKk{Oh9e3qe+$RGS+|i)P)E z;`$xrN;Lm}7cT|~Js#Qhnc9?3F=5ZeDQo0BAR}lVbi`&!TORG1=)et{7fm}2*AC@(ryFqF0f7~#w~420I~HXu{3MKXn-YrffRo+|I>+x-4WPQO4f z^R!`=x5{p@V}>S^<1t_PFruzU0NPay{VXW9M?V>_qraha@w9+>iv5n4DmI_ zM-s|zGOXlYc#%O)$kDSb5cRVKpzLC@N}OL(Qe9QWR!~&*X!2e#sW+&sh0u9MKZ55V z@b)B(R&#s1V5+dXwyz_{czd}i=A<$C-bv%GM}LaT4UO1=6WZhhzCGC6Ar={M@86Rj=n5n+aLY*AyS3BGX1GC@7yzY55CXo~ zxVSdH|7fbN9&hgDjZuPpp3Dr(rrSI9x;;HEh9Cfo&b?kIG z^$P##(@*@jhy2b-e-9p_Ba){{^-C^erm%<1P`mRr4_-w%?dYS6!wXm>9KmRxe zEU=K0ynK|0i6r1|Dn2Ei#|54VvNN_m+CziyE3b4Lt_2H<3rhot+`j6(*>5jgrv6EB z?!Xu{1CJQ|0~-7X5m;^qx?(7cN=o{h+dTlC06=4PU^;^ly|CzkF)cp#9&DYjrk;vD z_Ec7N0QzD#{6}aUDfq=BF=$-Zq~; zar8Qry@wWcfQ^8)}P_m6t;qQbNDWBX?*w zujMntr=42QXo2`e1Ei~PEbh`(CyMUq;P7S2ua6vHp@2YtLwYGIv*NJU^y%d?gi$wT z*z+$G0N{=aIFubn&(SA6ID310PmZi8L?E=?d>J`DK1L`=4F+y$XsI06*~Im%_4;9WvFMhwhG+FpVT#aXlf?iQoLO4o&YE;GQ(bw?3=cdL;MngO0Vg$)K51a znTsb0olciVH%GF!u{|O$%|HDu1CkU&pUZoA#GQGk3!sLDhih0_74ZvHTHEU?I~rro zgmOd6hBz{Mhbz4&5U+E{&HhaiF5LC$?Uc#A+}styTOY#CEg`ff;|H?R6Ghc?=3d9D zUaTb#ZGI*@P}h8ozL&F5s^I$C^m)<&u3mV?)uTL8GPuN8jTl9X8&U+py29-AbW*a$ zOngLP)p=;V`Ci+67Sdem<#HZ)TT@j%nN=wP&8O?I9Fs1LFBL$}{Y z&!Cw~3NRs8xH9*1ly7}~7YmVs8Fh7Bw?oWfWI*-_t3P!b=nf!}0Fw1+kXl#-6p`15$^b+@uddnM*eE+W zak^C~KcgB@gwG%!n4Daf_=xpHQ#Hke zy~w)!FmZD$%lUi~MND?$-gLwyV>s&6?#<5bl%g!J5kPOhCt>da%Hv;Z@dnnH%oE)J z2tYj!r_8+~BLL9^xZ$UDZbA{@^kDO`X7h4@@NPrt=bOu-&BDr^UavW>#(7g2i^kc; z^y!;sT-3?ivvb(X>E>%q8-@GPI6jg3K?7D^NXQRJeKi4*LfBmjD!>7L zsrS+7`~JRk`-;`{%LC){PoF-yPP_h_fz<#~MEmhKh<VwlP*LVF2Xa#hhiL#OkD969CN*SmX@U@NPIRW`2r$A9MQQ-k!4 z;>XzH#0dmR%fNl3CwCDU*a`2XA@A34P7}R8W@r0Heth$alwKsw6wYF-@DpuG!%)fX z?R9&)T<7^pfk&0$TC5|>$k{Tx^~@7_u5FVuSbqsE%cz zd~>Z<8TH!4WBpj$iFJRImlq3XeZd!~{S~Kgjun;PE~DM3a)Zwzc~5j@r$am_8#`Zl zl`}BnCnZ+qO>(NvFzlEf36YInvwIz~n|xnI_+u$RTL%0D%=Q)OL`R@^mG6|Zz8xim z?{c#LqQ7-}Qpdt;G}+wFu|Nk`jsjwD6#ZRRNA(i95giK~IM)Qm8~`-=wvTDzkCgzl z@NflmGM@unm;H8JtJkl;+}dazhM2)!Ji=!?YmMAdn;0Bi=;y}S%4;JFqjPADa#u+M z%16v~EUZ!DXXyu{s=8KQ7kRgzHEvJ%E?XmrPI~g^7WU1WFLI`6EC6M~FgIr_Y+?9j z7PI-JvSboKG&~-jlHb}1pxiu91Br$R;?py@$ctxLS=YONXT=)f_I$txIK+WM4)qS9`Go-DD$3M1Lml@|G^C2y zC8=JR4VPn|TxrF5ROb&DH(lUe?gjAkFg{b*okh$j#l-XYD6%lb{r&uvX1!C9cEyf? z`@GMCEr7E`V6S}`f~D%@ zd6D(8=4)ESOOC%9At_dG^edGJW=K!lo5@a;!Hei;Q$eb|MPX~a#WPV7lah*ne0J9@ z4{$z7v3XkE^Wg32lhDd%_qVUc-WILx?6u9~3{z|ikyCE(eY$p98(lo{awY8(SZpeJoylAx{&Z*tert%nK zb99e_T@d)o;SLs6K%6hE={+j<6tWn|nn63yv6?%felBi0> z!9}%o-i@)*-LH;*0DQ}z#wh5>7Z_grbO;ayMatn)!=xs8g z)QfmOFVnrKD`%^%vS9nF+NvyngQj^$G56JUE4fG2WeX{HP391q|Inj_QB>q$-&XlO zFvs;Pl;VO9zGS#$wW~`^)HNy20Z^0v+SGdT2s6SXA#MW{Tu%TYu@!f*G!aFZ+=1m( zjGFEO1zHDJhd_Wl{md(l(Z6c&K2XgmY=LT6CD%Wi3v%ksNl z3WRZM$ch!r+Fyp9%txeFC12NXC4IljxgI3Gj+$>=Q!^-u?A%7zDko8*9hoIZU9;2e|1^8a z_usQ5fU=c=B78JdUTU3i^YuwpxL&Q6C^do@rP-4FCoy6SEQEfn5)?8fKE9m@q9I%| z1Yw{Gg^&l41Qh)vc$TgTxCJpH*Dq6+1I6EK`WTvQjmF+tPrj)oJiqC;91mBu{NChI zW!#%sc$r08>T&6W&)M)jkv2!+op9?l*OaE^Vm9uyy{7Y2I3f4ej}S%xDs%Lr5E`8_ z1KW1Ce4jxNA>h&>e5M#pkSfK37Ri1u02niHE!!mFA=W?*D0g5Xw0?_Db8oS`)~W6o z5DqF#eJ})~hF3TlVYPD>fI_ZrD>iyu_t%^Tu8uxHfmQ%H(~T@=A+tG*w<&f8SQ*WR zHZBJrQ}<9dPws@R)S4Pq6Y@LE=(w$CH~5kv$YAG+S#J9m#Gu818{J)VkDV$e2V?xI zO!|qYYwQfW!R>Dpn<+nstAHV`wMItZpJ0rUs8Tk7*NCiNkZmrE*2SwL6z8-t{W@xojd4+p7)zko0lgXqN zyu6|!-aG9Roe&lmkydZugP~i)UK@&v>I>^+t6mjN#iw=UjdQ}|l>umzgPCGNyD?gF z`dw>#k;>93RdKX#(d@a}yZdb!neM0wD{M5!Mn4Ppc-PB<&vEJUb`yM`Rm=42`xPmi zW_kRgh@~K(_u6hNg22lAKQvT=6mToT#I4s9qmE{R-LSxM$J)jbv%p2R5iJVkkmpJ43 zfMrBky?v&TKVovS8~o-48=Em3x78!gIe|~@myOCVxD77|aVp#Wx%E9M>jxznIDi8l zc+@yrs(VWtPOb7ej#ht*F~QW4J!_`^%*bkOba+LX7$V4e4neBvIHOM=1~FGsDxPIt zYw;E*`f9c8ascWc~iX03t3Su1gh$J}3_u+2uha)6<)> z7aH@Q(r)Q8s67*BSrjz+SMm~^TTZVA z+4%{UoCdG9KBzYR_?9)gs`R8h4mgXTw91x1&dCAZ#GA~<$E|TZC0IFN$7O4DWr&IB z{-dCjy1=zR3{t9&*Agsn;8i6=4hgnnX9G?gZ8QL`A^P|%^L|5*%#nZ8c|hNSK7x-p z(i%$hP15*R0bE2AJVJ061!TfSr2G*Pzk#7)Zev$EzK|;cFPFjNAW_X)=F6q=bs9@6 zE7pR%YQ@KjY^=PC+7~!Gsg;X{l=Sk-nvp?;!GyY+IE(%*j`jA8UwEXC3S&O++@ zQjGTe)?%bcvN=eu0slgF*c9?^}4yO>W|2ggKPvV;LOE(8>+hhsvw z^E4zIYio$gkQGYJYU|{%2G6hcNfQjyV2_iobTlHu((6vqZKct6r^PV#cU-UP1ZQVw z$M{_aP>J}=EyfEaRkuEzMw~o)&&r}HD|_Y|)|W@}IT((O-Y&I-o;>?gNh+_W1XLwZmF$L;B8TdzcAd8X|f=F9ZO*(d5~6p z@QdiLqcUri%T> zM#s!miLdibJ{pWyl{n9ysHMAgb?|EiN?7`3sibQ=&f%0@rRg+F7R-m+(4&+BQmY{$|;*P2MtPJIHO6 z$ZEj>3Er_L39L%R-`*LQnc06HJ$fT(DtqW|@l57JvBmdUO}tAk49xXR>~ME%mwIub z23a=L0HDZ3fp1TU(~6DVuAp^)LDzZQ_RM3b#e8p5_HK+^i`S6;U`n4l#!+pwf+H~{ zxiWnjgVoJtKt|b4bu)o_4?1*w{86>#sb=#z#=%oVpKI;f`>U?t8W-WPGdugM6S97n z*x}I7l(LT7hpcv{b5sq=vscum zk@f*1*WVo%O%tDxZH8?-t}oNRrQY|IdcQYqa$==EyWj0|kw1UBu4AC6e~N8RHW_=s z!7tzZ$)LeAosNxibbr(wPVaTvY%4Y9L;y0p5a>vS<7?Li39i0sg6ZZt7!`Cn>^b%O zAv9j6qsTbJC{#3ptLYTQr6(S11F@h}wXuh6nrFsH$ofD3 z({rNI!eF<5*d6a@TjVMg1M6!|hiQYm>--!mM0H0S_F~AzC+~1GFIdo+P)&f^lyI8i zHKkLO~>vr7GkKfL`p2-yV6f>;g7>ke*%rve+okh zvH{oMxf>oMVCyS!zj)QqI<1v+u*G}>%lf|Vn@>@kcgOv1Gtv1A46}$q?G(NgnJ>B{ z{k^ki`m;af*I=D+JJttUx)zUBevM7UtehVMT7mk1Xr_1&IdEXmu z4kWYM+l*16SF-Z3=ok07N}phxc%+OMs$f?l8SPGxcDrEOI-iZJ6mOiS6>C?{aLf+i ziAU|!QB^KLNM@-;5u~q8$FL;1;OE3L%9>=KhR(SZ=!n}t@*%;a9(9>wmHUmzp!LkmWtNrZe_2`Tl zd@^l=Tbnb3T$o=}Gs6Yu7+cyE@U(Tj`*xjeZIwMa>> zC<&by>Q-A=FvVKnc`cjrr0E$vT8}WFt_wT<=Kgd)78sVKwS5wi<17E{Vt2gT>m z<|R!Ej@V^eEq;sMlnE#@q9Jt%quMBE@N2)0R__eR6N;2iK0) zHec;H8}x05FlACxnY$Pcm=;hAvS>PbFcnhtlCGq`o{vx6l1CZ;4a|8agIXKMF4VxE99xC-{5`cI)ix)m2 zd$g#Ci1j3N1YQz3T`A_@VPX(ahbZZ2OB?TzS3AU})o%*m@1*ivF^E=# zhF>yvg*4R5qYE(Tg!>T+w~i&lg1Y-Y1ZthK*m*FAc z*K%{#s%vYfdSX}TRhLekmAtR+U3gnJ>Ok=J6$izP?NUJh80)O>LNg7bkR}wA;E4oX zA03xXW<*uVqPwMLs`Kd(3Wvt6iwrhR{Tun(9M3;>J?48Lvu@2uy`I|~nAp;yrWhfe z^hNyAe40%kPadk-;?Xn@hJu?KmKiN0&@E~e+-a<%JL50$vMZ`hYF_5Nn__Ex1xRkvYxfMrsn zGVN*#NY*9P`LqLoI856PDkJiTG@6vVuyApikF%Q5N{6uHRoJUFy>sRtURu(TxsHCn z45HX<^rU$Oo^053fK3NH2OF|CzWeF0b2TODNDuKv<4{_Urd~!%>;3oC z8*#OJG7o%ou!!-ZPwS(HCY6klv9YQTC(jHx$xKtp4O7lO6)nAC+Pk%1G`y)LH!>=k z*!h&$bc`hFbnRRJYCQ>0(t4fyz&XtGp|@Zuw-vARz5%4?aS)yA#}ryCUM7U$)*hr; z&$Yb0ZQQc_Z}^<|LA7z`x?n!ng*9|g$kb9v&uL-2cq);hx8=92Mo&fduffj-f z=|xHn(|bw?FWK(_hy;*b=kaY4%^Mi(yTc2=$Hb&%rWv`rKc>H5c~(DR2E=OteqPO= zLG#MYXwN=Ze%N?2P-&s{gxSgM2QO0OY9uS;y0qM`uOL9xQmUroP0aENYdK1_7c}Zv znH_p_iiVk~-XQn+^PCd7{#t(Sdg-e@wM)`bQ|Rgcjx^_{gpA76qNL_KIVW9B;X=jt z{kqjq3cGk7LR1qNU-o*q>EDW0E(w=C{44HKG5{k@Zh!ixQl^mgw!P<3O>s{fPX`fO zfN@<#Og9{#j;6Pi6#y6BdBB6^GZ-2e7&bJTUmmZsyYs6__ybMD>_y9ol|!0U3m*5} zL5SP2rPZE0WkJDdiDv03I?;h=v@KIi9DeQ5w29U6G}107qwd26{f1>X$aYR*OvNQU z_c>(o))I0)V|MEtYbSmfi1GU7%HFXunp)+`(Fwp@ZCZ94Oz2EPN2tfpU~we;kq6U497f2PSdUEE!UQ(dMV% zN%i|+|Gi!pdaB2+4zR|XKwlDWJ7?`xf` z(C)*#{V^B-FGRfrvsdpZSkO|q^G*In!=iw%Qa`PF&D6cqotoKCf|_ovX*0(Kr_08i zNu_tQLgPu?H`=9B`^!k23ytkO=jCDj)GAwSr(GtKC7KhHlSWsPP5Tjc!@}5VK)sm$ zOc*+x;FE_cymOA1jLB~A9*3$b{O(I{IoEb3ZEJKWrEsC_%P_W>^YDcX*EC}^ znQA(A+t}o7bY|%B4D;go3c2(LFoSd~37AK4w%M|qegPX*QOV4C_wMJ{M;Nm4crPoO z3AikfM4Exulb=kJ7}9xnN|mM&*QM^Q9r=bVM@vqtgzQPKyyD1U;+N!&588!(|Zn zOlm>gYyT`xXRh~~%Yd?XX;nZ3glz5c#+NUl?!6=TXvWuow7dsPO5S`g5Gl&6fgZ#q z4=C!|HB99mX`Up$ee*_-)pcgU_WJp()B2<9^IP6BJa>ejTf2hF_adph(!*;%lh{7m zCnx8bR-e#on5B9w?kR8kvdq*L78WjP?j0P|dfsh%)`U0B7F)VaDUXe-x|&74QyHJh zAH`sOJ7(oW;(os84*7ZIXukaP13d3Tr2x=L5-*8h_*z)~Q+pIJ#p+O+<5K)yH-bS1 z2!CbDa%=5`?>5^Bu?g!1-Oejh?dhGt3m1TFynqNVgd7Bod9AOih25DCN(^bGxgGZ2 zsr(8{<+`ilzF47lDDrHDJe;XwipJqZ(20>R+2VOW$P8OGW7I< z6Kk0rg&VnG_j`sHB4LvbQqZiX@wy0U_WQ|Z`73=%^cRJQQDIO)>tKCvWj1tmZR!Xw z7{+^7SFh8<4Jp7vHTeM5zY3}F@%!Rmc@?1v$)`RRC77`nSJBkmn~uC1NVH<$o_oX0 z{9zC1jn(W8Kbg(jyf58obUzbLmxD=YHs?BQeaPBidU<2I%U9`ew~(FPeb&RXS#PgqO!QOS#K{gv*vQ9HVYJ2_8Jb$FAvbGFlzJ< z^SIB(6yb#V|4_lf02xV@x{onV+_+Q(pMK_=jyQ?)JS(>uq>xh+kQ618e^l;9aP6KA zqBK^XsHW#Vss2`cyHxfYK{&D z#{>?FY282)q1eeSXNhFjd_&4vcj_8Q-V|gie&UeW4I{5iy7JaJbb{0l`UIf=$&j}t z1cQ7>7!)56+rZlRexe+Y`1#BJF$U#N&BeyJ6SeOS%LHuWnX19Tc_khKU&g_zYpSkN(+b-GL(eqBA_ zk1=1BXF(a8H}3(t4b1Ue<5=Y$fl8hN3oJ_&*fF4*TM1>pw%@#x5Rhf6&pmtcq?46& zBydD??kcQi>bv4CE5q9leGm?&6kd3V?r!qpjP%MhN3K!-v!g(y!c+1AEoC-Otqi-6 zf}*^#hMo6?hZ|}Mhv!DWQ%yiEAKtf%oJM~^Oq#h0wZ#3!rNqL0WFt^v4qEo`Dcp7n- zPa+iHB@37ozpjPuiO~33JX}ZZQE$Dz=|q199*k3xkqej(5y77l$v{cgac2^xnMQ~M z8fn(I(Y%cK_-co>R{UK8yvp$5`H7hfq^3bQ(}&%UnubM4SPjON~P6xT6H%{&eB1)KFN)nq3>h7Zi0-Rl~6e)3b1$y{4T4@(XE$d;$$FwOA$VR zqQ-oZ@`rN-D*y%~uQ!MQsOubrN+Xt#wk#<@h77?6glO-!rPfE`pWE9<534g5xOi9f zGg+SKR{4Ut7e6vR!7ZMp@Qs_Tz|C51T2WvZ$RWNBAH` z0(j|;J;xucMfmwnMkxqKw6~e>zkYh=E~ke?pC+&3lJxdtdkbz7Pn>DK`CH3El~Otv zRNFRq>?z@0`q~cqFH?is^MFMdoe_*|_BkeIk8v)cd7c-Mh^3twP56b*K&#N>& zy9_3#CtPHPJ2l#C_7{u>52g%q6I}LscP-08aM@B6{jmOAR|XC0tKuwA-b&iv1tY;! zgeZfF`foCDSYrBgI<$2J3TY&Bi-J5Q{Co%j2TJ|Cq8u9nc+NV#^@8)}bgAdk!}C_h zW_{PN{qpA59+sQ-Rq85c!Q*2}vy}8WTpSGMnWKgnwAAJuIkd zz!Um%3)wiWP0Zg&fR62Z)d%DVJM&r)s1(8U0~xCM#}PFJMLPQPA^#`vLN3N@fVT0+ z#{Y0n{T|6NFee+e4pbC-p4Y3qHBgmdjm5la?l)2M#W*%?1-$_XL@lI$g1*)-n)+w5 zm1`o@bC%L{iT2M0p!SIJfwj8sbInKC|9BG!z9+!LJEQlv^?p~Q^WEY%AX@hI&D@ze zk?DHfGk$sY6qXray_yb3{`&Q;wV3UO@o!deg8-RKrP&uqarSCGfil9$X-dm=j|CS8 z=aAQ$m4zjK<4psQNA%X(R=xVYNA*TT0>%=or4gS_w&yJvmdIEpy4TX1fyI=AvXlrZxai@R((+fk_0hfq%;*gVk zANNh*kZRm4uCz!*5wsJZt&P|z#3%R#P=-K^pLh<4u(;Ed-}L@Jzgs2-Y+`D}h9o_4 zK4oO{B7pn__na`z*&h>CT1x8I$uoOLNBHqK@lu)lWGD*xuQi`AzwQN~LAtAm@KbcgXy)Z%mBQeciX$=0wmi@k!E;OLe4yCRJ zSQkE&MFPsouVR`04Gj%N0B})p{#ro|-o}50U6)7<85F!NZ)Os$v<&PjjHzJdvE!1G zP9GA(3j+}lklxzmL)rcRegToD9HdY5RIe^hF8<*aHCs|RR56kzI{Hz=5a>EcOfjPN zf1-`wAtMNgu$81V!R8czR6y$q6)5NDmv3ws0(S#h^%Ru9{yJgVXIOAPk&du0h5*U5 z+dqsN(A4_l#}6R#vDgFMR&;4T*hTv)^`w77(Xan4h@E0kF6mi-U4Hy;JCZQ@gKet6Zh07W zskhQNshgpRkODbV2pq>Aal++W>J=aw&Le^sYWVTx-vQF^`~9cTm$<$e;(+Uw&~b1$ z2Otwz^*})hKqVQBBfR{-d|js+!0QH#QkzNS2w}k4MgxCS>c7v79)2bJ`nSMi(0Dwd5DjCUrgZb9!Fb$|nuV^Rd&jxt! zZ{GZb2V${*9)bk0vB(pW5jslbms4`n5B1_(gM-$OzIF&q+<*yzhY7KC{aM~^eto{j z%E<8nYgBQ=Gbca4+V7lhwoKROcBk~tl#)4`^?%2MP!5V;lR3XP#)Qp&od$`4+T?f| zFQorVLPiC(0$gQp@&0yk?=*Z~+17N7!<4$X>oFr1X7VfCvhr}BbG=2L*=n=crtA5G z8WyvOD2Y)MgnvH}xnpoZiq>T1+g^&vDKSV;2@obg&$-b7s8sqmI5~@fOfMlhTg8Cd zdZ`u0^{@@0IK#8H*f_7EkX6%!+NEJ&doaCO|GanCwa9aj8Yo6r&v9Fha2-GjNd7OM zKwAlB5E5b@k-J!_h?Gj60#!CL5tJh6=;#2e$Pdxc(SVl&zA&GKd|R_aKRv$r)y-Se ztM6)V;hH&r6uP_VE5xzXyI|>hA)UC_KH*Z?%#<01ynspt?HB(&DL+6<2vX&U8yqri z8fPr!D~^vVpFK_D$@45NEzdhL1PFq!P$@pQo(%F@30^y@nRQjo+s%)w6*g`cPreV9 zo@s4n``Lx9{o{SgzfTDIZg+}<6D4Dm*i8IYgm78YnhR{=Z*OmntUk85UE18s7@9aN zTfj+(@L{N^B;%K#VHYEh=SUoUbK9LPs@OR~o2|Ds`kP1U)Z|-y0rc}1w(>vkFfg&y zIg#p z76L#0^|p8Nfs?Fn9kERe`yIByw{BmD70UX)+}S^GW>$H3*~QF;1~}u;SL`c;?Aa%U z-+Qo-OWtEy!pY>D<;nJ;Gfn)QU#9svGBff4tCHzXXixVd{kPk~KeE-2P@ua*Ehh|E z7x0}tOXhK(0nE~^7jX0Gr=n`ywN@pjF0+_rb-g{Cv^ZY#n*LGu&c(Yo$+_jK5VxqH zd>#nsja0Og-L+B`9x3$1mq~akY1rG>c}{$5Dq~)j9%)u`JapZwp8N>~4lE89n(p#= zs?}p%cQo7%eF$g_ENA`|Nq@wO3pVRsojkBk&0F0R2tx~q@)CKroeq@8&o59=P{MZz zlErBcJ27OZhTS=fOpoKLS(M(3suYe-vP_MgehI-Rs0d%?nY|qG+8!xRv~0*Xr)O7M zaxN$x2z`ZHGfv&0s88B7>uBDCK7MwW9V4C?)O>Y0=((WfvGKwzp2sqzQgI^T?Mc4b z2hWh(rEH@;f8Lw)ru*B2+6#bw2wOcy_)o0{22s#}r1se!j+i)2UJzh2UQj^X&dik? z_%yUW3v_7FL#Y&WxXd=QSP!~9xj036GJTHcY7Pu+U2l#)&pXUo7zElb`(n=oU)M~R z+#(1f2)mvW)NEgot5+KKXPl|s(|W96q?V0Bv@2Pda?LGdb2Y~*duP-WEM^i(e)cSt zH4U@rh=%P~c{Ut)UY)#l|EW))UUmKvbZ!4#Cn>ZHhk-@IfQlAM4Q zgv}wDoX&XjwWB*mkM@cuHP_+Mq$z1#VjbVR+D3Ap1*@2!ZsFf6A5Ci5O7~V|-)x|; z&FRoL9)7|*hK<>CJ)h0S*8EytukN^4-tqcd(eX{+Pe4kVeXH=Db2@0cnCaYC*~>^! zbDgxGoT8$qK&Hb!b(ls`(a@7^Y@AP-we7rHO+R=KDA9QkR@(F${|mY?B8274{_ALb9mGlZ4&@b<%P~@Q9yK$wT`ydxx&8 z>IJ;kN9JIlcE`nQsb0^;1{CzOi+2u*rksNw<$EZu&fO(d(w-*WyXWnpO|0V$?Tez< zbl+_5Z!c!ki|OB6b!9aj_+1jom!Ys}+UIM!E+g+Izp6NJ+vIGM{@+!CB(?=)@>Cp* z2z+UE&?*H_7~~gM*O*_(Po6%V$zS!EP~z4%Q%=T4*1J4@YG!3x)pn%I3DV8BLWzy~ z!g&ptrM+)H9E&_3Y0j)UI7Cw)9^DIzQ_vQXNvi7Te)RK~UADBNrg7rJ`P11(=aUTk zlk#r-%JcY0fI6KNQ}-j5>gd;KxaaTfUTlPOI7~Hz!^)&BkLo}9zYqd!a4D#$=%Y#G zUI7}dz7qI8lt}mY_Zx7cef;=&MSZuYC*a)=DOFc>GZ{opi+;Bsx#npHX($Ao1`bYJQW$1C7BwFA)kSI+Ei1kfxNMdhRXG4uYmM&54Z&+B?eXWrSi;8;k*;%6B-Fdv^@A+3O1U>{{X9#+#80Kz%9hl!X zPSDY{65rUuLbKQVDKZ(@giI=VO)C--A9j0Ji2{Z!4KB(HUDeMES-8(@cw9oK5-DrcZ%K?k|lG2c~ zi+bbv&{oMVX&Der+U>J{5mI}s<$OZ($gle(l$nRoH?lNU_^o1yU+69HAyQrNXgHog zy16R7=ZHW_#)*?$axG2L`qKT?`0$} zjA72w{ib4FW$9yoSI*~yG&n&k{dYu3xG&qPehF9OLvW!B*5|dmkN>|X^#b~&p7gpr zA^R%mwZ0d>FDM_t7Dg9KZB*E-1dA)`r8oR8P!3|ZjZWP5LdbA)-7JlCtsmj-OL_9y zr~C84B%-0_bNr5%VgL_BeB_e`)6~7nucCsTB$La(?n7{sro=$r5N2)Tn^zI^#b=}k@~;O}o=XnEe+e{nI=8O-@w9ZRUG8QMfV zce|n=w#?{ktoXmf%qNf5^L*Ug?hQO?nt(ja^3ITi7u(k__!)eiTSN(piNo*`qDbcC zFhQ7Z#*3QjJ6)t)#?qbO1{Kyp74Jws>j7 zJw*5V5GbUHnV7ux6Kopq_b)nA>o1+9qy`9akRRle&J^@95FG1UFVQq#DWTq<(DQox zAUp#&ol7jn*r>{XkF*8@roL;qMiMbku1b=wD#dUaQ4aIXt^cd12!N!L*V59ed${q% z?fj=&BLKc|UcC|`XAxD$%#sfRjrS{V7fj~Caqy&CzhTtbtRv_6m!@-Ib-8!rt8%q| z84O!4|48`!5jvw2l?H`lbo!CbvkD_R-Bva)HW@A>94!J4J48IZgLmBOuY|P!4OigR zO~XOTlT-Sll1*r+O9m}q z+E9?_NmwXM_=6qpb>salzm6lV-tFs9e4(9@2RF@>a3!hTeR?0&$6FROAU2X0IDLu^2L%(rh{ zOgMO{4>kmhi;9KJI$X7cf425?*f_pe2}kTLC>+w*?u>FoyxnBVi#}uY$5<}I(UlYy z5+O7F`>iQQ8yc(BgAn^B4!UaFKi|jUs6d}WgWKqG{Jh@v(Ax`*z4MfAVa%dN>~zn{ z6PGE|Xm}-X$%xm6cfVzGC__wW=qUuH7H_K^qs97Ft-VSbYzLHtbL?apiUcQCz)OG; zgPXdq?+c}L|F5rc!D64aze^L#i}1X=?2sqj(6^4ATB# zA3M^3v_+$=Y^*-#9j^a^Hh7oByz)WRR!xd(rhtRN3PR?8*F7f>7pL{@c-)PZBtW%y z#!w&TXTJq=kq2nGIRDzXg<$%c@ zrA&=9kBjZ~Glvo96y)-|dOs-b1Gl*mj;i~e$hEFFIig@E#y=~Eg*k(i(chZl%S^({ zF(v1(DbGmIpWw7uS-uog`Rj~={0hYZX6N2Wvu-kSoiRzCMlak;R`%Tx#OVZQZ z4vA-aE1f}Kw^V*TG&=3IKk!^qvHtcDUujA(?Z}?7T8i99mB#RpHph8eBgzX4w#Ycn zzK&t<40k^BSWAS}TLR77Mx7=+>cSb8)w#u}bF!#&|Fb$*|EpsSMNMyWs?fZEA#*y$ zw$kDP5pq_mo4e(~0M@@^H|ArQoD{6SOx3ubW6pV^!!k`3E?T?9U!%4jh&*NN|1vCy z39?|3>dfIGgTx-Aouj>4%1E1g^4rT^_AgGkXlR~M#pk@~wZV%Ao@{!=21)+?8=paH zad&Sb>Q&=m-^+um3E*>dWcx;!+_5wT_w>}Bgkg7q|Wr5|)k2>J@!4GzwcEgL1_M&-%A%sik}N9MYK+7;d6#Bq)ei z)6Xnna+(JPvD!1m4*4O{sU&vdAr z+NHipFP`-k?}fOiG#L|Hfbd6WtKcBgZ{xOc$UlhG$AiF)KPvh_1rzm_v|;NTZ`T)^ zAkj^J0#d9XhskS+LFNByE@&KI`X-y(#XyqmgFYn$i|LQUFVsRLg36ej6^Gk}ag{+z zhOA3VOLEIpv8c=vBm`P9jMV1@63H*nR$j_!YBo_kV$5hic&6iG`lzx}T(E4m#q(ZS zS|zLyjt0#Mpks%!l^z-|2>49M1E1!9cpkp^nuX=DfMr6yKJn*JDHlfE6v6g+FA{`{ zHpTL^w^spZjQ6nw_5talt~=PD9Ui|+k>h;J5fqS>U;kk-H0g|Mkd!2l)Mbcn+kEE#Tzyol zA;>Mpm4UlQtjQ1Dc|ZuVFy3XrDDISsBp3R^~!U<^61X z@I;4h`t$0=T&3QkfO*#2$;HL6tgNJJ=63;$K@SbGv%jG*kU-EC(5R@sEgz{OYt{2q zSF`xVTe-W_x>cT_+cTSG!9CZrVMi3IatmpuSZ-5LyuigO!DRIm@qUe1rf_^UchJ2jPfj;5$G`wJJ7RB zmv8wmo-9|_mcCFiWiK~&n+qnmU88|zeAaM*-vP9KkZqM10a>9Z1${~4r)TyrHpc5C zb$Znd4B$Vdmnk^~>9V2<=?mf&6clz=8qcA^*cLJ z2PkJKY(FB~S*f$xxhw^ln{+ej{z?`))S#fLiaupKo1((Bpt9svO-GW$%y=slX_{kE z)~-^oggPU>2ar+#c1SzUDSwd5KXTqf*46*y)hB^1Y0aUVFyt3hlq49YS`IqB`=`W31*~6K}9t+fZ z@=}VH%DUC+te(F*2)<=Y#ty0Pw%?zNv4vhtEZFVHCa1I#+!>=TUJf`OO17Lz{+g(5 zwpUE;*W&lS3gz5yZOqDeA#acV9S0F^sV7TbQ9cwH33qhPC#k%NXC~euJ|VUa7F&Dn zj4G zfR{^19&*c~Ro3_sxqYb;8$^^Vu%@8*MX98Sf<smo8Y1>rIMLuE1#a1=45{;fR@G}4KeM+DQhZa)cs7@U@ za?E?C$ZNnAv^{5{hw@>`j^haoecTg53Le@J=@4p}$lFbQBq#Sun-h(Ec`WLYnR?vr z?(U25Y-{f}}zuX2S+Fyl{Fnc&TVzi!_F^;Iry zK)y*2J)J(TXAGr-RjtIA`pvx3=zm*%XfSbj1P+?RH~TpjBmR#8cY>I{PKpK|>Mdpu z%yTiKtzMZQhp~01egYAk8fd9Ylc72w(bt@-k5yCGS6sq}8A z^a;k5sH>^9tZQ_3F@+bnKF~{cx{bT6)jKVhEw&Wx^TuyQ>PS(eij@_GsV{U zIE(n_uLzkWs{tbr;`>$fTGopNF0QM>96#bB1p1w zhx7@_$0M8|$*$MP?nQ82yDyNP!M8N~?YtDH#-Jz5nf*YTM@*hVON91NR3uker+{DG zHEfx!ddEAcsH3&@!9WW4;~W|Ju@5ihE0yZ>rtNsD)JR&Hg=^N`0%LHyejc1$#_VS7 z{+~|=BsNuFkc)7Q+K3eLWswzW(r?Yg==OGJ>9w_vw+M@$xCPTuq2Fn@ zI+JZ{ZSYXRn~n-=aYSt9XC13XXr)SfbVwN;fXKaddT1u0mNhR7|rC#2!xVm=@XNsS&kalJ>sC6}1Bg)cR-w`cj}{Y411 zpNI%eFZw{)-qiB>AhF3QLqcLOF*=%$4dgMF0)CSGhuQqw`Ndnjio3^K7@8-)9zMf0 zv9CW_9G&;OKH&1g;AIb{&QuBMA-SSwVYQ^^r@2V7TxaPLy!(-O_pV4)Ows6$Zi$1( z^EfiKGq&Z%;3jP`>}1sT?TAwO4pEDX3;MFtORzI$8o7D<+&5Ri^+D5dFLhdOgudmY znoIU6CM5k5CbI0f=J(zJmwE{7oUr#>?(g0W@^k)`d!db*9%$6$88v)0-y+1wvfcU{ zOK7U7o&?igOm8Om2m0I`;+Voegz5jCq61NZON#&y0!sE;kmu2$h8=L zo;Tf|LUtR-9EBrJHzdzGC^r*I<(aRCNE}JrSL{J0-tO3Pt?70(nmRCPFItj``T@E9 z3r+@3oSBG~2xdI~hay!VWp;lu$a788?4_Ov*V;cisY=MiU+ls8{1 zY7zxUy#A&LO?+uTV$R%pwT2f6ho0?Am$mZvDST#{EF29GImLBGzc>_MMh-^b@7sNE zZQqdIX%M+>2@<^TJDgGZs}BK@$s7s9#TvNleeS$?O92An1sb5fd67>JiR~HSwbe38 zP-Y_YA0~~LLXKzd`xLCRR)vf90W<2!!=Dy@tEbzec|Wd>n)O9vumWvlx7%Ew>7Ej3 z3*1LLGB7b!u4V?|j0<{y<~?wG#^BPkV}G}!(qfur(ZtRCS=Q|Y_U=N|)!K3P6JliF z>2xsDuUqUA60(vlg3BJ!L)VrI*ZM?kc#J!DY&B+iTrGA_cq5q>--ifK zakygG8%vb`8{Yly71U+Gz>u~Dj?)oVa#WfEbv-BX=N!`{lX~C-VG^Di*G$9}z9;t8 zY$ElYdPtu$Ptb)s0-}qurlZpurEY4eG%0L3zT6FbOqIX2fH0|Y+=GckR+NGgaA6^N zq}FEMGbnu6KDkhR3`)G4_r23lBKzxx25+iP)KOKMC-zg`e5)eHeFf? zsW*3oX-#gfBv(vUPqK#DYO33K%<`&c3mLLZbqeyBN|dgSDI!4BIt8C`SDB8X`zrl^ zp;w0*+J$0`IsRh2L}}dSt(vfl#0wRXwL(Bk!_gCb^z=woPm)|Q?)VW}cn^DG)}%ot z%{U$MC!rW29skKqp%9^zw-P@qv?l_J-Z;#`+{c4jfGy6n2O&|d>rh!HT%YIU2h*=! zmF7>mDK5xHgDEWE45CKbd=QQjTP_p*wrr@oRd<_<>{QU7WvVwu6$R<|XE%rC82#%7 z5Hb5>b~8kYOGI*Agocrf%`v`o`iC(EeurECrdyvGH^N@&{}Qn`3r5clwwjq?jkF`^ z^Hb0RN#t9&8M>91LqUT46I9ik#E{N&(c>L{M%Wdubx!>~Z z*RQQq7mDDo=%RC1@(S~7+PsG8PQhHUc#n4%y2*Z<2jvtbY1UsUfs1-W%EbhlC0=zF4H zzZBbaS>P_8MA`#5)t#F&6`6Jx#wQ2ncryvH*g=oFbFKGB7=B{W*6APMcl=1ulPqVe z)FbMGXZn;kwW+anIn3wkHWyM}PC15OMUIIgnV`{71iJ?&FewWKtD7R!#WQLghZi3E z9heamR3Dq_&Ckn;$>a4RMX1&4VP{1D$^(g#AWZbHH(7*<$Ub5E6fg`2VVnOjt0j=^ z1cS)T#{Ay;FXo2Nju;^paj5;^>Cn}F}(aKp?4$C3KwMO*l z<%q=LV)8Cn@|bVnbr*(4W%C;w-HwtRt{=zL5j0;tEqNN2kqg0#rke~B+tRnUu!h@i z!2da0`^=+-fWG+`F|Y_jjmaZ*d0rjlWe4o;R)^9BsY9!=aQlsk3%j+bUd8uaekKd8 zf3Ev|=T%keU(r3P^$OZcdpJP!WTn}rv0~L^ZIa=(2JII$yN9$kJAH#=tqt0Pm&;G` ztf%FbclZRT9*7VlkxI_RiQ+z8^mvVby`9>A*zhZ`Vqb7tDC8UgBJcrK!T$)n8MA5Z-+}Oud&u4kx5~KEN&=-o+>T>UBl=+ zJ+JdQA{^fVxnk!Vk|>*4miOO#v4(j5Z6t~?hQ^q7i)vhDLF&H7q8Ykjna|?Wv7f>d z_F}95I(q}$!w?)7oDsAbtnLKh@P)Ov{{GPdpAl>eB%<>t-CBf505mwZOg6ov~= zm+oJ_Xv^g}qnz`+zg7Qen&=`G#QxO(EQ}a46lYn2C{W%q=WFLh*=52YX3Uh0FUbi@ z>Isr$qRWa4!(W9eCL_#l>OjyhQae*z!B#1@WfT(LIk>w9q3?IA59vH62}Xu zOJeX`{Tjr1&B@MU5kR*dp#V(F-7p?3Y|WTkk`S-tge2Cr7pe9nnqEC){3MpiP^9_b z_zF60xB=E&ooh>2jrQ*7Ms%7!5I3RhqGO|0{dG{kASKgI8DAo0pXUuuwq^#Fq>m%fF z_+ruD)9vz|#%bu1nfCQdk4;C9*R{dTS`T4@QVd_d8XZ$Mlk_FAjrSyp_p_ioi6F`C)soc<~0Z*|(bbodW!f z6i)-byY?4w%F4LHh{6{Xuub0kqhaOTqxMGv&m}wbQ9sgCS4PXsOZT-7np4LNjr0+rq5(l5Oi8_FirUW)&a8Ny&HjhTCLDQ@jEx zSzfhQbHkw~`ZFm$rz0eq-I(C-!xaR&I$vUHzzK`;zJGQ5klW#jteR%JLu zO87cYb`B0ijZIF+6ECk6NP$b{uNC~)GD)qmEk`a{l)^9q~zzlaBvA5~2vcoIH|n#`Z-bm{m@d`4+ZFUji7bNw7rwkzw_kU$BfzcE)?oi5d0PYED|v!`@7*_YG>7#6?k) zu4BZA>5&nA=c;*8Ue(mIZT_dJPs>C6kVP0=qsb4_3asV^y~j~7{7Ywx4%3G3GfpN} zWM%lUpnd-qlHfSwZQ_ZjILcGk+eaFm1xLx)5c)bBHgX=NPJL)%LVn1Yn5pT@W*Z_{ zPB)w-MeJAd!^N$rM@V-pS1Hpia21W_!NtH|Ox9c@#;t@#GqH^>*^op~(5(ka)VD{n z*HFGHt|}UqP%iO0m;a|SE;|ABqmq}|l`p+pn;54)oV?|g8qCw`pI^bVqj@=>28S%* zg;fyez|6$tBS%3>HrO@xHW|yi=aITvy}bMvgUuK7mBS%y-Z^|iqgn|xm3DPC#jjg0 zgc>@DCSOy;3t!I863O_WJp?Zbbu6PxkA!_LmJC0e1%o%x5#Sx!JZoGq`P^=scT97j z8|}I^9RFbDDI5465L=a9GcxNwIH_g-mPBPU!>S0%SL?{)H%Z};AB&C~QyV7=L?+wE zrrnc!f3l9823*!wZjGjZ&Y3I{1g=vgIVavmB;1$@HxtQ?Csn>Huen)kRGJl|8DA2K zhNv}>6uH{h6!Y^X)1VQ)f4D>=%&bXBxZ1Mylvv9OikXQ?{_>uZVx^0Hy`C;V%mJ`E zjC&%zR4u7;G6jPAU7YaQ)`SgUv12zRUn^9>X zUI-b(UWkLLM|3vPbfVBn0-St=z4K~n95$1)lH>_d8KjanJ1To}^!QjQpIsssb_TwH zJeH|N09x$XjX46(n~yicU5?ft?ci8asOvVD?hH10i0+hM4{8hayz}=b@W8pcc2iUO ze_XwFSX5oVKdgv|NHcT~UBZxpgu>9>9n#(1h;&GYgmg)FBi-HI-QDnR?&mz`cc1r9 zu4~U+%-UL;9Cc_k&o1SMhsdEw#V@#moF!EgyR@jH`MFg5C-{;7_sDZ+YYdr#K`b!^lb zo8nr{#+moBcIOYXh$m?|cF#|gseD(=WWP*ZTszA)dm_o456Jj@F`m~ye{!(Fsc7X~ z@GwT%<5mp8kO)S;y7HrQzMpfr=`$U5I3RKdkhUrd#f&k3rO5v-o4Bi(JZRzsK|_}V zB(}4ip`^XQZDzoGUiK>@ra?0^wov2sVdhI2v~ulu<|8;?{4y+u)7;|EO+LkEt$y*{ z&`drhep)3Kdz)R|Y2c9#z(}?*(!K!d7sG3Ju^*_1;Z`aIzs2)qoU`K_7B`&U<;RaW ztuXNdN*)^ z`;+76$Cl;ZcmO8wzA*7sC&3-<>2(@r#na2yOqNzz(+BdG=Ajz%V)gS4hj%Y8_^%Xc z#N!}?l+*$qR zE1v<~Gow8nX$r8OKD<8}lOEEuzRMVWKL7pP7#UY>?^vcX5J<8X_WmtciGD$H7gehS zyVn>scJm5T5FD*;AsL&MT^A|&1Ci_*5csx}m*raqfaEK_{40R4!k2bSArYVukq$ux zUB-_09_qt9Xg0*Lev%jIyOdeu67o8?5;$_SRTmXmv$3l=&RM?ye9M!)odfGg>yz@! z#Zav~;rg;}`serX-LJ_Fo<$`tq1o%||NQKI?!hNoP$K!%t-030AZpMj!AC>W6l^gk zc^G_&l^1N7?G-}#s>wi>CJrIKASEtGqrKRMua~L|C+(lT(vlh^zUvte=d1f%YmY11 z=JS-}l_08AmE^EpzK*0fca|q*`06t50TI6h0G|S=c-_R5f*w2Q?e*eE{zw<(i$pF! zBDpSa_@(1V29s0Tu24Jq3%4kSjwrF@w)3xCS&-L zHj;xM^kZUQ6aIVLIbaUojePm-Y}4+O-4>$f(YEIhlTP+Kv`kR|TzDpgYq5xH`4rg; z+9ju5+>Apx!YVUhM`dnqt!a#Q1Ry=Yj|BT%3ehF%M$wQbnpkg@*LmbySB{kn(OInd zO$)qW@($tYsbCZN!(2*Qrrcci-flIEza_OhSnvM1&4w_%=(PKwG=Htc2;_q`Vke7_ zlC8#dt4j0D3!e2_z%N-NvtDg`tI>2rS+9X+KdF>iQUsSWsF-ITWK2%vRi>|2VAly* z4bjzM{_)hWOgfckoNw38!S?2f*BM|7$!cq(jC&Q{4B6TlbtDmyyh-Xr5ZO8irS5m) z5e%K)g7f&Nk7q6bW5^mgna_wBKCtQDhTg3qDx!whs_%e2Ck^}$ivlDK0)vIh1zUy) z%==A!IU*f_>DjUZb$aJ)#B~f#%h~g_=9b(0+4FYYs>5auGwLW+$sRX3YDbYt;a$@Q z@eLo1a6IyXtBD)Af{NEu&OPqsaXV;9b)5<1Nv(I-NHkAnA$mlBw|M8{jYCXy7Y3V-F>`#hQDb*NAA(LYpQoB?A zM1U5Vx4`tg)U8P*R9w2j9G^Dna;R-;$x6AAqO z=fQcOziMwY+_x)Pe;Jz)2Lmp)Zy9PBr?L6T*A^70)m;7TRbM(Yr7%8#hA;BuP~NKO z#MDmjvV4XH`YfUtIZ}~UM}{v?Si;HAZ{|HeV;VYdx;UQ08=L@jJqAM~+N|%1%5rC> ztECa&w~~<38tdOYY`L3cihiOCDMLVOIW+7*YjI%2Ml-F!^Jg^3>VHY^d}84XDUiZj zjDUJuqkFkMr&Rw6(!F(V+J=7rk|d>lg75ixS8S#Pc8l}X6~d4mQ7yJnPwzB`AEFW@ z@5|b_%Nj!`W!N>bl|*-Zx0Pa$U{^N@7^CF8+-%f7NF>&DIg7x+K*B)J##iH85EvxC zM17&GpioFlpKo#vry)bg4?HIblM^WL)rg|i$R_fiDY6dwMzzSeg=;~{R#kfZ>WPgdFLeFWO z_&CY{+5Ih4)c^;iUxJ=->MTv+;m8^o=~M)%9g}8nj7=gBOi)%*GlgQD=J;|D+l{(F@PFbjTaW+oZj(D=_L`QbX6~**FViwt7-;?B{T z**~8Dj*Y3(oqP}Mw5<%wi9Ow>6MP3xu5k1j3s|fNLi4;Ln~;;}))D6~9i;EnlHx=K zFuuq)!yA5wz-|*dAIy|3`VXAlp22y8=T1uBjCy02{Puk3dCV%;izCJ?iWZD6k|iGD z=)7XG^To>QSQn329^bh7S9oy5HZ6wFZr6V61YAz?X=`96=Pm~w2L|AV)>SheN0m?b zpUP23{(ZuzSdPiH>AT@Dp*1rg@G8F#pO4RJE+YSEQaNUN;czcSMN)4uTD9r!aV8ma zy`^+K%vp>p361R8^Q`LzY6W3zznq23x)MoJS|?3Nqf&YvPVx7lufS4R2zYyb5-39t z66w{IwhF;fkY1llAhtUftrXv6QBJfw)!14W4VCnV?4q>eOJsH|26hv%0%YFrpIU#()C{$_N6hSoSul~nvjJQu* zV*F7q=JM|4T<;EZVXIMIdm_^n8wPVK8Fs=G(|sS7i!^4?jfr)kpQc(~P(qJVnyX%b z6c#I|_t4V3e1OykP%#e;3&V}X3a!;)MQqXm7^`8%p%%_!>dXe7##x-q!Ab3?<)i#A(}Nm(K!JVoZMrefE9K9VVQ|%Rr}ho#)Nn9BMrhT1O9}I2a~r`-b$cgzs)+S7 zPXB#QhLl98b~}I&vIZPzGP1L?adI?b?9yt5Yy!b(NUZpHc-9v?vW*LNsO!^O9rN-2 zrz4v8qbk~AKBF|w9$!0jO(11hiezR2)g4H=S=oXZXldnd@K5h|4rVLTBKTiN*sTXh z1$#-%x&rnzmQ0Qx#q$10m>L_yv*^8{mK=iL_w^T+ZPw(PSErz0@F7JD6)G``2RjG%96d<%Qp%6g@oFeLgeV^QWU~Ep##KjdHO(mTH z%W|S%2-x9K!U!|;k)!(>HuEmi3;B1WAzy~fy1oJw6iMnS+W6<)U{yFn)=>Sx2vE@Y zO>1bF?&v9sC(iOOoWE74G&2_QHnk;$*F=j}=GSk*BI1)+4eg|BP*lby7tE!EcMgQY zry+oIkkIeT2Vw0LE02A3oJM!JqflalS(n-fT^`1)3}lT2_je^tSHDQHUc~%`%P~VieYN_Zlbadn z!2_b(zB-ob{VYBJG`}I}6`6#V$ED&7gkmzylw5b`1POpx#?Q@}9xTrLvKTQ2o1BD_ zeq;g*dZ=|EZ!caj^JjkPC{Veb18hv*A>hR?arv+akikQ{tu6H7*c2^qb4J5|K=UP} z-ZAa{)N`*U$Q~3vnH~0Ylw9WDB8sOR^g6}%^68lPY)t!pWn@X}RG8}ro^-5ze;`T} zit;<*Q9j4FR*fJi6HW&e?`hBiX?3TWP#XofVvR*#AS6LT-Gs1+;bv}`&&gNBUR~gA z^GOfU0%@vj-Jx=L^%{$l(;A?9MO^aJ?etXpkuCXVn|RA{boxIRAV8k^;cYTEXiSRd zR5BHZAiTvqzH-xc>;y*`tb9^FcSF-Vd}*a zZoxaihYnrWxw9MTHvj_FQ#}r^6xDwm5JexRF(7eb1A70`YXBf z$8ic-OeX*ps4haG6$5EivmVhRl^39&i=IhPx#aelJZuRg*NsTwILBGc{)blvfGLYk zm#ONXY*IkTAjbtVwsT>|sH?NV{4pfGih(60OJOUxQ!X%voOMAnAobB{9dNq3Kr&dE zM!4G728e0n*dvMpJn5rLsUx&y z9nRXw>-pfkv@2Je{-vUl=ka2^ixxpp9RJ=|E+R1|d`T8ZrE%uF^u+z`jj5R7>i(W9vQPgsBdg&>3j(zQ z=46qR>QzoHb69n8Q$Vnm&KXFE39>nWLMKkT8RZS%(u2 z;PiM|nhF6=Oh)`a({Y=V_gwpRUUMWwP_>z&Q5y9hW; zS7?&;k6s0FW`_n1UpT?8sw_EkH+N;therX7z#)mXSY<6p2fdwo86S(B`1kcl=B0`$ z!~0>zWy)~2C&YQ)mI7jZOgI3?DR2NfL?-v7K=d)fahQr*H|6Ya%_AnsFo6nW_5uSf9ys)#a5Ky7fgl50UXq#BFeB{0yy%vG3raqXPssb zT%Qi%bT!%cf=XXiePoTTm9}2Ox*@s_RAwp;{ms4@L>5^`3N}=Qo>bnM+W>#>)OST;UKG~4xP+w=xPV^nVEEVvQ)*j{<=B2Fg5qHYPISOc(u6A2j;s-y-;rD0~mr&7|kW zEI;*lw+|}^#O#RAT@o$vtLyWAWFUQ}BNTamAO{n4i$j^4A$OI8IfsFs63IRgTM-o= z6E2Jv!F&iHRROa!beBq<3Hn$qiY00@9Ks`3^9QE331%VG(t`mwD81BixQ z0V@)BHa9ch(ER%17ppW8<5i_9y`1p?0gqBz&?(N91R`cJvuH@g(|)}aV!yaGp$~<@ zT6~I5qJCpoPfOtwOe~&rp}*!#VdSFHez~ zoj}B#y;ySJojqes;8+YdWEQ<0Us8qLYLv6EbVl+NR7E?RdJ=XybW31aoHGhG_O(Xt@L4m?*C#}N@ZcGADGxue!jHk^bv&JUtl+X z@8AocFlw4@92kLwf<5xpGwRqgWs)QrZj!K_UK12^@n&69Nh>(#jH|Y@(#h5quJted z0dlT0h9nv2tcQb%-Q|ibGO$-gHpoz?(oge=NxbhDlzHT&ZU*0~5|^igl_duPFt63_ zbjniCb$jnzg`ud!AsX=`r6{2|WxD2rx4GgP3DM`Glq~3q`h$#riQ!3895Sj+ zF9QksqnES7@2`(JZhqvheX@H(zq-CmqwTiqPZlCU?dTMrw!V;}`FiK{yr|+~N^fjg zeer-H`dJU)i{AqarBCI*pxxkzB)becI6I%FJdXXfCp9CEm65u`#!e@zG_J*HxM>vA zwXENXGV(8geNaSv9+?pOX;~Z$MV}N<+$90tbW|?qR}9*Ecs!?x2AeYj4#cSEIU48t zVHcm~&M>BdhuBbc>_gfa!SKDG<9et zQTA9hH`_6N?WB4T$v+yfnYA%)@iA3j+L*}oTXfAqy*OVxk}Lpt>^EBdR4zYi{U~ZW zJCQ88C+36OPl~P`zEpHV<6uKo69WSSW5D>p+!!_fF2MRirzCcfiHXY(DoO#gKY$ge zmg){CY~LMM{b3|zbJvE6*4Uvg-dLI7DeOazib#f&DEw)^l?P=h1TZ%6Xgu5dlaM04 z#wh)Bb=;}4#8qrqE453}Ya(#q7Qihunm+S8>2&f3LyIL4c-&k!1&+eJQtK8-Vs8ul z+DCS%!AmrVz4w_l({pYaBj?kn|0%m)S|=&e-m*h;j_-W%`GT-UIpq=W*05V@sS!4l z0JE}h>{r@FjmfjhzhnPOf&cDc>1R5hJh`28;alnHPcYKxWzUdpj-6MT=Jz;wZXpy0 zr)^j}uA~biht!Ul+Z!k#3pnxE3iNd^XiS`h1VQ=zZ`vF>#{izReL6MN$GAc)nWZYM zb4J|UEM!Y(0&8B4KmE9N9l4Ro@x2iv(%MR@lmI;hPIaq=?vV^91&i#w{7voi(|!D| z;=&&nLSpBY*BbTqy&|1w6#OUBAwOl5_Dj~}0o*H62NIivs^ zLby@&^|sU0w`*Qxa-h7YCRrGDsICaoqkjR8nv`EZnTu*_y z*(Lu!kJFHS29As^oYP#%|K9NbX_K3Sd@?YCsUPSu193Pzx^_s<+2SQ5sX4|1?+bLG zTyu^eUJH$rN1qFUP#-l_b`RS8SZZw@#4`Nac8*NH>b1LZ4DxD!v23P-FfsY4Od6f^RzvZ?m8%K%6Rk*z>AlYm31xXCx_TC|wnCD_#hFGf6?! z1Q)MkVvg>9vb@G*9mH0}zSU zosJ+3y6`f42~8!K`LI`H-Xu%V9IDY~4>!coorSs(T}#66)ANjxjLIvh!x{EqiX}G3 zy4`qCsshs0VNq+kz&m9ggZMuhjUgK7O%*Gz6#)L^9xwi)5BPOv05v+qHE{BGwOFZI zUfLGgfvm*P&6i_Ry1{LXuYa|^C77x2T3xxU1yP+WKdHmMX%4xW;%f?>CoebFc1jAB zrS&d$eB4VA~`q%|lqC9AsKX~Y@ zAPkn7l5O!)aqBfTCCOr4`=<>p_YHZ`6ZAsxryghBB}nVi%Q&q~MT&V&pV0!dPpFq~>J*wKHqJkR+)F zhPU{U+D}{X>sYv8yyc}4f|GqnudUGX3E)R-xy1ni8SqSpYU}qc%5xPXuLl|hemasR#PH=Rd)5^x8ank=;JroaYJ^Y z@{xx`6ufKZs2}{3NyotYnXrk&fWkc8CJpjlg!$%3}-F&|^oN3)hI zv%JFwVvJp^Mq3j&ulof$z!%s9+3Rs|`viqCrM)f^)-c)4=D-JK6>y5#7$cpk958dg zJu{F9)e>grMlkAnC+$KoSq!V;nBT?5=RceO6%da9+~uG;zVdcYqHL$ebH65(I#c^D zTbp@|ay*e<3(a@`*=8~%n(Vazxo*K6%P_Y*D;SMzW2Z_jyA z2{AD}WJV@51iHbWKks+nbOb8E(s49~+B&LVQTXAGn*7}pZ>(dmuc8q0JNddAj|L6J zqRHuE^ABavZRxVyVU zer4t42o?BV;x_XV5)$?gwfDgVV*z|UVK9AHUpTB8y#zyOcLR4Erg+@b(=JqC->9*TJ zwLtQtKG5Ee_A3PnMQkh4!2Ob_kgVrZtWWD(xEL1NfL}z&^U3uhFZNqaAxe`i%oFa+ z*f)E}1Jz5enrhZ>T4NJ!=U*ixC2>;))!AtSTe(&AQU=exuJ&!UA&Mp%=dbvpygpA_EXn zJ=Jsr*DktzBU1fxiS2?acYmQtItcT}SP-iamIX8ujpHpid@zPI^<9%;wS1<^#fmSA z7{U}PB_$;=WtVLOj?Rb z+ia|uYZVfZPiFoilY@4CiRHiaEM6jt8HLORKN^pJI58h`PQ>U6SB(u%O;T714OZe> zWStg}!&s91Wlh?jreLPp!zNoZGd9j+vCI?iykL)(3L(LWO}h0qmu^*^`VnUuPuiz) zi60y|9NvMxC^NTM2o*{Xko{^7a!o+)?n&Dm>vC?Feon6(2m$nhYG$cVgY0w=@V7f| z6SuqJvp2WeJuIsLUDuFjnHn1@AqpO~Czk071T9+H2N256r@gOxpbqa3Vk3lUq=Tbaq-%sL>LM#QMW`D0~X$0D*zz z8tA$Cp~|(bG9~a=SuaIBzrCZeF{H3vc)Oh0XJFZuJ`6Gh`>nblUEdj{f1z->VqaDfr6;#%r;}~RU?5eJ)Sd{?N zX-p)v(6J6di)kz$w2Ov(yhaKjTN8+mm{-pI7BkpGoP#U4{kY-^5lM>6m;CB4_ z;Mk;PRYn;~?YdgUax(PeWNw7wp{v{L_4Sg?jX$qO;PG;Z^0GU=PvZVfue1(yYC~MT z!K53k)%siWsZc_y9yQz_E%~%pT@`$pXV*7eT{Q4kSPy>=x?}Jw_5UaPAp;L1$OwXn z?Yt3(f{WLEEq2-UvY&Ec9XVgS))pGt_V-}BX3AWMQtF-DzCnj{^!yH8m|zJD^ol z&7eNcl~vTF%9sc{Uz?%dAL_F{y-7~48AJ`S+)Vgvp)JHe_)a{GwG*MHs0tdt5eZn7*y5TfG=9x4?V!#ojkLrP)U>!nYV+pg z%5fSV1v)G`A#C>q^?Z0J->iO6*x`)3PMh&*(ts9nDxB0ZUdVULK{e|&0 zYe2-O|F9xSn`Lc)Z=JcZ@E6`bL;A^`5yhWj3usa#9a5PIH=sxv+H-*OYoBg(e9~t% z^8F0>wY@^z$_?TD3eru-=YIdOGbUFqwN=#B0E@nTVNqKm;!o8mRvP$S9XIexT=&RF z^^Y=3w+o&kU3a}^QU2`aS(=WHj$4N{DN1snxua3p`JkF1#eXHmVk<%~>mvK03c#^+ zN92|>@TDc=ffHIP_BZqk^I(38RQ}ZDh;uZmegdJmAY%>uM+vfii=3})<8?TRZ6KEF zDD=<#kqM+kn0*Zak=PO(e~OD=XzG+?&zv370pCS**o~p)BXs#QcyBp#_BL78b99vR zl+@KjdV}#gzN3Zylok(`9}f;d2zJ6G8{HZs(ibE@lME%r{Gh9U!exG{s?f`35_O6` z3a`a=iMRGdlVvJ)dUoqM(>YC>62bbVEYfv7<!I6NWoa+Fvj*s zyz|dycsC~mfhI*4R&gzdld(oSeR}*PDc@#vC;5htqN5`rcEh-bAzxLu!=fTy3|1kV z)E=`>J1D2`5dz`A9`1=`F*Y;7Iz8NC(nEk|u4BM=_o0dlt@d@T(4sL?i$eA-qr@Cz z6|G}ADbNRlyi0j0WcdzfUzy@1t)RWm7eg$xz(gJh^0`b76eAOWAO?QgjJoJvGR;-k zvP)~ILbgJZ)KSX_RWiKQa%9STx%2;9nZN86;187) zZ+A(}2Zow*T%-OTaB;sy9e)&pV4eO&75dC47!WnTPa3H)Q-g++ z&}yltb8{Z{`OR%AHm$n>1zvtcMZeR=!#<+?=`E_5IJu^{dz`6R!K!0J7_EwXaco{9 z9E901P6VW2zlyg(ygM~L#^kcx{Fqm`&p$W%%8NRzte3=}3MSz!K{?7`-Jhb4%y0|^>dSw)^MiwuuPPO)3Rt#ct#p*4{*?Ujo9^z( zcH0 z^~gc<$@DEATHq*V(uJu>?{a&Pd@HB@NUd69#s<>2i_9JB&a2YgB4oX#S6visI|qMj z;l(FKLPQkQ>&kylRG#$2)mH|me3gIxS7QC;8$77@`i~zcC*kEkkp*%YI_S=h6?bdJ z1~Exow66j(Zx?u`u`WGy=(u5Q9`Z(*+;%_0|-LjgwZ{1b~O7`sP{;;!2@xG$ic$Iq_i#2d$+(`$eM;q>eT zw_j&8V7Y2Ha>E-je~(jhIc8PNeBN`A7z~zC(Du`(q#Knz4*zA>=cblTt4Z>GfBlR% zBxKe>6!*%pijn7G%~t=Te`JuTKHjxxpT_i>>kF>@zdb0R)*FSj<*l^17~#^AMPuU2 z!Jf>rr4m>s9e1O4YH9``nQ2V0DmEc#)s`cc78BKZ=U1E;UO1`#8GNdehjD4Wfy%d-euCpkbPuixZ2Y-Iwj+m`ECxi zBK8|MsC~u$OLcSnS+`a0z)!-%L5H>BjgB8stR@E!7>E(uQNzBYUSsyN!5B@l%Qka4 zW|;BuQKXm$l6b>T`M+zze`+Rjpk|5`dS7%JZ0bZ&Dh1PcnkzjtFc1m>hLF*bx&U}# zpa(2eI&)w-00$FTB-1;Uuse^|mpEmKKUgZv&?1Cs0?&=p~49 z-HD{NbBHQ-oVL(R=#N`FC?!_zUMkY31k0+0Htt3o#at`rbL;LR`oB4^#goXaDtleb zZBCiflW9zte6y!+pdF*f!F))4;{~k8NF>hEbPD1A7z<&Ga9pTVZr-ZldCZ8** z^)1J2cIk4z%=HEx-{I*ZF3|=bCL;?J)i8^*s3^Pol^mxl^ahTT0J(!gi8?l$7-aoC z$}39uVRdc=G!%9N!A*!ZH35?|^Y_UH=P`a4)t<@o-V%JP=4K@YnOf^KuSa482B?(p*6}>bJnTzRiO7*X>d{nf+ZSKL3SnA zPuZO=+tZ2)_QZaI?_eP&k8oYM!D18p6p;>!#n5wWJg{tfC*7az2AwWV@LEzWXGywj zA=&;WY!e$|RdKP9eqx2h4-R5EX6%4Q;u$=OM>DA($+)LXw!tznk?@(gXkJ&<9C$ff z*9%kcYn?*jsBs8pY%y800T z)9in>0EQt`^(cSJPTc|Vl>w@t8SZUzNV)%;aCxY|TzkSSsB?F_M7#UZ0t|qI`f3{g3=z+{&72oO?wvKW3q9Ny!{p)vdNkW4vjq z$J%@A5)BklQ4G?Zoh8c!2V-I>ZM?QhMp_$L_BzYWyh3VW4Y_xRNKJV&c6=W-YQ2@U zJuqpWVa2u#S0#cNx{f+Fn8 zMT4l%GU`lPC4R{YvIjXL_-9%pNsDmJzIy5ov09U{`oQdnmcVTQMt=S7n(*)aQE^mY zwO@fL?`im5t9S{i)>L@@{xrn)NU}DA#ki1OVE>7-mZB3v1G7@e7$|#e5PIW(+U-Tq zQS#7Nl2%b+$7Wuy`R^^U5(f|B6<-0QI6hn9_zc#G11^GlU&M6W(9?X*E-ot3UPs0l z!+VqG^cN6up%CHme|68W+Gdl_W8(nW_rxQo7}F~fc`qU@kH_eZ>&Y_ z^YHS@b?qbADN0k`J2z>ChK7ph_c!W)?bKoH6?2VqE)&610jI{&>U}Mhc5}P;U;O)P z*I=Uy9(;FgOs54S;V14~0Kx8Sql#TCAomEFW|*E2;uR15gb*U?98`gh8LKE5Y1_HO z8vHXeGwO^3`-{Ft!B+O#883E)ofj%w*x=2{Fn2g{vpqukC|bVb6{XsKpX{b1&_Z%L z2b15nznAzCWzFW;s=6;EZ-CAw%gB57bl-7K?bV?sFTnPcD}2<-*WwB%u&#UpSSx&x z=Dp3biPQ!JrQMJ0ez)h#=UUe90CT^V$LES`$`Ko_?bsFN`(Rp-qqhpYHI?9KIeEXD zxoGt!Mark4)2zi&^4*OKiQLb2V@Bl?UE$r4QTDD}DdSSffO#h-*iuMJqnQhpLNiogRQ(Yr~7dfbNP$9Uj8VnIh-fp)tgvs?CorX`+*S| zVp|{fKdyP?xVW?L&H|yM!SoD+bRjd2BCoaxac>2i)lPFq+}Y&dQ`uM z(?Q&AwYXcpUeSY6D1m(Oa(GqcIc)XxYA7xP^zB*w6nXQem{T|z7DB47YCY8~TX-qH z1>mS;xKYszY7hcV+s@^*cD%<`79dV4Oulm6b7m{E76b~+LO3vT+&y}q$J^+6^?g9g zQ(TE2lhbA6R48}0van{JDszVK1KYUO^OaS<5$`!})!-We&$`@cGWH5lt`v68@aYy_ zZqo77!iQETqfO$EMSTGB^8L40cf*eh!xmh{|NkwLhE}VNHUb@8bltvmShk0ai;qty z?-Q}IN+Sgf%6u$0>S9PL;EOvTL0Xn(V?zsM=+FTGT>HC@u0fHu=}GNkA78+m9F>?{ zjosfyTe=yfXjq7>#9(;RvpVBg_C*x78oqVJg$8RZie8^0VC;SR*lr6|nS2d`Te_L00_oRaq9=P?wD6hzkg=o7P3?8I?Ui3m#d*=x zS?fAMtb>|9^SsvVakiTqF7mVgqnD$hEbnE$^rAvW;BQ%7buY&JwT!u+zt!1`saE^l zq!ye}s>R`^v~xX+{(VAL3`x?8j5yv*Hn|M&NP|ZCU)0YnKQsZ#okFS3Ye5!=nH*E_ z2jnoxHx$t}kfbweOx~rb^!t0aSR{s&aJmnPkf4QH77LzacU!q$0(_|>hlX=hl5f_T z`meji=rm_Bbe$g$b;hso{pz5@-Fp_I?LA|z2?6|hI- zy57AhMH5<-_6t9KL+)gRTF;TqmtGC zNUp#9#Z9rxSm49WW0W|_3QwvMEj~JpP^Kb7bbn@)nk*XK+nIBmUxWg$Zq&!^Oe@+o zEpIpUFldu{W`>=g0{Z`)B{53&VV{~q5;v%habtdZJx00jifc2o&qf-d+mDJs`(|Ti zPEN1W5eRImy$kF>CRuscSD<3e6f`|H(02z%(I59-ZnPoHtorQ-6Ht?!*X_yim4K zv$({Y7%f2=DPKuV*NS?eZ?Z$qHJJqo(A%^%Koug)3uOmmU|{s6+Fob;DQP5xO%PS^ z$sRDNV5bP$`#JvpyW!hJ{yGUY1evk}Xb;=H&PM}^mHiSv#qsII!n7@WZ+$}brK0eM>?3&qP4CouZy3{T^YdyhgUtnJ#L8f(Scxh_?zG$ z@>DAR0U)~9!}44s)}+mD*Lsc&EzVp!k)gfBu&Um3ryuEzR2 zdCOs_=*Xvk2NOyE?JEakGsbPKwEFH-##*Foe4GO!mDJ4bfZJEaDXH0fOKcobR)v0- z)4K-?heRcgIl^(7G8wcA3@93=^#h`cMO^jWN{$wz)iBYj#oQ&fG9mO7O;MVLSqbn5%%44J(;uw@2oFbBrEWVi z*Ux&l8T+?~O7b3^n?6s9+$h=N+RUrESo4T>*yW|2vBFo{eiaJ176tnyL(G3ma8iu8 z9BM(@13P4KmXT%^nD|S#xyb@_idHkdZm8@c^p&@oe ze>v^=xRM~2h095U`5QPlJFpZt%WhW87c4ZshW4;NH6D1Z<0d+KH*zKCL&I#-iW(k- zPnP4e8)_!E)lTN+q`f(fv%z{>Sv9@v_}G9{fJ*auABr_fW_f8N`0;g%ez^;EP;fB$ z*Ov*IB0(_2+3a5^thcXcxXZa=g9;hRcaRag&PNcyX-zpU?gVUbr2!4S=ih z2fs5*ebJ?VHUfF|{z86vnzWD!+6e* zBnIQwT_G76BL+jUj8lV|i=9@9I%qGcef7toIbv{zs3@fpn)_n@_kjJHbXVV>cfE#> zcb{+Be0_6EBwFh^elp8JVg!Xhmgd70WYP9Ui7Le}FmE46p9c9dPh{;)rF=&T0>e>7 z2hK?8`AcEm=Rej|=tWy37O@c9{)xDHyoXCNuktJ_VIgTweO*W3)OS6k8Oh&FvMzAn zK`UtEpdmkzEKE7-v|LLPuWV*Y5(WM3$G?LytS$F0>+wL~o$H42PvJt654r2Aw{!N; zkHRcxA;X#xZ(hg4nsJYYhrL6Oos^SRWHr0M-EdXgE`(QN2B|C5&!+S0esUs;W5tev zUWOgx9%+966&$Ce*K%iZVfKI5@pTvg*DLj;tdAC6^3xl&6%vfJ#PeAc@{Wco{Y3C9 zFRui}oSu$KY8H5ps0vaJ^!0(yM8!&lTsjU9`LRToDWiI35;sP_c>Nw=jG$Ii+}2UG z$b@yOllX&tXjz3mkJ#9ZUqBg2&h$i`7Sch=)>iv+N6@7_hyfrPI_R16Kb4fLIfK}7VMnsT(6i1f4y2(=n{_6jtj zSQL##>@A4qvZMun=tx3B`b!J46pcTgD<%lOY59WSgKJqYsZlPy^M{KeGsz4;|<>f}& zzmM#Q|NoKo7Hm;)UDU9YbPXL6!%#z`bT>8(#5$@Il%9JGKm;=l(@P`$5vt#3 zw$ijyXxpmO_Vu625nQwy%6`Kvc%T#`^<>aeP z3PA3kXPqH;55(uYX+_?#BTiylPZ;2GRI{eq!KCS$DNTa;Sxa_emct>bs)ZP~h3m0xSzmyKkvoWLqB3 z%qcsypxZqg-4?9OVRSn z?**l#2v^GFw$%CeMv`0Wi5?cuP!vdK+B$R-4?rYX+ot@rqXmgOp*s=sI=wNDUIv=u z!9P-^U}vHWG3$v>R)VR*sjc73_?>tD-1q$ZOv7@er41xjuu0vLZI1kl9K?9xNaw)gNISHp8G2O02RwdkbLu zl{b|+xcgH}ug#~bkM>lfByPnj{&DkRo%Mp@3TZoANPxp+N&9KKMF+#u`>;jX%^;ap z(j%XDp`y1^jc)V9$Zaia9JfVYy3m(L=|?#FFIXm&h4qH%>&G>prs;Tb4qWG)cqf00 ztw)DYuTxSc#V53g)_??P}T;wrzbvsa2G&PGH= zKBZBY>GbcpTfRmc)7-Ry$wkR! zONOmUMW=t)xWGe98vY*G2_0n~f`YJT!ya%IaKBsG67jX%k>MDr4BncCt`S;IX!)jA z>_iM=jfEaxw&n&4tVG2L0%R)R837s`O2a6)lF2#vJ-=pJ6E7K3s#+^V_7VY`DYn^)N?vEN(}b?bD9058ix)7#A; zCK*{ZKRQ4js9L8XS$pf-%1W0HXP!kWM`g_cM|G$IP+R0;n5wZn!t?i6tQcT9FfK6Z z_$h6_)x>?xHYIUPoeX_Jv|)+@g#D(o21fM3Rj_FTLEZg z^$EXJQ(3)#h0%i&#$}x*sn)yVg7>n`O2@Q{lq}4noQ*`e`@P{F{tVB`>nbqiHFNB& z>rNX80_j92Rnz-*{3}EH$6N0Vikm#D#sSb zjMF|OnuuY#%}mdzc!z2t#@pUr+M3dW-SF@2+UBQLPukz+Y0@l6(r}-b+Zvo6KqSAS zc%A|Q!sS^EFIPu-R$?+eB%f;j3);|UL_!BhqA6da_9&7Oq*s)Y>FD_5W6=jr!6r;9F)nUytEL2Tl6aHn&oL8*TqK$YpxB7C zitP?v>Nys@MY!iu^`KHbZt>eFFag~EWpjKJZ8-H9jUHmB;&HjkW7d4UJe7%Q76TYM zs8YQDjPYyaj=F}K%pa&;_Y2oEVdn}5%xw%Y-VRDxV%mwybP=Iu;EORX$%`Q!uHxH!40I|$WZUP^gv%PZ#G0XLE|HAJm>EdCKtfxWB z2NJFkBzs?BvK?GQ+@^uyC3_u zKKF5c7kpX5Uh-?aNURCF?!37hkW67S&8B7?R6~8r| zcz({97Zd+EZv0Kw`^8CytLO94oM~9fskEa*TB!tgkOr63$)#9D)%S(29J(*iONk=B zagkS3m($im_Zo~%0f<4hUnzLkSK!F+!xuNLwgLSEqlA z+Ar5ku2qd6+yl{4-Lo_!CF-nkWzk4*O2ABVs|78mt`rg${rlBOGd19&yV4Z>T(Zwc zP*?`iXSgvIwZRK;98`7`2hs1pPKBNw6{Z!)kJJGKatn_&W_p zA*pg9FDV;2BIt8$NULKM0OguYNt%E_Hdd>WT~2s6KZwn;w#94-k)U5Y#Mk&%j@l>`lOktlKJ?6X&6>sn%1uFgiugDRSQdQ?! zqJyheX_2M2BAyOKf6|@mqobY|K#fzd28J>-G6vDSzxvddw*~1DgPkzz0%U;GCtk5s zw<19em!CupUK#CHj?lw>dyhN1AD2!3gOP;XZ_a$|5$t=s{6%$l9jK-}8;ne9Snd8q zz_oRia!a#?0n}QeP4pzaI?8iZ6J=zsa8vjZsR}G700xsE9wsPA?@{?; zVTw5IE5`e1@HK#9UBC`S=(KEcynU z^*XT>^b55nav23xwWeU(R*ic6vzT*9R2`8!qxk0pp}&Q(;4ozZdU1xQ+y;|U1DKVo z;@V+ihbLac$E@7mX7buWcL#7XWXYK5m26w(&#iOCM7_o%1~?>=8fD2L+b6SfHQQZT zN9*ry0jx^j$~;^&a*+JtS3cZh)Py>pmx&?LsO9G2e^C-qB0=|qMt-B7CLUL z1rA%R(pz;}t^V{Wm=BS*$P;xI^~|jb);6O&d>)VkQ)w`jabIRmsk2U@-An7hZ;WL{Mt6vM^Yp(z=KNbvZh}v5d{%whewBFRet4o$ z*iLzuTFCJ6n`E&!(a+3(0e$~aPwgnE3x5WCl*Cj~N3{qV@2OOZ6Q>rVrvG8k^vPY& zmHYa*(Uk|k0u>K4fL3BAo-}5X7109occgxGWDWhLg_1Zsc<_ zEMy{H$WE9oK1B#^1%Hl1Qtf@aBZyedZsf&l8%AQ!?Lq8x2+z2VABsN@g{^ym2`2*$ zu#l{Bzi1n+v%Le5Hb?0!nL+T2o;KBr%`#!0@Q}=e==xQL>V|_%F#w%Zb&9;C&G|9H zrVNKUnWl|txk(w%ePj7g;>}s;>gb3T3a%iJod2xf#J*~!AJVk`nF=WqzXlWR3hG(8 zaRBAIu$tJiKT$Rbm!idSbWL&pn6^lF1cLvhUS)LLzl1f7x`ThD$Hk#jxdeUk)8D34 z%~j_N?xq0sSudgTC!I6Ise#?15#!6RMfRz)j={H`!4Jq#?7NYWN2N}`vmzW)9y|E? zXd~mDz0{+5Ah|PO=tlwG(8Axdm-HD@w<|mo)f2>bzj$&G5h(4nzZCP}OQ4qwSQdmV zb5<&YkLNspn;r)>ALXB3|Nmj0P{n6h|BN3T@EG6JaiF9!AeD1F;?(;amMI}BDB5Am zib-a0946Fd*5NK=XV1O$itiUeX!-%YHhRiZxJs}nYxNdZRq>~cHh9{%@|T{-_<3v8 zlkj`C(ow7^A|Xep^pI9q^|O`KsVzmrv-uL8;+>-_Taclm;>|?1TNyL8amLW5g32dU z=AjlZ?+%!NHXJ_2O<<6GL_?h#JF}%;LO%vH{^VKNp+h#8rVz(~zGeMRTIjQly8rI) z3ia`ZK<%fwI7_dAVTY<=X=U)N@tsV`zeLaddBTH@Dn=)B}P23($?c87q8aOfms zgD5da|Hr*BW&$vaj3qx*XX=BFoeVLo9E>xyqv-DU{vG*f4*Arl*Qm- zd-*MMkkd-U&jGJ+d?B4%JiYc?5?~Ln;Ux3T4{jA;E0#ix+0s|*Mlk6sBR%HvW1m{Y zCQD&zL=hAIY_(2nJQ2=S#H*dYfDgwuxuF50*_o$xa2 z`iq92+Eqy-KU=8`%d)xTXQXawQikli4{ftyxcSQI%@q!`Nj)r0 zk54~NPFLuhi*H~O_>9F$!cFb668CoRIQTkW^)US1-s$6zI?wYR@B8zW>1VYn;Ozb5 zA)zE&{^J?z?xU>MzWz2Kk#z_c_231eIDQ1>w5}F3wW8EtL8O2|T#c(O;Z=PhQ&v`1AR0R{IA{m2_!F1Y@N(_V zc}3vg2RCI>@@i$6^d1?XQdtbdoX^mSs3pRTS2cQ1r2xj4C9&<*srOqDJ3_2h0Z2S1 ziz2^AG}iMcPh&|+5NDQ!=7C!z_K0IKLf1aY;R{ zLM<%EIx-Jqi0AMA;Le*}i9|w_#U*7xsSXu-3X|8;7F4if`NOc3)BLM6ooIpeqB9+U z_KdQj+7MEuEs?EUbl;;)o`uR{WR&L_ujLh0iR-QlqaYZZhDch# z@xHrca%;+<=;@S@$FhT$KceOy1ks_FVi*1b83#2K&ID(M*VaMfVkvNX?sHhpeV-q~ z$I_v-6@dM-%AkKjwm3{Er=K(ld?)_?spDJvv0_SglHA+Q)^{v>Mr3}(eW!6u@wSi-ydyIQ7xH4`{fD4CuMdPS3cSc zwyWG}CXTYtjGsRrBIFZ4TFdoL{`@Ja_MO5?!K7dEv!m=6r>))eG=Gg4e=bnB!`9NT zug8i{%Zav=X5#~{FvYQZZgjnR*4wJ>sHgGQr}E@83~dwr_zJS9P$>(AElC9W7i;Y7Abe$k}EHgS1(Iw911$0ZU&bWHy=LvQZ;j05tu8OH#1 zP^ni7nH!?t?WnGy{iLUejUB(#bj&yUU@qg{Hj(HQDd1eKsA`NkzOv$6F&KqaL^?{E z+}^z93Yr?Ujs|m;VI@~qiom29PqE8dP2m}>alBO@-#0?|x6o7Dz)wLE0<$CY_2(IW zE-e`6=6e^E#WTWj{aeO-k}3cM1PgmaL`|!^v!}P!x#FK?S)Ct`XCy)AryC&!R)0Hw zTS)SP(9F9Yw<&nW>@6O9a}I9CbXiA0q^5|9?U&d&p-YY44>HlLd zU1K!iz=vxa2Ui^_srJQ!(BuoZX{BmC!T1+Qg;#n)j_RSv@6G5-O;3**o5|^os4aU~ z!>Kau?w8&uF?jk>=m0BRee|$CAB~&wmcgYdM3^Ch;oXrBx}98V`dI&L6z|Eaf%@qj zqjz&(c#1Ja$*2IyBXcjYRpD%pkBGusb}Ok>h7?wE7=s9@k<%_<#?$Bi^0mUVr}+R@ z>g(Fzt?1!oPmJ}40%Z2M4XOO%Yo_BB34EAb(ZcqE`Dj^f;2BxdCF+~gjXuRV zvxTusjsK~j)M42%(mPVs8-paSH(#SfV?Zgy`aNfqpcLd9)p^Vc&4cr*Mqi&8am7-o z&ba7cEEpTn+bby`vgRVcNS}r+BHEzRxp1MWgAb7jH09+2>{*bA zZ=Nmz;-03N6U>dW7`Dx#1%Bb8<%xEfOW(+T%iQgzlk(>bG?)uGnMtfQ#lg=r?O2#` zyESu!IWdQ$wCAQ`X<0bFI2q`Dxt7~g)Bq((A8Vl_W~K4wg!Z{-q7?VcH~I@M8F;G7 zL!_S<)culC_;`PuxOtGAdqk1FSCv`+#}eQCZ*sY#{NdpnMx!t3gYiz{p*8iGNwo0K zSRb#8`7JTi)wwO_&}M(%-ZtR9mH9#j_uOwa(DU<;_}tbLBchG_=39d(w`%eR<47`H zM&nixf9NR{plheN*poB}TUcF3g=+$7cYU%v?YdHMfG_ZWb!PvEe)Yjed0Yx|6M{?r z!w!to0f`4OX)S;fjr)l^6+X*T&%tb*ts4o`zPHETm{{e-m^bmC z?GO~^!E#^ngUtT4S!XguCo{~B#5G1~d1TZ0&eb>@PK^T1r8s7@oasv4KdwJgx6%)5 z(#?w|-T82)gXYn~xYg^UPOu8zj8B&{08o36PI?vl9#WI=Y}RNB~}x z;88%0BY7+%EADn}U7l4X@HD2=XlhyC$OxGYrq?C;>d46_Mty?Nx2u$%yv4GLAqFEe zU|0!OQXjD9(?Z721I8@k&8-8DR46_2K_gVxeaz2|Sy z`Wwr)>OemgrRlP))Nxsf+a!}cye=I+yIjfs7w8l~j8p@z#QW~;U%q})`?a656O{}Z zB8p|Kio^39^%Eq}2#;C$RYuH^DkB?FMFJ=2>FE*R02J^kC-sB_uxnte;MY*@;_aff z;eJcLyLooLcZY|12DAi7IZ5_jzp?c|9+G(U6C&wVQ&rPoi4hZO;Oy{PgjV8&a9 zAl^4iIci@fA!Ot&OgECD513>CXZS_DRYDj;-A2O0L}O@(BButQSitVCpHzAP@tE!Q zLhbBUhZU}H`^|J3{Yn}eSk9=G5W?2>ON&(RXcmsaq}ct)Kpv!ldm@!Cp;4cJPcX&| z4bN7r5a^?+i>|Tx>Q5!2A-O9rz!VF$ulutYJq;1Xh$P1X8*3g)QCzM3`nT%lKdlZ@ zLt+`w7kjGD<6#a^2<&#((;lq*-P#yP(N(6|qeN678*#w+Co&&>roTV*1MNxbiNMiw zJsu7Y4O7wWN$`aSMHK*dQk4;0#OjnY7HVHVjp47&PdQX^>@*Gh)0Ud3qOWc z3VmjK{G!2_YQZq%*>-FASsG7PW1__xVXy{LBPnxK5KjC13-DdGn&sFwq6S~ypr7m1 z|B<-T(qj1#AS@~6WNV&)0KY(oMPMDB5cDV6p={~EHyss;BUc#BmH*5@UN3&tpH&c9 zHO$csQE{sOJQ`(v7?pT2uw9jtW$}Cop+F>}{HfYx%4$(Q4Wm)y*z^3iHWl?j8pe@< z8ndmpH`!@)o$Jycl2}3gwL?0G(~AivUvCT;Uk=n?;RBl^y;D!=zxhTahg&PN*~S=$ zC#;M|Rr{y4QB7(i2rGrQC_IM51|UByf8iq?4#`o?g-0Vt;^Yd+F@^w;J4q1TYOX*4q8 zw$^1@NF{N6y)p{`emZHU4=IV|gEG<3LGJ_wQ-q@UV{VcNGmP`IWDLDLF{XW}=;`ZE zjnx^SqsCdy5!nj3ND{GN4&O{1b>kZ;@MT$;6IDxaOZ2eaMV67;HN&`kY^p~Ge}=x(!gdBjF~Z=`c_4t*3`>)sHp-SA>l|a(fZwEAapWSk z|NL1wU4B<-kA}Blcv8Z+!wW@bguzDfxiniSuk6V7>uQi?{Tsi>xSWbU!Qzc$@wDBsj&8UrnHB2< zI2@dX9;R>UEyWp8ds>x%?Zc5HWJKCku6ZA=D3}Uu`8H>=iHA#R>9|OpDvvL;YR#xp zWC+3|qiz~JBEM@S{G0Ol^y6>!BXiaJC(Ro|NTySet4{Ifr(aI0jvgWQ(Ub3X__y1} z7FZ2-5uFY4&8=#+_fG^@_q$+9J z94TEDBRi;n{pYR}=w6C5$DZY`-T5mI$JfKtzMqu})|{)$5Q-*@UJrHU<6$JKaCya_ zjrdiuE1juq+gF@i>f=kznFW_W6$IFJN4!EOr8#7eiDXYE9tQxVSPXhcK^2nT+hykb z7cor@h|VKK87Oroj6>I8@Q_orKQ}YzbFsU=i+&cU5H?2P>1jEbTvN=vSX#tJL8t9g zYRyP!&BPN6%v;NAtzi)xEtX8TvcO@{lhl#Ok}VoN@%k)_kW(ZgRbz-S7FaH$><-$! zmDv9E6P*gGyPQ%{TosjgSUqYs4znb7nzcTAr89dmyN2PkpeLnEN8Sw~lcz|3b;T7P zSQ5y>UZ#dcw(M+Oe_Kj8{|dk}$ri_I4No54g9x&t$rWdN<{c!@9SC?}%dP2#jSCctuJ_Lf8mIx z)&vm<5lu-R{CajHdFJYWS%|r7Qr^efcfFeaxIr)3RcFpW>eszE6EUbtN8dnt9@t=TUZcLUjApQ$o>yyu8@Z`Rc}bMhzn~}p z)|Bhicj#&?AT&vO{94O3^|Y&+gJ*Z07pH0TN!SV}H#gS5^W{+8iI zY6<7To3Km29`ZYGkDeJ}4*=gMj*m)9pX+5(x3_$!av>_+Hb{wY?gpgq-BszNT@~is z`_Q-q;E^T|al)s|KuMODj-4HLKR67k7%0}P-+0GPd@D>hI3*3`TM)_12zAyWuNy+2!e0$ z>sZltI^mC7zCZRfdo6THp1$rRL#Pg#LxhEx&rG!ypEU0FqOT_~32Nv+$B!o67t>Ep zSoC#rmh()@*y_Vm+oh_Yw#TL$!!GGn9JU5oYS8l5Zve_etjdqI&P~Urnd^%G577t{ zqd|H6P`6?h-tQtqDsi`)<~w%$HM5f#r7HTC!CyN3rv^c=1TvEyXVZ@I6`2HxS!?vg z09v+J5tuwSVQXtEk!UUbW^nbCEi|xG@%EJ{vEECafwmVKRJ1?g69yTMSzHD}U-lfy zexiSx*MLSgL6JnnbI|oXGm%1r$0zPR#SD#F@O!-?tgtV(FDuFvBMHVQi*?=)ML}#4 zMZgyaWRy@eZ=dJVDKRBhCgY6HveSGr7+HyBt)s(MCb9UJOt&v@iE>^zcu_en_1vs; zARV`JYC@gge=vu~J{@v&?opj5Si+RduInC$sX0CM#==Us0z)%RuDq2B`)uJaA#4Rf)5)@G}JDi13t*gG4`Gq|}o? zNu7BqECO@y?^DEIhQ8lt_IsC);g5tNLHg^0n~0qty2j53LNwE3@dnm9z4t5Q(-KeG zzfe7He}p_$0b@^oU5wK|eLah6Yb_**7JoQFYHnsQ>@LlB>@Dh`nLy-Q}`Bv+VO`Acffy!0Y}qkr~1B zXk|RDtcEr06S|Is!vj>-+^7#x@|g4sao4w2#G57^f>Iuyq$%{fXN(a1GDBp-tV({wJ7xbY9ud-Xos|J|rw`5LQM-Y{ToxS-K#Pav zg#!bZLvJ^?`ghVgEIaX4Z_TBS;I+$-+i=n~GI zYNPa>E(>v}-KRg!lP>HTT6?%M)2{6#5Ta}t@ll!_IWb3Wn3YcH{@k!Zh;S~!JAV5H zH)6rh;@_d<&=S{;uCWvejBXfpxyoAtyG zVo&@zt?HB`*K}3QNiGY6z1mh1H@}$^0k=h$H4|%LWU52MRk-{PaYavANqf0!YL?xb z#DR%^LCV-rQlzmfwQ^Bi9-~0;?4r4+hlj7f2jS{LZ~BCuf~>wYo!yxTVH6OKT4>j7 z{QYUWV@Je=Qj^M3QD8CTG0`Gz`tiDa7nuRwZQ31(A#V+^Ix+X(O&x(@`AD&zoF2O6 zWvXiNG(Ih+N{Ym(75Pw)0Ral%zI{7(UU#Q~FG268EKM;#b5uMxNDodJd3#0UJ82`% z!&9#;9$)2|7rfM7?;#!dIqfHsg8$c5UOz)s|8vrb`L?X9;oE;$(sCX{dbd-?{#8b} zT+Xg8{->Ob-1oaDJsdqjZ{^QR9l<~vww_8+{U^OeUKP8lH`s$3)HsDz*o9N0*;X8+ zg$`lxK`fe^{(t}nTQeEk~uirJGKX=6A%X^s(me;_8a8jh?;E zLfb+>ibIl+a)Kx%icqunqiRd#^1soouB6bytBtFqp9HHgbiwIa*K_Rl0KY$xedf?GYyoDOoI4CeR zPCRl7W=|E8Do(z%j*pVFM*W3Av1;R$Vl}5ZFKT+7m6I1H;6hAZ3zA)~)@id@m3D4* zdxo;El_c@It-bOok^WIKhLKbp&14<9;8;~S&$p+e6K;n8Nsqxw`jxdaViueIU4&NQ zT#Zjeh3D{apWl-~MWhDLunhW4k|82!boQ_wwsKpC`I5U|a>LD|J4in;o!* z=c_r$`z5spy^S<_@Kz{baQ9Su=e?1QZ?n$1BJcczK`?gmYfZ#FRH)$H-L zQvWFZHtfATTCL2-V=i=P%o%@GMpVa5GC{MO>o(D-EKd_};u#2fws9}p@CtjWM%6Vm z;ufqj=>5;rfiaT}vRN_^VOot8kWnM44TE?}lP=cStf_XY*v`&_o`FLT2a~iYwJNaW zE!mbT3f0d;7nMI>2Qal0aoX0MK&c-qs-+yxb|MnVrLJ3h`z8&og}w3QRV0bYbUpQS zHoMnFrP$}xtleYhTo{S2aBRYwYO-#3kI#htV{?57EO~EdWP1JoewCam8E^rRMnuj9+ zccD3U@HXo@$!sx#yO&ef8gkYxaaZo{_*VZ3?s0XvO8Qqxbe0YcA)Grtk^avvKqxKH zXmH#HWd6nT1_W z&yU@#l_+aqs-Ie(upgdA%LnS=xK%2C1rTY%@R$?l2ZVDcN!l__m3po6Ggv4I3Q~b} z+l;z+?kSt|q5||B9wV4*vZU;zW-iLJFRMk6lsx*Ch?K{h3o$;rS83Gfp`*c}=Y;}F zRv<>{>5=FNj<1o|X#&WS)zk&e&aH6-;Wt!^fgsgPB~;_IOfesW*UW>EN6ldM$+U6~ zVOz=o9+3r?JZ$fF-!g+E%rr!V`5EPU7QoX}Jkh%W6`?|%;_N>{Hi@tjcOy>w6v=BD zK%!_gCgtj|?e7u{3FmMQy`f{=3P|V{Zw#9uU6)p_TScD|po8b{-NVKCTi!~`F690$ zz4%wA=&n@;XXN%4|2d)(X+BGoxe@pp@};(H4;8g`Y5gMahV8NPCqJhBB+kXpLE3oT4SfmB;yP^o#?^6(#-BVEYjnO%0p9w_tntIG}XrbUMek%#PO z72abi8rJt+8>(v&ideiHaU^@2O-AIISzQ2<<&hk%xv%;eXzWDE%!B(!q^ctwi|SNa zd1n1jt<@+vJNk|_s*7eG-({m3eU6z=N>R?G8K+IZCQI&dTd1dW*TCy?RyjWMe#V5QBk14$JGGZ~Xv%QBa^{%`~@m>AvpY<4*p?_PO^srlene zie+rHoi?#EdC6w@Z4ce*UqDPg<>-JgRPKef51tCrKh5*;mMpORY+Ui}fK3 zb)XsTMU$JKsUG~}Tnzkc0uXn^cxrUDeEZ) zahpY4o4LHVeMva>gT4#O-s~IUr0SOqc8AN3`8{oUAZ!FzrqvRMtq%X{P8z~po-?xJ z(szXhEjf*F4pDFi=!7fJ|!IAJrY9|-!O?kYy{qQ8$YH=-KAYs zoAj0;63_|hk6%To0sU>d_h0tWP;I(#?z|O@Fm#j$Q4Ioa5*3(qrpgDSb9i`qZ4PP1 z^d!X@e%Lg2z$`D~6{o7Sq&W^vpZNYqT}MM4dTY|&h5nz%#@>Q3uE>2TiY@Zd`Y5uJ zLc4A8aY>n|kvhdy06hW863#)H-DgMoexJ&h)@8@?oifscP!m?k@{)t>f3{8=aG*^e zeHa^aMMiidyvULA|Hbiy-}bCnWQ%c}k|I7o8;&+CbTb-Y_q{=`bKU}Hk)oAQ#n)c; zBXz_q#L%B`PdXoADgM|t7Sy)^(kGi%RT;J{&~(PdD*}4SnsaMz^KP~?m=;U99qd^f zTQJ=LjY_5MJMVI>t*PCUwA9qp`?>ZZC%}ux$%`x_VOOXdM`*_{bYybQ!UkyoGqcig zQhPUf*An;z!z*X3=SqPeIqjLw$DQ0Dn!c=_1%TN-Sq#Z)nyopFicWDY4>P7%KT9EH zvE^&Yn?1LRi$E;>W_={mn02G+HKCMzJ+YBbSoO@&=1xP3W>8aXTv)DF{=9;?5tagJ zQQ8Ms{dy+o1G8_OrQ^ycU!+UC$eLmih{{TYq8mYFTP5L5!#}*s>vich{{^OWp&-f6 zE}9emdJj!v1<{b7*R(!4-IRB7IfEX+0b1aiBUTC}1O#9p+_P#C`$@$qul_6rvN;B3M8;hM{r?0}A z;{U2EropzkL%ObUhCH3ans!lCI^}Z1XKyx^Lh7R1JZVL`AVW;v6Q7oizq$xwBtNI2 zY2bwSh8Y_9`6deY(|++o6o@ZB#gBytjqQz_Z}iZilENVOa@jnIJdX0?&%v81pz=tj zxkNE}(C$wGW^I7X+_a_=l$=18-7Vi@>SLhSr~53RA zk#HIAxxR&QCNz)#);DgR$XO!qz?c59{f6uf|G*fKev*D0y>DrE|GIbf@Kl1!kCWA$ zy%^d?ntm|g>RU;h3IGRa$7-|fTM>TRCG-J2-=t1_@YHcI)DezlLh%(#ai1*OF7DNy zDj-#1%gq~Uogd}@u83x2*Ca}|)j&q97t)>UH}%J~H_%8wBU3)EqMuCm?t1QZmih;o z{axt<@A2C|R=*-8s`RR@!;^50?CW1a#+yw=RVsi@Fr3@ThOB~=M$@Os2Gh4UXt&SI9`9+TR4Q6tYw=Y|g(ce;u#J*!R~Bf15ks*l{PpJ3fWSkrH} zD-dK!hyT{hZ+=k<4I%oD?AoM}9zY{O>oe6g?b%xD{f~?qY+feG&tmhbRnmvwEfJLJ zZHNNHOnklkQs+Kk+wE{-6I z1pf7$1kdm>6%OoZ6Nx3*$?Q_Iedz~t#mMIOm(pb41db>Su=PJ$>zGESfaE;<@vqC# zNNo5~1}cnHLAs+(RjFoIE5AP&N+c0}E>akXY?H9|kVs7Pm&AM6)<{u1qQS-jJa>N1 zt|CTtnkIvFA=z4GsNCeYw1>e+iE!rT(Nj{ln)@jlzlYN{HUP&$AVgU04CluyO2Rr= zyo2*rU>?e%X$~z9A8j9Lse-1%L!a)ZbJGm8MUs#C*wQGi*Dz+maE|dCa+34JrHaQf zC*1R%(szb3ZRzfbkLD}f*b{H4Z^Ccx_1`H}9}eDxPZ{f$*P;~-(L_x~Wa{QO`_!fF zR3m${7*Jk*ed5iqllfo$L3m@LK1XYZ_FKfiIoL3X(EdDNoVm2t6^W*JBc|nynZvtK zE1@m)@NtySuCop%J!=7%)YGAV-^HA z#)pu9+2?gUv3g46==DSR;$W@Y>+UAX3za;Vq@eq{pzxkcy-arH(WKFW9n^ z3X-v0T&>VJ3!2Q`d^0&YG508Xz0AKv>3DXmaP|GELp$%c%%MwZas8TBb)_>ZaWM6)m$-3|j;4e- z|Bya$w9Kbo%dPx>_I_Ss9kCb1=uO{R7F;z?O9sdpj6V6-Af15rqmsSlUUW|RvarL{ z;%;%pS*2-?S=#TI*V9jQb5o<|Mqyx^*)Hz_Ap{oryV){bHs8dfbUJjJ0LodDh0)qu ztvpHWD+vG4>|*QKylWb_w^_G~Ie+|Ux)EGvcaBz+x3O-cWfB8dCB=tP#LpdXFjt*> zDsp#r@AWUa{&U4{*7`}v&^&uY#AhJ|ZCO1`#Opgw*=;K;n7bhB@0{yzy@ufTps+?o zU^`;jeobK;AG?V3InrWBJ8V>=on*I!Y^RMO76e|kEx4BP=8LXYs?1zw#8)=-zPeUn z7UHJhR)-iLozGu}ClFq5HixFk)~O9OHPI|9rx;uE$dO5OnN%JI|DI=NFXqo9K2m>J zvKD2I|706@njp|xKwO-rM2I{%(2RUPbI3i@4IA0a@ZtVLJK^oFrc_|^(#R zEcbo7r!j-2NF38f|E;5x2jnMW@|6IZ|43NSjO@RBn0|UqQ(A;LJzThG{Wm$fN{jwm zv%%FD8}*+~Sw`M7dc5e6(Ldqowq_-fvEO2Gr8RqXG3#Wqr}D89SUj{-w@2*ajmY_} zYim{YwQN2a+wRQ}zKh_aQwY#VH^Ldj-6p!Q)|;2n422n)V&zMEZ7#A1U*i*23KpzG_N9=i|%GB^*zcdzh1CR&&@uZ6sDnADR*2L`J(TdDYOE^{X_E3yrg+ z$VTwmRXCb9gv<#6#J~^iG-_*ARbv-WlAnZgV3}=0 zuteqp334DRNjz=;_(MGJ-#7T3NLni@YMWc;pGIL?@}Y*35TGy|akGtWII9ezN<3A; z>bc#Hchr^;8T5t%&WzfR8Ks%=uz|=9)rsqG(Z&hS#fsRs+@98ZCn+$oi-47o)+lV& z@%-1ZJ5%>Ulrxb&t`i;lB>xr|t1DgiCjJJ}eobU(B=eJxKj!)Kfb0`qf+B0rCh*v0 zRZgEDMjKmpi49*T{|@{lRI@1cy_$w*{Djc|$JJLx#knop(zv_3ySuwfu*L~4!Gi{; z@!;<6&^QElf@^S>paFurKlVQNp7+KZ_4ngPkF}^(HD}eF)Tyzi0$x`ZYxnI(3Pe@k ze`gQcV@Bphy1}<-G^r!O^~>%B2m6|FI|ti5#}mu8&zGI9GtwQ~`z}j-nM7L^=~9 zh9+}{QCqyG(~R~-xN)O4(3My!_SCro1pd(m7qiEhlDqe=?CnihYly9i!QrU-uDxFIthUym!HWY0BXR_OlV<)2=Hpe^kfL}@H+ zLq4hBKNi})nRQ9L;DdS1dIO4%f4;|DaUyXQ9o?FI#-WACc=#JUF_M%GoaoOce z`u~-OpJe|zb=Y69dIQ#pGWKjB?46%qhFm`WN&(p>sGKz6&iFdb5mWkwCNl})4YKBa zc2(4$sAUg2gqBE~#Cpc-2ddWKUj^ zpj$(kW7OmJH&_ORz}Vi2=!>eQIq|!w{ku0i!-om9ksS8rbNqcCwSFeJR99Dv?JwD% zw1PeW!I~KDr;ZK&iFWH9HRe=mIL`243SOa=^1o)2x@&Cl1niX>xv!t#{c-bUDod5&}IN7%(@UK2}=i1M{hdD|c^ep|~b&G8e z36oc4^SIkp^5|m)O2+RGxy9&2TCziSyL#2X#8xFiN%)_LACXwJ7=#>>zEom;+m>xo zK%~3lNs+2l+B5DIc;u6?G378&U~7_@W!RVFsXwhs)b?v5T6BgS$tDvTN!6Z&bRU79 zXI{C1=m!_j>MJW0V4`pJa^UQBZ`p5J@NqGQU*@{>kGv2{!OR>R#w^YtYQq%B45A|> zN>ie`-4$cxTcr9^~TeBgMWhqaURFzsaG zIR~YI_WZTAO!-yj!esT-qZ#8g)Tl)0TSSa#m{Y@XWNAKUZE_z@Qvw;C52?!L9W>it zxXK3muFg>7l25yK0yoZ`=_61{g-3q!+W#oH#3*w?TpFHE6(LTYnNfG2y3+Dku-@7f zvm3et>Jc~)+SW(mv1trJOCov*$J>&^`s*NR=t2i#8>Bow$_ThT#3Q4j5p-1h+<}nC z0}U;Vzh%->dL3SWQ-oY1RxQ=4!FH&5`Lz8?U6Js!>l4+NoRI95nSwK(;bO-V4077F zzCrRtL6;5u4gKNZ{?y`HnyL?;*rX`mTSf z&Yf7bdp%%lrT+f0v>ud{ehPe9v0G}ydoH3qqqm%XNv|H^OGE@(Cp#NYsM*%FYYXiK zarD)m_TZ^6XZh`PF=R5=oh6HF+i%F>Aplp|pVNxh#8}Y+f05sf^?SH~^G{8G)|4IO z)^CGG!-5P~za~MXK6DT5>4;3=8XUfaW&*ysDT>Z`rG)WTe>ZTxewM1H!W*JXhqS!2k$JI={>nqfYih#%b) zsroAIClMInlwAKO8{lnl%=wE~C{fGdUU~`^fuY~u<%6p7r?;d53R4-%*yZczF*F#Q zIMeJXt(9eMPU^W;r=hzE53>&6#|Gux04zpu{*C*Sg^8Qw)rXFThUv1Tsn^({g$)g5 z{YYddtPEO2PSW2)J1D3ZZe3)|8n?zghr#Dhg zMgMP|YtjL~jw?Om!FH_eq^j{9P3rW=I5ud-cQhWfZ?j3lu$}!m`-u@bQ6Ipli6H3nR;Ias!(BU2BW;p zIzB=FBFjD#wIHO%+0&Z*Jkq0}%+lQA(ZJ5{#>O-Kn8L3fQ0ybjn{6sup`7UQc@$J>`V@5qSV;kpjlSw8TDZGD^ zpEeJv*UL+Q{`c|^H_uLdq5+~j9rQjAozv$u#0nxC>TJ)~&SB~;PbUFd0a$tDgn=~# zjbqs-Prmc<=~0ijm<@U2k4ho_s_8O!+P?ZbwK+-N8cp-rflo>8=l=)Px`kiAlg2KI8wd$Cw@Qh-M1j;DJd z9Sa*v1Or);KM-(obP6`EHWJEVwb*YRfH7Eip{MM#Y$Oz-iKPkASNc^fdJepqPvXty zPAw>B4E$noTW=LZty!Wgjv9xv*0%~9irvG<`vD2R0Uteol`&)U0V&llU8x+LoiU_W zvVj`v^;wnV;~=&wTk1+%#L_y8U7L&_YsFB!Rk^vKR#WRN)xABZEyOV~kfT0W%FJ=xY?TQcswsJtvX4|{Hh>_o5Q5Qpj? zC(c3I=WC}w&+?0>!T<9=+z}xzV=(Q3^=9CGcF-7Nuo`ok^LNF%Hq>zGTwwuqY2)|~ z`a7c($H3BU4D?Krs%Qmng7Ru>xBps>|7Rz@f{#gW*$qb$$ZYy+w!TnF#O5q^_@GH? z$bdj=fm2C9GZ#`7^#jZ%Ii3D(a?cA_z<>p$x|%hNZBv|)jua^6<)ups(^zqAaMVV? z`vIh1PpqF(aU`RMBA1Yae2Yjp8fOcmm8i^nl+~)La=d`}LY}cJ8Q~s?S_56PQ`9g(R*bMKkKcPl?CMX}`v@SwlfVu_&(~ zUZQ~UI=V~fphm!B_d`XS-T!lWh^)q}G!cn>qIOJV8FI2db(vG~%wmf$A61I9JnXY~ zNlTd(Ql;1dI{Z18Q#ZrRijoU&ZbGg9YbEFA9D~yo+&-UiX7Y#LsWAV%u=LZye#pxK zU+Fvrna>S|o~~}ZG(UB$BI%=wU#m_za(Fa-+!DhS=GaUyw+5pq_rCmhINR44es+pVCx<>Nm3`bLE_c;P)pc)%Zuvc5O&$ow*-y~GNJPN?L zo1Ev&`;0s%(c_41E1k{+{tr5@BREgzqq&yH#2vVX7q}Kn zPkAJH6*_=S6oJ=Wb~>(h`xjPk{%`hQvgfhx`aHgl%QWFnCKcp6Y;j>5dscZmWIY^^ z6Cx3^lWO9{7ZZpw2=2xYQ9N`xp^_LDaU}N@a9D$o{zq(7uG9b?*=q#WY3V`9CR-f1 zD>=7rp!r_|7E76$^FD2y=t+gk$!p9=Y6~3c1eiNUqy~^-|EPvcA(Kr6yP-)T+9oNR%Kg3>z`1JO(Jy)L@9stbiMjtfY2e95Mdrx1Xak}XIepVEW zVy~fmdsuO?E0cG ziemW}R(V#t!H<@caMXI3+OMwG;6P&}Nm9I(Y^<~`REA-YYNwv-!AF`ncQVhC3|>&Q z)XG|`?qNM!36-4xGv9||o@B2YdXwvmcN1nn*>;Z>Y{I~_$Ey$PVUP9DWsJ4|JAUn> z;d^(E=pTpw3buc!Eq{h~WGWmX*MCq__M;*&=YH$&zrP)icJH`V#vCQD_e9|!Ip-H9~#IBAsyy{3Ye=q zO&(Wonm{#B@!K`_Px?^zW;Aumvaaq2zVbfZF2bvwx^Ma2j}kfQ?zcJl%8Vu09Jw4= znpGLY-n&b&n5DWQ7Jn+x31ZOYyM~X8ogQE6zT@#a_t~m^gEX$j7C&plR%pB>kg?QK zcjz~<_@MPM1gIs-Esh3T>vtX=eKE};3FOLc-K+chL+axJ6&8K?RC>!Ke-c-;mb-r~ zX}58&FCN_~HY2-0EtawR8gpwv<8L)O$4di&TBbU?-zGR4lA_;|xGCxzVjudyvF|3w zyw={fb?HnXfUS1uea<(fF=q-h`XAT||N1s54`L}?rt5NI9EFHDILW}@BsmD zv`X%$?e@GKx_>Y$ z?(?+x8SytE%|t%NK4Pbk*2nm)d$If6Zu7oYw5780T%%=Wyle8^38<4JxE9du3O;+x z^X|F#(O^I5B_U%^dNnoQdhpDS>FIVg8I_=ND%X7s|0U6~ivuWqyX+&f7UlnbFv&3o zdU6V>82N6k7TIakr{b;bi_c6HJWRW2*Ye@D;!%D>N%(;3Llw|j=q&6ll|JUW-Av_9 zwU>&7gtX(j3d5^D`=t<^AVfan+|x-+l0*wDbROWQvgi~*y)|Z~zHf^PJIhqA!56A% z%>rZX0Hx-1LGP8DQ8N$P2_vO^&JmhQLS<@L`7N}YLJa!UJzuGN02s*M`CehtsqIVO z=h#Hff~c6r*%>H!QRM=$`O&VJz&({BjCqpqn$BiR>r=OIrT34Vut4o+BEfF9A%fcq zws3)B!AG&}{$9cYQBocdjr|4RmHW;k&NiuL86KmJK8A&%kbLY4^(m{!;QRXI*!?vQlD2@kuEP< z^s;REn(BAI?GUtO$*tRql;DlEn?AF{o(m2DjA^y`?S8*_TzH+DyyHBe@Lc976;bo` zl4$-i5u(N=LI#uI(!Vy$!uk^3`e+Suq^-G{wCCd3R>Rl)#71uPS|7504V*egAPF=l z1^CBZao7_<%MINanMADZH9z`|9vTVqQFMJ)A$sOLKwE?B%8mv7H+uUp_|^0OY)iF? z-B%AIo1Zy7{;4geHPa_vGmW=PufC=|;`YKR0 zhJGwtDV|;A5yh${J~9AX1SREXZr_I}Mo9-8gRlk4%UnS0Lrp9F-Qx>k zz;<4U`c`NXc@~M=W_08Zkz9!FWE`ty-O}hWyT^2kV@qaZ?fg~buY(fnMZA(u{;jZ(Us+gqZkt1sLWD zF~xnSqMs}$pw1Z@Kf9btoGxOE;?mFTVg*q zD=(gxArxLV_qa{l0V&8SiS-lY{DNOHw-(xu;Q#zL{*nY@!9>D;ehAOm9%PT>MUA>% z-VF5)Ul`2QI)Rh=8#S|RTogCtBj?2noBGebbC0kl$|Y0J6_dV*TQWK6PfLV1Z5^Ew z4SCbA$kX^~pM@pp{2AO4=Ijy6)3paVxfk8reJ?mNM8o8qIXiwdG*G6>Djt;4Sx~>! zp~X4_FQqjY2csXD-35gB7!5LTft0uznc2w+`KnqEio@Tila>>6#HDG=O6SSHYmJr* z9@T;u1J4r_1=iuH>xum^4%;Jdr0lvvH2#WXgYa=BU^rp&4HH=wivgAy1o`m#xb!;q zW-@{qlZ&wF@a5dxMdxrLuK7cWw<(bZBv2H3Wot@N+)^pK-$E@MgcvlY%{xRhGN4}Y z)l@>aOK@UBERig?kupfyQbxyC@YqC(KM9tTy& zR0*xN0K=Sx{8NWM>jTH5hY_!46&3n)lM+0(WF@z!bY0YO@+<8NLv9LXXAZh7LjhvO zsMAr#t3h=`o43?@vpRwohE4~OB1IOXjVcZXToG?b7j&pr+ich&HaUfIl|Dsr27r^t z!0K|x_4pFzLa#e7x4Gk5#E3rltGy1%GwJoMfgohwKKw=QG{kZ=l-OK|*t3=v@kdJF zeqa2U9GsZuT$3OlO&>lq?Mq!Pe^Zqc|A=jYSWu1k9dX`zpwzDXt~8G%`O_WI&OWt{u#CSdGs$d84I(%Y0JE0U`pD zz``N646+Sv#Y|oxa}_b}U58qC7vMZMB-w>0V%Ob`o6+*&Px83hL;h;cZvyGTsAWSm zWZ&qV>&DNl2Lro*Ds;Y-EAM~uq%2NWaYuG*KqT&m?m~%&YKq)A2=N{+omacGP*h&N zQ=dy)<`aE_Qzgb$-#=(DQwvK5!;43wpj+0Nc9zW6mJSV-)U|&9A^1SrH~huQ-~a1O zL8$;ax9JwTe8t;W(9jUDgOxmCP3F6|F-)(hD<|;{WGbM>V=^%elhFt~+Fwq>YNEC$ z!4MX6c9u7Idb;e0dO5i$5deRKuEgjAJT6;cAQD>Re7h3Bj~6SqrKBmWZ(Y;UIRY)6 zRZ;CbNFS)?;FPh^8;MQSVU(IuUJo$Zm{GSL+LJtf-e~I&|MNoKPH;KNq?|iT7 zP~Ar-ljQ>E)aT{NYFU5^&wUStt|p!Q=axJDMf)(8*VmKv8CY1w3pL9Q0BC1uR?lcr zB};ldb~auroHh`UJ;o)3cWgz*WFnANnU(-wliP|eeW?=P0%`9``al!$$Jul>%SzPu zY>f^GEd@1uwQcB5(+qsFP)Zv56C#e3AZbf{I0`Lb2NNy?cU<*CKLagA|SHJyRnj71ERu&3lZ~Q=AEkM?tI`2nFFhmLBy{Yn*{~UKYvSqY^z*_CW28HL2+nZzT1hk zdh`z2R9Lp4!P8ql)F07q7*kZq1cqVbSo$~#S2`dY_Y0%j9uFiAXtjE%kXyde)}}gp z3{sT@bm1rs)|Js>n#hN6VOE0sLVe=4wO+YOc$1bK7R6F1)iMtJ^thPq&P7WPEB(b6 zi3;)sCmVN7qv!R(w~fe{rsXWhqNI+)Hb zgAQ)3Dqj<{bbahKdP=DBso15VKd6W8pTnlzj_d2>{G6qaUA*v_{7&e!B-{?`yC^db zUElxj+pZbW8v!LF3xp3_j<)7;Mt&pui&nPf-=T9mQSLi*BmsN35e!tC5p-S6+xn&%AcZlyBI-odYpR6 zX<_4y8zlbn2qSL|#KIIap4^b<`RJfut?TWf*mUKSi+tbIX#MT+z#m(LJeHh^(+!eF z3bPeed-1W0?s7Ddq@{BdUGVkaNt_qd<7;O}YlrB@}t_{INBf(vV2LwUL= zv21JZ`;rI4X$p1hPY4-ew}g3=AQ~}oJ*M+iT|ro=qmNy523EK)KlJnKzsV{}plyDm z3ay1pUtOM>JpEy~p*-$gLWM!R7RrTWc73O~EObiiwR@|xzpJ`EnY@vF{(51akwcn9 zzRf&`Vppy!&sL_(N#$PNX8)T*;F||3?IKJsDO$b}knxCr>YMgD7FwqBIi4F~SXNFq z6;t2cTCTtGKe>8T`r~yE-jaAetuU@0IIs1O|AD8wGhCcdkM;Vq!X~-b zPsyZ3$Nfd8{J17Z=4*EFKZEU`*w;v9jD`2@8t6~ zJm81X7KF=B(>{=~vl@Y>&H$P*FP52`t{&(1%oZis{RufZ;YdMxOB_`QSn|aL3_Nmq zof3AOF&-YZ3m;|9o!zA}y`3XYjgoduR8Ii5Fa!cLzhx5>DVyd9COv}_%t!{|?J1*N zxrwQvCkuSCO46=+x`doZ2R|C9^~btIBsOSx0|$tU1OaXZ^sho-z}&Fabh>13Vt~Tp zCzPdB<{6|)7Nslh8d?Ejx&-IygyxZ}*MIET7MLL5HG5Val$7H3kO$7rsA1-T6>IsC=9e&H* zroX1fVnPZQsK+L$UL6Q~OW>aJM<^|h?bM40s@XhB7I_us%+gls1{%Qx z%_6a`#To-&Pj~R!H`RfbQDZkZ#e4ZxjH!f}fme2>rpk^K9vSnfzB$5(?6>as1!?sb zlC~x$o8oGIOCmo&{!;(kBI%DBQSZfo@9&n7RL=bSdTl>(h)VGGpZp`a$AUd+*w5ee z|1AwZKCPGCZiAA!VJ%dhaSoP=yR8zTBifCbetHrl$4KE}FFB?3f?;5_-_OKBL@EQH z@gmG^a}Ih=npT3Yos{qDKC4mMTGBV1uT3c`dMOV8EJ1 zKz_5fwthxCO)z4*wl21JS5FuZL)2nLQ~G&rH(8u418kW8SW_>m5~8pWg*rm)@T)rO{&C>-8_8HH|Z?C!Vw08$S%4A$v(9i zCTDsAkFoti^;vpR@JX^9P)l+tLO6N}=Bmo`8K4YX)i=9()NNef)(KXY*HbZl6EWMs z_Tng-fX?G)y$vLqLJ@OLfp4-_AC#d3MlpLz1-uM;%jl7udL9FL@HFN4IuQ#@ku9BQ z5tXT!Mw9o^*X%7Zcmf2Nl32GI!syl|TqjDI8Wy}ylaQboat9WBdqt7!Yhy@yrr(~3 z;D+?S{e>AB1bWc&;|Ex?`dc8jc&svPob7ndR7ESA!0tVW*0iyG>2AsbKJ+hpZ(Bs!tcc4{O`PzJ{1qti=kc4k%*HhCOT{z&Y}5ajp4 zK$6O(uG>UEU{(~sb|D!JyH5||kVcqLd)lkFT(GhTKzg~lW9>q`rL!h)V7RtA z#50qa@GE%O0os)4f*mF_RYaKaC3a5bpPST31PCG(4RZ+I9!W3NkEo5Y5p5)aPK@@u z?l`CS!*8zj7Wi)=LJ)X}icNAqmk-cBN4~VO!Z>JY!bJA$ph*ruixNZE8Vf;%ZP6-c zcUckkuT~ws)Beoxh2PWHh|p>CkFG0Fj3ARJ3!Ut3*3*#a*<*hUM}cN>aGjxlxGXH0 zi6|EDO;pV_nUl3GXHDH|l&$+=N2)^iCn=sOfuCP{bs{H8X;4v*`u>gt!6T!%1nQgM zNU8>3U)aj^hX ze4a=x46Ezi1jECYbi77tib`*Idj$>a0M{SBT`n%hGTeAU_gX@N0+iith&p+wQlO#; z8~NEey~^h_+R7k1L$;(zg(e6~m6lNM)>nWr$pskIJq5r&u70d z5s)72_8w>;PIno-k$JW)GSmp1UqCDD_w=KxMn9i>LXlAX&%tR{Lt7hbP^49BJUe<& zB79ux1{{=glyVSFoAV26IMFk>uV{n;uT0L_L;5W)z+F#NUrC-+cB!kGA>ic=CnJwA ztv29M>5A`dBLFQQg(33(;3{JK6d9}>ONCO0A_K%TQWI8vKtoHy9!CMGrbh^=fXyHWv|b^So)`bQQXiKpA0GefVZLRw z7xeq<_V?PyKjDh6*D(%6A9w8F+UT6%d1hJ=@}tv)@*yIUcXu1)VtLD9>FbG7`oJNc<3UWmNdaqGWBAf#gefh=#95{KSxT2mp^g z0Et=?;*kkAtEJ7u+#&18RZOB`w~LbK`xOjK6ntv=^6%|UWEo`5E{`3C$BX07dJ+5T z&dgMLLU$-%8UQ%z1?xeKB}{<{<(l#j!NGn6SrP-vFVOEk|& zPT=OiPiYi?R#qbw%zU6C3z2Jx%bmA_=bKth+B;G6vKw7~zvw|^Zt4ie#l4B@B}cL0 zB1{OQ(FZ)WbS>F631h3#08P!u@vde=tuatK?(J~!oodgii&4&VA?5{4edO%_Sd)M% zP|oudf5Ji-_O+b_a+a>EU&?HegR53)%KJ@jR7&uO0yhVv@Nm>#?uM5v_wT^1b~cwn z%9t?ou7F;iWBw(1KLZ84J;zSwBG$^}36grsl1Vi8CAx8gE1|6(RB@or+7Buiht>0B zT8%BQA2c=)$f$GsNlT-WoSavS`VAvz+N#%vgBjaGL=!W9t{%aE|70l zIfHV$Fw?4TrsE{3a%o?V>;?U7(Eu|nabz&@+<`t%pO?Y0WG_5ItIhSW=4DxDGkK<) z(Z<67W}F*4o`RgH*;x+_9Du{57XjshvFEmiQXF<#t!!qf!^;cMAiTK09Q{Do)N5sU ze_u=IbKwT=Ag<9x|1h^CPjQrWPZ^^%B0DhC zp4x6bocb)ix&?1`0`cV%V3CrX_v=Ypa`W{fb6sJN8sNzXm2`6Nw3V{;9uB>B z^#131?kXlUVFTS_JK-k01?#HEw+_~Q7Za@T_Ty!+BOpk(z=eo$`j*ds^X_S4zaT{N z)9>8Fls8*nwaFo%6k)Y%yajzJH~Dc~-M<&@t0AR{c%CWtbeMjHae@ViI*4YsiDPTI z`BE4@5wxDjrs?k9pRU_Az!T(sWfInrneAAyNiQ3a-ffL!_rDo*jC_1 z%}Wa=Pr#@|SN3&P!^JU0pWr5uayFR|i z&1ZAzst~P>U98QYKCyOxJ))4G--3fIiek%6LKE!_I{qxeR#Z_@@g{@nyHQ!F6`0@# znLD1(IVs#}5~K!@Nj6r78!N#C66*nr!24qjkW!YV=qV7ZSMmfqD9l=Xz$xF`O5+qX z2uR%X_0*DwW^Sdd9ccJMaT69uF)F%vo<@Hx@Si7IF*OHPqg)*08}~g@)m#)CfqL# z!j=Qb{H0v**%zMO@ZeQHs%8d=XLXUY;OJyscqvNV9R^F>U~AOc%dfdY#0Nr3B!ucp zj_!u_sM^!fdX*RILn~5Y;Jd*MMtZSi8l+t%PTG$iG-w4fl)`RydTFNC1~97>!*%=m z1BT|c6-usmKxP$@H{wjbQB@aknIO1XW3Ou*hL@FZF!rhwoAJJfMOlcLe$Jfad1UwF z#*P;IE>+~#KS>`WR^p>u?XSLx@zIEJU?slas5+8QI%vHe1U%gDp}jpii9tuge#*$S z=QX$p4pMKK4A^d(`oWo_->d_D>+{beNhbo?d3dnJBl^I1TepZ7i|jdIO@-p9HaL$K z`$u7fEU)#&DE~-r=;C6(faj-nseyD|eGPi0Li@ zO`FercYE#&Av!_A9}!Io(;z36c-sOB1Bh{4MVl1I8(|RTo5paUr%M^7K{>Vi@%(x& zDUYlte3D1=?#O6V`EB%l+?*@2B8F=Vy(T?fciNL#U2TZWoF-O7YqDDD{>Qm=R;;h< z;*sNC3JP*^b%214aB~5M5I98%@%B{R-_p)UHU=#rKH5E5aYh09IklL?(h!QD zA+qpI61JeMsXXBw0N+ETS}ZSl@8I6^$?r@h6&H;nDIl{U4`$fg3~R_eSpViRe4<=( zT2I{1(xJ8(|M}vhJeA*&v2`N3s;5KsGHC_P1~qEJta&GD|Eqy5_e8ZU>f(tjqzE?YBIX+;Gccr_+I* zoiK?TZWA(;r4x|oz0;~s+utmCK6|MG>>%CYGqec2H8PSmryFIdFUA$LCHfMIqbz!T z5PL#fkFgfDU2KPPU9(d(#S=jI0T>TW%s4%kJ=5a98~n$i`lY*mfBhyTpE5FZ1m|r zA2kvNK7V_mqlN??5JN}gY7KJT9p(Gy#9w?UbZH0;|#s}Bl^IJ((EQ!WTLS|m^kuhuU?CeeQ;<1tV{KiDR`)ms-d&B zVAd5j?m7Pm$Vii725U8Cr3WIY`#s6kimEbWr-rqn#=EH@fv7gfuuBC%=;&xo9VmmdVqs_+qVAGH!V)4wIZZS*}#$r;+U8C%5R)aJ3oEH(*sGKVY4LuDBov z$v!TNs0p5t@J=B^2h(IoVx=@Imj7v~hUkYQOW&j0d}%neWiFR=|An8l;3)&S&JOKDO1t zd^yqX`_O0Ub$ZJN0S1A6BZusg`PM4!h!T~nMo@Zr(Ry(K*f=U$4_bA$=_tLnuv&kI z0Afm(X2eO6Lh>;hJv7eUU^O~Dh@1m}OygtXhZ%#3|LMRt0MWBzFTW@TD3XD7>n(UI z&5rCve5(KC*pQmhs2G}&JlHsi>4DVLQqZDd^!O=tVtT5NeS?NATR+}Sn1SqbPf7EN zY-c&Gw=3c=q!TD0^ z1p7HMnm2EF#jGIsQEVT91Zx` z-(mN(DycUmf_tmO3~Ku-CDCiDc?@4NaREa}lCg=0SubW#j=5NEZRs(=#A=|^z$1iQ z`k?T2<|4L0I?G!s=L)R2+7H0q=Z!-C|(YrVw!}Y<}FUSgarj zxiip%Q|qz{*V2Rd>$F8$LjLEe92X^K&4lrmISu=MS8F>Z(7T1DpWMNxoGm_P;U#5N z17o99eF4BbX+n;)2I8np24e5eG6HROjz8`r*g#z?e3cGj`fHwFQ+XMQ6Z<&Dg)B^J z11?v}UPME7W+s{)NmVrrdwVSBsL|6{T;Jh1YtOkH ztaB$za?yLhhT`o=t5VU;n^P3OI1DAKneEs6D$`n9C0tpjyg#D78KOYS0>U=mF6XXp zA2ApTo>uj{5vi_XeXoJiZ;eX_drLh%%w%VK`#leh23I~}&jOE6hPr`;Lf_85FA((J z>Pif97UO5?4o-r*ee~t|PAGF}qli)txv5vX$Vc?-X{hhSA`z)XTj`)lM+Jkl1J0i46{sJfwgb2y?R);oc3${&g zpPtV#T@mv~bkb=+6}K8yA8xnyDKB_m5BAi%SqWREzsOU_SUq~CypbYTs`TYAsWtI?iU-k(4(DtuIS<; z<9pW*4N!bx-~80iW-~CC(1y^X+o4u(5|CvHLD@ovm`QFj_%pIIVg`QpM7tPdYpK_p zA&8QE3g`0&zn=e(7cNA#9?Nce^R@(csIfaB@2jvf6w_YA&JQ;a9cx>CQV>@ZH)o?0 z^w8E<<{w_rJfPFSctwwv8MoE6mE1mcKHM*g7S47p!v057>v;& z568XnOtTyrH33y(N`zP`D@tJi8hwAsxwj-pS$aXOd|B-AQb={dc@zq8Lm4YDy5%iO z+J$g@U(8Vd+ryN$3-cIruf4w|$4E#t4L2uQaaZJBjshA4gcPpv!@@B(UgDj;`Y-U_ z738`9TX4HU$2vhHFLNoQq0F6iVJp3sZVdUFuRRAAzdia^XZ_2q^g2g_U}c6ctAvOB zcF3d&;nS`^NF1E)UCwOP50j9L_~Xk?ZNx&`V6;?U>re(%<;QXSlEvw(bOGIi-VDE; zTKfOf`uKqI&w3oZbDI9t48mU;=O;6BklYBIED=i*l_TRRYxUd8s4q2Wq$O2^Wm&D6Nt z08JTfXT!`Gf=J*2ofJeiH`sCf_>b`hY)q6xr>^2;X2^k(JXbhqgro?5# z888dK3_->MCozdllxaU8qIgdz47N9JgmedX>OIQ3c&QNK%Io~eQlin)(HO+ z;{vrr<{I->tzCTyh9@g1r60+0@%2LHUT=`=VPj?RXsk&K2mw?rhCO};$_vC0E9J~o z`z&E#J1obS3P@r%aepgqQUx`4i4Ca*-Cw6ED!>vZNw53xEkD)M9kT9v^7rR`l*iq{ z;(8@7iXFhOh7n!}?J8hez|&=)hi`%R^glPtE}Y=WU_ad2$#VhlLPvRGojk%6N?@^ed6pMM${u`#*PLt(&h2MyAs_h(ps7z<{EJV#^Tb*7|c z`)~1?Db%smET8?|IF|`thg~B{w^6P+Q`6Vc9vq zpK5C);@$h>b`i!r$D=cV|cuF9#N(l65ttb`Kz*yMy zWc8#v3siVSb7E1%tT0m+c%Iu&_C?d0T8D^y-@X-i6nH>uyIB1~R`9gq1i+rD9Qm@< z4VNP8OoA1AG~hk8|nr*330f`=5@QAj1`0VR@GG?h|>JoR}`7q z&tp1B^okBA@NgV@PeJDBarvwsPNs_T?yTdSlwoz~s^`wGhqj&hH9_(oh)b)sZPKan zWn}d@Y@#o~q6eEB^p%8uAK1P^X|viObHp`|w@HW#1hhex^N}u{rMLG} zujR8fn21dr7D*$M8G?evbJU`q1+1=%np>?n=T^+Xamo;$*zSoyMqOT@RuE~U>BCdI z1T~|mC)(D;aOa^-Yx2Y4R2LxDFv|!PVnW43A2PNdmVBYp5P>bUS^PO&N`^~QLPK7s zqeC6y7ifj+?xa}oJD>AK>+hINlik|LOMJ5?52cr8%uZjmTOMd`^GA%{DB)yTOX96XE68pwfHNhGk_6|v{Q-pS>$2XrS9OtO+WNH3q|>SYqdvL;f}3b6EB)@NBaoJgm%`lD2QYhc5V=iod6z6 zPt8Z|R~TaZfzlRwj=+mnqbXTv)7$iZTE;d;@IZ&stYiB1^_Y)s%<1K;7DE*O`!iA3 z*cYeHH^%udG!;^M&1690_1xV5RJH#yw8`+oVEs{$60AIDXG*k<`I{+uML@SUlgJps z%irp`P%V(-2g3bV#7t0j_|vbS!~e|bE>yOteU6T#5WR<@nA&rZrJ^?5p3*r=V)h=1PA*&`+O#H%4nMEI!%SKZ#Y%&T{Zt$006*a!jt%dQMBb(G?;17mk zw9^I7qpJ1J7|t8^quktFu|$n%MqH$^RjGj>zy2av#9Y}JQc(za`OCt06bc~Gk*a9% z4?T77P3ZG1R^L2kk2Jd?Db8mHC9b8Lm5hfL^*?yBvWFcbl zNL=w)lCPyqfH)|vjtNeY4A5!NiD?x#YYsVvhh(e?>CmWb1M^4YvK$%#&^HL)X;-&nlqQnnh zrHAv_$;?g+4GsO=lvY1Ee5qV6w>+-stXy&OL|IM>=j!aKt2&{~#4iIH!i6rk<@wzc zis+c(qTLB03R4Be5x?vQ^4N^`bdL3fh_P2GE?C&6vUDQ<#b2IgHB@h;QX_S=02&4+ zftz`SgD;qvxOE_$9g6dR2i`YAq}x}rS6e;b*5+(rVOC_^zde_*O^%y2Q=UueC09Wx z|6YB{^MCCL*3p$JF|bveCu4d2FEOhp*Q776bOAMx-qC3G%~ZrMG2_whzm!WE#W{eFHuC#aKWsd^W}#V~2dRLNdi+(yz= zE_(6NZf@C;Ukls@ajw@8K*^L#*<%!Q#E>XByD+0(gm?sLwP!Xl!%ol&G_iM_tE(+= zq0uZ~U1ef3T}-X4s7F$Qqu>pjd8HkIdv zTrPJ8{q7sLkQps8Q>q}*kzBbnU|N6s8-Up8S!)&3T9oA@pr{KY%e9>-WDqwc)FMKl z`Zgvt7R)^*XV4fe<}k#19GghWh-@fJaoIJZVY$>c&wQp0eE9ihh!_j{ZE8*M)KshXF{)PwJ_wrwc${hwl072GDJ2YgpIcOsH{H?!E|Rqi3so zI~AE)dU=`E9RE@QM8x_11>djdFZ-c71HY&!>K3>VyLk;H0Mb_rY%~2Oin{z~@R2t4XO$JDx3G;^h!{(Kjc^ra$fh|Y&iEt`- z#{bDp+9(fy>izF|4`;PF#?out`x%?~?H-Vkwbb~y^j|LHUp^y|O1%8%Fni4X)<=H9 zR>-olY%jgN983wB_btJDh^;o5FwHzuUksab zbN8v8qz7It(Be2iqEC|Y9vyy(7U6r&{ zMLAaCaw<|kZW{y&4hzTQ>cc}dE-yMF-1o1(T zLr7=%e%2VQG34i?Lej)&^RUyJrHO*3S|1cCY8!zj4G$iJg3m0)Gqv|C1{MVrTDyC4JwkeGrR_>{Z#G_o&3(znc=HuzKR|&nH+je$cxm7$M6*R1U*y!zQqSR~!^=z2;{_h+R9BHk= z(8tf*zh&wjaF6xY>?I;7Wvi*;{*96h*{YW`A`f5jg||1jl+$OTph1hWImYEmwBCyn zGw87y&Nczt_bWWZ7sAZ|sbon3uSzP=+an-t4AI3C1L*`Cn`8e&-9S#Q`iHAVS4!#^ z^f#&h!_`|h#MNb6qgA-OyIXJ)Ah^2}P*`vX5Zv7gcLD?p?(Xg`!Gjaro#1Ylr_bp= z{odLi>Iba7=bCfOA+88X0Df&_!6XYA;NH9|nE9$j4{1eLM@hbuG{J9ssH?ST0TuO! zqKt);$McbyWtG+I$|0jWjrtDU^z~X>BQF{ zH_wNCHr=2rW%(Y>!Z5+;!K)#k-7D^rgi}=@L3wu*11ei?%y7v4Q$Kcwctan`a|F_s z^wJ;wYzBX;;KD9Li%5yd!`X_M`W`A zx!r1@*q~RRtvK7AHTAiG_n(>l5KcWZWHskUqyD<+zdc?>m(UOV1nFmjzt-$*@VjLQ z3%L|tjJL_XQ?YnPC4UCy+(ephBywew<@|B33G>vD*_YccH2eyKTX7!x#=wG5Fnl;; zZsdwakhm5?{+lI#Jkh9IkpraDxQ*!kXErv#H2xtNAwi7&QZ!F4c&_$Qhv+C@U?x`p zyZ1Xv5! zave%^(ggnv)Af8%_c%<{OzbW7^Si#S`N z)v{pcaaElm9Ely*Zsg&C<7f1}(V||GK3qmUZl7xN_4*z z>Cu_)YLc*y>}bPROr`>~E!%i}D*cB?Z>`t)NNj+j#*I*NkpWiIaD+AeuG6UR@qgU_ z>D1j`Fl+l4913yKzV`i3mfLomXH_0uOTt+grQ{^20W_s6E?(Z4yfnl67pF4sOmyju zo~dcBvxz=ZigUssVRW`RuTTqfYdD%MEAhD5H?s8wMd=L(DG2noyFjJyjUit=MF-+% zrNv-Lbr=&QQuwK%mJ4(i`SdjQSRpws6Bcf2!34RVbQHnZ_JK^99Yl#TLDGZ-R6Kx$ zO8`$usdd%vo!9r$?3x;m6rm!}DRO#QutB=@eZ%kxR?#Gy(|$sVklt4Vm2wKO)<|B_VvO|qs;}REP5Usdxz_t|ce=JgFf{elpaA$K#%{$!`H8iGjbV$A zYewaQay23obmmh}gL@S=7Bmrw>MI{7@~$~*GBc#H0mGtDu$Cw&{Zyp9113`EA+(?jIH;F~n^wX237Fu#vc zNKRUF_L+;6hoLPy2i z8qZKVWan2)`?0<=7|GY#;4PdyR2UPIgG;yDER`ieEyDHnAqvyZ*JE68-07MoM&3^C ze}~rhvDHDc8z8(w_C|K)+Y6Bld^*tlKo~&-O@qm70s2T#qs&uLmg&=apON42U66qj zN7PF+`&Fdt<#yT95d#5}^RSTmoQ7IN&G>OVMS&z%Ow=FPF^BY)YAas~pfd&AFeP3B zDD&hhE@_@FEgHv#yY;xd4N^gPq&X`7Q^8Py5J=bKtV+fx6bJ)}JpH!c-vQyA+5cY9 z^0VWhFRA(xNk&M!vn$-8mJ)&B0=UJQ3!?c`y$*?XIBC>zcl($V$u2!khM<%Y9q!m= z*hC+>M1>CB+o{kjfgUf1>?P5deY>-+mesD^*-Z2FBNtaNlck2XfzHrpMc|s&&aETL z?y`-s)Y4M_Y*2m~+Rw}`3WJ9u<#Z>ge+C&#|e03ZDa zN*YVVMa9?CF(`%)>&$6BUZr|(6APEvrlRo9c44hMQJ{W@TM0_JHu9W~J`b!;nESoN z3x8rqmxi55U5L+F85JC7IpTZaNeSMn@*9lSyWVuqD?3t!YXAl zPR{y}@}p^kUL6_(1&#`f3~^M6kG_gR{d@MoTW3w4>ahD*RSbNB<3WK+R)V4XYWHhn zT+;p9itI191+L5W*JDZC)SripurA2ErCJ^AqJCptBA4zzGqv-GA`+Lf^S8~rQ3}#f z_ak_EqQ1jPDL=~1E&mTw_?;`9N!8tz7V_oLgOAmRnGfoHjWR@rg9%WTI9vl>j{-*;X;OL z6cmx7qhJEgn}A~`BS}N}s);R7{!i+)`tKoT5A!1t@d0mVq)Uy zioJX_X%8>1e)aouUSgRaqw_SOcgTP0B?jrhE&_vbT^N50mTJU)?%u+Fy`BC1v$c(3 zH!+nrN1+VrK>e)bI}8#P|2%rP{0B~~M1>M4HkwH9!!5!G{I^Hxw%9P-@j;{emu1aH z@DbsiRsH1mhuy05h+kQ(MYB3p9hV;Yhpg!D|14S{y21Id5Tt$!$Z@5RDG5@PYv>cdTCeADWI@El@}$}FA#TU3so>_qW)kSs;|%(qO2OUvR)y1OcyAM&oAA3PYxESo3Xj&ham24&$&vklsan_>~{UgM+0y52}i) z=TNnI{jEGCsv~%r(y+gxaQ_M_D=CfqV}kmy#xMD2kV5$Br3?$vYg2SqZLeDF3(29} zZFhM(StJF^DHPnBOmCg&)a=oSj5D}E3)TA8U$$_}CMhle7It)>RWCNpEr~W1>ngZy zIV=lxIj|RbK{rRspA+7~7OiM@nJ!$3`J^`qo|~85sHb5F%uh{gZ+L5x29EvaqRj`0 z64l+03(u^L2{Rqz*|B#J* zfuTL2zH`}eNAIKbhjsp|53>3JLU=%qIOU43&-$@XX;>{tL*21BA@rk!vVjY?iHGmH zeT!IG{sew>&y#Bm{Uy5#17tMZ}M0n8l5n&W6Vdk5i5yW-M6lF50D-1B zTP#1u*_vq=wZ;@_x|#*LZf|kEbr#v7Nt24lGxo(qy8j=VP%i{CT^xruPm4Od5&Lh?<_V2y7hh1EJ! z6#=8Vcnd~S?in6A3aLoVIZ)6z`5x}`P}og1hCj56^nr}U88brcOWc@pGsAi!#9QtNl5u)%_ z@ukMNCM`g?=g)zA(-^8g_8g~1D zVddciT^o(swF$h0wA9CqkAC%Q;aC{SnQuinSKCl@~j!6b0nFD+(mr)itaX+AT-t2{K@vWe< zN(14El5z?2vlQ(W0tA>Kk{v>3TplfT%_wZd!m|uN-Vu*KeXW&yJP74uG4!c}^>uaB z8FCuEzIU0i#a(&&3_*qTL+V5n9Z|Q?lDeTI9|MThI%vq+B$ptisKpOrAlwFwH$3ke zIT?pCO7-bT_Kd&)D;FEol7NnnwUEA2iYXls?#mtzYpI<1i%$)J>2-O3Fq@Ak?(KQf z?$%>PVb`Y#EL(wB9q8pesPtoKzl)|qOp*oB+Ach z{7&5ZFJbpg6d>`>zbg0pGTVH+{vgjA4>Nl!NRCP@mqH=%j;rpJkt`JgJdXro6dQ@y z_GSB}?1eTdw!mlw0e2i=Bn99~BM?|h=W4%RN+x_U7`W&uUout?yq1E-tzeevag;JO zHn!x6o;bI+?7?XB*ILSn=Y8iFkEdWi&$c`ZA!7@0=zC+Vv8zWNtJj&CE_xHha&RAa ze?H1p)j)m`Mlf^81m-(}iV`9{iunVuNV6pD=@LFW!;U0MFtHecKW~?~>3I2lLY5)t z?2$Lus-i7TTC`nhro2!firr|v{Onj;b*~AJMXy0Xn}ghA~F*Ktm8p$ifgARG~mvpgljCm&3{+L`#}(7f2iyBUJ|-|4m$zS+6?t zdwbgYWiu*Yr*fzOUl8IFz>el7HohC|_ah(@5M`m8m87I+%?s{bN&ENAm)>)4?c-=Kv zL#3TjK4j~6-^^91DS{_789DRsi0XIK97OhwIl$fxU9wCWbUKzQ)x&<-7y86NL}%$q z_`j^V$RM`Y=<2=<^~&Rk64w}BFa zHJD2GIk|>RMDSPoc9V6#Qo7c;%7|-fboU)>!CuX)PNh*TOm6F?@@fSkKaC1cAov*5 zQL~)rsT$a^9|2*dpwmTYuXkuL0xKIG{carv`HC%~u3CzKYZo00ke*NtXsrSxMzsRU{}> zYcqVuMW-`pJ$W!-)IJvR1+o5=<# zx)$e1p)Zhc6vYsccBz01^TKOY#^D14TTvhYR_*?hU78zcj9GdU`0;V$oX>8SXxey} zr9a+6Q-fF}8+uJxE3-7oDD|=Zqve*XYC}EwURxI}8Q1vWPkZgLsj?4+6UP+br=1_l z61BvfsLI8W_!Gaz2h@lA41T=_e(JPVGakux@2i)x1XO@48PcpGYa4z*T902(Mwe)REIpe==H#YWy5FdF~j6*;iFxFyRQ?YYM07Fx<3X6BpV2-T5R%R_i}Wt zpkdsa?euvM+EMjY$lM)0e#4VbD0U$}zW9Xk4VBxP^)$4s-^_QlU!?9gqTCOwNX7L&ru65_u zd7c`ZyfJ`O%o)pmm0!o~_DLCE! z0N&RpxWkXKS?^&A?|H|JSwv*mlnDL>MvaO$N`ynPA;Q=*r?&w=1(bs%Nb}P_3wG*> z+mP}5WXQ35RVG=5B`b>ZAdBcw#fhjlq$EU~8(y~3AUXYgc<{h=g8o*+25ve}KPRbU zTtv*f>zj4Hwl?lsvdQn=OhGg`RtEz|i|i`}4wifFB z-VPJ0XXEsF&7@5~b&(@tru&|#Wz=9wT*)Z-_L0rc3CT*$34(hs$F^LgB7d zB2yGJ#_ZpWZ3w;)*GEs5$KK`#+|VdN*7h#KAdfd>f%-`}XQ5b6H%dM6tT;>r<*qgQ zXA5tAqAIx65IM|-S6^b`kTdjU11Ms03Mt@721>US0_}eE^a%{DM*x8c6?%8gjKU-mLxxv%UIHKlDW9wxK|3;~l%8u|N>HPV z;)(T=(J(PKAeGJ5)Qk`|=|Ff?+Eg&Bh6*8wInsEEbxyhgKa$C5W#gl0yWYZ*c#T%9Ov(;7 zIQvkmTX^(tZ58Z$o#&RC@gLlaQXRaoc~&+v-{Txrtw z<52L*sU5g|$rn`*-CRfqJcFz1LW&s#F1m&8-!lXOO^j?9e*e~2?DS2vmogCgA?5@RrKvsA&i))MGDL=CC>-4j3@a&*r zGH!aS-oo!g!M^L=W|qFoy(n`;($OC5Flej64}n;l*?=vvqc6l1i1RGQt{yq(HKjOQ z8uwHvgwlWRKaSOEKSWyC!BHFvD+T1h$^Bdy)h3XwWA+s7iF|=uI8i29oKh;OH3Oqt%9$90 zg)fF(M(p5vQuvq9%JGk?|DhQRVqU(0=)n-VLDKHBX8#vx4AI9dcwZrmLD_C-7bQNn z2e9N;b0cy%>BAPW-N?!bN#pnx%wz^tH$kN-JwOn!b9qBME(1TlXt1=O@U==gBw=8=YSz92Hj$Lxfo-v27m=i zu3Ar0dla6gIDiO5R;&0Tvu>1F%akCd1i?w3V^w6JOYt@vq*#Kz-wNQ9=}GaDCJMTf zr;39~IZ*f8YJ4Py-z|toUgJ|ghsq}g&a%@+CN?0bMzOhxZ4*J{pbBP=0eob|YIN@@ zUz%WS4$`rZ>0@2LYKP8If2^}Oi*#Wow^S@^9onQX!P5xpn^M`{mlU+fK2!=ud6vZh z!+2S1F^(BHlDg5}m3p~5q7|VcL`?7V7UNGXj+haI3g4ryr`fYzg%rS!GjK@3o4@JQ8@gOlT7at&5byfb{{fHU(*Rlj3p=u4_E+t|ZX98)Y*X@g` z`*RA-4{PXvPqQ4RhgmzsfdRkD(4t@U&2-U+zv6MLv*!(>tB;_6+vujwfdo0|nF4R* zb|X#zM0(n5IA4qudr}??uFMDiqK^2z@cV_l+{whvSSI;BawYF19;|iBmwVnC_tX15 zeXsgO^jv`8yb|_exU?anIoogwk1-B(Omxs?0T*w(h~Z*xE4ttluVbrCl4JmGss~@N z%O9oN>6KjE7i$h5{=Luq=bv5}%BO1}<2mqaRS{_h^~o6n zy>ehKHH-#ZDU}F@QGhbacuA-YiGr<-2LPGrUG`d$Kt+}UMCT@AbMoaDkB%k|Tq^02 z%pA4w{DW~|U#$zr?6}klf)}-!4XHv-AP7QBw+lueH{5>MXqRi?0g#h?#m@iT#jqY? zu7Jy^N0$nxlMfCi{50KvU?Z*_PUPO#+yd9VjV5jC>-$PsfHq#hSmfYA&T629FcaW8 z05caICnlZr6&Ay>*L&&oBai~tEhp50M1VUImr)(onz*{3*%vkiP87{w44v7qg>_aG zVE&*$2EZz@hKRt}4*I@JU?*Y3LravJU-)9kD;ELZlw=Fy9q$I|jiq-xG$&ZX&^x~< z=C`@TYV7;7{lJzZ4;`ia>xla*FRHx~C5uv3rPsz}2RQf&bm*1A{;FFl1D#iEl{cMG zF}KXggBeuxL+|32eY?4fn-u##R!@~@m4OTPWV_3H-7hnB|emKH4hx$^9LoSgQI2N zqkxgir_h?+oy=Nbh_^*9++=Lq3zos4e6R9;vu;~V7(NY`G0G<8OPV67JCxCHyC#Yb zrqJy|9&86FCO=Udb;i1BebU??A+4|Jwp^8>?o^^RYGXr*UrP6GPc4!JnkPF73EQ~8 z1*_PcO-$?6%*t~LV~TcpgNSekP((~=6GULSh+@m6WN}p6^aTW|J?`JY$QIqP%|V#Q zoD)UpBK1%Mm?>E}Iggf5Q3<7se@_TS@Z15EiDOWSAV7)hCI}?f6XWfD8k1kASfc}d z*-{c7+A2?QaPvfiww{9m7B3?Evh_-=P^6=ygDKs{YM#eci>WLFe?(VUNXUYOyRh!P zx%onH^_0~mfE&NCX>i@6r2qP-sgu_3?UL<1f(afaZwQMibCa)7b)5Z@d%gh4mcNBs zrz9aLwi6%5Jx_Jy(5b|#4$f2q`ht~G@cc3{H=W(?HAAax&L6?(7(xl89`m-2XZTrUvtv4L6N|46Eir) z%o6lQ_c#~zP>)bI3|hO6AhYR$O9?f;kL(k<(^P+(KG9|EU_{qti8(BqT^GLJ>-uIF;Rbm}PDaIaB#O@cLx0_w#o$lOa-c)6d%3Knajo zL+LrZBeV#N>&z}QggeF<^;H&8z4t{4SwW6qn%rK{6za@40=Fu3DdVn&Ji1erKO#lCYV~#Wn1^aNw5Wtk|H=V_1?)O3zkLiccVWk# z_yKP?`2qHx*k;g}Q}DIA3gfA%HhNMEo9UCh=HK!PS=d7ZG%v*?h=$Zt@BL<{(O|8& zFX|{ZPRCtOXl-j_gpe3eCYTbsC$cY!^A3$CTMslSm1j8zRoSLxtpg%LFYzea?fp~N zVfw@^@QH(U^g~%KVpv1Fqb9I8F0T6W)0RUMAp8qx@UzkRUpPZ!*oI6M_jRdj`Tv4b z{spP*(?Nwan-bWH;`N43MY+KHBt|`aKYn;`Yx%sn*z>=6pDZ+^M3=kFV7kvDU~J7E z3o%4|J4lmE4KpY~fNPSr7nK1Aey$!kQegy<^w;&OS6SjSQHd7x_K>MLrBInB@RG00 zU-6FLvu8xah9OZED*L;O7}Yj$e(NIm&5$yFPP}CIc~I-84)u6MiN;_bh)boz8ASA5 z^*C68C6 za6U|!khg&GI4n1=jIhzcVrH5EMhl>a&l=^hf~1D#!dFX2sF#2ttXTsTJR_o)a)I-6 zIrFXB_8RD$IKAAs^FVr7H8%|&8Z>q*?mlP)^|f{gFXg>V1L$V#o6)@yX+iXgj!;Ih zGT0M)P41o~&yF;ojNAUzLe8dku|R_;G)qmEZjk;fF?*TXn5;81(v_7+h2S@8wGWdS zpQ+K(Ct2K0aSbWRYJwBDq9T_CG%gnPkUBBHk-2t|@1|VW{&!#Tt{CHjYVVpmosopB z1fVzeO-~@iM@5)>kKbrLWK6=b^M%C~X9#Thy|<_r-Gneg1US?wC^*D{v*Zk&c4KPD z2XF7<5e(pKs`77@vP3|nBLKrSF-F|*Hy5YvHHszd?l>^Kxjjc9*O->*lo2(idUW4R zrI!PWN(f;UVG>28@5nUWFX2epr5j;yi(r|64g^EMJgg*cn$8Y^XK>v35jbsWNugwD z4x!0355T!CgFZx_W3kOgyWxT6o=f9SzgzQWU5AKrCkn$*N-=4_c`AH9Nvtsv zp>ilzR>-w+39TwA3dnF6d#)PhVGTQ@i(D)Q0)?3daTA%2i@W2FXWB}Ta6#XVoYhka z<=Z~+nw-92|5n4U5hfMkLZ05epA0w2msYF$qcYc7nqr=Awew8bVGSN|a5YoSJx3my z>R&pEH+16GD~F5nj|- zP}g2Ky*M}|mB1P4qqDY{)F%HSUcTt7Wj`gQb+XigQ2q@IVB|aOc{acfYcH{vcdDuBg1-oTfV9 z77ptRqAoTZ>b!i)TZg=4+obn<4DPS-&UbVl$qKNpn*TpF!CyKY0(3{)#@nF?9N!>G zH)qFUty`!KJSKB#^-Hjyb;(+~3=&6y@y8&4`ULkk!)@)4UE{kwmtiqN^%A(|njyq~h7RJOCK?I*$x&YC# z1xmZCih}n)-Ws`W^C1CxWsudU0|G;H3Xk8%Ox5Ay?7_u9Hs`=z2adILvPMjt&v9g$ zEYvK>7xeB{^V)VX*$98Y_eDVxAT*bf6HyabHtt7jOuRWqhgTb%)wwN%>K_X0GcpIz`b_4#@r;LyO_=X$fZMi zv&H?bN_o?>`yyL#eUd&melKp5rISclFZ|>OAkyT*6+qRU^{1^I^%I`LpoRXVvlN$*TgbwUFWqTh7Dq?^ zf9+TxF#y}NxtBxxIQQwpFMZd&8-yVMvlJJ&WRC7wUd3klnY_+9n& z6xIH1PNKUyQhACOrf|v{^>!IXDC{^ohyrSCX<&UR7IIq89UWFc)g+nUtb2uu|JPbE zn_2i@_pRC%B~}*<*8ej+8OVadD)Ri6xdQJamuKY-rCyr0OQT|911*Aq`w^%yNv&)PFcBUpn>E?YubU z+DOW!Pa(kR$k^0r>&f->-4zuT_WPS~j88DS*Eci--xz}QCr9!1TZ3w^*cbJ?SjpG) ze`uQZ8cR2PTo#=9+Y+leUrYNyzNVAZwK6v1mh@w=(lrYo`2E$JmiBEY@00Fmw!*in z%*-T;iA3@t4e1CyB=*pPBSbV7%VohVrcU!uqWHm1qbV&IeMUr+7ODMbAXVIA$(I&(LV~= zck3B7+2Vj^&l@JVU#8(Pi=e$H=4Xp%^m4F7tE@mK6gYf%T2*Z#Q?Lzr`Pp`$KrkD+8(0>;IfOzCW?V6A3U&b)kZ8E0 zA&S7gYB>XOS_5qQXcp1gvTHC)@j))g&^Iup$~9Y>6)`xyUX}y_^i1IzaY_jvz#GCp z;LA&)@9i~7`rof9XoE5@umEXQeN7jRw{<`X%AQMHL_(qt&zX$1m0~X|L(YlJXXwS8 zpDy@^`VRTNtIZv(Y`X0fMfhfb$dQpzdP{PZ5-AsguXRiMWze+W`B>MX9Zsj!!UPFH zo7ZghH8sHMIFUzELu`Rqt(WL%!}7=@Z;a_*i#x^n##XiU889@K!xH^$HY4`c4|Lt| zlrf0#HX`k1Zb=0eSEI8hP=FZmOVHuR96nCU`8ALh^FSreC2e?i#DZZSy$Yx78GWG! zt-1@_POfO*SLh%|rhx<|{%!wefZudo8 zCzQ{ejBm*o(SGwF*OgZOM|JRjj{rKRJ3bztcePJyJy!$p*<2)-en3)*nSm23|Gl=w zU;)w05Ex`K595rASz>CV-?BP*(BnTUpFL)_e|Y~Lcea+DwYiy@yO}8uXA;U%AR=Sn zr66nq#%ST;$c>2wf*HP zyX^chlXb@SbUIO4NnKWCUg-7sa;jmfzUTG4w*O+PB%Jjqw7#!m{oxHQ(UwtL)g#R? zd@rx7QdwDfy@<{OXWwhlL?)3cF#-%=;*qEO!YzYewmlT{*Ini(_Obj?x?*Bh% z)n8kFh;*bes{!@H!Va=(NBtYphMXIegSQ`q9{}Bx_P&7hdbwGsNY$$a+01x;G1bH> zh_A8Cv8d{5L8@k4EWtLp?d78X>_)PPS;Hjv)7y7^UURguC8}v+Ubb~Qy4iz)E1Wsfj@KC1dXyw4ZMC^h(uR*UauO}8d&|wLn)9YJw;MgOG z1{DBJoWxe)_?&*cG0$OYp32glhgBy4DM^|9l4Sd>!afW24(_u)(I+f+80rfO3|m9P zbN{ZR+BTD`@L|N_e7_Q*XrxuU8PQR%X8TR+aJx&>i|W?XlFGr}G^KU8t5v>W-nmoXJUQ$;p5L=1DGa7Re(pv4z((FSgNTuhx+>Eky zJ;&+o6v!v1jH2xSs6rBAquIOh1Q1{sTANJRuC-gxD`(c{NxOw`kPk>CQWVWtXnvuE zg-~deh08kUqy1X))0bvgWlFRIiBS&>v_?nOQ%3JqZXe3;A6)yXUKV40LJvV0^uB9b zZ;-JVd`Ey>FHaoOh`QX;n_7~CQAa{XEH*^2cxUS;(*<041Ofui3_5K`<(-n24;qen zj9nv|M`HQDV>-RWSX`}=-iz)hVbLuis1R`@5F9wX)3}wZbL9>bMDp6hk3@cO%B2ka zDQj%`XhL06n<30$gKc7CNa2?R)yX#n>Q*AlXml#db=@6|Vu8YA?I5q8F{jqB7_|N< z^^;IUV)#Z0v2pLvJCaHSX|K+QK`B6DQ)4ZLOn6JKfUijwi$4(_4Fw12cIA4sXru$b zSTRAvaZ#xIm&i%^+P(wAk*(lKZ9<&jViR{ReNM~w`ID)W2z6pQZHN?e@RAgTvX!y1 z@raq-?g5CI*AC4^A3TbRCE}2ba?%e zF*|xtwh7|wY9bE5y)+jm%7_<4a9_n76^-Wfsp{?5JO@`-BI_4~?eiwH1%C-ixtCs7 zqx{L&t99QdE*dw#*W)g)@z=!x@!RAs_uj;k4j-=px)6qkqf-YYCc;Q`fNiZvEWurwCXRONGO-8pdd20O_o6x^$&2zL;-(vv}zfx7M7K)+UnkPh9t{RxqVzjR3z5oo*dMwGR zW%D_dC$~h=_d5LqmOy5pLgMBYiWu3g4y0rHta3PYbku6ft$A{!E|&*jd{4c20qxhl zYy?oKewLNY-vJ|*4W2GHabPh0LBNop>syUd8HwA&=gCMdz{c@-Lh?L;5xQ=ze3{cU zXpnIjj8VQ>uG?2`Tir_n&r9`o)YvvS&QFjLSMMvKFGsi3kB^OI=O5M~f@wc{8zLp3 zs*gx2r0ho5i~IzoWIYYKcg}=KP-{r_P>0cG7o6(KMkjnL&MtN_@il#Rjkw+$l~b_h~FYkuv2m%Wx2iNsDAiTq$coqK{HW%>Qh^+7L=E9_U&`>phy z9CjnhKJ!UFmT#YSvQVUWh<19}D1xH*@rZNQX(lF%_eidm@9y+jyZYcDuFv(yW$V-b*6WKtdhrO1rHe1yhk&Ck6%vF2ZkX z+tjzcI}p?xi7>xa{i2nplZfTBq@e znmOx=9DKNQH^XG`IjeC=w&j;TwZm%uNu_o0mu5imn%F09c1|;Ky%b*LOk76Va)1iX z@#&p!(UrIEBw}u9+fRj^ySAbXCmaG+6HnHGbo2;5>g~6a|9;QC6EHCn{-6ar`wE^V zx*xiU{yg1~nmpriwm!RGP0DcjTeo~6%q)|CC8&`tgRM%ng)R*Boe2tx>&(D&KqIMg zI{brep822xz$EN49U%98cTTa**K}e}bN}Q$o+pccdpqmlXO;)JsOyXuN+Up`qr+vS zhIMU!C>Ir$mX233wRtbz$!>Qfmr2=grxA zy^fPSJCUIj@{i4HCL!Sz3zK;7i~eRoC)=gYw~6wX`KH?2f_>$UDK&V|28Vb&Y2LV3 z!%}U*+?_o;(sFX=xrf`)sa{k2Lp^_CgF177Bxk5CAlTV(i$DmRA-{!O$)h-I zUi`?T8Z_Y7eMV5G#>PE1;~or}a6Vr(lNEFyHA7^~(sFm?_&do8pmV9aWW?~0G|ZKY zhdi|8tFX-TOq@sFRxRQA!ZGkU$Wj`=TSmjpfG*gMsrl$!9AC?+nK_3G&lp z6%0u=Y*%-JPm0NV17DKA^r_%GMa2QVfqU#s-2$}Or~Y-pa(Ciq1sScV67-e;*Db*W9_!;N2#=k6-q zZ1;Ts=G3L`Q4tugxFweCLJVJC0+U32l3<_5Sy&f&-(DhWZT3OSPN!lgWFe%9Vj*956u%5sG(9r;66CWyZZSjIx;7C^g$L(+%-O>g=%kGEPSqD{xq86#0}BV{t($cd!D(*I5Bo$=%$EfFVZOQ-5ph!#HYJxpX4%8$$-S z58~zQy!d!Xr^&KcK3ub|*RDy=n)qAz`Hy)8ylET{X9C~hIxloh*a!J1`1V(N-z%H8 zbk=6Yq=n_Z`L$b5lxDACFBwz&XFHEi(U(YE*Y4wmAu-zPJCvjIsf`Xdd_wx1vPE@d zPc4_?v*xBFIDNxFeuop@k=oVur;PpC$s9wBI){!>GP~H^hLX2c7R(i2%C_f9CErKg zB@3Ig+Q_&1|LZ5tsW;vkG141GIgyw3rxfNz!-8WMh@_Y9! zLNSfBkcj-%!pWjDo7vE|>sJ4!tJm2n@zoQ)kefeEi&52^{Y2+ohh1JgZ&WLM@pV{8 z)Wq1xJzB}E^_zrBwajV)H;<#z=~RV59F|8F0Z_z^K^IQmR(&y1H;V&5 z_N@Wfn+mLvYzpZ?`~fP?f7ZO+V(|WIFBe$=?#F9+!kj5A5B1ru{N=6f5D8EtXJSN zw!21VL3^fi#n>q|QA-tlc9FowSP_B=7GTeB$gkzGDf;|@j3rVDYvDKy@hr7vbWh$$*RYsj?H_Bhck@OrmNMbX^O1n zcp?M=X-VuZAyOOXmrd1(=`lx5tB{BzHr0@c1VWC3!bDhOPbE`GT}({$KvPQ zD~+*|@R9DA;Tofn+@qutQyZYup1IqBTsFbn`7EUq>?1-%f(jPUpHJ$CY7J5+laYvQ z!gMWNrW6wo66{nez(&p)d<-MGq#o|X1}T*K{)lviYcFoM4d(vg4n*uNt}js=&P!>M zU*J>f?E8*>6y>^DyvwS#iY(7Vn2` zVz6jSfmQ6|Ftp~mq~?fL1ymA15VKO&ooW0@bhQHv^#>96|KsYd!s2X$CSly&Ay^19 zIKkbW;O+!>cb5bWK7rlV#Zx=qJeC1;4A-|1u1+PI40ORDiW3ILd9 z@30u`z^H_`<{?LE=tKb@;P;)in!cCwAHQp!TbUovrEFABWIS1EY-cTK{g}LlU!&MR z%e|`?U_o(K#R6mdC}>L@u2Y#b<$N4VCE`1p;Y}?Ox=i8CMpUFn$$Q;Nus{7%Z-A%o zEr$^-09v7;QvAFkdP*xtJAIGc2i?idDXwfYr`rGZr}u!se_}kgBk2IL``_mj?2qsM ziuHPqb4GLjF+LnOo*IY95b{`=o@3W1_yCLDv)=NXzC$2cpAA4RC^Y|tjTd*eFDcszqt6v_IB zL#zhG($vH7e6)*G%J)D%7USQWZ*IY!qfQ6?U4RDNYn~cz{@C;FgW+Kwg=_`JdYV>g zw&upupu{Olj4*7{h|t*?s8QsyvoA02Cp=7w8i+JL0W2UH(!%+^h%|$Rn_u*kb||^E z%F%FiL8UbCi^JcI)V2XPb93BkrF)>~I4L|P^16Xqv5iTTqznq47vc0Z9<7_D^+e^+ ziRpTY5uvN;S}RH24*RKo%f_dQcYUI{%Ki@cFb25fej%*iugCLi9^$eeXE@$(njj#M z93;&Pc}qY-t^Uaefld$Xiw11>f9TmGxnND8Ga@|YmpT@_6b65)QS^vUq^utTG37i= zh~$PR>G$u6ffXWBXy*;btmAae_2D#3r;K_ThC7o*08@Ow-!A3~6%Vr_58h^b;UM~S zFl~~xJmxFnU&s7Ejq)N+62?bQ)BOvQs5$)>E!L>u%Sfd%a6K?h3SWln=xus!&-k#U?nL(4-fcMpCMoMt0#wY ztK#K+J&>((s=qyn^Iyvr3Ht0Wtr3w@g4b(d+c9|I+8ahg0U&1qPJG(38_j!*aF#;~ ze>!YzEYCy_)&efA7@m7A(s0kj{%0=ffrU+VE+76sAM5RJB&XyD7=I~U-)_-t`^__B zkY&P)`ruTCh48h&mK0E;oI&g%1aj(oDH!r8rD}FvvK6jib?Tm90bi!7&6HmPoxR=R zc8F}OzhWC_LmVZ7pNWG`ZfNR4p;Y}^-kC?mzsk`qv{4~rlN@$VEor8vx=FvK4MSL;=pm86=uxkl7%X7T0`xkhh|yQ%Tj zp)0$fIF!uNRe(#-J&mE&MBwtk$e7#^>7Rur^|aRdD#Vo-U6px_^Hhr)8;mR}m%MEn zqNDYF+!mOLH?qI`LM86gog1*5bvyPLOv;O2gk7jH?AoR;a&kEQ5^m2j8>H15f$n_^ zuNHKUuf5lMNToZgHqWG}BNsukC%*rD`UY43iy*>jA_iCyk~0biomAd<9jO?&)cN7l z;!LxL{Fp0P*k3x@uaN{^_k*%rx~IOS4UFN^GAZ&yP!QQk9fz=+=25XHqfgJFEs?`n z)n$?E3zTC*6KukY#+w>xl|EHRoi_Ep-ACFJxcV6_vNXZ4M8n67SER89=Bq6VE-7(# zZIWiH*VU)vi)L{Er=rlavsKWtl6yZ2?$=F6w~2y_jOOte))Xo(yY~Bdh0`L2S-TS?7?OFs7V>2D^R~xm#=FvF4X?xrCC<{@lZ@!fEp|S^6n7`} zd9Ba6+2oB03PTO@`ZX_vKYoTCMmUM=6SBM;b*`|a!={)0%+RNgqN{@$%YZOdD65?R z`AZN39G%Ug@DfrWqX}v4*wv6ixtWQK2XVvJ0C+{E{D(G}xz9OmW`It0&H&$ihAtW( zD5uiIYaAV}3ok*qe5922Qk0=Tuc?}G#v`kbB^)#NrBlZd49nVGTOw?-9 zW3s|yEliMOo8T3dE*{m2zaj)jDoKSKNS|YOT^C_xP+{!vAeN4uS82`jhlCyo-z>7= zeqg37rdKY4GM+qUbci$0pN>!eXWYWZKY!`E9i-7!yX28UU-rb3x7MKB%Aoq`+eynxP@6ygaC$pE0%o#Vx4$yC)tLkCt~TJz`8iWO3&|IXPh=ndw1hvz&LBNBD<>*=IXW!#HWF4Npb{UCl(0WhT#E*`9C~?r) ziXR-KiOQd7Lw-#@`cFYz zSq0Nu0W`9}WhUvUwAMqh;8+^`&1ra=AlFBOrDCd&&7#>2gd!Z+drz1FuZuvvx={G( zQ-W+)t=GO^1VSaG22l<6sYj%_+@s=OVnc=o1p9hJ3CTj3SKLxynzadMMn#K+q(4mM zWt|j^yX5w?zS7qAy7^V+cFoFhMTn&|O2_e5Wt^&(lZK)Ja$f1@(laRsqQ7cNL|C8c z_$0|R-XeoH@|HCO6A%4CAeCe6q)aPU9H2WBTHf`MN~KE=rkt}vR4+`+jkJBTBUW*e z*YNR+)+da*U^ex8#v|Ou9G=EK3L6u4b-IvK`;&*1eWkXxm*D6Bt;75u2oM2gKuBf) z1iqb^%=>=#IDh|MPErHJBrbWcjWVk^C$I7DSU~T)rd7(*ZEqlRkdhd;M$wgWNXkf6 zzLvp02GJ0!9kxyMBAUCE=X}`+7xa-}fdYxhU;b~~>C8nW)Xm9zY0k)NGQir`q|BO~ zr!8Xmixz9zk{*xbf!?=2;NwAj=1(QUV>8dm%G^x-T>e!ny|hBo;5s=GZa!)0knt$H zny_$sBJKUk{D15PDI1NBtefAGg9ny@C^AdrN7E-96 z`g1aeeIg-G^&JKc~}+?VD_P4_*7xcFQ=r3d`GZhVy8|6>Mgfr#q_$JORj>F zaUFiOQ!ngt2qL!O5-EP|Q(LAB0fw*lskgwqT!Cn*0-%K6z; zi|^Cw6xPmJWr-JJHAga6jaXK4%#$bb5H8euWea6l#IvA_7ix~y5!YhvizJIkZthN- z(C1H=>C;Buy)kamXs{J@h+CyKQ_Thp{eAmqR_H(G$_5E#u{1dTyd!g`n$^g@J}Jz_ zuVH@c|CVbBUn-cg>aOg@;P!VbuqGTYb5}OiO^i!#L!amzOU=D9*J)E|Q-{Ywcb?@Q zE3?aev5QliGVCS|=o}?N?FU~TlJjaI=l@{KYTUnGmcq`?7CB!wIgN0`{c1QjEL`4E zHzhyTtob}YI1i&I^(m|UE8*J}{(51CHB2V<)7{2zNd=MS_7}}S=+8FEBDj1V9jzqv z=z|c(ubKiZL&;XFFGBx)TK`)$f#UnKNu>_=KW!+iN6AW_oZ!-k+eic+@hc}}`^Gk{ z#Py0z)I2XB4_EIpm;E&Fa`v@=mK>N}17cdgqgQQTUHKkN*|fQT_Ty6$H?M)ML8AZW zmg*w6QiFXx^ihQTjO6uLeJH5~?Mn7{DVSFmSK2s{Egs+08`h#MvAN8M%WB>3*^Qie)C->KffTbwgN z)7ZV?whk#?M6n5+!%1JOuYLi^>+4nSnDId@aICT1R`ye4IYK)nHByEKWV6Y^p1#_N z2lp0&wmt+aY@sT|!#PGb2$D#%1n4!iio#-_L~ez5c-hC)1X(_qvi`kB2TxZio8^L2EpQKIsF_BU3gCa|#0ox|f54%bL zWuer)dO#t@#ls;(aOXVmZ?MqnNWhYvhfQkf_217#O1(bd0=~*Ap?e7z8lT|OI>|!D zBMZD&_6!`yZy@0#L^2WW~AI=_6X&VXUMZXz)4rWinDyR4k( zgH#4n$bMjhYkT8Wk$JL2*ndYf$&i@5r!deRthNnJ^sf5y^!8Ds>ETcx;`neGLldEZ zAF-Dgw)&Q~;C!Vre-gCzTF`N~x#uV9Oag))3GAKRewxb&O#DU}M*s40N!|BiQ|@h3 zfg9Z)`lhADbd@p>8_J&sk|-J0w71*x@L-N2rhF6)F%L)^?nH_O&R}*bX1V7PFiOs| zxBlP*WMY(~fD=;nV`^xlyV?LkzQSK-XtZiA46U?fK71Ga#Kae#K_J7>u7y`>rH!4J zp&A~a-*bDaD?-(LB^1$mzswGYchaXF<=t!4?2XcMfMq7SKrF%{3vcizY?vaWwD>`q zKl#GFHI^c-N_QmNn}J6(GLV2@$&Q2EFUab%2f07*zH(gqo^RmHFE4-{N#-7Qn3-~} z#?RC{N2Ivw;U#MU-M>902zWn#{Oo^ZvcXI!Z_=_iNDBDM?BG=EC9&fblk}@$Py8w} z%1$KbEPvdAYPnN2v!=h*R4@!?!zOB8AYoUE z&L#K++K8B4v*wq^5jq(J>x8+HJ_ZA`_d6;cCp!mDrdn2rKGW>9KY88%zZ6*T9ln2s zJO4P!tH*MS9%jSONIE2Wfne zA0T7h1sqigtGwr9I|(3?8U{iJWyj-b+xPKGXa=j7@5!O+a3-Bv$b0QoTg;jXiu~o{ z!IdOs1Rexgt=j$StF5gqT>lP0#F2t&>e8roT~q%Ht}o_N=+vv70FS*dR{C*S=hzaRsY+p9C@vD{IINcU2;5PjUtnz1 zpXx4DB;rclKNB9y*;_oZW1fk;VPhP7#vyPJ$rw6NkqK9mfg69P5T1T!mfQH2DDg(S zxme(P+x9^9@RT#0@Zt2S_)?TH#bSw4w2+dsEX!;dBsHQ4Iv9V`ksHQn5ZmnAXGpsg z`IPhV3kr6(t}Fo!k6PoawUd1KhM^bHqie;0NWFadR#>~)_(U|7lYj0RGWpLH6SG=j zl;O->E-gE({NTecvJwH_y)SL!dEV~(KEj2SR<>eF0?m-u>G1^!DoMymn|=<0%H#0W zkpop=veSwac4@r@=1uO4|2~m=uMX@`i6bG%=&U?!<^REtQL^iA+bXD8e;}1K5w3LZ zC^YF34+^i^k2mJ8K0zn{n%}BY8wQeN;ip(bketA8?j51Z8Y&^*xv`wr_Kx$vn7DV% z-d?$`&G^B0o1_p$hnWgixpaY1Jvj{W=RR>qkpBppMJZKBek@$-dIFKeV_7Itif1Xy z+}u2SeE0P^b>}DHQ&IUo5{f_L?nX+5W971%;$m8XXwnCEZ?hy=ey;-H7<-a3=rVDk zdPQ83(keF~f(9ViZo4}ehdxTMEyC9P2gKh%x9{%VWD=-347hPgJYzARdGx&sd%H43d8ld-&TGptF2rz~>{Yw&%^pBYNL}?ki%7{?S12BzkQ7 zyh3!$xk2lY7)p4-( z8vq_QpC%>)o}?7jwx{>C(HdMTwk_K#7{}mazOepwC#9OBkgLyT^%nLgKb!WWlcmVfPeN z`={iQuPXI}G?83M3cPNA&B3jf>@ z(SnX@^Z*4qQ???!RUj3Ykni!2pqHMPl3VD*l*UwXf%QrRahlKlBLJPyWWg+ci+^<^ zn|5Y<`@OM|vjs~#7E+J7?WdA{mqC!}&*0YbYZsdUV&u_qY;1L507GLMG+BS2K)(l5 zo|YLw1EijMSOJG2rY1)lJA*_=&wPJiYp+&?mDseCV`14Gg8X}Xsc=9&>|q)xY2&gh z-(?o&*6%uIfg~>eWy9ldA2TA*z`&$gi`BKZY#i!Unp9Xywd#LFF%g|sCK4*>Xk*SY z>BAZe)3h8e%RpjmC68BO$&wVy@QkmbcuR3PS5eO7HJ$&#yt^mH9|9x*g#Uy~*j-KU zvJjdfe1^;$%rRREzy=Fh$ z5#K<^w^L;`;Xy3bGUNse!OmV+-H$b^+YK4jfEBbH1wW_#PE@%7WWa)Bw71kzKEv$f z;y#E`E;l+r>ipnte8Nynuq)RqXbW%2q3w)8d7^M;UO$Ll7^sei6)8XcU8-osLPJtj#s=#H863&JwQ{_tJOn&!X(VLC9c?np4g0#3i zmbdO^q<-KH#Q<(bN8(Ffog)q_cf??Nzl`u+o{HT`-XAduioX>9j}8_8W~RJus6eD4 z5@Yv!VD1=u+mwg0RtJw4HraB%+%bQugnZ)$D|EILWdmm{WZUDwBmdrAHHn6i_h}Ax zKJ9RZ6-{bwR?r)1$cD?akW}|wOEDFmI%?6fbBt*_>eF7dMWmrtQ>NK826BQ>9F;sG zYA*-(zwn%plxop&s#7@4hTD6a7xGp^IEUMTzeqoFR<$B&CZmJ7_g_FV3^K%3>TrXI zgiF;b^Jl}RNQGS1uJFdZxsNk)c0YpehjqiX$L8F2?#H#G^|>lb-fI32t-mq@Ct%1q zGHUzV+_nKUa$0QA{eG#Zdw``+cyge??7OgS?1M-ACD@2JkhyVcnYf(wO;%rSw`{p) zL77s@myZ2@h_539>@N5s9O(V?0GX>bNyM!L7m>h0EqCMMdlYkEN!uhnodyr8OS@Rn zEd>R&+-%eo7A{!OsYC~>%_mD*7YN@=q!B%9h|7J=fw;!+S-L_O+Yl1zr3# z&Vs>ZtkMv8>W}eqvJPEji%>q!gjGbo4dA13(yb9j7;Dy8kdt($j((h5^l5lvmZ9)k z;%bL{eks6M`%_{m+rm*7#lE+7grLM9N9}$gI zA<|jI>%&*VTZJ(-%j=Lc8X=yRx@Rle$!c>`&lJT+v{+>^riuFotdJL?SUKM1=)WSS z&8M??aLiFH{_piSJAls<9lv~k#=QRepM?3_azxC#h|~HGTtDiU$!9dtOEkb_&{m=V zCB1Nn=P1W75gTGGP_fpzFw;R%Iw7dadgotQdMug=vr#$4bV+P2GbO zjw$;`nn^NE5URHn85kQgT8GL${d+f%OyjryIh6X00;n*7jyep@WswRx>wx|8boRW= zZE0*iQ%lCVw5R^%Wo0wVVcO~F26>& zfw6_52(!l>eYa)oApyv}>SIgZV+&$LUz>=;XNmp#x=&?h`Q$}MThBJxBBshLe3EfT z6gea+r>j2Yfy)O5FJAv0X}Z!0BX09F@_yYv@Pyo<-R19ZSnZwN|4@+Bpq((NFS`&& zjl2DMN_Ntb*Wo|5>iN<3|0WF+G3;nn_+u1y?1JZ!(vj43av6Wn+l;y%l2K_- z$jTg|oq$7%C=ZSsiahJ}(h2AY4v5xmn%_^*SuKsqqrB$)N(9}er0quGn5GMt^2GawE-TOaIjeoX1eZ6jM z|D?}v>3O+5bQ0sg?#B#Jj)?vDj~!b50qMMeVRn)k3`E#aMitifW^gpPFl9iVOb|0bFFx# zEg^5QsI{dlo%dCh)x;HF;+<1)+;oRe_2#+texp{9)1VS0E}ZY9(Y;qD{3x^vU^6y% z9IZS8IAP@c$`R$qegfV_oNxM5W}y-%Da){np81?nGMmB!Om;7(t- zM(<^pgfvv+#<#}(ge3moV&Z@KVLhsl>6O|y2w5C($glO{t8Rj1O-AKP42ZgS*7uSK z_Fr}#A6tUj_A}G9!lRo~-HpjdN=M2>5-Cp=7w-43FP4eIF<|?IY2AW6X&gw0T z-y#dh7Gdxh{r8`KynI$;fMqMCr^gWzReaexLdYLL;(=H6`cj4=ND@1XeSG{M;36>Ki?ZwE$akT zz??)J+F*0{=$#x#FqQf_d@c}S|KaAdg$jy!9z$@*t)9|Qn4_(4_s_`-Q;|*wF^m~D zHnxcaml3_)>ZP4*hc1f|@-G9LsMy+;0^FkO7CEe8GNt?pVMK%Jmt7@&hU%I`l1yrp zYmGq$Xc>!>A7W1Cjwufd_{K8554p-lkT{Vg2jrPrn#|_Ks=nR(*6TL+l`B>I>!dNljT)fSYS%(52!fKV0fFnd)V;FHgrRUNeGHs=TWIIn%|E--ri*Ud##W^ zlbL@Ysb|ZWN>q@czYhwML}9(yxygK(k>ebD^ra6<#3Q9Y4x; zDtV?M2BiH|pq1%TSeNSW&gC32^TIbsgO+Hq<(K9^MHlH&HAmjHmwqYLV=gEJT*MA> zIVQMb|LpK$VRlOmK0`@sKWSHBI12$J#AgQ#=U|vd(d96GDt|bcuh??}W+O8*D;Fd! zy4mMyq3ANJYqN>8#g?tK0cB-ml!7yH&H@45Ra;C+&>N@baIzx~TdnzHex&S|$v0&7 z-MH16RKEO{a6GTJUSVKmms>4qquI;ab1+xTYhkse$s!XD-;32pIHJP}af|8K*^JcL zh^yD)K|of6`GY1k$jvki&Y+>bPEq;yh`yTx|-_3gvD^#^kHfDOkt=?NYqVif&Uqr2H3jt>9;C(@=3lc`07()@?yrjX09xA zKUh5)8k@#gZ<;$ptd&(d5JT;ASEnN@X8rA9d9{H{z-p2fAMBWCufnjW^j9OEeZl$P zU&2_jl<>l#yLX=-H%8+{c1Xb}Cz+iWNzd*K36AX6VW-my$94yi{Im0?NllTdH*PCt z^G5gCw73h)cOaY`>PTZjPtX9hl_+x&-`6nA2#*er zRW9z|AD%6XTs*tOAt0_J$!EWT3%6pr(M&xWouX@}^>gi)%KxH`V4-zvlzb+TB~p#6 z5!sNWug;%YJo?+^SI2x6cPV3#AN#H!g4{o0su^ER(Gzcz?m}(`+xRln`0eVnaXWU| z%qE$b(|h8R21u^95EQ9$hVw$7gadIhv0CVptC*t zAR^&I4fDLHl!@t1~;^zBS0wY5m%YiajphB^bjjUdu+{lg|xIYBHkf6Kg z)b?D#-TW54Tx^m~P>yw&wlXV-ASgGZHfg<%%5-M+Vwt1`1jx zS+b0#jC&uViKQ9v70!}WU40rGOJ*k{zT>JN*V+AY#f}qU$;6aK=?;GkDr6R_+5}Qg-w-o58F;n%&RoGZpCQo( zU&{)@q@JR`JeyM|4_8Sv$uI--Ft8C%JjL-s(u+1ih0wY+rMSRMc0;HC-+RfG zc0Ma?3rCt_yN_6{pgZg`EcQO%REw_P#_T~p%v<@BoDlyFc*X61Qpw!yFFT~;OPo*r zM|WH<@C*FE;sNT-0xMDKhv)fLcwJyvmusipQZ)o+8ynxPL;X#3`Oli)|2AI@#di_j zaJIXJJua10p9SxU_?`Vt;OyKFeSyw*`oe@>Q6&(xvUv}_0y%AQiLe+ziWa^|?;fe% zJkjQnq*{1Xyq|BAI2GS>O%yFVr?~1pmZbn|%G)_&>SXuMZrgwEk!T@Aq`H1iO;awD zqhJX^EUQGoC5SW2mm2-24JW1K6W3y&t!V!DZNSbM_N6RMY}E*rJOT zl8dmrQ5l#Opv#W%4FfKYcTK+7q0i`BU4J1W-vb+vQ~&3kJ(WEbIwgkAFl*V$ePyg&`@E69I(xfvH8l{s(oVlF9VaLH`t{-NbS=0lGpLp|SU zRb~8;554`?a|r)OQGY-75S;3wRsCv%3>-I#u){0|5h?xp=l=J@lP@#il9RKS^ClN} zaoDQW=}BYj+N%2LQDE3`O1mtxeY~sh3KsKXU|^333su|V+FJjAyR!c!-TF%lY+H3H z??Og)Jq}*(%?(!AVvFscFNkUYfQ_CoD)4u47i+) z0bfk?|0s&=2IT7?YY@h`^ePozHAG}GVVXpq2%1%Ngc3Eg1D#^^!&SYL4o@~Hec;qR z%mH2|U<*XWo1O>GNCIYq zrAV}~PQ1z^mRg!H`Sn0kM0nXP`-&x<=dla~qEdi94y?(b|CF3O$yyW%S1dNf{af9U zeA#V2yB98ek3NW|!`vCj>2u`an?k;S1^Uqi5YO2Qek>6rwG*)zSH^sbtskB|h9~U*>-LAKni% zq(ZeEy06MYn!XI0$~YOLEbocD3D7i5ZYiKu(sayd4Wy-0H;OBhbu2mKM*N?QZ#xS< z1C?ENWF(4R4tTFi3~N%9tA1*UVZ+k}F8^Yogy;+#mT7p^l2bS~N6$ZxOe3?;@>mS% zBr^=4oT=FJRa+x4Xfew+^QHNAsfW3Js{@xteIp*N2r>{^EtL{MibtrZ)++1nKx<9% zUOhq$@IJ?1E7r>xGaGHTL$xRkVml{}13J9V1Irk+UDpr>Q*ZyG@ityLgG;GQF+}~n zW8Z8hHJM&-pK^mnOZNwdaqb-NxBfvc>5uQ$4`-M{^X>2t#MDnD}tc1$x+HNx|JYE*$gS!Ea0ZD zvSN#sNVpxmSiK$r7q$L1jRwA0Eo0!eRGB!Rvy2t^$-$W65`npm;To#8SPt!`vHo+S z+1{WMe!DjPFT%P*uMA`|Sg5lgqNxwA$FR{aK%@TXHyV$e?W>J-B7m3!iA9i&UdG`* zE`;JKN`fUt9-0oBB~2Qtqfeu>W#K;r23g+Sd`hdBGpYM6gkf@X9!#_2K~AtPT&$dh z1sAg>z!l)CgTOD!Y;OoV1ASQb+J1fST}x!euY<4oi!FA%UBFv=MW2zn)1&zn^7Y zO9C_c>{iHgg8cA#Qydig_PL?ZWl}m5%cgl5M_nD&vn>39)uQDy<5vTagyoP!8*(77n()vK4SX>xc5(M#U@kdu>)2Fur)zP4&2z81CpsSCvainl`rgbpJ4i`aWYSi6b2gu7BOBwv(KnXlX#d%M1CwG7^$hj$;@KTe3w zm~|);kadw6K2mN|E+y|hSM^rL7<>ni6JSxS|5;MV>TS@gPC5R}k?2u1yi6yigsRX` z*`+99yYThXS&op>WKmJ;O4%@Lg65_$FK_t9B_m5F-H_mm)ZGHs%^6l)d%(BkMB{>G zCzWjf=4%v9+6;E_!2!mhJvABFDfIZKjppy0t%DD4`B6BPIVjj&427FgAV}OVbAXilJ0a8F|)eBMeF4LfYaGw zW`3F-Nx1b}ZTBIC^PvuV9Ea-5*pwMphRbESHN!qX*4{pt=HVJaW<6J=XtO|Togvf8 zCRUM`V+RM!?>=E8ST1Sk45S6LuM%Ras5B|TT9$gRMzeT=a&{%Fm2~M#)6NQx3Btg_ zAK9h|H#_VGDs5Aw1tFNwY|r-xjcT9fyBFJVy)c`5lfwp?eN@Q%Mer2tEH z$SDPqo{qJt1YGCb9?vb>xxKqvNzl{Uf~R9pS59iZFK^I+&(3}akUlRhcy1@6nM6Ao zRyqWZD#B~C*;FD)rqRhyl<~AowIFoS-vg+u0S=h?xsxv|I4f&D~l&;!(d5ucgJMFU+L%9cTj+A=0{1UZZ2o7v%Wk7hFzC`)n{e-Bs4r6pOJ9UpE%AP{b)#v~NwXkp)Am?bWs z9n51f!j38&C=D~3!lbNlvvv;Qv5Qy@m87ZR$Z{Vhg8#zS`AG<#=(Iz$V7P0}0&^iH z-6OD#p&msh7h0f zz=4{_zh9|DbK!WMeo4ehKF^gr7)+rzb+S2;NpA2bvyCbFQg(CPay~|H)y< zg{V2@8ZB{mkMCV*ZK>oj1%^3@zx+Rjtvmb$F$5TQ-AePlf%!$m_yENV)8)1nEdbp$ z)r2vfWeIJG6mk~;%Y?D&SEXnaMex6WkzQ4EWn^MHKHp$AHZ&~8D%xI;B*2iOV^Bq4 z&Ka6ClhPz8q;EGIGNy?hcn0VR$7DK}X&Xe-mq*7W&?XXiy8*~C*F!#l>>0|n_(cVg zYR@^P%7``}wm(nxHW+q_3J*v{kAZtt-BmrxHUH`$b;()*fQs#i8}uG2c~~XgB4azW zc5PwCRO%Q1(4HnboDzcwKeWvA0fxN9KW3=DBd4h+8}gPYHlRk*q*D>$f(5Z;c-u%b zgpX}*V!-&rV4Y+EjLoZTVYjfChK|dqFgKr14b}fDmulnS z+Zut5SfL7WxwO>s9+qyvkl7zWlbx@pzgC8C7w!}C8fjiHGifl0T6%v)MQh|xSqlc+OsGTu+|KP1(wzoPWJ2xk>~=^@}X_jQ=W2ig-_k)w4#|L}2$_fwy<`RW; z*BB)9xo`Yejl}b4Dk{eYXV?qTZ&3E_coo}f$cg#ut{ZfD`B#p3$it}@%{6L7E89*S zu`)d>a}bbQ0mhhFF#WmKb|8tmZ!i}o;lTnY&g<}t>se}V z@1%MhIpl;Nir4YQ6Lm&ypygSfdoc|B!F(~K$ya*$`F7>VCqkj4T0mg7mOI>hximq4 zPyFH75i$5F^R8mXE&-VOKc6ZN348|Vf02V--Q2^;%#16)zcl1T<7S$WiEFL_c@L`R zmDPaP%2b82GOr73RhJ%c@C-7%6fL;UrPuq5b`m?cnSqv%8r+P79~k0C%aGMgE;~Yc z#6tBCqJXmKPu{*PTbI7G9=h^%xvR9b>{>tZAxG&TCvD4gCZ)NHXn1C2XI>0%eq%&$ zG;Yo5{>*lnbDIKQHa>nEChZ>RahJ@V4qGt>9v8+}tM3$VI)WZu(1akRHG;A{^6+JV zXabzBG5tU6Nzzj<;yYrs{89^!pV`CX?FC50KfA~c^>!G<(MZ4u}7V$eO@)`>^ z*8@>5c4I#qp?X$w<*{&$jM7BPHVeqLN?3Hy5a53O^`j5$=VQo3$kGzx?SlRpe#YZ| z$TV#(i&C2yPt-?G6i%l4gAeHyKVdh0Uby6hvpZgr+u zI}LO5>S7SEP}7WTv$OG!KD-%bU(8C76%b}X@WC?!-Zh`g2ziG8iu|3_4v)C_u&5#K zXt~Kk18)PkxwXG_xo+}(aLV`i+e#Q|B`M#czuOE-&y4p@z2B6 zPs3^>TV3M^^-3s*a-!ink;ORf6oKQj@FtgI1oTtq;`75M>VhWjkhOa<_iCocG!l~K zT^=czQ64$X&IB}VU`Z-Gxv8>-1la|rZq01Iczp1e@*0{NOJkdsVtC6lIb?&Hc&$Tn z!EEo^{OUg)-wg>WG&CLbtUjKxHquHx?etwBwKX?@akfqM%E{a*+pzrUxR_&j##bci z^=XS3{<(3%2afIn*SUb(erQZ@$b6zM0u2L+IaJ;Rm9`rv(YH*NFnl71P6j=hz=nYn zKTVdwT_l3u?_8`?iC9A}l}J)|GOrzs2X!H3;IFdM|L%znr({>i1Sl-3Ga42C0W4fr z)^M=#nRHAfu(3p-g$K*JyUSt!t$*JZ(q_7PTZ4i4PiZJU?N9R52#8SUpw$N#S-eRj z6j>uqQK`X{c_)JCpWz2QtQs5~#K&-F`psFEl6D3kOTwB-esq0LZc&2TS)X>0fxPhe z?N)2l$~|LPdcED)V%R0-Ywh!#KxaheluLPqt&4-$NV|qdW27FvVHKbBTx`-(svQS3 z?`bP+IZ(qwm&@>WcP?P`In?(GK1E5@H>Kc)RPt+)g48Ud?E?EAXT8lxz1KvnZkKG- zm$N(kZ-cPvl{e*5-J%%heK5t~MD*PypXLUy zI8w_`76I5T7tzuyvvSx_q9a`VSeayLG>wU=!Y|QgS!*^`+~HV*f}ni7h?D&u zOi~{|I*7?n#PRdSnX{!~ont zl^p|k$6JOoRH|0gS&BSFvautt-`cuGN{VH=m5u+hMIr=#<197yf`+R#y?0xm)e-~5Losg)5H0U!@ z){`Yu(>R`wvEko$oMssu`JD;5y*tw!f7}|15AXU{Y1~|)_g4U%3K|&;XRr^ds>3W( zDykZCu3FfoDAuCKJcKLi9Y#b8GOcWyyvX3%uO3DCpiFmJDogE)=H77rDV3nmSTbLh zfpV}Q*#42&=eutiy;IcCj56}$E&@-Q>lyT|2h2tSiK(en3Ih?Q3J`>$r1f^V z$-?LK!E9WVD7i@mQ{>X08-B7wC7xD;{J_sb!zf{!dCwfbtApS;uuOpaPDe?XN2qAS9>Yl3F32@qdr{thJRnL zTe?EdZtI~-Yhl;_sgz!C*eLzL0jFEr>*Ng^5zrD~T}Fq(xh&<6Mwcne5e5trh$1szDu4O0qPKoNI@rf8WVegtq zYJL>Tt<#ZUKhV^Y4ca7mA9uW=IU$RY=x>6N*s#(buvjMG%kyK!Pb+x{B~m`a^GDF! zZPMYd?_JbJ*~j2I3&NY%k47)?QwP?eDp``=d#e6Mw38gQC&e1P2oU{Kk64fDv=5J&Vx=^VLLNF3l23FydsQ3+1KW!ofu8zs~i$sYOmxrS z&Q1y*lOL}vFj~ddn$f*S8%>455r)Rt+g!|RgML-%Z5C2$*M!K`m&w$N_ zkTZxD_PN4Y!sklGA72t8uhCfFZC*_T%;{z|8Vy187PxeI%?bd5&@&&^h* z!#^62diZC@-2X+K>K1jTSf<%`@Tlo2sFtnyp2$`7 z=Y)UE>Pk1p;`sX9e~WJ~Ov}cX004&UIqmu2^vgfutlk!FXmuD(wqKpd5Ku&(FGDB=qZ@}nxl9R@=sk;Tw1qbxTy&dld`IRZTyY*yFyFQy}gZRBC9@rs|Us_PBq?IMqgyV~$x%msoNW1+aXdhSI4O zP5jSJG6vok)KYX~TlvMiq8oK!wq0P({U8M4(O>6*8tdPz)_4Zy zUjYa^R=We?9l<)vB2T^F|JNugB=%b1$BGYqyQy{Bc?Cj*3}FQ` zofP%$ubHfQueCqDkY;4K;H*qb_71^JOM4!PGKH#lbEig{#!qO*h2`$7zJ#n;zwIu# zndjE(p;c%QEG^CsH>#7nRa$;Bgsi|V*1&9i`H?21)?(cdv;82sLMEU037T_twHi*_ zL8Cd2{TdGT$W_$2Qxtgt$X+KsIDkWNr>;g3yrBD$Ev*dOX04B}^eMxLSLQhpdf5V> zy?@;5esCNA|>IJ!YM&98=chCIR{O( zPlyrTiu{}iLe6P3T&^vT23LVFsj(NN=zmnTQAS(1cH4*A&lPX+Q&H@qWhbIAeTQbu z9?cz595fW8*}v)Vb015j%aY0Ss1^B=>V>eiFZV?)N-c*?_2ytP_xm?V%<{LamwB8} zBEwEQ+I^d%JxL`ExGX~%$dlhky*`N&K0}yY9t$rGsl{wyA2+o|w!ul+T{sK^-M=w^ z=kIW}&UUC;er>FzF+8Mwda@{ErD=awz}{Z^$M#oO;u7#^qD)SnV;QGcch7I&p(n|K zT;&?A4cw-1*yo?2k-|9?sa%dz>csXszfa4&cKLV{6D)sQ{Y^7#Toa#x+I{L(O zCSg7tH6>(s*k($M4;Pb8c@%1h20Q8Q&t^%xz4|m8rwDN6_w7inx$UDB-5GJu$4sWy zd522&*8@AY47~MX<_Y7{NOnLWKkdd) zSP(K=={$QsI6%XAKX;h@bR_6fNY3uh)iy|>_+zbiRNn#sN-O%T^0sgMEp(vzEGV7g zYHzx1^v4Nd_~^B~Q`N-`DPgPx>ezMxAJunk z%Pq2_eL`TGiVW$3P8bUQ1-?5vaM1A2w~;X2q0ZFIBk7&jjKK6W6RA4_HC&OcXdS#A zB1Iy4ChfR5?A{mwzNMhtt{@kGuf`{l>!o7_Kb22}d>UUlewNAOhQ{*Hhbw*((AloW z(3Pwwj;VwS0!VwKQr+0-8=I}!`oB(<<_QU?6z4Q*h3Ior4vJWl3r)Flg9c}xsHE!M z_V#g=GUoEy?jx|t40$=!HBi(q@e_n4NfR9PTw2jKCw#dndP<%r?ofH+RxT(3?s*&7 zuV@<~pkQoRF!lehgUh404QwG`Lg+P*r6YkJH^ z%QnShsKFJgP*$V^GQU;|?b(@7ldk{)AWZyp(ie=;1Q!8m?_itGH4mrOQ;8??2 z{I%uT2{V^0rp?(cT5*iKN(5s%k*yMHyhqZ;rb%}Xz8!@=rHx!%_jG#wqPbxRG8s2J z6nph5R@06AZ$OI%+0!)ph4-5jflk?6iQqq-)kx!)zV69?B$+O-M3OiPvo!xeRe&uV zicKW0?e5Adv<%v}Hbs3)l8a5($3TZ1&qc*HAMITtGHJccT*`Wcv?iUujr6zIcS?K4 zd+sV*(SEhQ1y+7Z+F1=VA}HYs7$9Kuhp7E)ugaU z!FVA6@mGG@r36ZF#rVT(_Y`_zpuzHnfN)gdsQ-#Au+u;hoCy+}yk-D{OFm0s4wjHB zq8?m9NkcU4H&!wD2!u|FSeO#+aGI3TMTZ=x{O&PmVCTjsx#8Q)4VwlnYlC${{w!xF z&iUZCL#O&y1_g~px<@2jt3QH{`O_%b=IiOb`u=-+o$mIk85@{#DQI%GgoXQJ5BA>O>J4P!;~@c8MB;fUc(IxAje z1B<*Iv6*ooyW`hH=0w%{pgY!`Ai8#yXurUzo};Yo_vL`$vT2{VpO`c&GpY#GFv zuTT^_>lMCpzCZ1A{T}+^{da_@_rDv6t=9-=)Q=|7W%8JcHI7Gi0eO>n{D%q4R9~c2zHC2^lD|fFMbo9KUklnnBPr`+!$X~V<({NuScwty4u|E47YM&$z1XLI0wkCSiP`C} zS_OD_J?Sg#BciDD=6}by3k9{RdSh%~DVd5qEv*T^pM=+6Z z1;aOn6Qw$k`VgI(Gb%J>q=V6mj8r#Q;Q`gC7sRRqCQwrbEFnq_q-X0f0Qa@-6tx3YW@f7JWh3siGB{g zUgHCOWfvQN_zG-rLkut7RMgb$lj7oVQ$@a2d{3>;1EY2WG5?|u{{o7Uu#y*I}=S+kg;S$49tZ&H_fR1P2g{f|F5A?SX!fg{6#CQqF#4_-Dl z^Qj2~;D~OFpJSsrf+u1(9Xr-rzUNPCNkVjJ&(QX{zq#=${dCmLQ^aVzmQU`wacKi& zNDwFjnc1}LqO$a_& z$t*V*jZKi?@lnexZa6CXX08HuHEDm7ZdL&kh)$Z|;68or3S1a<_vj^VCfh)cOBP_^ z<}iKXs(r(@Lw*H+Ew6R07UVN1roC0)!UGkrvI?dCxAV&>$5bK>*3G0|(doZKyDtHa zeslfrGms?V2O!X4MdJ05=8kpPfi3}DofRn|)EjUTG&Mbw&DwAu^KEvAYjLIRLz%$k z*dB_|-khk|KhO~~JXhR5-I;~HrgVdh`o6FzUYyKxbwrROsU^Jz|44IWCId+SKK9%( zpc8jV728ro%x2;w=6|wG{|mW0`AYQu*Yo7OYX5tD0OGy86uk=#Tb##*)FeX4^Q4XV zo`^0XL0whYb6Vem*@c@9zPOl^(W>3QTA4&2Wm~e85aVwCVH>A-P>`r~T#rTiSm;OFt z_m<;}lq+T5XvMGr7xzl%^pK9E$~tJNlW7HAgGD?2T@o()pjVtVqV+_|09iX5->DN+ zj?Pberi7+Ul>KjU$2k$MFni4diyl`zsyxcArGj9Nt-8v}vVFwwQ4HJ&JQ34=t$~wv zbo27LTtSiz)%lj1RYEYCXTrXVk~h|l+44ok|Ig2ufAuQYPkj@fLxUFMfovjW2FuBw zBNIB$?}&Jouz829_)Cw|T3yhw?UGcb8AeO_hs;6cs{sjGQqgMy#$iCHSM$v${(KLt z+~aUk4&ZwVO@8LCmU)H18?XG!HfCk;J493P?0_g0Kcq{QwBn&BXryBU_H5W4&_6e? zgCxmzEV#0H#$B#aHatBrATaxl8>NhLZe`^$W;tleLipE#1G28h><0+1JiPVQXcLT= z{+Dt!j(VZ;V$s&INKz9Lr2cn_A`?;$QZs2=t^S_jzw*I-9TR%#3K9e_&F|mkS6y3S z;PXL5>i+EaU9lWR03G;s#m%As+b4TuM!nxkG*?Qmx6%|VD=7_2t#w>Bt4=b% z=m2w?Kc7sH@4tB>GBG2n%9eXWt0dOYlGCVd8-KplAg{WKYB7A^(b zvra`g6cu_1r*|d^>oU?6DKr1vWF9+mb=QJ(aB}3gTs3J)YNTSaAT-HeR-A0K*#rnb z17P|V`J&$kQza$#zK>e#e6wOSPD#ASimOCb7xXdALt%Dc6j7&X-(Nf5$s=qG9q}{; zY=eiM>$c9=HJB;`2+QUA8+PB6Zsa{_>}!}hUZ>QTSkTL#%M?zv(TII1Q14oNH+jUS z+&;e-P*a~au5nhG$i`QC2(*(B6*WcJ7NldbDKXgtxI!bv%fR-@Zn~ybTjww@9&u&4 zV@V1`ECaa#{^yO?)VX!fe>8UTNEn#pmvM^TQNEGopr#Q4AHgh~EBTkwToJKz_>llL zOy^~RS5;U5T~yEXF#!O_mZd@Lg>h~3>0$9c>5fRk*$WV(S>*=q^g6;wV$X6UEgtRI zo7iqd{@%&E$J!2J*v26F4&1V}*lGnrRB;CpWrZamCI3CA{TQk#iGViO^;^WEV9@|H zGokJ7)1Nv*KArt~nh8&SH&F5)zXGwB)1%pak#RucPCF*;(|yZYqo--wjg>7~#H2~! z9voxYClv#nXg5l>*I-&8zTBQuqnQw4j@X4nPZB03+}s^?$^I?@3v{)t-JiTfY5zNv zliU5DgNAW;+956WrzZW?J#BE;%L-Yr=(~kH@l-nLw?qv^E0<;Qo@*AO6W+Txp%Vrz z}jYtN)a+fi4vnBIU_Rh)xK>##c+hJbK z_OWTeyyu(jKR`pxr9hP3pmal=eC94m*uzIlPI#k3}fz+Z6Y z;;}pD(Mt;pbwF{BYT)cPWw{Ti!4AM=&no`)r8fX6<#oZ=nU=A7obMOqdY05;=&w?T zOB>i$UEYdD$DF>494vv-%R5PWR*`S)mp8}gSAP?tqM!;!C8240erPjHW{q+ykHAuq zTg|7_pkAnxRlZ=GkwK1(uMP_Eyaz}t>JSN4nMWE*SEmh(v!}gbhNZ*LeI9Ve7x@bZ zA6Mcv^&6$$rr%=0wyv<%<3&qE1KMtneOZ*hL9YkKQ)X8MDf zd;^VyhsX)eJ%%S2yYXV@f#qYQ6i+^z3}N{|4thnmgKzetEWHUr%<0Fv@}IYz~+b zEe1#(Y?)a<7rrwaK6Z!yzq_*jk5TCyCltCW1f7=Y=x$b*-P|5I%1RoGx3h^!ihs=C zmrt@vuJ}5V%|}*Y1woSq^7nI47kF*K%WPC@0Gn(M(AZNmewAm`7=54WzD%5v8J)Bv zBCVEWUm>&3)ib0xA&1k%Lf*@HAM{7n7+jtxTA(Pzj?kJ5gkk(tcR-$`Qva%jqN<+&B=5MHM z?>zE73>7IRb$4ZbOP+vUOV02KWDaI!N!gQ|DOEl*eEh_vvE#_uV@JU3JKjiI9Uq^; zLiYyrgiP6#DOcfR5gHL+KS>3>tTo@G)T)lr9X0ue5bJqss3e5%T)?-`6LW9|pxvq)ShQVDq}g9C{JpRj6+{Hmjc%MaJsuTnZn%dfpK z(8fW*v-fOzbadbVg<1=0?D)?hwzy)`Sp2W6x7^k<8qkjqbE)6$UXg09=UTCoe|FC& z%3`!HGJ;522uRX}_jv_bQ)@wbx>8oZ>Ss58sIX&-WBp?OX^u^whu|v^tA3~EonBUB z3$tSNv+!`I@b>0ym@M~7qPgNxQ_uC|l!YS0Nz<7BHwJjAubnNgeNc8Ok5FhaJI!Xh z>=SgzrYg(6{S(68|C|Zy5B$B5@b18ATDG->%KGEY{eK%wf>8YuLQJlz=0SN+SE^#H zV9)nR^jhK%|A_)x_BAEeG7IyHmYt&^NFYT@As}KWm2>83z6$G+ z5r~MUy$Zfc1?D#j-v?Wfv6BeQI_8e0GH~kJ33J`7{Vc#FOy)>YkJo^+?J~6(g**&b zUqE~fV*%8zyW2*FQCn+@nGst&&lf{YSKyT%AZn6EKTO?Ky0Od8d~$Q<<)XG@@8t9= zdr>ThmaaLgCiOJTWP^3UT(ZW%`&bt}MEz%(dMc;;BZ_0$z+ZuY{;B6L^>Bz;Epu`Rejy)oXoOzhkVE^5dF4y*!^^5hWLV8(aA3?Wqd%urb z2}PY4RG?^5&p@|5zQ`R1#ArLrA9^ouAsVamY1NvhKP!cG1?K{m&Zvaj@3+v z59*I%j>cr#Z!2wWjOLV#zS%^G>wa8qY|m=(yh|k2y#C(g08u??nVA#Ae#sS~Oy3iw zZvs83P%r!B;ZQ8s#J>XgsDTH^%~r!I*aIw%0YO9Jf-cu%Mrkw;ulJMb^JU#XNyE!5Y`a`A~G|l6{I&khewUalN z5>jfK{TEh|u-3H7P9kQl^Q`ngzexXI4mBT$-1X~gfjybp&9;t7;8mzplWB@_b%y~9 zP4=k$lN*|aiKH6W$@Dc0C&fhp`5!St z7@dthaWiBy3$Q1kT&^HL_3|*cNm_a$=FFgk#ol8Yp8<&MP_hq|o;2SHs)txA5K?`r zK<3o3*ARFh$W_ovD-P32QwU-tawk@BlHNyMooP%g`{IVJIw`TdygbLj=oDaiN(h3E z!Hn(=F@Mt676OSMzWMxQH6LtC9&(Rx=Rq+|p;M(`O_h()@+LkohSJ1FL8Y^Ouq}5D zL3RulJK>PTdYxu^ySM{*yHoJL!RuAJ$Ax#bxeZF}I}|1w%x9#)G%I!CqDRW?#>qR< zhfNlVJ6+4Bz=R>n<>^m8c4m3(_A6a4#c>AKH#HHlm^t*XiFddbg!WSjP8FXPzuT~P zH4k^E!swixafN>`s>wE7>|_|(Z_@^n)`2UG zOw?x=fycL2ht(Den%Ck&yf)JpJ3iyS7;c^Q?koI^Y6x`2V%B*jZ++OzC*QFxSMmv& zb^{V_O@w8r0P8Y9mU0?*%qi_34C}=w)I?GbM6urqaj$>~pgwB$*S=5~?!MPL046@~ z4ta%0h$uh=t2#oL4go*z83tBozp*`x?uff^8MfhwzU8b9`6G59ppTjHRRE1-0~KZC z6a|@~a%m|!zWt;{iPg)`DTAl&dg+d*F~8^`gm56)#Vj$Gx;ffa_o@ep4`(g&06I%S}ZJfvi87OaUzYnlwJYtUwT0I z?~oydG>#(|e}9bkyJB&dNG_m^n9uU3rEi!b8k5{USj?V>I+0GpLf}pmT2b`9(|q4B z&pmR#miUYCBGQLpa*J+oYusWS4PbJi-s`J4@GsOUkAPRgA!hib3aiV)dkY=&|LXD& z3~dxV88AkzGq^fdu{c(ww9ex46&fd&5SKeSIq8M%Yh{JwR%{+oU@Cbz3s_=2AdMht7zbZ)K8z(fFWjMZ z){Jo`N20lAcAM^uaW3;ix#aotMo83|N9y+salF{3pKq^D^u2DH6VPJ4?jo>X|1pf> zv7>9Rb)%5A^ZMjFxz-gp?p(Fj;1a~?w4(!1@HyricDtI@cp>vG*>@PC$}FL=;vhKU-g$3vQ%2A@6~WD*6f&DHMbt6Bp=4nH)s6!6Qz zv94-@$~Q!GtL{*yk|3eQf(B{)1swPZUIFd7&U{vqw7y!aaH?_AZ`2yF^`0nYwozF3 z^*Arbyd7JsA?3;L`oVZJoX##*nT{tyuJY9?ijgbhxD>OLgiBF{_;mPBb*jb3YRs}P z3QiD~E9TEVibB+$k!v=bG_r_5PCzUKy#MeV^u4CXKYYkD#ln7p1R(?0pRv}LW>o`W zc%aYZs^Mg~Bu6&YxgH}Cr1Hw{X+Jz*NH%tchpQoEJ9eAP)pC=VmBPviH2kKwi3{Sz}Rpw zhU-FS|94NSq^m^_MpZZKkqVgGmdDc!#H@OKfW_J|jQ8R`AlYxny25l^?NVFi&|3J! zb8=P5h{-(=zQGo`rZV4tqkH4G8V+igz+v?4UZYu-_qu;0I%xxY>|81kv-0KuXYDoU z4_1x?d;Wi0sK-~L282Syg+E1@^5{WzyQF}WbyXWwJ~JX}qKOo;1SpvrZ=1wkIbY}p zA^N;%1vvd@@CTUqSxCxtZ6G$IljEUoaLLPK7P+)7T>10nuX9^>Qh21f*Unly>DLZe zne5rHp05X-#ivw(&5emU9z=;}mrcD-K5XUtS_4yo*aab>-_E$jIgKt8W^Plz=ffQ* z)kf-tz7{6)#A;bu8g=w{7Qgoh%DSGZDi5i-2SeT7gw360He_;j)|-ovhy{#67K=B`+1G?XgxR8))(Q z^6E$l?U!69PskFKiEI3SIVJXu0aANeD3=`_ZSw#IWEmAn1)5-bv6qoVZT$dvOwnth z-z~)Hdut~6dQ*#Jf4PV<2aMz(FnVv_PWw_|iSQ7R);FDi#{gBW<`$(nwdAw3(aC2K zSYLz}29j9E&-zzgcmX%1Ct%~Ts;(YHy8Bm;G;_7bR>(5v z0V9N5aLYLaNPa>64(VTcF&Wk3mS~~{tmm>jD9HQfNAU4~?;!pI261g?a4nV8u-Od& z%}^vvU+5CQL1I`%{QyZcEZlu^M#dOx%!Jh2lfGZ~7=tI+rNZY5v(rYCiDRnJGW*_* zsxBN}LWjt9%1eiqrvB!3xouB9$IOs6ATKR#sCC~(*SA>)PmdNG6RtYE zZjS%Ht$P@}Q+Sv-pgcfU3QI%g1@jz%e>qisTd)xMG*$C)tnlHq8V;bovQPOWZ0~yx zhx`pZUCEuzJ(sHkEx=aqHO}IHd-BEeBIaQB)TBeAh2`hxPvz0jF;*sRo3wM;!L@@c z)>f&)58n7UM^3c~Qt(V{J-i7$nO~Ly+r!;23@E*>MYTh2SC;%wg}GxH=4n6ZJ45wZ z)7clt#Gkb^r=8P~6}Ey*@ebmnmhIgAicnVwIe>0?^W_zDz#?F=-`e2{;~)h?DB(Kq zj3U{WZFSEgfeo=V4-q|7ZnjcLvw<+zze*{L*r0>^?4gN!My<)^q1>lhm)f@Or$;#2 zgHDUUk$2FJ_kS8#1y{eOJ)iZCD;(^3_79*aw4XpYnk0y6wYc}hSiZr==9`|)ROScv zSNWArh&87S$_A_r_hI+O8x0`f;LJNx%mz}yQmw3$t{__4=HTG0{}xwVU#>~8anE{w z%qv>~|B4)(D*q?6tCw0~&jYWr(!70?$4n2^H1G6@Ij)&(+n>Rp*eqif_z4pZG8=Cp zElr-}FM7Bf>KcJZOE+L2cS-|UnNi*xiT>N4^y>DT%Auwye^*wo--w4R;{pc}%9dEA zS`}isZ=82+xt^d+dbHVEB3PW&DI+Dh?Sd?ck-b)h{?XwdGALs@M@~Hh@f6S%j`VXE zh5VOtyl#1V!?K`@5Pzya@xNEPjT=+>%Kjrs?PPTtv0#A+pt(oywnim2T1=-C#|9an z7{6tL;&&~_i!V2BwHGW&>}-6^b0>Nw$sffmzLen`ko(iQI`MJuidSJ4|HQU+_WOPx zq6E%jyHcM$j)i4<3K*HZ8JH(gua4}|4uuNxOQD65mdteN@Q?c!+?P64WE8) zEG0>*Q5k!64PVDPa!IAvi^o?)$qkaX9A?b$Ab#*AqOGE4Z#JbXGJP1Aj0#BA36ZG! z+R_sat`U-8E z4oN%@{=1F#?z-u}&m~xxw1JN$6c&)ADpJhYl!x4soT?Ncc!lS?0G-D3?Q1qwV?6_% zoxKo*vx^Hp|LPaaS4Wx}>Or>m@!D86hR5rF+`8tl03!nH-7st| zVqiGnGrJEusS)o3tb4jjMQK{9lkWLdJWya9)$1$Gx{co~y+`kbSV+MJUf0*0*o^i9 z>^@_^gQt5XB1tN-^5uL(Vut5iPUD9)yT#E!6EgbCn#BGD0TXTF2+Z!y28FfCM*f79 zLCtc!<$<<-y=95kD4^|fzW;Gseqr9V=gFEFyA9FYcZgqM>bLlIvv4UWxH?sf+jdMt zOc_|gmdGWCrEjAN%y$baj;Er@){PsG!fnc3BSsytJwI+@1yaKQ&N>`G032=g@1&g$ zQ21o5aMrZvd=Ex~nW-sEIluz6KWCKO0Sp8lJ4}&kDf*=SsWrYdTq0&BJUK`|85Pbr zH1o#Jdvo;D+>`#ix1L3os0SrGB=gBYq&dNhk!Luu@oIW$!x17my-@=kXT3HY-Rflzbc)*u+@r#TiR{FG>E6omCsLt zk_=5;T)!6nJ#HI4{E&E*e#i-aAz4__%}OBq;QhT?2vvew`O(22`R76azjpOVammYNAg=`Q`5zq)!53 zzwS6HDPo6WtN3Zjby0n$evN{l878O0Po8F$oO00Q?*uW*1TSmd!&Zc96#73M%yCxk zTyw~g*0jNW!QZzXoh(-GD?M|Vx+<_<5xof7ywC=hMUphvymcT}p)f)hZ7dj@6;hT> zmKi~Gf$|Q$X`zr5n-fB>XJdb4WJ5_OTuT1ivOwWkpdv**Ge&q=IDxJf69;5Ag*p-c zHxyRSI9pI-l;C3Y9vPf3-0xp-+$5TVn^KdtK?y9RO$qf}z4Cu80do~fxbw%dN>Lt( z;vD%P3Q|AAsjZ%L&3)Pqm4k?)7~;B7+uduJ;`A|>9Yv&*l5jmhik8u+k9AS4^n`dn zYBfgF6mpMj9~VKemX4(c!pLceZw1gf9Lx<@k?XLC6g(kj zbVz@RcSNs=lhD!EdoDAczjmEnmoOcpeHLY%@m=wI#Ab~NdJ<=xa>r-JM9*(3b%0;^ z5%SG6k>d_JTHXCEiQ1s&h!q=9p#l;b&^mOkcDWBuK{5<7-^!+)y)b?|$6gonOwojP zmyo=kAfJ8~Erk1v&Ffy|{P$?NHotW}S8K9)xP4rci0>W5B0(@@uZy?7vQ0g{!?*ih z(HLz!i%Dl#o4DropyLg+U;PJv+~ubWgsa*e8JqQ$oCI7hzJiaVu~+zv+q#Lz@42?< zgVL_NdHlM4FPh(fq@|24{GGgxT|H|f==}MVJ-eY&r&j!W?OL(y#sogZ_dO&r+;b}U zG|#n zbxyoxkgkKdl=q#>)oiG863{U*kmbE8f-w_#0~Idk%lCU1O6b`;R$vlTxA*fmfnxEO zBbN695sT-H6%|1tYBkY+&b`tU_yMT&m`@*#!p|ch`FTdamEuU~Usf?!ku&d+8@9}Q z-O!+-<-Q+bnpY@txmef$EvHBhwRbwvN6PpSyA2iTP1E6uuxeQia00l(81Zqw)`TUW zHJFu?&UBrV`3%t;;uOUliGDbwHWaRLG!#g;FRaBmn$j+~6OZUZfu7flUdMGZ6CZE` z%P8$!rcM!m^**TS8(sr4BW~2c+UwD)CchwzxK9G&HjNtbSd~#rv_U6&ziI8hkOqIxoFn8{y}l8J;ltHE4C`naO%zL3Qfs2ggt7 zn_hRD#D^9H+%^0b)NWh9BV&<2#FCp|UslN`k+a7RNz5o4Jd`lZdf&CSXh=zejk-GK zH_Zb%b&aJ%mu$0!*+ck6YVDr5?Ly~X>5-f=TO5%8R#PdcMvm4mi`VdNE;z__YIV3m za`ejt?td%!A(?uUeSFov{(lKc;_a_;71b|aSfb+5KOG=~ng@p4uRR`L=p-(yI>x^6 z4XuBFrsX8}(6h_gw`716cUHL(Bq&lG6c2Ms%8gk8id|Dm)Aityhi{+TGH$4w5}`5( zXlJbAicKD`%rLo1DeBrnSC! z4-u0Z55i6(@Ju~J!>``%2F=Y8@>ur71W}yI2}Rb?x{;6$6r3pc-V$aY0}4<@Rn=6K z+B5B5ACAe56g^{EiY*GDMh&4{tvf2;n6qrcPgjuLnnL^MXUktWbA6py?Q*2|e&Xxy z@8#RJ#x7H++uO9WF=kIWyjjiQ65E|Iqy2!PF%%hRORuB3`!6W6exGo(lE8gfcY)yJ zeE|Vs)mQ&OqzPHklQ$-Q@73B}EooCj6LgZ3LPSP~vrJ&UfC4CEE{106)*u$`PO_bxc;Y5wuz~lAN zvhzH`Z8qp>tI}9dwX+A~Cqx9hz@LRCUVQu@KJCw+G)5wa0(KJb2MRIs|Obr+3+X zJ3clh+RS$J~ z6$Hy$I@c}4(<}5Scl99um-_`?&L9w4vD5m+GM*6tjCtZz&Oqo!BCgdLT|y~|w;aj& zXF@e2n@CBIAOcw^Efr`sAvNx+i^c)Z71hp;MW6MW=(_ypjoaJ93e@|*_tuK459nv| zq8QIIazBQQ031471(sX39XTicX^(w7^%RzRDq6(ONyhIIc3OJQJ)-)5tZh4XBKd4zqr$Z>D zL^C0F$EyYu4zq}O435fTp$ZhTGy|lEIFs8)6!pf?*xe`}xV6cZ0oY{Zi^ugiBb*t?(DyW&i}g^ktGSx^Kg4a5z~u6k&X3dIZV+9otC>Vn(b_-KL8m{ zp6fgxt-54;!zu51Ingv~u@cvspa0Y_U1<`Lr-6=IhsHvN)oG>$TD(A8-*P=IN8xic z4g17hFrocYg+%8H5M*=y27!2`SVXok|A#<&KY`4+)!L=&>Ro!A8w}Cq@SjGh0^4=E zt>Lh^$ps-}emiV)VQS2T)*(yPefmdF7!2zYBU%B)iZH!L{k7A{ahf)NNXs}Xb3eIc z$p980y7*l3&FWdJLOy-Wlquwo!f%<1@FSU_`yjy@TJId2#)WCZsFDkLk z0)pWRZKdJ*W^>uI=_~ef0xUkKi#hxc)}w2_;zF1Ke=peL7rjVsAyQ}O8!a_0DpN|n zHCIw`MI82@IA1&o2Du&s%J5ep+p@RzH@s!fED}$97-D*G;Uy|q@#8%vhxCGA{-$Bq0c z*H=$3%Wr6!SHi`kx=KHl9{FSSs5YfyBzAi8oAK4nsnfgJnM^Dt`<2Umu_+N5gzts#660RX=e@%W4Jk9Ynpj}2Tny^E=R$F$qg_5 zQqIOQ54JS9{XQa)(AEeMHXbqK&3hB*SRnrQGQ35Fe0JD(&f!Oa_-KQ?0`9bvyCzl< zth&1CPs}xy=^^S#IJHa8+7rWm2G{fE$aT1c?}&i6j+2GUFLTHV@V!Fq&C#N1z)W_g zdP}6vp=LqnCbLM+igeb^+8asN+~G*FLX+JPd#Mq}*oh~?D#qa8^et&QB%@c%8a3L=a9Nu!a2QE(9SGkfvrMeNMQSTfJV=qvgqR9PmiL zKo+}yPu}bGCf$Bx&wB-H&GQ1w6>qNk9l{jyoB{*8F7~nls@%!HjQ~3^$_I2G%e9FK zECUWG-yt~~%+B#+(gHG)d#<|CUJ89C)(b zp{=6%ge{SWS*Xe(fXvEGMb~Ox+jS=0;qQR$QYi6tCqMXw?A0#G=I1LldnEAiD>Zxe zdj`&gSps2Z}PI#paizhKBVG>;of+3EMRD_6PH&`srw4xqiX<&=Xe~g3cR?Q zce*;JdCNAOm0{C*{rA=;0T;v3`4tyu^CZ1hCH|}ysY#xvq+Egr7lrCzBz`oR)_OJ| z>~le~;M|aej@`H|M}R`5Gh!SQ!ddC~WG$ zMBVk$O-of`OU1|$bfix%&JBDu{zj|Q-c%;<4cuj2;FwxycBpBmM#KK;%_+13$9K^p zEl{Nst#4*$dH%x7h26^cUJ&GG{4Obm7a67!0Cz=hfGdr_uv6_Ldx$X;C5!EH^m2Ff zu?;eB{Ve1LW)D~+o@b9#9>kpUgx@4&u>s^mudo40W2Nqwzg&W*yKnosyxxgxCZVm# zwTinThzcSw2L?8ao-znKMXOLZiO3W12QVn8$m4da^Rl|6KKX$ z4<>P9eZ6)2z->~~1}$@Jwv#Sm6Nw`G)fOR(Oa3#TjJ7RZxI=Ia?(VL^EkIF7fFL12@ZegwySuvt3GNyoL4&)y zJB1ZAIj8UF+v9(%$690WJ?5I(g8e(&=<hl$sGi{sMsGF8pIakmC=mIuhqKEgMGGLob$(F}Rp5 zGc0pVjbriPJNi4RHe(~wBQu3f{pFRC(Z>+z!H~<-O{w^9M|cCpg8pWB~&k~s7(37QZ_rpgHs(cSU{Mv4AQv(;hYHIDOMrxE&?;=V z4fu(3z9^!g_cclJ#dyUZLp9^8ch=T(vPMEtwj+$@eq;Nb&NvJM^_zX;@Nd}Y#K$G0 zm#fs1(0Thstd`UF@INAkWi8EifkYSFSfgzRQ=Rme-9pueZNx;9r%A=ksY!gjQd7H} zBPE{mlT`=?!;2yUcAuCUO}Bsgv?B|)g}}-s7tKs{bk*n9cFtrJD=d;kd~Q+`eT8Li z0Y`Gj6aErKFCc4FQuu5@7t#F{!TnFnq&O9ZJ(Vl{f~Oa1WdnK6^G#B+MhRbvr*q zL`SPFtS+A~t&L~U@t-d(9i>Ev4rBJ2MXI8qt1Oef(>SWRfG+UEsL(}KeSRdb)u^KA zE5$zn9SY?6%S2q zirKv~F4TDs2v@8^Y`ld>Q_Lj!TAKEYu$)<&#!Mxop9)V%skMR-4dSm(@%`%rcTt9{ zIlV1O&%SD#GY7?cV&&3Aq;X22=S){eyg77F$#k6ys<>Hp zn>ecs0d@@xeQQCZ%ljt#WmUS&f<0+ctw8bLi+AJXFCtiCMg~WObi3Amz4XIn0_z?_ z!%w7XT#&`${ha2={nQioqYRfMZ6>8vmIG&RS z!fyE)Ux-NKj85lAlD7+$fH{#N{h+c=PrT7q8cxgWY?u#;Qi(CG;aZc|52B=%b2F9PBkh< zgvUBtK#Lgf*YZGRIVLMf@zv6r)NnQs3kS+OT=%BJou*TcEm8 z?@WD_vXp<6)x$+qeaDLu?^u!gM?o$7(1h;PXq%&7=JQ3Nect*JU5B>H#M(KecDy>#hGZ?tIiLp$b@ZUqq{x%Nm7-=>3fqq3`pf4C>IYbp; zhQoXq^zg--NcM^HFonaNqd*rrXGYpy0WGSges1K-rs%AxcNw-bn*)<_)~Bw?=1=9p zF2$V|h71?}j?3qd887NMU9LKoXfmgYw7j)obTVpQe=W3cue+7PlK`tqNj?X{hhHcO zZyef=&Q2$hyl&;bUW*wulfRo2n!gq2=d-R_5#H-_7sDWb}sLdVMlFJ~{iM zyZU>%uhrEmVI0DFsY+L<-D6QPIqKj;?H3$+Xg6JS@wq#&;$V->YqL1@GKc!}3DE={ zIOdQ?)l|2FU5XCrHq740b9!7^H3V5HahsaSwcQIve|@2kFdU>dJ_5KnzS_!KZE3&z zZPF>DH0%3NMbToGdp9*poBugk8#m(kk2 z@kmmj&0<%0n=#kk{W(w*T>f_gMZbp8YtI ze!ubLz$`Us-IILgx==Una?{ovLpc_@*dS4y+UY5AJG$JQ;sw4mj(y3%W)4YhTI$%PiK_tW$e?tJ>~)I~D$Zn&SbfClqnEC+4bja)&*UYBkhp zT}E;83wNH`;|B_3$5nZfk5MRDGoTD~Z*|o~)$&hPNz>IykwuhrRW&h8?1O(=mB{nn z)#e{iMg%jOw_*dk8T&ueR24}4ZmCk=MW0Aw0%(Zdg)KT*_$CKvn@J!%dm%pQMP18F zecW%$j@7!2fIS3tqw3)rQCkPGh3Y6*CO5~sQKQ* z!9k(=>{3H7QTUY@&KXY$EiEi}Cd(?w>0OwbVE;wp+}nTEg4Qs6k1fV4l5%7PkAMXi z=cLz+=Wr%HTR0;StxT@hnkLXO!lgv+1fBbNP{PGRNo$rwnbfpiQT~Cn+)R=YEo4=Y zAc~AQJFj5XKNyK-+`IKpOLudZnU}toHo{!AOh0BuG$7^WxckcKE_B@o?)&V=%67l0 zLxGxghtSKB)YMZ6-@^(w1*|iU*um58#~HpS)^~^9&~dEQD~bC+3HOV~Prj69Ng%zp zaun*{5M`z|sTrS5&f!|e{s6#QZ+?r2TialwBFJA$O0r`BAh)P8_knRM1Q0X?(_K$q zQ$OR2^?0+iZ})viOah(NGE)sU#q%_x3yfke1CiimbFLOjFg*sXKuU2WEP|JEDduAiF3D z{!mhbRjkJPt&xfn6ZbKH0kBHm^SkYX9x;AnU)m?l-3oLf#=_cgjXhEEsIAZlP&M@` zm}m9Obk+$;{5Dc>8AB$?kSbf+UNw>7VR~l4-v6cIi?)-PNvbwMR;VhmLVRJ;)8BVi zG?LbpS}^7sB;EnJ^`FMNEdO!7%v3);x&tQ2uiVn3QDw9{-rh`(SAcg8Me&$>))a1$VWWaAi5 zNDxE`vZgqm`4tAeGP+NI-gQGWj?I&a%>3UQW#kIs;kb~Guw*56L(>UQD4sXikZR{B z1C^DPvn#z>$?klm_Cb`HT0F7j5+>4=o?Y;; zxt`rKy5Bt37a&B&FP)JPiQ)4OktT2&76uh#cAFr-Vv3iUT2*it45UV=>igAS33Snw5W}JhjRy~sLJV%ctcRIco!xjy1%Zt}oTu!y0%LBJ^U^A%d;v)xbJIkCjdQKB<3p#=M1J{*)QWE|{I*6f z>TQ2OZL-e@5g97XNPe~+NwJI01sH@HUWZxd8<2+j@OW<227fLsnyf~}sdt^)NP;M| z#jee|6vj!Fi^4u?Qb}L_z>~}T`etd4`khzFmpppR7b4&@`+|_CuJg>6O{ z7oVuJ)$=Iv@*}>M8~1N>k-n#J_4R#Ld`TDHJ#VcSo>=v@h*{PZcw@_tL(#D4Jy7Xw z_Zj1gZe6DLbLS56ZQjodyz>1|W|n&bvgot_wc^@tjo00O#?mjs&M+}S!Ed+!=I-(i z>a$w;+E(sDo~eI9{_?N}>9Tn1r)Yy7)x1<>ax#y}yrIX#l}27rSAOc+s0sz6IQ!MM z;8dllrY2W1g-M|q!acIQ0)v!P8F-iBBya?9E0mAv6SJQ`X}Sy^~S*NobQXFx*& z>YDhc!LcW^qbiQmMVpYWlyue@!HvSMBjsnnQHJNw^>R-5fUj~@;wcv_5qZq0rWN|* zGM_UNI@EY!@X-&ESe-L>J%?(b{$xL5@rq!NiYSdOU}!8;Q+BGHe}nOFk zJ)U-{^xHZDlo0w)yKo#*aO@Z0sT2ON{v7_2v06)Ts2V`pY<9qL2BC)dhHNj>Yl7dKLxO2Fo8-8tw zR7{}Jbz=YB-dzctEHl=*Y6N^(%-ewap4iyxGNp3L2r?%5IlwucWP;eYZqC}z0iX|M z&4WS&AdNEH45$fO5QD9a#owixZZNQg z%QiYr%D*#pj%eW0qSt7%y;-7)J@W3NRO+@#g?{XT*yS7}p+r!CXH1YusCdSQ+t{nM zg02fv3Nox*lEITDL~XQF07-$JvDOO|i3@N`g%5+3B-)3C&Ktodc1!*R|2q9TyLLx^ zFuYO4<(IP$LIo3;(CA6W&zXwP;NCbhoNcP^)Q6N2{P?EA&Qq+XzS;yRo^dHSyJ);4; z_0Ihbe@T4_%FSBsB8tp3vU7kxeTgaPK(EOu@|s?Dt{3J~ZC70(DT~C)#`!l>;8~UJ zQm5Ca8Sdu*9HJ&EVEuTm#5r)R1B^Vr@!M82a=%j+>n!_|NA3DtGp;*dvaOwC5OAj- zkY7?9$;WJ+9|o(!6f!1AYj-rbCeSz|C>jkLdn(NX0tWZ2q8rK2qw~L$Je2rbU>U<{snP<)0 z$aGL(zx$4deAVN=&(HV5yC*Ewi4-sT_TWpc(A-}1s`kSA?#Ze6bU}XH_0)7bhEOsrG++yRuik=0c_m#9GL3QGSi zaHfWOTl{31`8a8XiYHb*`uEOMW$!v_lXpl!WhwiS*)L(px}=68PjdKk{EU$5NpT5^ z<4Hx?%px9Pr-brS##;y>dh8-+USV(mZEL$pW4nHuW@faS!UN}ycZ~2l2f*3SZES3o zEpp>+-~Buq=y;dmeDjuRDjT39%fe9h9L#}Pk7@_=nBMFOSP01YO8&jnG$BEGEE^7{ z#yGc~f3+{h*SS+p;dZzn?+A%L8oivGC}hnKPc&fB2xDX5Ye`Hu(NQ`wVjui85M@KN za{X;+-j|CbJ-KNJWY@dUEA5Yq+1XV&akx)1o)xAMJFkgy$J}L5W=*|Tl>NN(=NdrO zsyOJmdFFoMzK(?vKL-!3j#yY*Sdj8*Biv#p)_s7LC?fH*LWlc0BZV*};|FBfCnP6M zJYVUsC`Vu8r-^iJ+~)bw_b{>TFsoCuaI+Jz>>`0$gbk8VoZ}z}tj>i3=_f&Bsz+t- za&$ETSzcanH#ADjpO=(+=!y#(!=w^l`+i~{GcHwx&$+?DF4z!S|Fm52sP)_*K66HCW;{?|?Nof8NmR)Ia=o`jO#q zBrKz6di_z~_gKd7d&>6RkGs#f;|#YLQ-sT+In;Dhj;>{x#YwFBKF}kQAzwLW8vpdO zlKEqAs=24!rp9hvI4Mpu@!|RpJ<3LH$`1j>FmG9KIDX}u1Jd@b2&{D7X^3l#pu~umEfqE(fqG)3i@Dg@9#WSjA&gN zQ0;1V0Y=E<#cAvKVeu8<5H@eI{oWK=8S5U7oA0xyb}p zmVm@%`1km=fw6Z3Ah*Bhy=SfF?0!-TL+vMa3$h~8l1FU}{FLYFEy+Q_iu^;9JCECn zSzIrE#2|FeHG^F-Ce#2b=E~^h;VbSg*~F%%M%i3>o79G$Wk4B&rNH#*?J-fmGKzaL z*e5IF72#srnICF;7}MimRea`h+ks1R_!BAN=FNP!qF?j2(?m+mf&WcDC-A=shI>ky zHxA~lS8Hj$`^Cl0cSb@D%`9f=ERmIv_KLZ&T*7cY_bX{=)v4069QOt?!){dT`<*C+_U(78Q2|CUesB@dtnQHYV{Z2Wt9sN_v`I^j3 zkFjG77(#rkC1sdpho>D*RiAyA2}thP<0M-bW?a}fXi*cH*6G{RA!GPJA1@G7vL(H zp_2w`BcfL<1`Zd;oZ6hj^nK7S1FSuko^D-bv2o=3ex1(nZY1glzWrA4QJ7M;PM1;} zJ~l}-SkNJ^iRn2U4}!SQ|GPE)msh3wh`MUc$6dCHL5*luIkV;?uuIO21jd}s>kRxM zfr71wq)UT7>vD6s`2GH#Cy(1JgfuO0x~^xadEMv96fT0dclLG>*3(Kf+gYrg@l0u7&FQ9_z~g*KduMw{Qkz1?O;JPZpWYI{K3Rn@z{EK_4{GjzTUe1e=QpKWi%Hz zJfX3V$j?v+i9Zia1pFt_++0J<6H8!+=i-avvA25MK@s$^MnWIE#pAl9Sh4kpW8WqK zcoOM!UBBM6DlWoWfRB zca9#^9w9APJ4_l!qEY)3MEDct{b=l`?4e3UK$tU5Y@J}%Vplpv;!16Oe%T0+ilyay zW~TBG5H<@eC(*AwAs5MkAK9t^*?!cr?|nZl(Xg5-!IrBkR-vcnd1he7kBpyvyPY2$ z#8Od9H6}#Tro^aHkTe0g#a20Z+;|_rMdP*_=HjX1lx)@C*xu@hJiv}-<1g!tq)kq7 zKS}Se;bEaEQc^Ss>Y~CQN$_itoXn-F%)cS;j~>mrkJaTAGT;SxhSm?pG`FvO){UJtG(8J{EqV*meUK32FMEZZge}8Pi3}~a$jyN z+pQX*_Yd>2VryfM?oz=Uy^;%6vtMtR*xtn3$q=lDP7ByCkbh_Hdti0KI6R-4czvFr zfTZx;W+*4pR!#9VoE2ZwZDB`;V5zpB>_T6Jec;7EV!zv&tV%7RVE#8ybgN$KfAsgN z3cDLS1B%ZmBs~vfyJP;J9(EAbQ;sAXz)ntk1&GV(z8YpJ+4ua6O0()U;{2+?ce@>^ zjspe_ZJ$G& zMoK#WRn5!2LtgIoL4)IRgagL3K-wLdEB?$*sY)3i(H5zGha|2tOQcr3BZgjG0|N_dD|6aDH6_)C zkZ*J?n_^Lp8fk$^gy%TYsjw+H+!ak0lz7wd@_p32jEp}JVIvj>l!BC-{w@bGg z;!|630+YVJ5!|p0t6&mUagF(Oq>jOD7gVgbZHvY}`4xn(o}zk|x$A0U#yZs?Hj7vKF|wS^tPW0CoetZAPsNKTKh9uuywr zn^eVLe%x~|$iUBDLXhePRv>%!`T6b7yG;AME6QXWyz|t=jIL2sL|#e2)I8PCAnRV^E2WW0QOY~#okHAP{o z<#d&`;iArH74-MQR4L6M;q=;L0iSP$y6n+dCW2s}$u|dkrjlyAtH;0Awu^-TcB z#r-j;T-f}lgUXNcgWx}RM3WsoPFCu66o z+%glep@TwI)@5lUdX*7Yk=tmHZ7n{MQoZH-K-EwM z#b4FGJ#hUaZD2XmV5!e|s;`q%FeZ!|(O6g*qm@z&I!z(`{HHjxhXG|JGrV)kl2pY? z54K*O<0Bk@fNkZ7gz+2-@>j$l|8h{F|}D#TQ3+O8AYa+K}H^j0R9}{6|`S z{&9?lAVqo5ve(J3yCWuU2ZcQGQQ&m0W8XHrf#5-F9kL`7@Mc2@UXN)9bLkg*7mgaq zELzP+HUYAU_f037CN^FcL#jA|X)s=v%Gt+V^FzQBWMh07BH#fTKg#KfE6IR78t(Bo zTGxV#a;OHi*%)28pJ@V2F%_s6j70!t6H)77SO$z}=I+DUbI_Z{GTo zcM!jVhSi;_=Isw#zp7JLet}DJk|r|Q<+lwt|LayGQk;U;AiOSU54^jQRb|J%AacJ2 zN)+KIu-YodrMLY){3T2I*2`MLtogEcQBkJ~FSAbK>8ez4-uAu()kya@;8WSnpkP_b zu{L`W*MJ>NJ0hFkp%Xq&k$Sw>j4by~HJnI@&}(R82l}t4B>tH-h{-Xd4=hl)TM172 z{Ye~l3he-kRXF$#A&C^$_*rZNC#nr!mdT34TfVAKZq1SF_E&6V(Az@H96MDD*$pT0v z+&ir?Z2i{lYd_|5Jjm8OZ2wa4Yo4p$YAjvE%|1H1aQ~ZV-uO3=vAf81>C37MNDfE> zol%1(Y3jS!x6khfh{Fb&`RPdKMgQ!vyIekU>(QFeM~ZamD*CPj+ZI7$AN2;Nji**m zaFXj(YzaUX_We43@pkbMXqMA1qH*gl<~Y$k8qKq{|Yz?jYf#fcjUPhKmnJg-0h-MtpVu#XOt_7igOZ|PW`r#?!H ziCLKb1z5NQ<*|lsi!6*;&eL^;8HSKd3V#R*OgS7SfS+GvlRsavd3b^_eZ|b(_MJ;C zoC0{1@?1dcT5ol=o>y}7K@B_@!s&5GpR^{d=EU)i@>Ys|S|(gl4?pqJ-TQzmSxO%v z(TS5rK}oB0X}=75tXxLl|5&iZ!a7B`NN|Mu_)Gk&ow;8~V;bu#5G~tc z#mCEQ9!DhxPp4)#eBgXl|1Cz;+2>Dn-g6tw#WUn}Z+$@x8vQ!@va;{nM*{EVWRco1 z1jhomnKUOboYv;FpHo#+EwpiG-F;`hMxT3Nn8y@30c_PpKo2#EQTRusd+X3!8N0U^@-OTHW+gH)?-cZY_B%%UoZ3 zMJ|I)8`c_;mhJYl+^R;IKs{u2~PJqbnLl^cE?WBF+*@lNhMLIwofAoG* z_8S3v5@bsUktKCO0}3T$SL2o#9~a+A?lW>;6oC&7jKJzPb&G%_+zv-|-m=&V&f?tw zOlBu`e6?@JznQQ-VI(qY@8Im6S33LH-aMaz nt#-cc;%|M#QV5PPB3MrQ9<^;d6 zuOtm}g~9vkIBEW`llKKIyK5dDtFgs5X=KE8f|g&y!Ou=Tq>d3~ymV#&d&Z4q-|5JJ>uxmrP z5md9|Cs^bPV|+8xpzLP-GwRqnXqydy!@c;X^w{DLbLJJdTk5-PDf_I#A$;N`X#UdW ze`G!#5}-N)+vv(ar@n`0y@-4;*1Gi~m}t8pQ>Ti5<&p z$@sn|z2<`u=@S6r@SwGYv15*sB@QN({)J38_Is-UY-QJL{&IW1>>m?L;vCSE zG6M1w3Uqy#!iRVipSs(cH<@`oc{R0mjRe(fZcGRcEiK*7^LKR;!g|Cy)wK`Ic$YMl^|=XPg53IhHmR9XMqgo z=j-(@h|h($|DEhm+<%h|uhrHY=^fUfBG7r(82iRB-1Q$%m_Ux&*VoqH#Nj)8?`_hi zMu(vf{$xh1X^cG5m7Kk5=U59O_OIb%qioBBT^9(YL>^O}EMp&x)SYW^RzG?H{7|kU zyLy7BVm|h#;`@^nUp6qfmQkty;)Q`d(hs|dhXEmA)BnA~eaOrBk}vL_Ji?66T>Zy= zfv-y!v0Oz?Vpn3udK6xuk5Mk7_{&6|!ZGFrIaZW2Ma{GGALlAb?r4K|2KivFR> z{5K3z_Bojk4_K-qc5G}xb}HT3K%P&EGZi(&|E~C&!-S+OtW;w*n$+WRM?HYH44!~u zV}7oSdUwZ^U!wji3mR9ugXt`DS&X5(-JbxM4a~o$s5}RV%-OI|q7zP(E`(pd=aFo@ zJy+!9Uhbu%i$KC+qC;i@fU+^pYb?xdd32t{^$BhRC|@wN6## zGxJl34~L1-^A=$?hkOlEjnP%42Q!dQfu*0KjRWe?d<3cY0`sjm~bl_st zSzT&$O-hwq%Ps+nedA;Qg#kZa)Zr#r$tdFn!5X>t9pco%1JWXId~!nN`@&EqcqnSw zyeEQ;Aq7Ip)lboKC87O^DHPHU7vXa>M$MgEZpN@)FD&b$q1j3u)!FTYG7fGJsW-b? zLWV-QT_C?q#`MMS7C0vPY<;HrqAZ~It*lELk$j$a}$Q_Wj0fN73)#ryAe4u#sq3*A!*25^M!ztp0V*lwV}`E zPn3>4vnn}H;(hVlwR#fs)hh185BIQUJdA}GvBSF>yuGKW$tA&|dp14}huH4h14{3T zWyrYDU=>t7B3Geh%r!8dxm(3ZVfY6^O~=s^SzT>)k^6ro!B!kQN+q}u=G$cP@*+OMpM&JwS=Asajz)6Bmbg&o$ZVzK7ev$372g}C>^4nUf%BJRg{mK!IN! zyQx>!^y1=Tq4sU+e=CSLq{ID?yxZJL&Uqfu@$eveZw7@PV5wd?F004#83L==p&NdU z+W(-t;_Uwt7k{JOSie7_lFF~~g&vofwY@0>q^r+&m$82IUPjO(9X56S`r?N)@QV{i zyK~w&jgfBJPr~ZYbpmVmKUWKZ3-eufd{3>pPpvs1K44f9qtIGKIiCCTtHt?PAZ>f~ z^?2fwUb0qt@~5XcFSu{-&`{z4O#Vr%5kTE31^S@^Gs``!%&A`s*gQbaliK(2(%1=n zTqf4^U%nK@OK<)ha|lvUqyiEsDB+=C!=tAL&1BZ{m93|(| zU)}4y$RkN{`S3?q==Q5eGg5|K{^CeI5vZYwZKX)sS}={EnWu{?_z=8ZtUH!hH)rS9 zjBZ3)eyx|De}!zaUM7bKXU)$um5jK7l?Y#E#s67XNr7|;ma*bD;|5X}p)xP#w3Yjm z&4BU!3F_~|!#6CIXnmv^lWJ^F$YL{zX+bJ_M%so@jn>A`_CQ|N9ziI!XnQM7{@4vW=1 z-@k`>`}`A0{Bf}&kb`rMVc&|^O8uQh7$5rxyC@BenvrN=CGLB%iVRT;r{bi2P6{bj zAVuYN_XqO1NvDKH$q$WT|7yptoFpJlPt_AxX%)ae+GTXQcwfd^`OaP!-Or<&&HeQV zmQ;*dxgYhDm{_|xSH|S<`ht0pLJP8hcW+sG1c&Fd5|$I~58oA1aCV3q%b$u}dO?j9^jF?{ySQBrboZ zqHu2_<--yBNbSH&ARB+-{g8@-M<<#Bb0PR(&g4;9T+yRa|7pOY*-x(CGDV!o>WLv6 zAVTK{Bf_i7A5OoOz|reR%oNy)uF|-fj~6g8$2$DuX@kl6FA)uGEgUUDBzqAVEINNa zbAW?8?s}ngAYVEZK(8YYCE zn4eGqvxAQ+OV&+m-|tJg`hWib*P7>iQ&00IF1|MRL0QrDQE)81q`x1^a(#m78 zGdM*JoF`FYyP3Y=cwBMoW^rn9l@mdrONcbozpsh7)rO(16l|Kbvyt5~%~wo6qQGOA zdiiomq|#!NhJnRc5=d-I^yKfVI(3iz)6o>us?O!#v*YqIM}8M0=vw4JuhAY9@Tye| zgo`7E)eYvr12m~(BFf&pwSY=mQCIiJR$S(M75Vm7>M*R zDy9b*hI=I^?YJYHluq%4#W8BQcV_g4ntPA`{8+hlv#qdtvp|zj->&CI*`Jv{1 zySy+j2G%b$tV{Oq8v|bUyCMO;ibn0Os*kqB9w(D)9pdD^Cj~!(jS^a0g_1p|*p2M4 z-uWKl;_+!zXUYwQdN|+or+)PkK`@iiD3)7Q#iG1RgknakDmYg$S00mc^Ktp$sx;&x z8h&*s>%POw;$FI&3Sv)ph=%!EkO?4@<`xoaJtvf}_<|f-MqThB;)u#;bNlHu znn{%_Nm}h|pZbs8e9x=UBbqhr$8LF)I~p`}=wbmd!0fHwLB1rF&~ z;{EZ#+dLhhA^xYLDb-QKxZbY3g}f7HV_(&jpVB<}ZRx~uY4cHNLw%2Z0eF|+*8ODy z-F;Cb*h%N;7{3TFc6*#QX2yNPGi8rD?oz0onM4HSObL?f6F;HpTwP7SL?-l!>Bt@# zyhjy`5j3>Fj%lk2fWQW&5!ILg29D=zD3Bv&WZ>lvR=4snS1#3X_j_z@{4`wveTXUz zSk_rHwI2+-ejfWTwqOkM3U1y(E$(dGK`rvC zZ*F~C`dCuvA9k>sr*dh5$>sMvti(SFwI7yzeE;kl&1EiY-B;I&I-?1a5lGd{!}%tp zeA%@Nq`otQtw8!%JEebI*V4uGB91j9%j&TXtOV)Skwt{TNBf!FFH?}{SZar651smq zD^fi5b4WaYkf!WgxV_S8FCG4Cyyyrr3FNwz<$y2TP_@1ev*ZI&C&{dBI>j;-12) zp(B+HMR^^_x69wMe9NYr8M@|1=#jhC#yJF;09qxyHtlIs(Ut#dCSG@iw8WY3I}^mk zxP882vA!B>tSq~^OL=2ao+FfAcL=``8h?bFU9wWwX|(2)*qYrCTPVzWY|86;z)h8g@_9FB3x9J?f^lOR^<>po8-?90R1QG)l~6t2Qz zzssOCbEcL0El365;nN%7O=KY$g0c3g-Y+n7eofQz`{3OwIsUKSI7?W9+o@3zT&xny z4BO7)59-nK#pKX=_m1{e_j7fZQcz|XU9w+=B;aLN&X)jw&b18-%4!{S<|GpK%JO!gcBo5fDZ)y3M#AHDp z=h%7@#_@Cs8o0?&{_U^0F0EWroypV<>urNiS$_H;RFHLn=ZfDi!H-WgEDTlKEgEk{ ztMQHrGPl*{(cx@q-+ND%zB-jT*HdJ#?Fi>3Bw?xy;eF2oqW;JT zhddr5LJt4oRK4ta1vxzJOIlQo@swo%Z~(255RdLy`_dC&I4B1&%-iw5d|(!JMjZ%Z zW&4!W%V&Z<5oxq^AmNzu`H#G`SNf@WNVAhDca8h*S zf>?RV7oBM2c}Q0z+ZkT*8RZR&G42vW&Lu7S3{#u5(Vh4QPQ65XhZ#sgTpG%5sD4z= z(Rp9ja;(pdT`}BmQK}AQD^tn&tYFJ69o>LDeOBpojAO+7o8rYpN*vNU(b$9EwILkG zt!tZBoE4J#?wqC)Zu<{BR#BPzU;7X2+I%CD!CH*-aY~2wQFP}1<bw`0{pvq^njNhrg+r&}%>VUnZf2Q9KU z4)W$n1}O-@P!9`u5>;=F=~Mr(o^V*%XO=sMMlA0QxS>Xt&Rkp~n3n+F^ovxlqA0Rr z2dH+2>_|(~a?`VHorZ}RP8_h`PPc`~-^wnJ{4V$6}~G-j}*eQ^A+2qnfE;A!QG z$x~-l)jLiqTL6yKPQh@kzVXHg2QSDi36+=$*5Iew4J>t;y95apwuwBoE1XuTmAalo zA38p&`MK5&U3j>aD0ckVMVaW;g-3dJb_%Ieq@Pme75N4L8bMUQoGmy_nRyv2vvFQe zlJW%yaYfn0kLOwT9bOTIr9S<7TvQCadKVey&}Wia?muKIIbvmw<^eCyd;2(s&?t*5>5vm4y=RJ*j!Wu(k)G=abb`OB)=U~HE|~2mnwV3m^h;7;o?%0 zJLt07S?=89^>jUV0IJ*T-mT6I|MG$k8DJ;0Z0qjweT$Tq2Eu*=rh4*_$0rAhcl73I z!-zyKL_Y5`6K9w#J_!7-^mwpr`?Mx)NOx)(a56z^(n#0+BFA`Nifa zi}sRl6MG`_#n2|m>|B2R?5_0~di>v$%?=*fDdq}E;KlA3pY^BOswA)(BJ69ve)e#1 z>J0A;e-@2QW=rp#I&pZN``Y1sow?qzUD$EahgKjp`9Abg=G+hW!E?Go#VK}b5*9?v zNK`{l6KX5J;ZQVqdpYt9wTl{94Ul@uMx&C2!EHrkww}}(T$PRPQF7pYWXG>dkg@sp z>>Y>tt=sezBHj(JG5G-j_O)X0SXOrQ`5EIL=d+Zj1}^@&dAwuDA0B2GjoA+qDc?lt zNRRaa(v??B*0Qbc*oU88Ba5060R}^+_hJ!vydQ&vsJeU*e3aDrxWp!{>=eF>!mCkB z&|iA_K3`?=$0wx3Sj4kiV6%v(rA17i2W=rRH>1vo5)dirz!+z!Z@i1ZMsE8*T)hQX zn{C&v9h~Cs?(XjH5+FFmtvIw4hu~7&-6aIK0xj6X7Kiu zPO?Ee3luxB)0@vWF;*Kv-F*1=v+XfoO(^+#JCak$Z6^HcP;QYk2Tv8FR0_t0da(}n zf;wf9oicDQ)!MX+?PG>n#zlY^EdBXea%h4kI)%EwEUJ_#GM!s_WHmE^YtRyLWZ04q9YoT-w|B$6x zK7e+MIXq$!w^a&DPbkfGK^f??S%>}rd2NiYn5Gt%`dL(DYqgyKXY2&rpEpyEyN4pBK;hw^Hw)BP8}Fs@-QUV(!E*zt0Dn zM+ez&+np7VKK-KYot3WhJCpSby7~C8n8pq6A8hY<{EwLZQ zi3tP^4@d&S2LhqUfzpLR=%p}VVFWdtq|fvH18o_+zxE31p$1`sI8d?K6dO{NoU(oT z*l0&3edx%|LZ+GqK*LjwtAbIHj_5GMYojwhwGK6yXZAPvVZunY>9QOU*tIxxl*NGq30 ziy$I}9hE5Tw(a)4UaJaUP`)TaB+1?b}o&ur%ANg zmq2W1)&{MyZ`ZZ zFg@TQdOOp5rhy#18hKkI-jkcs&w=(Gzi7Lg$l#N`C+?;_Nq%;6UGTx))DWS>t8yeIdu_BcB*?(H8~7dYpm~0=Ej^(sLzJL@;txrHefB(j z*FUD)$(IhR_<>f}V{vy!jhTuaFRtF|Z)(e%^)1Rlp9f-NMQAA%^i1%Hi`qN$B zbXIcTO&S?mku%ifyS}(KxrIOmOtc!Xr|^-uM*&-*J>Z!pB)kTZspp2b{N4KwZzGZm zc9omXVr_U7GhfekBlYy zf}#o_0HqomA`W=RWhh{Df|_S2prscOh`sp4f{-aKn~V`!ea18AsV!h=dJm2MTc*fa zxqFY&DX_J@3zmMa%=&WdCYD~e31<*$Zts7S9r^@PP_CaLGm~ApH9vI<+F3GzuPL5 zyKQi72h%kBju%hmFqkZoQx;^*#W#vy6n1emhUnLq)44&8R@tAaM3A9GnAgL3+C-B|;Cunyr}UCwQ86*Q$SP@Ac&Y4*f}K_gEUxXi6HShZX2< zy#CK?^q&)WgU!{W!5M_dzo7CgK3FDB9^d`6YWDkM;04#+v?3hcRRY5CJyjrMbI@x^ zLd1D+e9sGcFfKw&S18ZD)3o?~uJ6L%Lu4|%V8(oJnXW%^=x% z_Vw1nPkjdzYK<#H!;v;V#P|&Yt%ZTdIt&BPmLGHD@Y{t}Cii}nbu=@C0uX69qV-ag zDq#RpP^`Z=UVqj}ao)d;x5L|5I+0n8CX9BtX2`H3ZrxpvbE-0Q(WS|t1&VXEzNu#k z%wZ<9gh`*N0o@hj1#R=WSQPIQ!4bNxXsG{{baQ&@8UORw~5i^eq#)0 zw(dZ?j_$yx0eJ0)`~is-RnvgYsfT5|48M)@HN)-*&Tr!@%_e>Ek7OKIeIsi}?z^i8 zZl>He;I6-_q$Eq8dOv8EG66GiT?ht3M-8-bW-!VOmb zCH&NYJvgP47Welq!}5avded+2v>z+%^VHy`-9LUdkcYy!ThJ(IV*6r5V=x&e8O^(S z^Tae^QR~i{Cj%*3uhP8W<*e!iwNu)w)yH1 z5`~}2M!?C_b^lUbZ=n!7;q)Yc>ZeM;s1$~KfQvkVIfF@Ujj*+idIuG2$E z%wqHKO&8`w<8h^ny}J-=x#M@dZsU>qN*MR=M_c$V(Q33M5K4)Ve@aYvgphNnhr@BM z8g*XuhU{6u%IYc(l!G-3;Yw%>xFZCk2|xwpI&q}FSCnUG)NUkUNVinftsLMP`)Rx< zOZf=&^ZF*CkL#`jXS>EO)yw(*Z1M!=rl)xB+3n?>4swu5L+P~_Pk&_&a3o|ojaeK? zOooDTZh~zG(VJfi+oX6_5Tx#C+kjzx3?_e;8QG1C>ysmsaz`DS2KkgBCuLXf*d;f% zYdXMlzH$ru-JRy2EN?7L9e_5xxlOOZ-0(cT#YHN@5&uKR-+Ln}x*#;!X4Gq!m?%NMGfJU~i!$$*m%*4aDc}*2!MP0n011+#q2xoiHUu7y*TX zo05Mu?7tS^dJG^avgI!YZ+yRGdOefM!38@UohO{Ce?r0Udq*Zbp3h~J3DmIcg2PtJ zNgIRF3IFKW^)+Io&l3DJJbj7P{~H&B?{s?r6j8{=Jo*oh%U^NRC* z(-?J!Ca%I+W-V}v56;DM``|37x2P5ENJbRiWwSQpAeEv?Ote>;F|p)03?^-_Mv&P@V<8Pq(*sNQ-peK6Z)*OukCI+{`!D*B5Gs zK)GP*7Gi)4prScAq+)SDtl%s+9f{z3ib$B!S7EQ zSzgBAPbYs>Rv0fb>4cLio^4hZN=iurS0F@lA^vQOi~%s6jYNOLLbA-ak>~ZsY&X|d zZ%NZyjM<7ut@DKWVA~Nnd8in=2%kd$awR?TC69ak&qAr1As`LTDHB_nCa~e zjf|44a?>Y!&NtR&ml;KXzvW02QOtVwk4dj09 z7<27m$duXiw#z7ox(oZQHn14{#E`;V73}3{J^Fk>(VX|HrYQCA*?N5o=e7G9wAAr;+Mu8)zUPVb zO(Rs?-#@%hP~f`x`ElCwMXkG%c7`~(BHve~GHk6Gvc>rqjA?rSU|8J1<;Fg_?Krm<*ARIZ zylO#OaF9eHoB6d9eGnT&8;cp_^HKXmT0~v7K?Yw%R6xi`6B4yGS4+opCk4^ct<<>G zba*U^b(eWBCos4x9RQ=5$zTq*Youp)~wB}&t93JE{wvxN8w57J8?IuV}(c%g#5*dO?Ad#%K7Pyd6WrY&T~ek5UQrr zgR%bJ)y(|*I?qBrhVF?wqI__SLU29l34xBGx8_QZ84_Dnz$X64PaeTz<4~|dOFsHp z>u%@&d6{;Y%qm~uwCU2q!@>+CE>D9!I<#XM9(?E4!}&u+R|2*LM|xK9hyFfq#nect z%8}>;a!^+XMDOA7GV^(FITcpkCU&0x0q?!k>c&hK?~Z&ngRZ=l6}vp1;MUa_U?Xv* zB@$)XzSrP_YD9Zon${Fk)%2iEm ztgg#&PGst&q>vvNUmgPMY68BSw$7fcul@6~(tP8LD^tv45E+T!QM{nn+jQY6YUc^4 zj5p8Y64c0yH)2DfH%l)0Rm3bi6A`hzo)U!u;DQsCEiA^_UFP0BmL=U)mDoT&}ZX8`}%dx#0#% z@iULhS+-vV1qE$vY>2zjRL1UY0|Jy!2|yLF5N=xYBen4-1|dGk+;pst9n_95E2Y7` zR3Pn`rxhn-Rytv#crLe+l&&vgE3y%us0B|$+1JlV;%+uUiM%kP(PP8$sYP$)@jUtF z9FXE$y4QxT?Y z+*eYLuNU{C+vtDB=0bc=2+K9c>E=ic-`B+Mniv}=R|H+-dK?{LGS461J>Yud1YWIr zh4kLNv`QX)d-kz%@?*T$ehS>IJ79k}NQPJ0_$`KUA~~IMFA((lRkr`Ws{2vsAC33l z<3~F);N`qd5sQ49@BR`sy#f#mlQBV#jeX-&f_{4Y9@4(V#s-joYc$>N`qGovSL6b- zJrME5rQRaq(TeoQ`wIS8r1xi=mdud@fNm4)nxVz@wj~XnL-qFu0P!Y7U7`N0fv+ct zCf>O3)eyRle!GPCY#<=`MM?O}_{#4J?xI>{j?F{^zVKA&H&_LX@tWO?ES~0iwgzuy z|5xQQl@rgojT2$FVpX@S@n53)Yyl*~C($)DHB8;Q zMB4!ZRla=&_P&0k>1u4GAwBtB534fLJ|B2$r|0m8%UlP4I2aawjOr1gOlv>hfje8H zDVr=!&b5=5Gwl~Rx6_T{B%{dNSGDWu5q2w5o@45B9g9#aNgCm1X2xWPF@@g_&T}RM zeegp)CsGT`f_=liH}+wXw7rOnJh>&;h>H% zP@#2+W}>@#+^g36p?yeV*1@!Uk$Fi&)At9ZM5UOgLAInS_9O(*$wcW1Zpqz$fe-+tmWObe079c{XT$agz{Ai zZ1r+cDF`)k%nqbKSTvF$BjU-ef)g|(%t8gRpkYPOjO&hGcnN}W6+S)b7+oNT_+us% zU~}^#MB!7b44PM|*fM*|9h(6HnWIGR-!ttQL)r9D`hSZ^0T|zI&!++Nn2t6#btfhE z-_$h|!Jq0uI0`dd%C&{px{@lnm}uTM_1y?P$R8h@Y;s)@!8c7dHHH*PF!s3BS^`AJ3M_FiH( z2C0@lpvGJM9gPU-lM!3m;OX-F{o0S6{iYwECnhE!3+#%20b2&T*T7z3EJsGb2Gi7T z=lvT>n?wA1t7a5M4r2bgR=Ka;muMjjm+94x3T#=G#P9B00}<>zscP`@RrAWPBX7UBy>(9F zsG{z<2u(@z3G4W`SuV(HRWG2XI=?YQzrLFMPr31*qC-lt@E$o=2sltHi3zmkV~IwN z-KgUn9&*3^r{tBoM}|bxFnp#$ZbUCbV*C>(WvfQDW{gm<4Gw&d6PJb(OCzebG z?ij^9hKfdn(wlnTy4B?&YOx5`{+|rqcUK-M1LEIuLc*7{SlEtaUATAJ)}P#BQ? z#`wQKylr4o&(lI&4>M}GY!tg4p!L9asAwPLXO3uUY->R@f}II#2=R4L8ul2qtu>pH z4!-Hd6tCKnA_l0uI97d;ql($En%}k327jx;(u^Ur z)zhd@H4S>Gnim3n@S+7`Q%S`Qgh9rV&^w+pgmt>)*f2FDk#-l8pG1_VdR_IMZEqY^@+KmFIu{@2kK z#s=qvxnL^6YtS+IN?F!v>L_mI$AV#;p9&A!Khci$00SVY3-zwxp_A!CF-cff|D&$mXvN-%jN zx>bifU$%I;nY2!5B&Z@g5NpJI%uFrUW>VxZy}CmmxjbZ}noZT_Cp#GAdYrrwWQoRb z1i37@W4vREDm@*nTqvTE@%h9?kzjmn^TkOH*=r2w=ELpo6;m}Go?MrCS^`aMXZLSG8dO$)vg04YGO!(VVg;*W<2sp75UEhmCp*psr0%`{d=$;*ZI z4t$ef4K9Swe{68}rz0a3F+fj0T^5Kjp*AM9#%bTboqYkuF`JLt8#pZ%!;52hg&!JafiraY^jnk+grMq zWCrLMV9y-^yKKS%+7JBEDFcPO3#Z9_)^|L8WAS&F6$AE&Rw7n>OE#e1_Zy3>IPZ-K1;t`0 z#6M!7uru<~?+XU)=v?~+y=*R=cYpgv_4l!%!Un~5aovdE;MH|AP+c1!tcj>VANDcO zA^>Koh&t#pGKi_*VYJ{U|CBdJhhQ65SD0iZf32c-pR>sJWZ>F$ps8sDram7>J06~e zeCZ0z4Oeg7xA*v{dzQ)%@3CoSRimG#`|qKttgK+`QqRw8-63Ji*o*RpigzRRX~Q&J zbL#)^!?P#9H4s{yLddgDOCJ2h3yVm`Qh}olTgX*JC$b2O4>7vtQjJ&a*ug}XrRFUK z$qJNuxO+@1a};4SmZ{VPD|5X>KN$KonOiQy?;Ta2+En*DS8{EIW#U?#w|-=bN!mK8Gs3*X_N1dCDpxS zlOVoXv+=c*(xn==+A)JqG+I#`-9vsh>ELP^;x}GXQX(@i)cgHq{0ErF4i(Chq0MMm z9rY3BNY!B4vJwVoAa&0Ejq%hMq1^4`qvmkphJ=#UifLmQ(@%+RBW`0e{+(Ua1rs@e zQ)?TEfBgh|1OQ+|FLSQo1W4kr>M@v_ojt#d{z}othteE=mTJ1}maPUpU;0vdJz^JG z;SRe{g^$HZaP-ftrE-p*?v=hlF_aSNX1>1+|9AyGc~)AO)Y67u7X3-$;xkGM?Pw=aD&3;0%}dHZj3>%Yb9y)pcQxXwS=F$tbH z(UM_7S$t10wt-pXyPKixh2NJ>(kwbuVIDgGc3ZX8@k^31OBzyDCl$2CxoJT77LJFX<^jX1^ZpUZ7WU9 zL`mUDKc*S5yd9x*R;Vz4TP_E8YgfDCbV*UBkO9PcIvvQKGpR%YoI;_W#iE*}f)3dv z-pMvOLrvNAnqtG;C~Aqp-;sNaiI)%+W`tVhXe!Kq?j3>$wB3}Gy+^{tgNh_JPGM9vM3Z< zv{}_5ALZ|SK7GRb;Eu7P5MxFuWx_!y<7=Xnm(UJ6J%Onu(_(TL(l4W6S zjbJXD#9vwma~=y%*U=vCn52J9AS-QM?J73cocke&pp=8ys{diayL2`D0Bt>KFNtKt zaqwi~q#^F4yYVZ-c3c!4u3=?PqC$9AJIiPANHSj%f&R7b;%#o&w*!}8ns|Omb8C+P z*&nqggsfZH!za=#1W-QMJdD6+|~EXBoF~2s7Q1F))giDy&NCO$!PLd@gj9 zW=46}jJ%FqcRcy1UQi@XdMxEt2k(9XFqYhmR37L+0{LT< zHvs^7N9~_Jct{{3-jrRQ)@HU*OL=WDx`Y~@U)GF{g$^uNy;P@EqLk3!Q1nHhdGYUu zA;D#|HdCBpe(mvmFa)80EB>YD(J22m>!>8ycp|*qrb{f_wxzK zei$_1wW$r$zPJfvw$s*TRAX|c?Tp2*9~*O8j>oH(p$<-MV5wC`R#>O^M_dHrNO7h` zUfYw}tUAMrQrURCuU*{!P0JO}F{0;hEEWI*^36%CJTfF!kguirq@V%dFS&Xacd4^Z zW+saS55W&&n`>FCG8=z;pWsYZVp3T-co3d-6(8NwFny;e!wic7)o}n8+qg}A5YuiU z_`+Zjwcf)YnShCw`XSwkFW*XxIAeqbPZKzkE8)C~&=z|eznc^&=BOk*t``IBPaWJQ z$KtIu#O+ejjnxFQduCc>wulx{uv~zP%(^e>)T*CgVpve%U!LwwlUii-9t&?C+ecBa z7iPj@3;QUmLfL<5U$58T`&jHEKIb)FqjukXxqe%dd8W0F1@C_4ZDhL(4<%y_i|f#< znKsfL#t`)iY4;Z65On#OI7m9K#QA9~`2z-XCDX_d!sOn7UHxAa!K&r24E zhF_bT=_(BrV%kyEMq0Pi7U8+z>3&m{HBmB$aOnlj{oSiQyFvY*2I0RWEKi)UMp~c# zzMp@YQVK18p()v1!uAHxNSXI~oSH(kpTTmG{G<%?{Xm@kAFXt#W;o@g=-ZwBAdwFc zJC)35!J%${KUgeY#8TyJ5|v^sc%Su6XeWf2 z_^a0feFLU5pPO)qEQo@!btZ+97`eU_(`0sHxFPbZeoe*Y4Ll*(3f)BrYhblEPqFYG zL*xDtMVuz7{FXgnc}cs=LS~Z0(g+a^O8fCrCqeR!06e~5bYZ>hu{=Q{dX%i~ zfKtuMDlI-95K6Lze$HUqOTMmPy%_c7t^%iE9#?f^f^TXri%r@+}(Eohqp8j)G$Tg?kC|o>$w%L4sAnZvr>ay;L3%$RI_uM#vdNq zaz(v9PjeWnP?XxjuqpE*$*U3@Q}d%yNP%RrNt!F*&Q^MzJ9=MylcwZ=II_&XcNR7_ zy3&**+;o_SR<0o3F=Dcm)INJs{K-e85S8c!`%LqNNfwvtN5m$(o9&6y*pBoml_Kp# zcnH>&3L3JS170zJ9!Z09H-UC*z^3`3_maF-*LMCnYi znYaL{o4RfI?wAHCP4fEIoH%B!suOHw8wW1l0=cp_0;PPD z`8jy^@z|d-)EA7^{Gio!DkAwQOhZ%BUCK{qB^mce6*tQ|nxnU^o6@VM8Zk=he5||d zKv5~a?@gMgfY|QmT}f)QfHQpEUMG&6RNj}sKi_L~eR#34AF*EQFvUyerd|t3>qbd0 zua18l+6~;b)CH)UdT%5AS*Va$bZ*JHAjdbyISgA8pijs|?^_OV@>V1BOi)u(i(ZUX zu?2dT6`GGbm4Q&U2KMk`r(JtxDKbx106oZK$b9V+a5&C2bTE-cfD`m zR`*b(c^hI5uLQFm=5922rz?>(y%F>HqT(@5%;*?7J5*@;BS%ArT8-IR4)Kw@*O943Ut z<8h(%I+A7ty3I@Xt5SBk(7%|w86i-pQpd+|15Fi2B|fkUl_ed^LlREa2=kb;ouctk|@D3jwxvai*? z85c%jIX*5_tK|yQ3PWwLh1c*lPu4@oxV?#M|zh;jeeDl=(_bD=jh8Ck! zj3~EB;$eqE?QTlB7E%jeE^Nq~sIxcB6%YkUV`YX8v z%m6m-b+(4IG;=~FYbRMOHO+EfyJ=-_N1Y$(f_O@~nVDRAvkCu|CI6P6TJV>;TCGTQ z|40)mLZgE6e|r8{XiT_=>03o>EKeOs@)!#od^_}L%mix7#&!{;->+%ikol&k<`0L#6hSfg$_mD{AzMp`u0?=GYcY9x@JP183#BFAZ}@3e zk}Pw|#PBQ#@;~6--lLBJ{Nr5G2^A^7*kr26s%u9IqFeR;7OoviWrl64Q8M`Ijz;)w z+i@;^^czzt#=JH)(rpl}4M9n#ZtO0emJpwM-9>l7vYJ>jTTHOfvXbUU3(a$S zb<`CQ>);3DNfKmW{xUaY2}r=~yRlsutEt{|Fx+~OYG4t|LL0)(yQRQGki^GQ?@XJ= zl;f--mZoDf&B~v$K*CYl6E`|>N?g|CyBjA+hthP$f(}X2Myf;yQ)?%wOIr{p` zlA{7-MPQMxDHbmc=)ce;CTQ^_d#>FX7C&wfuZo|9* zXRB+B!&9T*kD{I<+x21MQLbAzAJbK2{SJ#FSM|T29o%5CFrcW&TbHH^7m+me$wmzw zets|{X5Yh9MwhBc9aR;>PD$D}#!5Qz1q6vph=Oe28JfZUlwsLbicB6^CY;><9Zr_2 z|M}`MaV%_MHF2m@yke z(#}re+fMt^1(rCGx#6uc*)lE4R4JzbpqAM4rM%DmH9nCHqjg{)j2l!_n&$f;$C_U0 z=%O>qr=Mc5TSWLApg1}m<2o2)A!Z1MC5;sWZu@ZihY|^5= zRCwr3vknk`AJx6G-yoZXobx$sjEQvUSRdD_H%CH6n5iHJ*s7K%fnG-`-JxT-fjGi# zXieT=_HGznNTJ-0u?+qJ4;h{1f*~I@7=MwH0U`-`+-cdi;v(wd_lTNbMC#6Bxx>U{ zE@e|54d1F~Li`R*?v_Y;6djVjAuyg_KbHL9wIF26V$LuWe zv3PXZyto4^MS8+2tf?r;W-3*gE3;<7=VK8PxHs5`^B3Qd+|qFPzg zU#u=O-wjQpA=e>eSI>W@ZPlrEWQ7-VUG2lQ zxup?DhTG3;4PBM<$$R zw3sEasA?jzR22LX1~42Nm?!FK#GGzVF$r}wO;GjVs{87!KLAs>f16!2!9pv}!MX-I z1jI-Qh2K=Qg+(B`*V0E*qfdl<`U=Aoj0i|EXs^=nJXv){0SeZ@kn8nEIgYQUKfWdL~8K}0aX)OtLCRPt;aT3i^2Qgk}py=o%_iAr~ZL39%iCafEZeoIi5wOBi9`2dE8Y-*dz* zR63F7V=&d#v6rsQR*a&%rG~DEPxOF}X{*{7vs@76vnOqkus*}geT{b>TK0g0=z3AP zwEER_COo$PAFS=I72HV(#>6ewaC z9TF@Y2o5nKi>UV(PMiknlQu68iZG~ELkf6 zYSlv9St?>LYWB7XO3>-Fi9CjWrY4;c51>L{kY>X0?$RoQx^!-movql!Pd!VWv5`L$ zG)#xe`$2Ro7J=&x#S6)p0~D%~A2>>jU zYl8X^NO6E#K^zKUBU4nN!1yYyL74|BT04Pq3G5xG-G?=y^UwGwDL8Xw z9^9$kn#z>m{_hYv%P+M1%&`tG1Rt@NATi!qpv7vD ztQP1}y^j8rY6K}$mehwXzZg2JQqCri1?=r+oYVbGx#{a&PY?9yVJ zqIVrG;IkvXl!h;@R@uLR$v?>Ke@{;*X)rEQ44Try7m=tf2ss6DJ>>U`-~IJr{t5EW z7i2E+DBNM|QfgGD?el)RpYJxwC||9{;e4H_7a5aOz98UEb|sqWBCE=@^u>H&;Y8RF ze4`O+z~s4Zl;vbvq7r+QP$EbeRXw#g^DkAVO;d#2dgiqLM9HW?{X+X*IwH3+?WrDv zRwiQ5GE3UmL1xf-j~&v>3TImERz%^K15K>-;IVQDNQy8Z=`&=}i*%u>w>v>41I3vAG*rYuq=-Kz1$ z6IEm{++XVe{58F+8%$Yde&|G~Prew({H?Vpd&2u~0D2|-n9^psuRF=GKi#Dbt+`jQ z7DcGi@goMSv}+r~UZTXVN1T>eWo$s~`l(nu>fTuD0}XP3FchGS4;>)Ife|e(PESE) z9?Thfb)D{1&A~*)gIuOh{XV&7nLui~zTvob7{1T|MnYKK1XXYj{=LM3I{iv5{#9Q% zUd1~itzk~Hh;ATAcU2@F#0Up|qcH^I1AP%A_it{{77Vx?kxHwj)^BGQISz}dA^6#Tdo?SIJ5%o4a)KwjyI&)!x#ATNjiI7D!y$?Km8~; z`d^kz?i<BrGd`td`{l6NlEa&$Hr;EiRfa4S;T7L9&F1ykOicD z-O-XN7K1t=n45HEXk3yF1sEGlJ^|^Y0eso>$<#mn&*5SKi#OMrDEY zlvKUc{=#jswGizM@H_Fbg z_?}QAnDUDm&Txg9SrcMr#>=N*nW)7X2-M;@dfb5kmE!3M$qR-QpA%1?1qKJ(9`CcZ z#W_4d1LywrS10E(m$1{}SqWL01R&0*?SjOU_jKZ~KB5cN1@c#+kXc32lvKtB zvOB*V?B$}WW-VC(oa1Pqb!FB7cS%nN#3K-{pqFYlF-MpjF$kYGXC1iqpzGP5!@B)0 zINDsY|8kN$n=>$)X|>GbU-FABgJrrz1cdmBq#>|nP23STyq-`FGzrm}Y}k0@8vk&{~`n zV1bRPWH4|H4!4xnFcV|1n99@R^3=EcY>Fl1QB8Mkk@a+!o0~68TS8mXc1{f$yDQI_ z;+*b3`^L~u)D)KSR$u&I>-OIyi#2Q^t-=vx`ZVd*dE}^nNhTp*ct|#NSRs!6n?vi< zg%yj1gJnBY!4QdaZJT<1Lvza5`%mwT0T$#p?X9z9>Kmcvxbr28YOi>ACD#?gn4*L5lE&I)rW zI>R3R^lGo=6P%FMgL*v#x2qDFocUlCoA6i?or9@@l*ul2BKe9k5EGQeb&DHVT9ll= zPS>l|9jl&j7TeGXuKS&-7S2jww4s?-us-F8fY0sX2=>=wig9vgSmb|r;VYs#_PQSp zy1!xEpB!Z6is2Z|8C7r3jUSg&2d5?9M99{Pf;(&7eWZV>~$@ zAW!y|>+3&r6t+lnNG+x5g@c%87UBKLyENekqm@)*xY}#+NtIfwMouKX-#^O+5))(g zUi#~mGuVO>aH5GiY6Y|q8kkF(WUnv#F)81IT9f|w1<*+Wljr-n&a8LiDX3TqTUW{i z+5b)H`n25mviuyn6x@;c&+jh=8-{8EDWw8Z=Th_S45Xyka)il;A$x*Td*P^(-1$Pn z14{?2ztFc7tRcvYaj+W6bG5&hMc}0zYs0i$scRtlv2zXO%jU?+%}i$ii3z9jGHz+r zTiMC7uw=RnLDdoI#&(|#`qrbNrl1F+IIPGqLcMzxLv0ja>cz>bfREy?Gyb;a7tv6ZP{qknbpCy^a?p*E=x&LQP+4ajs(BH3W?ZOnuUi#diIWCE54jAa;7I)a(Em=28EbKKscf>lJ z=@llX%sPKlMNYMo*UK1sv}@l9D&i%~1Fw33wO&?uT}`bLUvA>Kt4UgTJHi7ALg51m zcEuWX7j>y{Jm#n@rg&*!;OR<3pzQy`h_`?`y{(&S-KYg*d=r}9&xH5M~kwIAcuOu>mew(@ND*N&0F&DSU)JXJ6@xB*FQz!MOb znJAU6n>|+fTmn^%lal)7QI>2St;U04G?bKz=Pl9c-4AD(ck`;dT`NW>tzu~p+3t)p zJHqwY%~^mL9Dpc+qkP2o(uzv_wb$q&D@)II3q*0q+_=XeR9l|73QNNCQPExO*V6X? zN7g&IRT}mC!`ZgEvuo01w=;HbvW>}@+~oGolWp5IlQCgxvTYmlcFs@Fx!&vk5AL-duy{t6zM`j*eZq-?>t&cX06yNc4LYvHAnfHfvqS6k`6TwL=KC< zi#_h5v<*^`$J0|9892lndOVygG!oe0*eNvsX-|UeJjRVSeM0Y@>|^hC1xuLBpw55! z)gAFU>OW$~e-rsc2!q#q;(8NGEybw|Lx?dQ#S1;5EQ0dyYp&eQU+y37{#&Sl04i@b z9M=s7@fndgX)|>DR}+Ia|B2<={hP~n#n|EoJtNKZ_P2wnFCRRJXuLEJJ;TN1`DXMK zZCNc9{DASjYmM5U0v-Ed31a}0Su{LWz2Yuvi_r{s$o?)x@%+<|Bb!85M%4mtW*v2) zwEQP1@y(!rDERCwm6Z(*4Xjbhj8Ph8c!SXvjMzQ#QEiy-!mwp{^Zc9YLDdEw1k`8^ z$rir83VcOayYdYSA!UH*s%MbcGFzkUjhjuxEBuBy2{}@fcz`&;r)zR(!1_vu#je)z@ zohQn%f33GAS=Z0u^OGM9`S~qinYB1h>df~wN$d&tX_rBasrR|E*Vh2096Ei%Jzo`H zQwDj)8xtD^d-a+p$H00=H#;{sa>kn^Ww*oeM@hwwobhTr>$Okw;>vxW3$|OnHXCn`_eNiD1GO5|0Xr`w9)hR1u=-- zTIlo==D;!>ma1e!lo^sKf@ExqE_j&*Eqo;=L)}A>KOAizcEWUUx~-VY=)F4Q@J`6;?)0-Z2qGi2sjH-tO(93}=R3D6z0#-r z1XeFGAyTNIpqVE>((C;_FL2<#wB4*zE)8>W*=OK>!!{bm7~X7V`cRruKiqOyvgo50 z`P^Yt3XD=rLBegw_MJf4j8H}F2`^l+HovadbPHm@kY8v8dxeA9O{E)bj)=9js)YKk zc6nO3H1Yv4_Q7HpnzuhU>5oJr=JWZ@#yM+u1&re+mW;zmsXAs8*uIDlgpy$nN>(Z{ z=Gfm%b;~+Piq{`|HPSEY52Ll;&fTx)G*!z#)np0@Y~z+BxE(dmq%q>lbYv{mm@sL9 z*x(HwPVkA)MkW9idxM%k9TRx&yYKaCOFu-^{_}J3qIIE>z*b!flJN&nZO^VFMaKSp zU-ee~z!C@_V&}O<1O-Jy!_Y9JU}$=LjUf(>Lsm3r&?;Z~ytZD*9T}Zc2t)tzn}zv` z?C_~3)opD!{V`0pe7Ja{)rRG>3sHt`l)M_3+4%9*!Z3utImt1C?5WOB=PT2FhrZT$ zQen#?-#(q7;vfJ}?$F1mUX52*`RSjv7-fY;Ip%a#%3>jIj_)0;U-YCur^@8`+-H2T zLsw~MXJ88k__hSJ z3M6zWWGm(|>lI+7RK}og-$-xH?`RyTS34>q<^3}{~ot+R(AxHh3VXNQr#i}Fs+DZ4>j$+uw2Z0R2qoe89 zp~Z)(%m`!X0OZPwR-%#7=7CR}Panl;^9dBVReS~!mgoBGW^xq)&UJHKtJcH&%Ms@I zuq2_UhezLeDo+6IwZmoBYw2K`MLSkf!nfC*>y+BQ7o?r^#MC-4XN0IUVll<}@)fob zD+kB;_G?31bpU5Wgf)(n0nePqtzE%VC#A^<0l`8hv#z1Oxm^N2@B5-Km}M0mD0s07d8)iWKia$4O94??w^;PQ|}gB)#n!-J=~$D zy^-J>Ya`;x2I;h}lmURHQV^ii`1NeGl2SbF7iS|kaG3yfNy$_ed{_tsIWCbgT)@Je zzWw%+IEWpD6-vTF5j8^cEGQ`G(@3h_$5}EHu#HQZ(z@=gg`+n4xK#?GLmO!3>xUhN zy&x9@$?ojzEE2x@Pq#poDp^s^DF^5HSCo{N;u|W;wpf^2BIo@st-(zJ!r9)&jafji zB=Q}gJrACIUFDTQ9q+=e>UrBYfUGS-1kkccq0G+vf(B6afTi3Gb>G{5#vE5Ti-JP#O95#Ybjvi&9CX8xf}*)AJpr>+ydf=lVoebIS zg2%s5bAhuf{QEY1mW5F<$*Qn4>~~&fTfQ3kksbc$$G{Ks0QWJa*!m;#2U~y`JJ0UB z%lBjK5CoFzbz~PCF_sVv)IPapLy+vmr)JTry%|jH_y(amwmII`mBaF%H)GH?m*7qN zUfDYg>X7jh&~c8F0)2`GY@1p`^PD!wo+!>P_tIAyZY&YX|2vvI2r-Y!-_5L-FWH=5 zUu=%x1C85T&uCw1FWE~__-(cJS4xsnm)6oroxKE-B+>q{7c+d6YwU{82P1j`W=M)1 zH|e6V%7+7obSgKEMq?vder23Wq)NM4p~NJ3b|Um@8^Y802NHI5ui*Wq7%#5R z_WbO>LdNlK&Cs*rXYPTi&kz5|^y>S|+q1*`WS4JeY z#5-*fT!bfk*62_BV!aLW4zD9#?Q*;Jy&AJc1N4hsCnqOIuU|u?p<^95 z<#WmXrTOwiW2Bbm$};!LH+kF~&wgl7)Qf2q<#*%ARZzxOSa(bKI6ZFXubsBG?^+L2 zq;ar)Q+>ZS;27cfcPkbYVha~t+oe(GD6K=6JHf2AEGK#mmU{47L{U^!Y-q;;g9I4Z zL4Ptcvf$?&H1|y>cqVyp!*l0VvQ|vNOR+2=uH(5P|6}MNOoSao8vbAOs81j4DE21N z$q)L%ryum?53E1!8sLlhsAG?W<(N%vrcW>XoRN;?Kgq7wy1wAd=DTHN!HDreRg>W1*@{EVC@jyi z%l^(IBq{_MX$N7+5gzVAvmU$O^;dmnx$=IcXEf{0=mANQXwfGP37$HWsmLcs1UF9F zYAR%T(#-`PxJmW|ZK{7R7l750nZkGj zSU80r5SqT-($$1w5{)M^rg|4wAz)}nbSro5 z;j)&VU^jcNq6$ArW4Q)uvCoD4pR3aARPS5nb?d(;Qk-P!42tY97}kPW@>=K#taZ`% z$DNn+hdRubmX_UPzXeNsy7)jzHl&RzUd9rHH!0?|DOj0watihSd{d(SQb5`S6**g# z2Ktkz@+LAL3ojuR0oq8tn%00W`EBD?UEtA_$NyG8`ad{i6-je=mUdSQ>dK_jjnSHz6l(lim758TXmpH}yC88(e~J;jzL zig;lPMnr{e3Nv%?d`dY-K+N%D7aY{Q_#FpBS6pmh)5S_evM?c(20SzQGyTU&PN;Rc z(44u^T4F?_OBGAeA=J{E@4GleJ*qU~wcYS$-xsIa&aarixvWBe~vxh(`Td6(oq15Xi2t=a<;y<)U?* zI!NoM+R~Xqj_Jf0KAA(VSk^K5=d{`ud}5j6n-9aNBjX{;n2@NSCbevggB4?IxH_yp zk-d^I^PcrU^ycT5K?4Ok{3|C!?E9fFUDb7a9dqn8T^U7}an-`ys@(QKqByljbDc7; zV+k8n){Sqv>eM9tnMv#)X>MxoV{dQO(97e9Kv1S~4f~h0%Cy?DxxN)H2z|2u(_Wh8 z(J}oHd!B7Qbm&6}2qm)(k%TD5^HnL|^&wAzi}a9kKtwy`D=V$D^@c`3dgM<#UNqxE zx=h2KSBe@}%5CA2^KR2erJ1CdJeB|de)I#>gU?6z*K-QNjkN#vs++v$@#{8Dwz=Y3e&`=4`FJkI6WJQ+Y#G_M#4=F19 z!uowpM%Q8B+#y{!duLpbA=llnXMI7W_Sf!thM$*l??cZ+xZl)6fb(;X=)r51Q7=uD z(}6S?fR2m-;R317gYgT;YJR&X_+>0J%7f>b)UUM;S+YwgifOX!sY2#lPGoLq==>&+dMPeURw(EEM1Mj^2MK#_t=~QKh+{1)Huel_ouxZ%wU@ zs6?2!_;xe*(~g|AuZicK~!aM(0b$&r`6`G1U23$p+#f5LbM=)&d=CE7t7}3T%W)u1{G%9&yG0}9 zGuneBKj@27s~mj0amQC;AI)jCe3SKwpH(1IOIJ$?h*fIdZewA^I@z3284N!c3XUs& z3Q9sn^f#e9xo;)d(?~XOpI}I!ytmbUFAzdb zUT>A%G@`D{F>cHelQxU^o4LmAd@gNlD^a+|fcb*Su|?qC?m<4K5P9PRJ6Uz`a0WW@t4)&s+U@Yxhm?NAtocJymc z;bDq2HQ|UI?D^m%+>NtIrU*xIA^uH!Oexs!DV82QIdXxXotHF%c>REGlouUnJ0@Ug zRgh(EkYRqoBr`H&xI8=B9Xg{%WPr^llx=-i8n*k5v9$l)O>*xATCfJ&t$C>uBpg&~+W8US^CqPEZuWG*jreWcJk;+3v_?xMQ z>E4zj&Vu4s<$-nD;A+#@<02BC_sNQ<6tz}y17mJ#|GPwD7(SLG5pB&2AXyna@&j+y zQuh-}U1mOn63=so*4*uQK*N($N%L?KkmuzqA%Dr}~ zeZisj^q&14suoykg- zOQ#FxkOoRJCv;6-^nC269Xh3vFKT6NUUYd1gAK{pe5*Wjt%dUuZ;m>;0rEo*JbjtE z!jaqu^(k8A`6N0}+Ijs~$V{|eObN_Rv|FNZY-s@K6y*l};r7bW#Sz94&dA-d6F?Da z?NYSbrmji3yJYcv`IWB&-vY2^B|qr+YixF^dbNhU#lSKQlZ87Y3*dvFcS!lB=RTh2V)ExlhbhCsevuvKIDr8qq9C_D%B)Zx(4gJXllZ@9pzoVFM5y!mF(1% z1YtUkoB(+HsIC~a0v?f*;kV2^uOfuIHS_%P6ZwMbx996iVkXI+8x=eK_p{a>=y^=Z zMzQNQT?ebOwPR-0n1@Xx(qYP&B9~hI{0Nlq=sxnYq~zqVQF^J5b{hLS1OPl~1iXqL zGKn!D#{FVFE+A_A7V)lca}_$Vm@q=YQQ~rzkFx(jk~)wc}Qi`1C|AsK=*p@PFD>)h_68x#3@CtpNg zsklB-@t_J^sQ|NG%(YmveHF}blpklHPhQW9t$zQqPI<=MjYj9IfzGXf!<6rECmt;%xCMrgpY6OYfHd@?YJ0EH6EuioCj2=Ie^%g`WUrW;Mx z@Di77!v$qDX%I`@(~i83QG!{dKeFNR6gw8Ii(1A_!^)hzw@bqqKP$cX~Xu|2JF ze-*gG;%Zs0V<$0{RiJ;tGp3l05GyiO?*9Dw$t@Rd0odALlX?s<80Kf;@1Ow||M1K> zM-F$bUZ6{3EVF08I)v=)@mga0KW;^?=*-vh{#Q``uh*G}Es%$_TB|jMh7(a5Uh5p5 zbokZIS@uoJ=@(UKi<2{!{APd~0VU z)Vxe&f(noZM+(VJ=@dH+?e@;=6bfHZ(O$9a)CznqnrtVR!VXcErCqY#Wpce%3i(x+ zt$rn0NgPGT9QW7}U|>$^7eJ5PcWm4YA^^-xBLD}^GRBjJbZNZd63GX-@1=nB4!Hn3XK@T z5z~6~l&T0r0FxX4#SKTJ>SP?8S_{kR zdA4H@X8H}kJ?Ft-`=KqD{4rzgaF57elnC}WLSb)QBS5L6;XrPVX#At}dTE*_qq4$| zTtou-m}BT%Vo7p1iS#fTE)>Zbyikow2Z(s9DtAh<21$0%nuE}GM{B80jZ&yL9Fy1S zBUiiIUc)hMb@Ym3LH4KOScr2)b6XwCdPA`8^tuEnur z5TM9di?#S?TYOQREeyJAK9Vk#I6T}awaTslm`1N3xy;Fn5_)^8;q)kS*6sc5!Gfvb z`>40k`g_WgOhJU&x8UR+iw z;bDBG&C0rpdhWD8w#JxsvX)Gw$s8&m=|YhMD?EL)ni^{J(Z~I_P9r!@O!Dl+nVA_j+!ul>1MH|loW*W~ zhCig!9d zddM#L4u>s4P30dzd*-P);IzBw`z5X~j;gP>E=hPZG>Hk}(?(3xL)`6?gl^hc&Yx0M z7ScZxPva2%7zIxzmQ(@|;m82=0j*W3j6+}&TsF1f-Q&)zm_S{=1~pLH9)wUqno8s) z`2_x5#IXURN_6`tZi8_~qERMCPCZ%JCLw zMjM|@w(KQez`P)2HWS7WLc+`(@rCYl^g6rp#j42yQBRl|P3>-V535<@*Z_PUa~>$7 zIs$c(oSQzA022}1a?@kxg3i!aYiVpJ%)qL`_sA*ecmG5mhG*NX?#!AyRpO5G#WKI? z5kynDPIsIJ9(j4j;Oj}0+i9mNsF&y0@{HeHFNpc8(8sF+X?rP7mGRY(!-yQsoItHC zf3dBMm_|PA<}ERnv`}xx1s3#%`?<&&WAYpqkIub?r;(U8*{Z9Ux@}exLKN77i zhCMR-59s^WMvdA%SowBkdF`mGOkT`AHOWmcx+1>*`G4tjbCb4j!~JWg58R0RY52~j zZznHAD&p9t_GQg6_bm59s9@x9HJhla-ubNxyG`dq!(?ET{fv6z^H$NV6TJ9FCD+E7 zD=?%eu~bSC{U-1`{wSHsv7Yj&%BS;xU^$B5JLXtqKBNyKf3gH)6DP2B^D&UDv$R*0 zb!3p3gjo9k{I=On_c6x#9#A+&8(d+)tF%dugmDiqR;9A%CYb*jrXLD5g=bT3K$7@4 z4NpFdw41&RVw<1!<_U-U;(EOc%y6BQ7siqKtE7(eu_Ucw1+qn;cp_bSBKW&GJi5xj zsm-U3&tG!R@gs3NwdZ->pyDfdp*(bFDKcLkgT_wpjM-hdtBm9tejn8_x*d+Cu+)9% zHzu)3K81u?l?AhU#t5wPWt{wojB^oJ$r7ly7RsyWi4?7OuBN{qM$q`)zo3j2l>72n zy0_8R8f`CO6rE-zKfiPZV`Kwdm^ll3mSKRml^ayAa zujBq*DnC{Ce`8ffgy}LsqHGnC_&#sp>m(cJcz&G4%Fe3D4JJSYNmuLZ@0V}@sWXRs zFoO8)<+&rFj!}_>rc~<2kzR6^>k7bAX5swP!n13*cnRV2PohmaPRE8Tq&tN2%%^DM z87V>`VYOL0il`QXOr+geZd@T#jZTnqra ze@>a!rI$+F?BlI7s5DioNi^M!ZwC^eoDm@c(*_4+qJBMVOr)9;S1@VFXf?U%51zT3 zU6W`)&$ZIJTiNIOIN8+FaG7EG0bm5S==5Z+!vO@NqJ>Nbcv8u(fxzX&PZjtqW>WC= z)e30(A#JQuFtC4lAX1ZL3SESWUON-zIQK(=54T<8#$JmXg>nfBlt?w+tQa^*_X4;L zNv{;dpIxPyY;8IV8zL6nS)+q~rnftY>Cyo4me1-`+8vPeBVbSk)%|RRjfoc0H`k_BYsxtaQBZABzE{IKNi&OaDwq0>;Q_=9uVI z4raeBDl)~%h6%QbvC?=k>X;~AVA_qFsL)3%txQ&DOMJ$WW~>RA3A0uU^f*QR;79pe z2}kB}J`d(wC(j-h9~!v5&-(bB`%R5A zXtvsUNj5a^qzyoA3$;kF%j3sLYE~OUye!-aHj`VsnbHMQCrOMA<_bh&_?mufB2&oi z$kcO|$^09WJ@PR)lmHk9HC~?xL<@Tv=5uqg{ZTCQbvZO2j?8ErZ*MXFp9Dz{B8 zlfaC3vl)WS2A(1E6} zB@G{7lL){mvLXQ=H$TioIYxuTkLIqH=&phi!yY$et=)o=ef`As916ymiCLagLXMGk zTDkbK@EbytC4#%v$?Uh{c)-s7^G49nZxkATGEBy_w|#oRHOep{|F9^>|_6y zDeMi~@k@lyJE~e5D~g=@=y!?WB`e z;qc6fJ)Eax9~HJdz-3ms5`*F9rCVL*ry(}8!lOS2NqweNiGl@FJQ`)Dk}^fl?;i)A zh1&!mjLP&)*;LK+JATp|csqM(%aZih*Q;Sa1-xxfGk9pjK z!9X9_CC)613lBHtX4zv>X15uSKF zr*SE2|LRJ!G&l9AzdlZJ)?<|@F$q~mJiu<_FG9?wdUEc+%~ijK7A$Z^4>2`%yJn$T z)YeA*k)>XI)yQIBnFbyk8~c{NQL+P>HixT10vjXci4dKbo*yAW1LlCW`)K1<Ds#NIn48Hk|<2}D=zleVQ+nRy_osanfJPv^voGi@_OWdm)i|}YFO$b1AWFS zG!O2yOal!|XeKpzG&;EW?RL$~6@K%eJ@yJ{1hwuXr{>~fx~OWpVy#FRn52s{l4^s{ z^jnVn2|pSL82?{%Y(j!_>od8rih(|EDytFmkc(%#k8^fv*#MtZ&ZJ6@J}LXY>11@ z;Ow%O!Uc=DuYjBRDfqs^4SRgOH;&`;&4?t%ecMJ?!mLJtEoRdZOOg*Rt+Sf_>2yGj?#txJ({9%5 zK?=VmAEuDLW=GXRSuN`c@->J+KgMoEW6CUMKVX;$q0-OZU>jb+xu05Q2_x4)Xx0;9fQj!D<#X`+f z0=~=RspJ0~10tBZL}CUgc3LApgond30UFeB@KUsfpjkkLvk+#a81HJjCkt)Mv)H(} zGrcXh!t8?i*cP@57xph*0G1mrVsZ+(col*q9YP28lcX7y7fZqGqa_yRqI9~R5Bp?~ z<>513Sw*~g_K$+3wHw*pyuM62Z`x#&yV|2^eqME#c%n?=yXZVuu<*HeXHXT>9I95(ADq?hbC-1s3-@x1w;S^pFZDJfx93 zd(a7=<*&z!q}dm?e1#tdKg%AQ7YHOR+uEN5cW*7`y4P}K=4~mP7)0;pG_OUnT2aM( zjP)k5q~StPsQ(=2*oE{}04Z9khJTd;V#sp${H56~2>Cq^S_9I(n(JL62}LUnuw^vY zUE6=;Cb>5r>?Zu%p&YM$g&AeysQOMd;v$G~hZ(F?5t3N-D^LfkZASbDe36rF&}KRH zD%sYu?o@1rr*f4!w7Tcxi0L8?8&V^C%%C;6r=ERLgh!)-%6;Svidqjc{wK}!%^mjJ zF2$A+zBO!m>wx`P+SL^{er)&r-?m>aw{rh?Dl&~k1_gKNH50Jl1Zdf}0ttDU_eF3Y zI+5Ae4o^$Z7=dR`Y~fm{#6vC+;Oh z1khu6sC9>-n92BSkIT=514W0n)@13VAYlp+oUt&Tyo}=?elumBrZS%(;awCHR!Xgt zR`^EixU>4{5rz`d z{%M2?`bmIs$xVMCTFs+2GY#oy8~EQG3UGQS$t2A<0&#eEHU*VPPVr}<>D?QFUjG9$ z%g`i8RD0NKp}*1(q=6QniP?Gbp!rkI9_I*gyf`W4uZPR^cS-*}Ec@S)KUgTTFOcrr zJ-3+@P#Rv{&;Hxgl?RErQ2Sg@;7g#>-dztvG*UG5rW0(y^HC|kHnpx7OkEu8At5FJ z1^_MKdJwt`#Za@7Lf1RYUM4wccD+ z$X9nCaU!Zb;sB)u%N)F(F`q8$_VqQG+_EI^s zsa6BL44Jy?+`2qYHEXRzJtT=MD=oMmS_Y0c|99Q9A#-FTGYbx8Q*`|q-xYm^^fv3Z zE-VwA22@KI{fL0XdMxo9Py6ZiAvzF=na&9HVVOWsOpL?1=c$C1jkSEtGqJTS+Uh;X zSeCv_Ua*SdtgU_u?O9u^o!dt%+u^GP9^cd?9Q6e%PNa63*{T!aoQsNwYSV@N!a}C% zQca~h{61L3?HXI}E_`nda~*8MOxvHTc}gGIMlM>PL5>q4!fr4+Ue_q+mJ(ZcD#B(F zGssKqaZyFV^BEi#z-BNW^UEO($}NrpH7BB&jYUkkm!r1(;Rgss%Qe3t)29x89@Ehp zU1n@Q#z#Vg`?RE3vXzaZ6He-jnh-T0Cl}f{qSCnCS8pu=&`Q&$^6S^y&u_*)BC>_* zg709dXz$$zs`(_qeVN@(dp?X43zy@qftdaO>+t@oZa77U{*~IYwj9BGrs7KRlEX*? zoco>Xh=`ZgS}V61i(=!2(v|&OAlBK7wKd`Sdwt3a%JSRtIQz7; zca!^0tlMOG?Rn?Hl`kF8I>;f>stV@3@>SmsN4q}*CwPj{a7ZFc7aV5K(LH%j{mK?< zv^+8xMYThAw3hX2cu|+Z!w&T-ofz|m+%SBpw&^4*c80F0r>`q)O$yKXB-Hj|c;zPo&xo%hYDK8ahqu zP3`>Nv)dxFk*L^L;I12rxl(zq~4N6>rte~eM0gdPT2#;%;n;<*Y@L?*l~zaQ7WD+FHt#H4fM zWnSxXB0eES6n!imQM$sF>NC(NPqTc^7Ay}D-+gGk3UH2%0+7^?(spGIU~@T(^O}dC zPXhPw&f(ch*J6)(Bd7Am23XAS08tskEBTfUw%=`kY@=6I9((F~?9c}4BpNp4VX~@! zyFLW!Wo0BC-d22Ks|%DU*OWE!`B*VV!UG7B#VKM8F#H(y9FDsHc{tDK%azwp?>wY0 zr?=bOr*^gU>zb4zIKu7q(Zkys1Wixd4WCR94Mtg`@J;`wITE@!2irO7PxHrko9qDU z$2NTf37e>NX@Ms<@FoEcQN2?vJB6A=Qc$~=5+s8W1L6c<+FT^SG7tJuEnFsVlK-q4e|8)8?JD|KosMtM@$ zjmp^Wm(yXBM@m44w??f?P9n=X8tN7k0s%NM(3V(YPH8%ZMnY~r(RH~#>g~w5_F?-! zrj?nM?M7mlbjGMm_>!n5jE?$?Qg{2ion%|$iE(d)pN%5X>zL7*N|Vx)t;M}l!lG#q zV7z{@%iLj&#xws;z#s1_<8Ds5qv#;%@|Ms#PgVT+dbQLT$ zdxjqTsh%a|ZbjeV4G4PIiSKj#KDyZR;0fgiPiK^w(vT&HZ=g&*&o=nUNcF=0ELnC0CJ!L zlMVsm_X)dVW=lAIziK1bCNi8#`a$cf(Y#Jo0#uf3{q2DA(A}qu9)yH2F_L<>Q`EZM4j%RKDJA6Rt%8up$7+m zur~G-nIUc!vSny3%EOPI2m?v2y)Q}tUmDcvA{j{Al7!LOWges3(h2jjxO;ggF`td` zIacHP%0hCMis{2Pw#~%V4C&G+6WwxD?>w8JtNWA6GO$H`az-?`l$#}PHI;;wa|?V~ z@@2^tt%AhOC=A~kXBPKZoq(ny>SKRU4|Aj;cSm2xO1d(L%LUSxbVC2>^?({Ic^zVr z@Fyd3euPeN7rvN>ao$KKyxgDQI3MO2r5Ke}1KrTwYWHx_RMX7l!P7@a1@x^FWQX$S zjr(_8Qr$2is8;yj>J3hA{J6_Pof4XoxOz**Dy@3*M363%c2UIaeMyI2jXx*tx>GH4 zqZ4D)GUlkC2TQw^KSh)@D9Xd3fMcuZkGjc=2&tJEFYxMB*57=%A0ZMwz z5DEMSD(1w1)hn(i(;Hqrrs`3H(VJ_D{few>N=Tqi0<-26Ss_b1ydK-|{4@o64n+0d ze}ZU#$i2Hg@EgSqc}gxIQ43DdfcWULv0jgfYB*+rO3Tq|7l2<;=fjuiiicMAQaU<& zZ?tO;Z(I3=Vfi@j#~e6NBn*ws#gR&ICpw)6X(kT#gz!IFCt)n4O`V082JqJFh@PZC-Yz(EHS&wjjNqWrBDMN5{WPO8ru*fxtna&;kZ|8Y(+e`R z?zNs{kbU|j>2dDa-yJs`m{DnsYozj$kPrewZ8-BX7y2~GeIUrc=C|ciXD9Y$jN4k2 z*6yp?3{J{a9mbA^|sLX%hG>!rSSo*=CRfC=~WmnDCGKvkx#o( zv0EJu*#e*8d7IB?SLp$_F1efOO2JS|+>a%ktYB`xkhASs>5$8Z(Z%5gabaDij%}sR zUY=eAms>MEyn!)lEP^6xpN5J7oT0@wHg{->>=U{zG2M*2U<(eYPamYb9XHvyZ0?Q% zxO{8xQV9!x2%-bfu;G6#D$3m^T4DE@Y^G4$#K{Zy{^~fxpx%4Xgc@I zC0-$!TB-IDO1tnY_zsvdg3h;2IPqF8`O~n1T(rK>FBN1*s8S~wT&fV7lpmVd+yBlt z^FXR4^E;2mxA1_=^idhm6Gf z=X}04D*J0TSmb~+pCXA=&Yo7gl8YEN3I)?bdPi^%2DOWfg`@_3E)NF=P*=M}+em~; zOAldUj&mkczIbdaY=bfRB9t_@3=ELiakjZ_#>MhT~d_J zMEj|;<~yKrjRqq@s-)A(;;V!7$2QCLmxWyE&c-n}#PDD$Hxj;<#(b;(M4l$KF(%I{KcF&kjAa}Awp6|wc3BRvN==3W249zvDh*_b=j0h_9|BX)4D6GOP+Xf8 za#7MEinTU3y9rJXe{(Q6~e;ukUg5 z7YK5}O(x0X2&TI(LR{)9XBmtNQvDV;)sei;3%wuPGe&__aX5)=XhksLqCV?LX8*SV z{S+3$P7UJX0yR3gkZ9=->|J-b#l?KHTiQbR9rb# zi-+?Mp`A=)FS@ z(nd%Y*ou~bIi92{YFicfYwDGqn2c1?=Q-N2!xtD&_8IMtNU|hyXg3K{gjUS=hEC7O zAeosbT@86M+J3`SwweD`P9_8WQF#8Q=oKkt8pVq7S{%X^^sFhOdb*hQIax>Sd+m6R zDxylc$C;IUVGZwCjy?J=t%M*x$H4CPEPPpoA$L3(om^kAeWd}0Dus;GqHm%viKp;A z&-6)BzPbs5&=0#u9O{0R?Wqw0p7{LS{{Sns{ljiEuC{*om(h8JeePEEK zL6eMjJ+hb(80dnXS3pORz*1{tY@GY!E2Z=&dA{^BZAQ*b^Y&nExTQW}G8HSqC#Bkf zfl#0qRMJJZKHlE&NeO|ZBdmhQyzQ6m4m5ljGd7k`*k9Xn&E?f`$I&zn(p8V3&<1J> zMYD#BzMbbEdw_HskwVK!WDOP*TN7^5Fkc%eY#BhF%^z+cmrfFkPR+=`Ko|{F3x#`c zcj@)$$qiK&34u7H-YXLNdbK+Fj@y#B_oLQ)JL&9U6y^CE#GRVqboM@uGT8RSiC9oRHs=2nzIfn3Qp;o;uToirB#m(X}_0g(QH zzqqF<43uwS!VlNq^mT%^C`<;$iWpp*%ziBrH>_D=jFrBK(QU-_Fjj_Z3FdYdRP4Vg zJti^N+L-4p7!|3pojr|U0`!55_}FaL9D{*Wgzjnl)nlRr$8~?Vdf{NIcIJ7BA*PA7 z&|1aS5w8Wh&|wr+xy5#RFs8X^3Fu>UyIXN@hsGHEdD9&KjV=CPFt%x=)di%}kK8~# zFH6On8<)r=MJ?@CCQ`imm}MQ8du3YXXPgTZX^Tg?0^<3o zBUjqQGto&iE(%^)vrr*3Dmx%m(y2?MYNF%b(&?HBTw#RQFd?)!G$HKCpm-7+3jjhx zFVDZ)fKa(U36OKh8*@}Jcu+;P5d$eHzk~f-pu(}~i>dNDIues$!js71LS}TW{4G6X z8p=b${1Cwz+%!l28qadRmJVOZcKahy0L)r{Qz3R5y)}Pbi945CrvOZiNNx01o|&-s zogVi3r5J?Q@Nh_S`NxMzE&{BSLEd?gGF;$XPd7f?z~(gP_vi6saI%g~)> zXWhl+)^_sRauW03s_6YI=!+d1R0B##5S2mA=*#lLcOqni!g-goPZD+MS8Go2T;5+o z-D*OzSStU}SG^C(;+u#@=Uw8QMv_Z=2nXWNcagP~pbUo4M6dy}T{d_o1k+nZsm@Ji>Diw71gLO66KP(9dGvOs>l9H0ft_g3pDU?er ztz2ab?CX@DS8+~}`w3bZYY5~ycEk0kQeb5Oo|WWNClA3Zr{ILh9O=G0791v--M0yu z#Swztrhi1&kJ%{J4&+IJO=GJT%|JYzqk1pi8Le-`ej=cwp`N}+jo3X@)03=aGs ztDg_(vI*AWgEaPsRP2u{-pU`%VwL<0fr)_U&&e`papRxV=i)~~uYT;pGr0P@m?_bO z;mWAc04d0Chw8TH^wFfJm>sA)ab?s&LM&zlgeZ5TmzTb}Z1`9#b)5rh=y88Zm($2R zJ2mtGJars03j@1Q?SCjC_4W0R?m^#e`Lb~}$Ggrx53Haxhv7$;K#e6?*MF;QW(E|j z)+IIL%7AiF3MwkmDYILslzxLbCt0CfPv-PW*_1#(9hd^ktM(LVwQgP{dIPj%%q;_R3r z$~FH#vd$_hu62vjf#3wEaHo*q?(VLIyGsb}?oepq794`Ry9Dd#tto`LFp+N*(4x4qZSv1`<_dTgsOrwh3ejFL!fLwuQ2uG{hYNxbzDO zKka=w*cE+#$S>b1t+YFAxQj*$Pk>h-PsghYb>0plYcf#rQx(%&N|mET=T=iUR_yJu z>mJG3DRL2S~ft^r!>&+}8`m9@*4-U))~w|0~XfJduY?_xWtT?F2w%S037~ z0wR&XWE1;n*kfv#gm817mYAZvKUQrd=Qlefk=TNwcQM}vouJ#&i9s)U+1c3p^+RO` zdzVvM{2cr(%tbEY5+=DhSa;6eI7x%Qj4GYm$@M)h>%Uql@Tbv%#Ca6FOjuzZ!|X$Q zHJ#ZmSnxl^EdB-tmW{BT#1z8<&=zs;>tZf9FZdKT!lcaqaK2rbk!c8Ir8$PjaxxAd zMhwDe7rx_&7ijtUQ>4THh9f!#7YUF`gSgtVMLb!1)#=U$NejD@bPZdTwk}sBiuYKG zM@_jb{LVJQ1*E2?R!{~-VwZGPm0kUPXDpDT?Y%#*r*utP?yywD5Rm2uz~mc)4Nay6 zs4A!iB{nLsn?6|+k7HMc*)}N*;ZVFa&R27psh`M{GGR*b<;OlqOMkUY&hk(}B>4;^ zPTMX`7V^AgcPY9gI8~y>1aC1iduih7q}Pi$Xj8P>?^UK=aulUI!YoCU@8N_AP4ACIc?X=nLs1q%XsfF)cS2tXT+&;X# ziNR~RJqzDDHf#$}Ui>&fnxvd9v9u?A$Z0tM2-$RsFz(b+A9*|_8b1a9#cGV$bGW5r z*nP~|di1(XiV~sP*-5ECylJiLJ>(w6RviLG44k2R_9`8y zE0_wC=}~SX{pxjS6G*ft3Ot3%o43O{n7-gbjTvAzfL=4h=~ps}pN9FZ#9hT<9_25l z-lyU$N~MP4z1R$TX-X8bB-_Y*r6G;lS^k76S8-C}BuQFoOWQSQhsebe3+RBs^4$WW z7@R=;eDnz^PjhpLkA5H;zDhmYWoY+lEyBd*ngSM?Pf)md$1fKcy4<+8E?b#mfhcEI zsT`D`5c(*MN$ZR=F{G#F;#NF{Iq|l^Upq^sEgtJQNS!(AcCDJ4tR^>57rX9HX`YfZCP)9?hu~N2bsJaoPuLU`ahOeQ3ahQ~4aFYE$1{+N4mODQ zl?#%*OIN0K#gNkszp3i(0zkBbk}JyNRN z@!iH91R7sZ|E46HEEnK?I_h%%O~YX~wX-~qsp#z@=z)Cq{N-{h@h_%oc^a@R6LUBwV8_ z5mbK3*`H|lz8GI$sgS0?VMxZzcFYV!;-z)`sZ?T}qAFjjMnXi;F%WjVpoVzDqLh4# z!f;v#q{H$~glMKo&)f1QM++7&MWu*GDlSa48tileY5B0eN{Fk`=5rP8mXj)Iq37Pl8xQ@${xcZ;U1vr5i27_DYXY2VkQ z{Pf9UkIh=dN|XPBKLA@ytRYF#@|#p{mb6N^G>#&6bd82&5u>^b1^J;2XRKT*WR5Xx z#ZBSk5EHj<4 zNk@#VRzBzsQt2wgt;LW6v8AQbQj|u(xSP!AyWWd$AlRYhmxoU`6Q=&IHs+F&`V+TY+Hu#uQU=;t;@xFObH3s|%xTmm*h^MKPWYL2(nY z{R})yLVjcN?zfQZn;X=cPac+pJ|P$1i)GbCL>LsI)EVhUq$5v76V;5y@BA*p^D4_2 zEl>j%P~&4ALvM=%g{>~y>0kASiJ%KF8d$%BXFr`Zs%S!G7)+%TI%GC&Nw;nFevi+v zNnA%nX{*>1o9~Nxlbyy5D%z~(_}>ku%9{h=77YAdH=d$lz9-Dm1tc;SMKdm8?!H95 zy%Jw;Cqf+-kNI!CUjzd5KTn>AIFJEN1wJ;v-bg0Np;mssCvAXr@D_%YTkHg^ptj(C z4msXJ8w-L>pZZ-i=*GJBapd);>0i?I69&wyxMCaP`;hnYxaRfjFx zeDgh8Y*;=ZZ7%msVA%^hkl;Uu$9Sx?87vUm zF78ss0Z~IB28KDc-nUVe_!MW(u_#w~Kt*eHruaUNC{(PaSX}Yeu31)|X6RPi z6_?1!TI$LheV|Ei92ZPz)xfhzt`oc1xn*2W(-jv%(C6Uh{%CSPk8kDgZ+JR+FJ6^H zaXj|Bx#~C~9HA)`x|uQ2pkWE*@M2KY9xhNR4vpGH35f3&i5*T(H62Dx=8}}bk}O$h zcOoInXymVT&&<*)m-^W)*z0P)e4~Q3( zhs60Q8l^fkwFKry2R&^fMvFeP03xt(71vGVr?)y1{aeFsH5i(3w=#0PY0S3k+t1EW zl?IQzE(_E*3J2&|}PWZo<^C_L#f)+%) z`Oc%r$O(%69Gkp#4o)I9?dRMs=Z01j1Ix0z&Zn;r!c1=1hY68GF7_5)z&1#K4tihAhRwjI_iM>hTtO zz}mOv{&v&0bZy5f@PBs+zGeH8P&F62f6b5UGjQa38b5)tk8uOf8-?k{FU7Mx@?iGh zQ=G&^C7)b&iLg6s98Hz%+fksik)rE;5WvWePKHc7bWH<_NUkw(Z8OI$n(9X3;xs?zv(99eM{B?2Su zS&(4^2KsrYL`0pu;i4FJ$3}gk5jDmAX1|LSrt8d(x`(6&BdVV`noS18} zb3?HECFO=dxIaw`DMup;Md-v~%ypbRObqKrtL zRx7g{YRjo+HJ04GsID0sj&!&dNMW+&H+1IabEQR%v}(BN(wGg3v0kDncob_d%6()tElHl>e$UJRnNy{S$ z%IVU^JD_T8O&;`Eh-hdx4dML#$Ovn&BC3hJk%;D@n$PbhL)r-I${Fic3Om-YTd*Rz zelh=V|J@vtkQ@>T5>(Vy7yLMc17#aafdGW@`ByG#0QeEU>#G}R$CL|=PLZl)DW~9| z4PUOS$=LYZ7>-v_dloFEy^|@HLt_&B84adyom-_yZ<=u>QJz&I+pfoar)P4)8k9R_ zWc2On^tRrIANi{gZK3!s!RG7_yh_dIO&v=@?XQ*`2pSf`{+W01blWw)I1hZsSwaXB z7v7+~bIj$McuRFILiLolntTu6*(-@pgpAo2UuLIgwLZ2!nKg(m@|`!fag^Ed5JO$#fURpnhKPK$q@mo%AryUZAUmRC zt#+aLxQw$c+1Eok8wt;bKx~7ILPK{MvJoHxV*4bIP`F%GHAz5S869$CA7VH`okHJ` zs!^hY^`p_XBjHn9H4;BQQXLUU+zz6A;Z4L)6+NWs!hf|$$nSpyaliAb2wZ5DHhf#% zc>@{yUr0ZEj};A#=c0ix|7N-d%MM3uhFU@_N6N@ldh&+#hOEajD_^0WdN^ox*cgGU zz9^ROSdv6xQJm&7AE40KZ(isxKVuZ&l{+U6`1W@D=}j0nh61V3w#fd^benNT#43^; zTZWMPqq;Pp#kuE!-IytZ!|=U48Ge>>5+BTx0>N+vJ%$*Q;O-MO4|K1vUI<|6OQr|P z^hPx0q*h;)5W-~~ZD}iAlD5lS{?;EAl{DN`s`pvjYLnyAs@30r(_k%yAwM+2b{f2#NMW`GkbhOjOHQhB$=Hq~0wPCsPCg%uN|gbZE8= zveydeh*yHdw5>p2Rj^C6Scka&9)i(4n@pYXkrcE;!jxlB7$IC=88||Ny;{_@q~x)F zRDd>^JawlUKdu;ytI-sEv0Kbe4tu26oCzJe9cPPXn`{ZTyRC~oL|lSA{s>a zNMU%;n*JdnKtivnJ>k2^UB~QrRb4N`*29d~E@IHrdwCWsDY4F_{_eD-O)CjsUi)z{ ze3q!qqX@I8u8*;G?80_itZQ}^^HH}x z__`PLbowT#rRaY(t*56KzQnSXs!2x&XfQxv*Bc*>|sO<$i0{BAAN5J>Dw1u%_yEovzw)N6{GFK=$;Y$VUH4!m>cRDf$a9^8>Gs1nXd?cQhn*yf{b|=2&TOrid0}+)_Lma24QYAe>GYO)R`)luoBw z3o}kGym}-JH)EQ^w63ExjVt% z>w7%X(bDyz)yvo!RjK&$)sQjDZ7L>;!n-F2S-)*Giak!wff-hDGcL}gYx%**@uMzo zhg9jG7o`&h%o~h92_(k-@E!=GJVO?YUNBgYwnZTg#t(vQDdwg6E+!0;{l&>Eu!6+G zqg0?8#J=Jjb0rP8J4gm6m_xXEckZNzJgYm z;(49|uBw%R_6?8*7~Y`9nbAa*Qb!&wm&Do`; zpbL!Dio_bMRK_e;SC>lD0Cb1~!wIBvm1vjlcipJcDrIFJ@H3ft*s-9Nyxj%z$Gm_ zj5H-E4qtBG!ydH8RXDWG{Y8n^bTtQm|C#NiqlZ0OBqL-PkD;{Ae~*#F$5x{EA>L_X zINul|L4#Nu28>pDX8Fq_o=aIFSyQs?J>BjR^`Q`BOWaR18xI4$sD1hs?K!Y71 zW0e{hGq}>Wxtm@(!4IN~n>>Fz>r1)-%V&{@G9(6Eo53Xuil>XK!&A*k`U^Dw?T0Yc zFv$yLtL=U@<1Xe%NZY*64WeE)j*|Q%{cjP<3hp-ZgG+{ADTWu_KMMQz`0}uFDh^yZ zFIc9Y+4aPCbgsZ?KD%F1`9Yfp;c9JRQSXq+^rtV+y1o5bzASVuvS&FOY8JL*o+x5N zaAYc#JnftDE(DxA*v1o!lR*M8ahWs@q4L7+WGWd(dYhdEa)dJbXkmHeC7#&b5?{7LP$xjvb6-%oC+Z$2Vk3 zDVbnYe}o?NgimOH_g0!mie<5ytpDNz(fJHRNudGzeIb-|dY4;~HevQyn!X>Qlx{9o z%uSTRk8%=W>AN=>)cg&=lADj*LIy@;{!R(Qu86U>=%y|2rt}$7jPBr{a)g<9>Lgg;OUEkz2;lZhLXTpk3u z;_E@$y^WnEhB#0%;|VHue|wBs(&b0C#rJzRH#l!VG zslqub)Er2h=$JA<$>^B3`sJ9Ch>-WQ8Okn!*IN21*T?jIqS2dKoPU3{+M%+g(tgSE zv)<9Nv72~@c4}pbhXBU?@JZ9zSJXjt%|2$~XFQS?D1zZKBmLy=tSeA2#7;;b-msJV2vxjUs23T}7qJ{h|X!*Q}-I~ya256AOg8(aZvMInMNTHtP zaSYgeDjAYWeA+y@DNFa2AABN#8~Euz^Xk{QXKTuqd(?fV`SL*o>f%yXgr`vkOLX16 za&UTuAbUO2;-)Nd1q!9LGsv<@kdbvAi<|>sRlGjI2g{vQEK+UQB!wH!xyH`vY7wU2g{tph_eh?mZq)KD_-tp&lGDcvG zSad6IvJ|jO4F&yeeUWdfzcQFTiNwjN*-T3&Xvq>Z@(mg4s@J9V%p~#igjG_-033p~m+AW3l^Z#;p&+y#L!a^s-Q< zEX;ml`A-yCL}G5XHqL4IOwU^!4qO<;w#o7X{(enLpWl|^X4rbjJGxMV&tkk?TfHKn zfx)o&Wk{Z>aUu}8c+FcmeLtN&3$Y{Funx0)j1+?7;DIRx`n!ioYiO5Rf|}M=KC-I3 zX+;u0L5V1r-%V2o;%>%hNa8cEO&r}zNmB2U(xz%8(o=^<;NAimb?K zFxe0YvEyq(>am$*)76MOq%Y}nBTLa3s1j-x_~|a>sFI%Sx9@2&IXvO~`(7F3itK(t zK8;u4V1PyMDeYto^2QgFZ5e3!>6iBRGfLod)*FiH3JNMvi>e4!!=vQ&h*Pq{#agM2 z)CjQX^nclk7vp^$zMHO0Eu5zekx#=QMlSO3z2++t@b>mipV!@}uVHfTsn$uD_L@!jF^8js$=I&6(Md2)aGsAUog zIIZ3#Qt$A-`QpEm7^u_x>=xvd`(eF#KgvmtO3(TA6uo@5mK)ojB|MpUIk>^_|1(IC z!~L+qd@2)Nz6n2~z!vj={)H%tS$wJY6a$3Z6Q;=;=3{K$V!%#lyD$eurzopDuT`0y z=I0&dop`|sU?Dv9%z70Ef%LuyE=%pzj=6&DDY#kW%@{;`GSLfhw^?h-}@5z%WRR*Tkg36N!loA z&MRKwD??*wvW5fhuocQg>ah#|Ng(K_lE2P`?ufOdY0E58azTp@0%^+p`?T*rZnbZn z3JEIZGCXt>Iz&;kKj2TMkIde;8~W;Pw-EX~og815vc6WX6gF0BoASClpf`VwDGxrW z!18jIe6TM6KuVFgHrltR_E_^TwH7)U^b5=Ug5E{}qvUXtkha6(Eg={B%f$49NA zm<7HeC{!W~#(3yacZOzmL2Hqw$rqYW*LYFiks*1*dZvkupbWG2cthLz3I ziMa#Q^GXXL<2&C#O-w2Lu*Cpl(UEP9m})LuRl|Kaehpq~3or>7ZKo~+7uhl*2DL4d zYH*@FPuq^YZM?`qpQXI9{My{40=Vt9dtBE;i9c(SW)G9L_iMh0XFQUmRxAT?Raw#% z$_aYtV14dhd-Z#J0PQ{){D%eL17;aOLAXgNg~Crm+e3Pgftm259_vPz*Y`TRqp?9W z5%wr>Y5*T8m^4{S-k|am${!8~D0PLfYeYyibkSc`J%HdJ%Z6`0D>q!QbvP3Vw@+_d zZ!B-S3y+RM{bQXS8oi8ZD*VY~*wdvwXaM_3>Bx zzPd6~YdU7s5{+h5VtD}9K&O}zeC-rm6^@U*i>x7UO>QOO&gi^Fk&PRaY9o7O95#~VEj383C zrhw$-MQu}|s;#}hJ6GuP4~KlQL#}lGasmU2KAANR{>(;I(~1217sVKaR0`G>xwXAR zk2lw|Y5aMQ@Z;A{E0H8=Xsv?RI6y2bP3v9QfTFk9%gf8Q zv}tFkjFrx~z_Bd^tA&Z=cha{qMcHO6j@_cQv<&kkFO65hEBI`>*Cqb+F^dIC>9qV% zcq!tMyXPVd0X9=oGhoFl!1;ip64A}NH7kjXS#rYQvF-<6M?XO!n$f*CHBRGD)VW1g z7*X8Q@0Bd!r6mC5TU6ODXZ}N+|Kmcw_Hs)@?!TdPzs{%&zEz)#?B5+lBZksb@d0D* zZRw)#*K`Bx-Yt$ALGO83sG$vlT}6i9Zt3(VRsWHKqT*z7oV96)c)|zTEfIP~UH-Vz zejW8kffN=onj}q{eLJlAQ&Z~xr$ir7|8j^OW-AE7j$>WtBh^LOA3!eXsg$0PL6aM! z0Hf7ln{?^pZyw?rIfPb6lU}Vl;K|Ll%K8e;|Kp)f(u&lwv-LN{F*7Aef#U>+_Edt~ zNk`LW4=zYSFyJO*EvK%(?%39W)!&XRo2MVJT#agN(y(nwjsT1${F7IV^TC~TS<=${ zn1(TyP1M!I6Z9hb^OzWm90^c7K?Re8x7Fb}sak+F9_~1QG6-$uTFx6@ZId~^n>KNj zc{GtcO|wiz9&hM$a_cRr`)S5UKKNIoLE#`Q|Mt68ive#Y9{K@ilH@b;FUrA|F=M;C z;Xc8#{n|XpeA}XDbZdkO>Bm0oes9iWx-3P(8<=lnds{yND6i;UT;@wZ2mH%KdiOr&tET>}fSX8n~WFJb(T zZem<~Vi7q{c{e5ldSg6L{mEv!%i@?Lj8ksB5x0~j5$jfLH8E?Pa}fZM$?M@3st?M$`n3K^iGL6SnEECB*>s%!AxacBd?OOfjEUEx zjEY%ydNW26R-G7CiJyl@%^ubEnr@nE&QEC}`f4=Xls3MnH9BGocgsJFMND)WK8CKWQq^cM11pBT8FSlb^i%?8twAem`IatyH>d=xuTR~RAQc^5N zokg#h1E01(nLK5`@>(Awe?R}%sxNe*(;5z)MBP1Sw9d;b1!<0K5SjY3H3*|Y=^-~W z^{3?>+5NP)V|s=TO=o)Y@4}>n3AE55c|B1E6KU#C^`|8+EE!hj=G!5os_*LwVUnYP zVLnFe(RncQAhZU4CM2K8YL=i=_e(nDp3m#7x-lV%i!N!zqC^92_xgH# zJVka-(d0213iX&=Qvm(+eGiAz80q`+z8udBsc_EoV`@zDc!^n*B!c=h6Hk-sCDM;t zUNN$PMjbKkuDh+CnCFV34{@H86;Uc; z(z^yinAgx*WNJEVVD#hD(~`*>Z(Zru<|jBlyJ=w4AjQwyzHO)FIyPL{h59%k&d0Qm zEz8J{o=*#t=NNEt^;SQxy0`3z?dx>qVEgwF#4X(DkExaqyx#YP$)^IvKn^{xa`dYO z-m3~^1kp*s+hMKsJ!?80s*!t$UC$g|{4pY2VjLlME0T&KnTNy|6<=7$5;1Pc4Wmzvz7k`k`2P#Gqp zv!pxi{%dS^zQYRsrPGE87ZMiMQt+DO0)Q2PkS>mL*+XezWU`fOAne-3rJqCO{m4ati$V zW8@qrN|0_<${6cC5VQs^sX0zDt)Q44#lLiTA|2depDfd5`Ut>dNHRy~&Iu*;H*yoV#yKWw(Z8=7NHp)DKG1k-oHXl2jkM zVV<-RfVhhyV}~yMLNV@)Itu13{4^M_l~y&CY>pY(QlQT?7qn<9FYqH$Y! zIM=uDeNUV|r!C97ZGp#ayZAvD`0{9d57|FKJZ4ZMHv6l<^dD8tN4j#aU0&|5j zw|>T`tIXkJ;LP5;XdZ?}Tgfni2?zL)P3G9xDaOv|07JEjqWJfR|Mu?v1MF@C{PQL^ zeir+j2H8XKv8X2w=Z#EWnn4NS9B<{rEExQ=Umeqxh4SP6wod z88CmIg90H1c65BL&^@on32yBr13hDPz|A8f!rnDFQ7oXz<8!&2nuKu5Of=mejV&6% ziXZnz-;UYRCdzvuLiSEVJjg|M5RCXpHt28WlD{9Dw5xf+&bJ1Y5<7Lm0lq%61 z+Hc?Gz4;oih02#e6^1E5eoYlk;v?Y!(P&Q^KE4d&s+8Mw&?#Id1B`5jT0!3zQn(5= zfuF7OpEsNH>Ee@#%BNS&N`|yZhBSpz4ZCzT)#$HwwhL%nT$`tnY(oPdXxo*Qf`j9m zNSdNa>r6=M-d)7(@J$-azZR0N2RAez^B_!_esIr5u!xL|%v%gw%pOe!Y5ntu$)LU$ z{^3A@&d&25zpbwGo~N^Q+0L6Y=aF;%yF9mEoAZG1leHss(pNfO50{PUd_dS7l@?c! z-9&C5#f`5EjADZ)bNHM#Z@q2WdeE7=x^&L94?$o37OCJ{GqI6BH(sgI#Q1oJu%m-x zS>F=lNYepJE|$g5rn3w3Q_pk%(XI{Qx>viq1h4LIRjU_h64Jt!OjOmfA6w5IrEsZ@jvi5=+XtI-`h0HdWuuCtgRO(iX73*_ow(Rg30!3 z$7A^=`!U(zKEV91M~EfTZVdh7mFSzBXtYxL&1ElU5U-9PthxtIi6VnM@?u_cgaaI` zQXU&zS9DFMCLgUXY8SUvF>E%K-PM`|TxPf=x_I;)0<;@URz@T#%Vp;ZdUd||VYHX! zZ_p%DTDUr`O^-_jso!-QurIO-`U%hWY?s#kJu(>*q!SD=>UJNv!C>|XgC^HWO3aCA zuy^F=i`vbYnYzHAJPj7#J#vPf^L;eF}oqNhl*#@=h z^PG{OU(b58S?n>ER@)q@Q2W;Ddf#%*7RO0z>}kP)@VU?Lo%xQ+0hh2ll zXEQq$TSHA58x9f_rk%{$=AntIhT7gC_UQ@w>v`vX1REA|?y&Hu z&3(nmO{G~EFNZVriu|j2S6+Xw z34%vNkg8Na5uct?0t@KZL8LRZem_3eKS>dOxl3H*3|JVva}>7+PXpRz=9SKmg*nh( zOG-;LNtTf(V+A||cc|FBk7k<-kRk?zY4m#M@_*h!yq z#dY@lMM=r3QF~U3PubV!Zql!RARGs=786l=AZon1GF4&$Bg+x1DS-!V@R6g|FeJqB#Go&fWAhH}&%C)l#NOeT#= zV-VEKSK~_tTLMJ^#v#@cLbwJ0Wg0J)wY`%myJbprY zZ=;?kjRA0Ip}E{n_zd|=?@ueL8;>!g?JkON{BPaT5?p9Ab#69(Bb)aRn<9*UGl9#b z`RjX;e)&7;%tY9gm6OxP+3q`Te$pC;nRiXr7oKgN7gsM21GVHa><*NK(h^78-QAoT z3FM-W)L!?0u<9H=k84;x5})spleC3)c%0TwzN+TpX{eVp?Y0Qe^$82x1g!e{`UV78 zq&{EU0b{>PUpgqP#VHse`_N)*%TZPYF#a4aIj07apEqL5DgYx&H0}+@f!oV&fjhOz z`s2LtPZmf7u#v$~j4=T$yaa`glzNEs=c*z$yF}!LPI&`BwIt`{uJ7t)DaYYa z`e~2qlTmiE7&~JM=Sis4l3j8*b29nKA5(vP?&>f^3?Hq+EAx_$F25uKbTWw1_K(g_ zwH;qS$9{N#r&Qwi*`oZDqSV^Z^^IoWp{SWS#IFd6&2Z?;KZzDp)YXP+u;K7+BlEi~LURrCg z_L`lfem9@dy&-&ajRUFB8~KC>OpUrMlg%{?Dz)w7n?G5B!L_! zN2F}CwARNigE-<(u9uB9OFJ1Qm+#P4OxkfzZs};?b9)zkvMl}(MQaYemO1avqtt}0 z@#1=YkGuQ{SHb>Oop_9|HMqBNmm4>@tZ`r_%##Wx{AaGGa3G%;(Y!&-n{+Kb5~wE%bV?C zh^U0?!yV@PWmGAwaP-d^$MM9x>GP_-uvwCVs`EdmDMZu27cBVf;o8idRLlWE`DG1iXMUL-a<)W@J@^EkBQ^3(wt*?2R z1YXB&3BKdlYqE3#NJaAOGhLsSn;h#->cg+Uot)@-{q8PTp@gNxS=0I!_A`@3P`B`P zo+SaydoGA$GA6brM^J9R3DX=|aXOw1i7)rrHwZFz4de<1YK)}=iUN6A;3j?AJinD=0wg$mIQG66 zFaR|YAyfh8igu^jXpWEBc3$3Flx^PD;FCNa#$+YBVX;y%8U zcYNnAZv3>)oT5ZKoYU+a#vaEG>i71;lP^Gv@4Gr z_3%fTW&qscqfo06dhbQN6Ce79Q6mnztg#_z)6&*fPTSdP(7aX+iGn8d`*N6HA~+tx z&dZ_k({Z`m{~|Fud+gWW;4OZXk2ojc?%BmtN+Lnm#j>014I!NDE^DfpIx!3wx9XY7 z`AJ443E+~Uiw2jrpgyII20^o z^;wn?U4*H?fp(p7Zq7ML7i#TR`^@JRj-%T%f$ja7*{<9!FBG3PDPSlb6o#j#KB>Q} zGLCLrW;N-(wy}5}e&S7wrj}P6$;;`d2KnQeqNyn{!JKi6+~BGXnzn{Valqtf1(#}Y z<%CB|tW|p1C9d}z*m+rd4jN_RgzasHQ4!M4M>R@jcV0=L*PQl@qun@sHvk09zJ*g9 z;pE7ksPK4+Z@-TB#L6*%=jKjMeA+BV6E~p}*hcFospL!V_Wk)&qdk6dh%dnwbq+wc_pNP7X-;87k%6n$GT%klSo#$@=2`mV(*I z=qL3kiPKpPR$fk$Q!$W>eX^u7atOS@(G#we)ib$zYAuuRDMi@XDFqu(uPk>e7IqvT zufs8^@HaMAeZ0=be0YPfx+D(ZIg!Fx>d=+=({Ey53U5AbJhl)AtjH(5T4Xe@X4$nF z1J^gG)L(FJnnct|dlnb=eD_{3pnk-+YU39D=)qD)+nWNv=L_=og%r9?y9T;Nnj`aA z{E#Y4rNKxQBR;0vD94zJh$<(u9NYcv%%Hh-YQd#xQpO}HBZhm zXREW%PJZi4gmz7W3P-?kPx_h?Y*;&|V)%B}>H> z#xBmAC-v&H_s`e`6#WE3kw^X8<2X3RgQuOxEbFcEDfp~*l(%3!53i1_!;h+8nE)PK zn}junh9?xB;vCBN+FeFnp8Sh<2_%F#T{<|gMurWQTe&2Hdo!rN=bO3>VQ9J80k0ZB}oM1G_ft+msx*ne}-79B*%& zbTG!C9&UGbZq`Gj6(7?(bv6Q{o{nBjJO%SMe$Obl8eK^+F(2V@98}W<(z2W=0@dBG zpK(NT^UeTgCmUD;P>~}gXcEuKMbS@ok8pP(w2O~*q-%I~m0#U1#c8&wE8kg?F``?) zRYI%Ycq{ImXee1f~j}f}C zLje|lXlcuyrM&b@_@R_g0CzL>tC8Qa!PZ)I zHBAi8IO-T>G}Teg6{1bf5K$ZWSm%}=`dkL|@pp;6&ehj#37%o=QYahM;IhhzP^ zeb;|Yhz}fu%5}KMRxbFk!hk*n(l1ZN5h!`OQ4K_x?Y>IwNq(-7{jg;TmS(nE>2NC} zfDKXten;=rV$=b5Zlewbs?`ZP{|y%O|689!ke|+cX2r`3n!?M?07?~owV7cy`53;= z@nNBujA;*ZyHs_ifuUKqBx;{!;w(~Q1U!!1=5Ja-jOU7MAnjIEi*Oh|gnstS&yLL; z&K_BEa8TAmv={U|jnP5={EPC=%j7xkgtl$LBi|S(g*7zOz0N9_&x~hRy|+m%;=hr< zG4k)a)URq%0<)WA6{7QLNNUMaq`W+cm{IALip{*%xIER zrRI6oKV?9yi^5b&U4|Q;f9Siys3p2Zcln%Uq2v5Sqwd-&CG_L;nWHH%qcM_^f*R+_A4Zeqk$Cv z+u*@7ki4b0sS#%hoI=-A_-Tx2%$&A$+7%*+Imic$2E{NPUniyO1H07C1Z8jy!vC(E zt3(T|eN;C(!O|)mrV?IczO{o`7X;)AaMKPYK$aShSM1rtyZsAfJrA+8M(*S^M0EpT_a)N^vgn%i3{jqTfz??Ee|>FJqvc z-lrxD_rYAF-!cXn8E3e9QCY)spt}_Y_QMc+ufv%F93HKxIkn8986@t|B#^Ke_0m!J z`CHUR)9hIa_&#;TM-O@q)uX|2WOra*&!!G=`7;LNbEndI9&nDB7wz|QY;rE&!KgWY z7K5CLEk!UxNqrq?7DJPt%mQTY(-rY5q+bm(_zsG*^b zUpG2$iu0I?3`J?er_Nu`g52_7a%N*FKYQY)v<94+1u>l)Gh3?HVd|JO9?gH8?lhnR zV$Dmf;2r^Pnua$sj)m2SiqE7KgADlbO!BWm9#xbBjd29Sj|8?c`(XsJqJ7fn%Lo|Foj0!BXj&9np_&@(fp09tR1Y2gOBmmMxs@u=TL*Bgo1#S(g-3Y-9vXb z0}|5RN(xA)q?B}b`rYI6Jm2;H;u?OyJ@+|h@3q%jd!K+xrRpv%vZoX@G>KfZA@>Ic zU)}{u$7WX7+s-n$xU9CsWM$dM@`-G!g?(Rd3sG;D>&tSK@&Lxlm$(C2 z{Ns10w9lD5Q-oLPTVj3J3<~4>BdIJn&VS*Wdfo@lH=5*k|0PN1&?3D0UMVP=ILR^- zLP+yLj`5zBBh)$5GB|#WRVYTKh`u_1u|K}=Ud;wX5%{{@GgYY-52vd7yP?nh`I5Ao zfah77b6;=o!sL2w%XQF<0-dqr5JsaS!dl37b{(gl|9#MwQ+QAY<t-XuR zr}zxOBko^_WCb!Zf}#$6{#G=hV_mfLd7nk3r-*Xym@CB$wM>wcLxRcpID4zXK_0sO zrQ@5!hF5T2n_n_q#R1Mc`?N8@jXQdi8|E{D+A|;a{4ah^sE3v8DH})EK1Ez=eDVA> zX!K{7!AkT`MIH85OOpAEym44-i>4{uA$w`^{nR8;>l-Q9P(#%S-e{DWXB`wu`L=k1dn=C9+a0E^(~jQy-%TCli6-S#jPW57L@ zU4NnB6@o`Ctoauz@2WUApmE1R5x(H}GoO^1kCi&l2E^RUW<9UlDLB1*CGL*8j4YT9 z)mFV~PKLWfjhO;dF$5>T{eCyAp#AtTAxSqPU z6g7dMV9!bsWrT)+Y^w3^W;(n(ibw$Nd4tR0c%3NlG1i6wSMT>!PIerH*CJV`8Jlj~ zSpm0|4WGtIu*MAUuwC^bv4C{GhZ%yk(2Q@>N(v$w((p(1$=ZrEmuqo7ylAO0 zAuLv(`{qlr5u9Ka=W%lu(M2y9mwx5-9oOjhT2z7CQ3lf|~b@SMPqJ;Us;&?qj%oVh$}1>I@gT zje;Wd@%tu_0>f+Pw-qru^A?}4_1vltBK9!9P}t1H@cupTcqqSh{d=Id*kh=~3g1b8 z1(l848ZQWXC}{XxkPI1rrX;#jDU;AE!zc2b>)4od-0IcNn*Xd4@vSmLz5vf(fMxtc z>-IZky=r6zmx@=KQf54rgBC5fR;$)9xImufiJ-BI)4Ig892~Or>0rA~GMZR1@&C#R zITJ+B@`_aTedDA7gF(mI$DiCPScJ6BJRW1=a|nziRXO?&Y-!A#KTcb}Q_?fioNW}Q z0eHtPAn7=u{;g`;DTstE375g{`+=j9ThYx_Fn+p)UTIfe$%XAAGUBX8}X)7HdoKPN-;sP?e3`BT_fheo>4L| z*R*hb9i5n?7W0GYH+NHgh)dzZ$ltq>+kPox=nIspn!*yM+%$469D@e?^Z0L7`D^ww z2Zr_^-j0^)n9#v*Ql9X=C&Njf;((%A*Ui_f+Wt{$6efo~%lYFXtt1m6S|cc7he~A> zqx3skd&o&sd0p6fE9Q0uz$e{gahfk)twAW2NQ$vs0^~ftq;(N!N5@2M1{PsFce&Re zZ&*;lI==6Fb|q^RIFgV#GRxg=jK~jB+r6;o9?Krp-Y`U&0}GBCLQ ziP$q|4xTZ-TQ#_IoVROmUnT0a(VBbi{^jcqCYD~~@>S&W2fDvkeT$6I;ybQi4Vo=S zGaW%1e5f4)j7Go4USyi)A5C4QDRx~u+>ScLWcw#Ok z+A-snb?%<~1kvb|`kD5Nx`P?-{h5Vbqs!*P&F{nl7-3;3(4U1v=?g}@!k$n(?uw_h zvHcCRZbaj#^L(1F0F189==T2km5PRvt@tnk`+KcTGKh%}r=my3h+YCwqP31o%t1(C zHfb{*(Y#yl@UcerYlg7+ip!ql_DwQDk}ZTrl7ZcTq_3O)G$DDw)ZnsR63iKh+sOJ= z|L+N^Yvin;{xe&zZxR<x zjoNu}^d;~cNKiU9=k@sVrh?GdBcPEjRL3b7qYFp#y_nN_k$QS-pp`W>uC>!?RwIz< z8(1QMJKGn5!MqZ`@<`NwkP7l2wf4In@EGWMd^!qxW|v-0&k}mRC}?DW8M#T9lsAAw)L8#efIM0 z|N42^{|YjB{_&zQCjVpJ#q$H5kx&~=aHebBC3%gH!O}Vy^xnd8 z!b^Tzw?FIRU|G)+caIFCiB&ZDlq*#A*_829=>97{iX+PoT5GU8t>k&JI#YFIECcM+ z8rxYM4eta@Pe3aU5tHBlpe}iepr|)`R=dz}#iz;7W8jfZqD+`NkDJTSs1Se^wDoGc zA6*(+7smBtB+Fv6;w5}phZ$Vr{phuS8a_lhi#i^{tO1;Cq9-|m40b1Gu4g}ZUEf*H zsg9_^)5a6TcpoV{&z+z1IC4Pw9x)CPzo<-e+Jx#`ZpT>|d7HmN7}9qT(#`Q$dqg*q zw;#PzC*w`^XYF(o)RG(w6o$tMi7Vn0$YQ}Ekcxy9zgOrjPFhe$H`$*u#4=~(wL(HUM#ZkerxMeJvi<=J+tyf`hQ@zR z?KO(o?|^xHhT7e9`aww2KFG%Es}r8{xb zp`e$_)DKBN4osEssu=aCH8HNSQw7=CT@|AuaK5`Om65J;4s+F3xN9cPvm?e4^DVB? zZzbp<{S2ChX4Pzx(7X3WM}d0&!lrsnr~V^_T)T_xzjVD*i*oJAOhdR19a@jwvnUt{ z6Co7z>)$|e#9zS$H&{u^O;LmAUt``4dSxzunkj`iJa2UH+Lh64xoxl2v#R+RvassT zTf{9CP9MP?YO*u2dD-OGzPlRss@c`*A>(TPu;Oz*W~Gm8+NV$3qw8_&*{70hmrYvK z8Pd)7BY&@@+R93n?}nCJS5pls(1xJW{aFyJaeKK{R!H1c{Z8G@SmPj(^2*2Ip{Ga| zVbl`iDk^ms55rkt`e{L(7A5kR8mOod*AHjve`}SnCDt$K78py!6&L)vZo7+)U{Wi= zoSjBvJF$r;EwhI|pAgH&P%SbLbrNWS)HkT(otQV3wxvO__60azO>SxK*_l5ojrqk| zCgLB1@Je;@Zv%L{Bza3X`E(fYYsa|^nmb8gc+4qxoJ2p9;MVbR&@_iTTDtTn%H{d8 zYA=#P8M5SHCSO919HFtjnuk14(r&DAQ7a`;?Yc@9jIoe25aLCK+|Aa}ika!(og6B+ z17BM#pL279sT%uOVamA7fh46?peHP{FU4+;rLS)>t!_6kVw;Rl0q;dPO<}z0CeBJ> z*}PEWZh4#0k4*39-Y0>zV7wZhSt`op59_#J;+0Q|Ht%)>;}l~QCdvCc)f^=J!zqTz z#-oHpYqj}wfhRyWdW0`nE1&gqo47wOUb1Z?yuqWG-iPSUB)KN_v_(E` zt2M#3DPbG78gbh=2pyCC&CTm6ahT03{HWtmKiI#!Hm!S%;0JVDBxZY~op`GI;V$E0-W}NPmc+ff!~{ z%s^4F;jw%(S-k#0UFH=K*rc%bB6jd;{^_jC)MDcZ-n#m zF?7F)MVX&7oqs)&>D|Qb#=a&KQ{;uHHLVxPT_5&Stg>!u+{%{if2BzDez(b=H(b{f z|4#F7k-))nhvH;!u!Umdt|yiI-7(AJgBRAqF-c#La93mfkLggz#DLDM2_>MP**7O9#@jJt7Yk&`x371xyoX)*9T%HK!cq?*fg)o zPrXA9#k#fJhCa5NP)c=ZGO&4MLJ0r#{dakUf#uQ8Xs(R|s5|Lk>{dXFBb_R7yc}|P zh+kgvT?a$KognK)QdDGQlL)x3^5v&NE}rB0*_z$C z_4V4A(wc`wUsiE3*B4*$X}Z|h z!Xb|UeJ1dAbHd^nx5HSJR49e*x&S5r&byv4R82y$y@?lbwDkqwP|~$#SxOX0a|;y= zIuDPIysK;kz>qlvNCKDLW)KS7cOU7Hfs6??QrS0tpLaqFn0M${Y-o}*HNWrfcdXhL z*uQ~RZ*?xnhtM#(EE`ni8Ap6}I58>RKU2t<%231L^;gaG9Rip?vaU5nFO8k`&K?nP zbJAzQ20zs)nn|86_T4e4!#JQ}A_8hfFx?!kZ~Shqi4aok%8?1N+vv`2h0`-Hqo++i&T z&AWF|_6gUsRV4N!S?}eoEt^smAfQgq4kQ00s1zhlelD$ zuJzBC2dC`md*A*{VfBE{gTh}L<>E0Yks7s9{*wPS1YFTEPM=60;}P^CEuLoVgQ55H z+CjTVQn&}!V*=Xt-{M=-kPFaD|Lu7MBYZ7Wn?ac=u2ENut+mfxkO96K$YS*Izk0$D zQcL>t+qM`PrqUTujsqY+2)&QcV^?QcF5dO_s14%qXm*mV<>z;qPI|O`2E5oD^%hy1 zEMGy;7uDhGF;S~;a~|@@+kU9D@6A?q&2xx;vWET0nUJNXc|yD%I9s#r2v8#Cn>9i3 z&(XHuy;o$TV^D12!_%XNc_jkiV^v(W0ODm_iC?HjFDPR&WSkyRr>_V(EbaBD18S;1 zc9dCGBYQG;OGc)o1V`XX<>%p#S!+7o1J{u)(auEXnv@|`Rs@x~1kR?9l&36-i5YM` zg)Nt3%qDLEi<7lFnP$g&enUfF+wVuu`|Ho6n-9G&Zx6;4>EfF+IAi5Exv8VMgoqUl z!##TH$NX=evcESpOm?m9nx676c?u!wv#8^b1j#0gC&s@DRf7s<+yih)`T|?J{>v|F zUk6IXgg2(&<+H&eKW>Mf3*1QRH4nEtljVa)e_@AK`3_^|1i%~swI(qV5mV-Dj!`IY zhP{sGw?E$y-aYDaxgM|X(N6*qo7JMxp+iu_$eJ8It{St%NqHyR^;~tIgLf*$G$ zR_jS(#TiF;Uvy38&1*1`ZcD}8{Y>}O30sJMDuwIGFD6^{3fn{OS&O}+l>mmw z36}28(>4VD6)&4KU!VZ}W=ySBu$(C-F~+Bc#THlGm1nyJ5wdyK@7_(v8z^bTHtbe( zEUBO}8JdjbQNIW-3eXjqWHG+q(YqBF2YlSJB{b*4fS#|lW391s8P}jv_ZrWI$FO;! z?QVmIgvxmNEF~|_CUyEo~jc#l5ctKR$saHG`gG`VY-XcU)l(N zCqaz&TlHQy{uwTx%@-v4L`Q?2X)`3d^|q)P=dNo4+&5ME$l2!{$KBgE+iCCr0L(=W z9~$$l-qUOb3BkM~r8+AMKpXK3X2=O73dEfM&TsX8^s!YZNISB_v}Xqjyf`}Z$1Dj*s$m!GO?8O|!nTtvkP zyMww4uexOB&JV)qpCNGV#o|;q23~Y9it?wU-zHUqHHzh%_a(ydM0n0M=i)Abv&Z;< z!LgG+TkH9_2JmD;OOR5w~7;N`5`-e|g;3-xG+v;PH$!Gbr+clG>h|3m$z8#F>h2Ds(?Qo_%GmDb z3iq=uv4v zMyI>-m18>mj@7}m?g!#-$s$gyd4v;Vq^aruY_8QJQ|V~oxA&j--o2$JxnY>I?&!*c;dvVYTg9IWNNtz?K3ukl9W-`%0pb~Xf5!W^G}-{`2&0-Hu@?75=Lyv% zCB94L@I(_G8ygEV|1D{J{B7P3G6e*DGE=m1Al$N_KKv8Gpw*&vdK$1EIPRZ3l3ZlP z?*6Zkz7<85)OcW6s!)I#wSlM|4bgt^)5f69>#5TOw-T&fI0CRf;EF&dZl%Gk9n64VQgO!m)6PuXJn9QPOBgudoi=a9PRX~`* zVw?bjD!}>K%ClrzR3)J~vVAM@gP?0HXLB6=D)-96g~Q*Z zi8ms1B8pmH;#D#~?0i}+y>RZ9Mp8Zd zGp-5J=qhc2q#z=qB>)GsAAy{&Oa?J)k*rB$%5t9YKp#dHpB6VFL|eW{)8c0ULL-0R z-La7Zik4Ep4x~b3rd0Qm!k+~%c-5h0U#Q}s0mRrnI<+2C7%VXUUh?#5o9(V~Xcl6f zje;f9l5ZQ2B~G-MOObQK(BIF2j0&d~CRkTSm1-eLj=d$80^x7n1v?_TwUpR{Mg$L> zkXz{R(1Y0Xr}{3a(r`pS#H;3|P+rlmPy-KO2gRshR0?(mK2gSo&}$U4#iePE4JHpN zOo3BPSM%1{wXF6Sl9N24Q_)-pgw(>nA0~Wm)DPmb@78tVJ{Pg%)rXR5YReYOafe|IO>vLah zchF%&)@k^hgWJ$;)WoIO!Q%A$8=G#eILa+*sg2|hqF4cHY{f+KnOYONYCt6!Dvwgf z%G?BED@u-xin>A7{<jO|Cb<#PG>>G(d= zq6Rd}S4(N1oxEnW=R#v&`TjebEREs%f3pCTJ%RZR1_pd8ZDbhE#3{P|euvt^P1@VJ zz{RsX*P+%=_i<&3JK@eHs^T{N9YM&PWe$jUSw9>0)Y-H`TQ@zn1P?vV?pcPd4;zA2 z(%P?WIMEbH1j&}gd+ec_S=L=Arogk{%Sf{@$m^J~dR$YEvvQ6@v7dd@+pcAxbXCXj zcQ2vx)9{yJG}B3Q;3I~{$aQsfG2P0EexF>1k*MBjr&|V(sQSy;eDlUfLc-hL*zRMR z(MvJU0|)U)4OMAC^U?p75@ zeY<1M@2QrN$ef&3uci?H=ldPNLrHsJ(0?pZW;%H=rA6^+omsj4I&)LLE7&2t^xjrI zZIA$U{+v^c^OQCo@I6$32eW|!0il4B_=p*dN1C!;{ZcJ9BPlvjSny0Aaq{}LehA7q z4d7LgZxvIJtS{#dOX3R@vI{>Xx3e)fN9yvn z$oTCudQ+Ggv9Z9~fhyJ{F((-1T4~}A`l4?b@a)nXV7Se=6CxQoX(0G&YE#*hA^)Y5KT13yGnjf~lENu&Dy`a2xK3@A zmzMfVq2|kOvZ6Jjw@#&Y;h7GYn3#{{%UwJlHBg|m_t)|;+r&igTi?BbXF)!cU<42= zf@8Jq=8vtriLal%{}(<>iJqBFmzDedDF6WJX=Qx^aG>brFerqQXvi$4mvY zl&8}KZEP*Rz7ybj8;Y`?A6Ht^oMIln{)|BEImRl;mtw5G&h6M#uQrouZGd{|B@U)i zHsnxS2@99RmZg1A;HNQ#6{ zhTg#%FO`%%6rwK)2@MnaO&DhLMHQN})w`IEUBL82hTi%vgXU)(h$+@m^gs)q4S7UZ z0MtBr|0tIm{77RTj#w4tlhMag?1JI|$|#^Uh{aNw0RA?fpBfaXYSg}d;-~?S24j=T zN9IzWH9sElZO@z%7)TsBXdplp^d4T1t=9oouS{-QYdVu095(p?T7LHN7b6J9!338` zP+u((_tQb)mhB73`IZmXv5P$?A!O zB1~UQ-w;b%n2i`pjMo@{c*a(hD4)tj@K2Et#RqVUXjyMrYp^r{5o;W!+yYA4i3~Px zqhW{l{S%G?(YH|qIk6@F(vP!WeiD`b(=bQh{L}^FG@BvHuJWQbMI$v$K~d-P%g3c+ zJSQ}=&0Q`=wvYFMUO;cTAY&iS9L~Z$J2aYlA7bL7n`en(5GyGqVTu1_rd@JeoXRHy zAWH_c)8PvV8-@ig)q&8wq)rDo6Sl9q|Z?+uOI_Dv}gz-e5I|`bJ3- zR&=4(62yHP#nS{arPGHAczfHS(B%DE+GJmmp~-I#MTCgR(c@y!*Im0DOXS-98V-M* zW9{hc3&WR_Ex8BZ6pjXkbHQkXM)Ei3u$Z?=j$fA1;bqU8s*u{X2qAa9EOOVE*m0DC zW6&|e%6mtDoCKk7L3ExH1peNPbwy{=pO45?5q#uH>(QG>SF4&v7V$#x`D{jLUhktQJ zi~-OE#ir9Xet|6IkpJ`>jE#iLJJozcMwM|0C5`z>qSCkxm2|^J&`UvlY=*h%qoWVX zs`+&yHIwr+s7sECYF+Or0Sjx)A3Q$~BHsi}Q!$?2kqPd44a|M4PclI^`y_IC@Q*hO zi0(M9`pNlDPR~*hXyUvKHaBj^hX#a{ryo>?L0f=YUEZ6+QGiFB+Fe7X-y(|HNUi*a z3w;X_U`Zv-1I*VJjD&o$@W%6FMT?1kv3l(dUNI5lQ6Q?`)hF_WYHkZ?n{JcLCwd}y zV0mQaujJv3ZBdL#*zvXM-P!-KU8O|=XMIRvVVoaB6a`fYgN9XB{238j9DbtZwWy{l zV=1aY+&jF&Ptrp?QGSl&GR|X0Y)do*b5HF!R0JdQOe{8(L!>9KuD7;|d`8B5OxyAO zN{KXzP39<;%fywYj4}s%m&Uw-8J?cYUEb=q-($2N1I-@FH}ZF+{o9Q>N*2}C6lnXt zz(ee7s3a-M<*0&Kn<)c;Jm^+`EGQVcj{g#?Nm(|5N}B)G*ZN&m!K%Nl1UYOUmnH?` zCKIo%2r&{GLw*M}ZUTqc+)sL}Ah_lmD>uPXkAPMy3?i?yvPBXriJu*xbHft4V9_>I?E+b+m4K)5H5FH1}XUfoWy;Sros`NTjhhXP3yZm zUB;yG^%k;@l5uqr`Z^oU?Y|RJ_b*+Sy)Lh-ft0Gk^@>97n+Rjr*C)vOVF(*KMKN7& zxQj(CsF+gYE6-y*{JUI4O!S*7v5c^96hU6Ph_9|7ekdnqXJ%1hETa9Vx(9}3pD6r` z-P7w7S~*;zXcUY9*cTa50s;ccYYIXgmBZk0E@d*>E!-}^Ytzm&<{h_d4b{35FRmr_ zsv({aJUl$SjGMRerKY2ErMv#2C=Oh2`dfz1`Sj1w0f+H**ynv4<8)^BQyV1S1eSFg z51Ew((L^=OQNBR~^OefCHaN5l3%FE-ebtDCsKrCj{~*w}wstr%h%g`lrkI^YJj^so zEd3SN+ix)FX;Ll6dSi}!8^7EG{OpdrbV2Yom6gG}yH+FU=@ZEzQ(O@}2IX7Dwy0h5 zV>)8RG0E8W7)ee1-I=`c4zs=}Vi_pyhlWL$^jqM*^e30YuI&@X^Vxf#M#v{*qv`(# z$CHsL=xB!fYiR= zeD%S6iu5IgCcPv4A&q8?=4gZ>7@FqmW_>~drH=`YyJEX#FxX;AiB&uswn(lE)SAV%By$jN{?2A#vFl< z>kSrLL9s@s28fxW&M0*lC1zxV91FlnB?WdP zr+z4qJhfH3%^uH5Wlg8=4RZ5jT3zVq=*4#3q>pep6fdw@t5iF%M7md%GbX$_JTI0m z+h^MT2v!{LSOBl@VVT$j`u7IuG`|O~d@s?f!|$4PUjwBy7>-b4*$E&&5*>S@|CmP88}7)pvd>5>4_7l&W)l5-1c(~ zaf)M8uR}S#3cKTaha55jwXQNgejJjQj?A9uO)*bBKK-+5ygnJmE%;`=8EC8CGNum| zw$|BRu6ZB*TrD!zT4%X^yD+`=Z1fg*Y7Ru~NmR(j2*~m|5@Iw^*4$B|;Y-tNo4wWQ zhhoJ3&J*UM3wXl(tFTZrA#F%e#Q90q!qLIHjB0?60XAJ!ZOc+%H*vfY;!xHUe#r)- z)?rANt@HPse095yW*T}(_6e=Zu6Jbq%fU(3%O#t3!@HA3|JgqhLhrFB!+l{>@i;3}vC$u{|IBi?IMQRQr~k$&t#~&QzbS0(K{n3R5!5 zq6dIQln*%@-EUaVk{5c}2MCOSy7Fnpu(-?0*Q0ZWM0aB3<}%J;Yo;b@W_6Gb$dnru zYMhF}(p^MFh+b*M<%4pq>$x`Dq`%V)Z>=eZv{Bj{2EK@O6C&Tt+rfoh9zYpd?!n`=)Rc=@AA3oqHAZs z>6AM9hOV~|-a@~x-__gm{u0kmA6bg(u5)JmL-K}^eu-L`94{IvzNVxpPzjA^y!$mN zU|o?SFb+eYnUE&J*cCZfI*4NtR;As<52t^sH70%-q;g7KOZ#48uEusnWN+rHg~j1A z(ODTNO-;*6(n@&Ln)_JV+WwUL2so2HoUr4tixK*Zi>}LtHX7;}LC{DTNzgipxta($ zvBX&AdMWX1Z7xn|a_?(yF8~9X2LW;WHQ4Hy0!>80H;NjqpvW3e6!cCDTSnXdc_g)7 ztOeH>?4mSGAX=9d7LHwoX*sbd!zNXzt4LuS0E1-D6vb}%Twk9J7r-YJsoBGFD8>3W zp6$kG@LB2?rWhTkG1bIhfLIQ^^N702{^V`~qm*I5Ex1|`@~{>CP~?33q{1zTC3NZG zq9OTU>N8rdKL&^!=*s7||3S|L&l^`157-*pbTrpgI+Ml@LJ)X8cKjW}xYJpiZ=#&M znZOdkPpSB^d^0^hqF~$!quD&hqHgiTx+n`3!l;%hy1~rCviSS=TU%c^9H+z7JbwL^ z+nuWI;WH~~M8{TCB2?5#iFA@81z-qLI05iR;jSOyDr%&nxCX(C?=%pKq*4YEm zNVs&@hU%oyJpanA7L5xQ=rF*St=F}HGN)s(TYbLd{ZxkV&!=c%0NmwI{bJ_`u}h{5 z0hn7y>>`+y8MOU%Emu3-YC-C*OUliE3oyHTvdtPSosd<4{cq&DvRrsPXP ze}3ddW7Z_a4PO+%m?QVgE9E6^^W2|5nUmTC7VY8Ft1=AW@Wz(E{rx&hX;lm{lHfMp zc>WxcMDd#+uGop*=?#GWAAQz|79%8#Io(405jd?}6wJZH;<_@x(p?Xa)msAqrAF$O zUmfIi_<8xX_}H%d0<>fCe96r$k-GLz6^udtC1F49u*f9%IG=ZpR;d^++Zx29;i zC?{_LFJSgVwKR}GI5ld8@%*UiHJk-8nO}eH=9e+6)Ecy>6e(gJlqDbyqhANXKDo-stPX=F5I2E%$f3lr^E@`j%GH|JT{ zk6(US?1@#eHfHlw17fFE!mGyI2z@U!a|jq#w=9@+1(32Y4QlBA1A#j4rZ zIH|qJK}1>frsVwXevJn9O+6}vZNQ`vWng0bz3h(!M%w|4udgu(+-(Z@1uJy(mKSOx zS*^L3lG4C2IA|}popXMmR9RZ%0eF!)@*6|(Q`DCeMNdU>Up?|GN>gB3+XP8bD^sJN z#t5%c^#dMCk0Bn#1mO~AyK$JZbz$Vm5h&EhRerKmFj&F@_qp5{Rtqq z+)VlpQH**bn{ROPvaeIKt*AbLL)eLUS8ANPHAL#_K!ML_50b+<@Z^>zCAHj^hw=Rs zzyQw4kEwIR_rs+BhLC1ysyh%G^R=}gD*)ga->YJa=aE18%!r;mMr9rWl4KG4kg5p~ z2#a(neq=yg5(TnY9T78*-NYuVp@_!M%5bisko)OqlyF%fjx)gUXQE?zG&s=Mbp~Di z>VsfD`m0wH*$=fWp|Y!Mi-+C~ETKkstK>6jbxA=l&$+RmhCYoNol=b*KW{1LHi2f(^w}*E3g#O?mXdr^^}H2wRJq}vC`>+BlZ@I z?U2x}G%0aB3VrBt2DTsPqyRCKb^wbKZ4`t6O%@LEKF{%Nm0A(pq;wTwVDropAXGm2 zrR-fq!c-5&zP-I2x^ia`^u#~8WR;=2!?9L(}OQKlo^R*rc2(RQJc zSJk=cB>cM-;xm2wY!IF)R*USLU9SVj#in6f(oe8OD$PkYLAwoG6^!vB-dZ!%aHDpY zukm^7K#~d5iofQ-!YoO(Jicc~yZ&L$8%g;Fus+xzh}{m)(u}dAV}uzpVKY_*Pfun< zcLrmTNFt0?@C}_PSu-t$8yy(P@F|?Hs!W3#uPTSSsXEjRZEYp0xTNT*RQVp z;#tu<1}#LH{ilKiJ}pTDwxP=7SK1GYxprg2|G3%3lEzQi=DCGq%?t07tBEC)nS)wG zz>cJIul-4JDvq%<5yz(nk*@~IwaX%vU5z+PCO_DW?e9${dImzqC3(w^PeW)uevm-v zZfE;oZ)Fkm5@*v5?RCx-N-Qz*u$?WQaRuRlsPGcFVE7(9?u8`3>YZ81dsU2<9_6Q+ zldF#_*YQ#1=|`;b()v8S0ew*y=!w&su%|pnIGBWoqmaB{(tCRM{dykTTnl3dm0734CLG zg81@1-Zj!F3}{;E0sFbg3W0$xlPm;A!o=nJf9)_~OB1^Y_oANcdajdikai`luDahQ zCe?D%IybR@CRAm{dms9I?)tLmJ%GD5yfnxzCm%)u2$w9>EPJh2%%GIVs@cuY^pV~( zZv<5qPOm*HOCG$D!MHOJ6nRr)BS+5xAmo9^%He$=CAhTF6veAg7ORow!2~J!=sOVk zA)D*C^~Jk&Dj;P2aJ{enc<^kz1n8pp9TF09-%y!3sJ-4gq38&4e36l;qy>kRCu)bm zIOT8KU^B{yL?vAR(2J>=nfF?C%IrgT5Lw^)vURhv-VyZ-;gx=Hgf^X|=j@l3PrJJ6 zpf;e1@YLKr?7GG27N@+us6@cx}hJgYU? zc$s=%Xx{XU-$qUsXjB;+eNf*e-BRGq*DQV!(@|<9W#!z2%6|zC6{ct<#KXIq8duo- zwR#8`R|^vAe?YPfbpg2Wnm#5dO@ZvXQkXIX#mkAK1CNy|Vg54%VUrYCDAmJSXd8djSkZD5m6Sa-J1z z)pO{n$DvgxVBja6Tsd0bXUGwwp33a8`$a9&3An%8{=Sa!XIaNy6zxS7)(WkPnf4+x(U%Kjj?%}_ceP83F+dNaw(roj( z?#`^1(x2Hmu{Rea=(w&$VFb@Q%F5EiHCBJ6nm^VtQ{nb8KVFIY@9_4BM~A|DNHAxj zB4e1=_bJg41yYLuuNrt>5hXfFY;B9G`OA~u?l^=eP;k>|gqX)KEJK(MVxQ&O@y0&?R{;^vpIK}mg6lfMchNtgD%_76O`O3K znVViGjI3JHpaC2Z6~G+YdHI~gXP;q=HFVtXYsqMEtupN}-t#qE*;7~=D63xt%xxHk}D`OiroX9?1LE7HiOZAnOlSG)OgvIeXQ5~!AhKfc&u_C{;BC&jeps3pF6PXGn zhULo_tC~}z^@$3G5LNv@4K+v-e6&5nbMLFrXwmq%@$sTR#1y!3#+WH|N0tALEjZJX zj-stF8yC(r%yAxm{%54~IW0hj6|2nY>KE&GE(7!y5G{ZU$-IIU6%|!3LWF_$1CjsT z{KVnKPTk6bi>lAk7Za$aS&k5ueB}2j(|rvL3W(FucT?hO>!}i1Fi}$UcNpWq7xV?h zH+ignkFtxzvoutp@^N1g(HyljtW!NHv}P?>+gSbVz)Wb{jbj}}hTgqN9>SUu@UbbE z6`BYmLHSYJxN_^o^=lRUQyRqbs?w@+th`ShVZ<)UG0FZVyW#wE5rAV}3-K`fDSzwl z+`R|YKXJS~Sj?jClomYx9Yd*wlV|H>U4^WqHIX%5k)X|nH6>b%tfI)A9000Dg{*z$$WE>D8*{Kcx(gJ{5+MsA*6`?EOcDizN|%cy+~Nk zBIrcMS5sjio?l;v7;)x>OpnyLyuO7R$jmZeTp7G-YT+1N=@7j``EgHXn zsO9vioUE5m?`-s(OB_$KSRx*lK!Yuuw)2j`N(*Ce(eyD5f_)EKUqOmjYQwo4?@f_j zgDy$+k?Y7^MzPFpofAzUfs{Nd6*zGCd*L7#idg0mC_Lq^_a(@uuq}t_) zM^D-a$PH@M5r1lz!x`hwo_2`ygiRchZH#&Is{XRfE=qE&oRY8y%A|NX5ER+Hce(c; zm#!7C{H$E2e>%*F{!5B&1sm+5=wtPZ`o6Oui&Lw(wxFk=fdJ;Z`GK!M0v35o|7H+o zmA^Z(>Y$DRAY03kID>MkNR;(pfS$$6ZMFmigxvCbZDM63LtFR-{LL3bTcD+BV)MCr z6d#*Rpf*>xn*Pc0k61=vJ1U(Yul0Ey18&r2VwnV?cJUQ6ccc{TiR^fi-1+VlYlZ<7 z0n$h^5hwzT(vt|@#;@~GODkfHfmFt(^g|gUvzM()Ym`qk!m}AltS0>fg8FGu@m}(e znW9;(n_XPFI7P7Q*z}I1&p+<$NrG4(oCSFVdcA#<9ok`i|Msd?Gn{KZl9znBTwmt~ z7`Q~|?!OiN_bOWDiE|%~D^Tq&eLmz`tRa!h(Zqg}W;{z>sCjJAdX2Ph-c1H=K!6>& zH9D2WP{Io!X$ypBy;fR&FL`|82Nasqs}ciIw`pS%b$#?d z6~t&SRukw;bX4=T?k>L85NViF5x0hFb!8g1;1;O2%*y%{-sf-^eJJxXO?VZyOR~)f z4&EYh{AXe@syki1x@x40PTb{@x~Pg4nH+5Ydw+QArm@y_0qO%9|L!IJGfYpK5lQJ0 z73pW#g`m)gki_Pd@InXs-Uj(aipZg0P>ec39LG=v>~<%MUlN?e`f;zGU8QDZoQ?xktO%7DKR5ni~!;E06UoP&ZEKE|2>o z3W>5b05HJAZ;}0QIi0E|a$=Rg_Z@#-FK;{k-nQdMMMSt+<>%&t9bC6&tIX{GKHOtC zQa!ilB!Y?qLBIAfs^*QY&Uli2JTiXv`x-c1%SvN~t(O2B6*%P*qGJPk_^<5e@KI@` z?sLx>%zt z^l2XnnB6?e0Y=Pw4U*8gnUOyD98I)8&)dqN-a6~>#`?>GjO5AUs#s?pe7|*8tuFbn zwR#Kn_{U}VA(@s;;*A)Y_Ets0T`%kT{PKefFkR>JuS@p*-g}jxHh^7TIJ{pvY?|qK zI4}6@f;80xOYX)x3zesNE6Cww76>uUM2uFYhx?NDepHxpg_yq^YuwZb1O5J&#wUZy~ z&YM>hyQRO-grvQ5NZ!|lEWQX^1%R&(7tPm{GpMF@L*2%Ymb74EDP@hv1&M&e8xFy| zi7^4#2W}X%PP1AZ*6GKms7Jcn0+Rv&Z#y_U`x@{XJh01XLyK2#Myp288FK8xk0Ik$ z)K=7HLJ=>0)*0y>)urxh2}Q-l_ojeM0`NOA%%cCqDS$La9u1RG{q8aadbLPYD~3#r zdQqSA!io(uG~0`i9r=mQ5Nv286^Y5?6f!tsF^Ul*XS6e#a0E~q>t)8T zHyGX_bS5m5onA{CATtSHY+sT07$Vpp`orcQUx!xW`B{<@`2wHib}s;#85Nba9yP8d?TrRr42lEAO6TqW)04@q!4x5|F8DeG-4rn=ou@ z$AqRdW!<5a9lEYgT(|XXWEl`9#AVKoqkUSPZ?irh0HTW2`td^Z9QpcuoQmG`uCN+%A-P*8$rdJBbgHeie(M?`XCq65k-`t~gaGI0u4f5If8w~>Tm+yWvIT#E zDJF-l9>4V3PZEiXD9RMt_5j{ke%ok{Bs5nzj>SqGyn>z^@Uj!$D6$H;A&=L1a9$@e zOa5E`GGwlq{%v0jO#1*F4!}m7a>MKd@{DFzm8CdaZoC_CX6yre1^mvG+0Va0g&|RA zX@>z>yB}d%0AK2zU~7$01vRoXpsp*i5@=B1taFh;iPM4G%~i)n?`wVBk5vZ(!hS@( zPWbWZ-&3E5XqHg#yEVF7S;mbEj*b%!AfH^!+3=&HG5i@8J3MoAB)E?6W+Mt*{(nq; zWmr^e_qQP8AV>?+-JJr`-AIXqq%rq)|W8?#xb#Vo^I^%Yityd zDvf^e6r;Ikdn`;QvC+71*qN!slPmtHYnd|b>nYIPM&c@r?kHLVM%zl?dXks9#~v<3 zh%{G$JMZP?bvOSA&3YKSh!CkgRne}tT;!J8Y>W53on6^GpUutDT+z)2=)ABXibD7M zs7Pm_yK>pC0KhY>FjyOm9%-TL?78uZwhVJ1ljtnOrw@{)-T8=e=#CMo$ML$qRa)l5 zO#G$E{jBRXe0AmN&&97B3pAej0{wwXAC_pt;=a7|{^0M6iNEErIT$V*_N>jb$y%N) z1xIsyGeU7=9@6wZHXu)30~kY2^niBwk4A#P3h`&i2a*oukQv=Lv}9Ebp@(iP<}}!l z{2(fFol3*K`PVdKH3Bcuk=h-ZGkf3QPWIIOSv89mSMASZ7j?qnz(S&}} zrOcDiP|GRyh+1{Lsj_3cLn35#l>SKFZ7S1GFIH&pPBNF1F9vWLg)0keo?J?kMmm5E zfUF(PqluF8b<;)-XYzT9!Ip7g;+UT6_z!%C@G?$FRaXu)9L)>o=VX`G>+mNzancI$ zSfMnuyoCh?!V=w2glTc$eSLjxT6m7VI7(^s9m~ggZk#?na$qy04jwO>ZuETczgWpN zp&P{YW7WFqIIFJ&l~yh6){e>6-hDj1HEgyNcpk>uS~EFQ-;EW=PgvcZh~5dr31$AE ze~MQS&-?V)62gm)G{==!(y+riHYsqq_M7bY$T?0ZO`=ekQZ%QHChNXi?mmFM7~iq| zYQ_mE;hLzKmtIV@GDb;IqYHTsnOC%a*tuU-lv>6DDs1w}$vT#NGSt*(FQ|}XUNUC} zO^j@ATIm8ELVwH~jbggQ*JHMcreTN#k4RqmHzv?^l~Cw5AsRI%Q2i4C^;nMAp^E9C zOh?Mu%cBjSyNxW$D?r?9_T!eAlfGDV*4#2QR78ke(`x>Fqovt#7&{MJprm}V-}F-{i72$>y@dq6^)==a-_f8KCh3+#!1;~;4~kQY zro|B@pc#KsDPxF^+&qsW{ls7THEt>=eh*k-GR1|ita3#Ko#Jn_ednrKlQul59yH~4 zyK1a%D0flD$2I>Ccn04`!SOssk2~22rN|PhU!;_#1@+!3A#*ASr}re;Bpgp;75{)c z$sHx)arO!FJegTST5Mi5>L+LXl*5M-X)HW-d6Fy!7ok*oRyo|lyM%Wu$sTJH_Ho_T zK;PqzGvcaiFFbmX_=~}d5H0tw1g|GcWqkB+y;LQo78-2h{9u1=E1_e6H~rvw1$tfb z@Hg$kW=1EiKo&M?`_*L)p;USwaxJ^x`a?PjDB)nQs6&lJVhD_5san?!R@Yx>eGG3= zO$(;IfG;M`r@(XXHO40eA9}SeV6A2GJB1 zrHE%@Ss!DID&z;|04uT7Yw^!peBgf$f+g#=SzHL(_WVn=*l1~&%5xN+HhMj(cSQOG z+akR52269#*gc{H0gDM?p25Yf^xCrpZD!Dm)@|b0fbHy7r^#O}ijMSd z7Sigt34?0ukcph$7&m(2=O#c9A->7F%?#m;)&3_>EX7|Ue}Rnz!399SVwkij^I^R7 zGgW{K3qRRoJ%nOa9zOhsUaOcE`)Q}_6iqffyWkGxNSkn|=;Zjc9#gV5|46<2Bl^5` zYq<3S!X|&gw*R-|{!XLnWBYL?xK{QW<`vK9E@`#!(9u#IYJLW2-3EHE^q1d3D0*== z8plM&M!(8;025li863l}mFml07Qa#XVyRL8m%mIV#Kkq%((1qTlsk{dmHC2Ri|d{o z)gx;vIUym~q0xvIeGwow4Z%uOl@iGvkAzJ#m*dkVO*8=Rszer8HRj*yp=rp6?g84R zalgDiK|(wfI!qNZ78l)`K0_|qwj0WjMM+#)5OkY;4nWrT14(RmhU#~mP2E&n_#4hO zC3h<~n<6(w9Ul&hmv}q6b)j7u|L*KR&yXNvw0~pTjg~!-tfk*zt}I&x@ch@^=m5J5 zUr;G`#!(RHrqzwBxOsUKxKWSaL%L~z65#Ob%;FW!4^SZ88Pxe;Fsmfg(IPS;Rzv7k zFhXfmSlrbrLwi2&N2G%@W@7YgrB= zX+6P4QP=a3m60~oHi%1L%lJlrX!KJp$x&OeFKaUDTWflyh=aeRWD2c|o0S>%OJ*t* z94&UWH3;R6Eh({@V26TZ=&_}=Iw`X&2OdgTS?>dJlgsCMgbFG&@uNXrVVT4ees5e`E&44Xi^J^Det# zI5O5F+#R9V#v>)AB5s;y#tx!_f?JQLmVI^Mmpy9vNX}UU$wi+BHQ(bHYZM{sz8_G& zdT6g!m;c{%)w;O`PO>=1ZRXIobb&OAq+5I_QMfAZ(VTPVqkp%W&iqGhRcQ8gJ{sov z%6$UWa_+m8!XxU=eXSJM7=fYFQ)4JcqXTt*5MzL;XDd zk(<7P?ka}PF=Y>}Ue`hfI`{2%je{7y=8%+X`>nU?u#naHp3>_9-d*%Gc_ZTps=1Oi z`LTVV;C1WI9Q%6L-7)f?DJ4(S+OtGs&+_lmba0i5Lm<-HSJwL0 zi*jOD>h}JdKy~7WrPxt&7Myjxuu%}n{^E{GM-mM=lU9~tz)|+S6f)tx@@u|URpTZK z!q-UR?*5#UH$9ipipJJJ~|9Vn+jM-aGqze$MpxcaGj_bnjn zmpI0P0gjJ=zc+nbKQZcuj!}w(1h{nmt{l?U3f?IG5J#I`EHdFwBaatb-JC)xO_%Ez z$!Kx#x{JbF2v5J~5q?1Ja1Zc~Q#M8m{%()^STN7pdWO>=j#uj5^_L#XkyUO{eTbG? zrYnq3LApe-jz7#8*e%@`)1tW{__~pP5-f327;gkD8J?nkU(3M!lFL%9Je9*zdl8Bm z$MSamK{M(0o<|4J@Xt3|0O`cl;^%;OkG%Kh>b<*u-O<(J))6CJac6dqH>7wb#}fm* zFzzJ$#7U9(kYo=p_gpVBFdxQ-Jl9}lge_IS+xqpNCb4@4y|3Y{D7kIt?caX>?`%;| zP3f2v@P?T26fx=SP6&PEnduyvq0+(%q=zL-oFZKxj9_%31Hi`OCgtlm4bUhySb6&U z=AWf~L2h|NFFw;!8+yTV;@nNHPBYTCbwxJ$xaWEeizwIW<{SvQTt;h98fBI5abw7K^w%Ye1UPqmq4#^)R5pH%RsN5fDz6j~?hJ18Ky z1TdavbwggXfGqlE(&#pkA;g&uw$KW$vQuUYMBJPWJR^`70EEnt3AKJLg)el`+H^c= z0_TYd%S3s~@^jL+$t^(_%ZwY80Xc`S(WML&X%oX6v#w?FC;bf{2e1JV<;#TVPEEnX zyRY;=j0N9gLmzGm)DeH=uvzc|Mu_6=YDdA^6ok^;JhOWmFw6VT-`tV-Ke!EUU?WiC ze3dyRt8Dhc)x6A_P=DpBr%DauKcd z*lW0qa%S>w6u2j$mJ?h-8@6>pGaY8wo~QCGG{C`k&@F!l;IkW7ByTg2cc4YkcS2Zh#?^fowmNcAqiQ#p4f9y29C9>Z&t9G;=jzF ztmjRqx!Uy=_@ANexWThT=srVewgv3`jC~-Ve?VHW*?^sgIQ*OZJv35(5s4C3)_s73splYU9%pdnbv zRn(#7V^@mJEoR|03(APAoPQ>U92;U*(z@&GxJT>+a<`yOS)cFWSSlYK9qqoAxGmn` zLETG^lRw%vMfWn&ic9uZzn1o@aO^t`bv!=`eN|%s%r1N301eRE1IXgrO2ac?FU(2U zEHyl3R>N$&9I|Ie;Njn}t;msq7X7&Dy^EqOetk3QhZs?Rl7G@FMUKVx~FXUH@pszYF=jy=-Q z)6yx;Ql2KO?ojpNALDWKG#5I`k){;=;BNtY18wX#(3827O*0&^&i&PH9!7U7W4^_f zkuRM5pGXtPybvN~?f#A{o%?<~X%M&R@t<-OF|&mi6Jfm#hVGkLG@{W{m-JRy45dky z(-O3Ky4f3_VtgT@WQpy5Ak;eL=aP@)lwj5G{y-%w!N8nyL4I|^tTUx2Fs$`2RP>VSJz)RBS$q_}lrKg0zV`6Ib!_6~9Y)iP}X;QXGE)FB-NY%4DV zx8$GcXZ|J~MF5|-3u77mEOwl7&?EEgio|j6=1+jSMYGKj4 zg~_5^S0&L|TU=Z`*3UM=<$(EkG_e95v;G+e74p^F-k0FB@&8MNS62effd@|FuF$sLcS_NJIUr3gmKSrkuW0NZcEa)9z}IM{c&aOMitM zIxQK168tHn1j^PAMPVp{!F+@)lT18}OcS2Vk3#7Oz8ZX#;b?En(cU0p4vYJajD+Mk zZ=}1s`ueTLV3;RqyC=z1=qD1j1b68loL~=)lt7nqAu^_ zD&!PRV4qWl#4t;C6^*LuxNOftb4J}j-v8_B=Vh-%-!j$zbQTHGdm{t<3Z4CyxE~Tb zxlsV34URjY%uk#2`DN6$o*bp7Kdq5*J^k})ER(Q)2?W@*Yt@M5N#l6!kStxup0{*dx9Ak-@>S3h z)Pi@7U?=o|wns7iO@xm&Te#aFdkKQ&$C9D`J7r{lz_3$>Hb!7+a8Mu>*m2f-2CL|b z7e$E;d)de=mh>LPhXOx=A`#?;o{H4t5d~~5YdX4U$zr-6!3V@**fPXExTZ`X^+0V8 zvN;@X)0b=YQfVqGBCw1Qi9o5&C{HbKNv%f2qisv?VueP$Bd42x+g!d*C$1z?>QAa= zmSeL&kr(TJlK%TcTP# z_ir?=LX09%{gDFtVADmOKebNd=qxG?bq_tlT3<>^>gU6BHK{Mi$T3lMZ1VDR1l|09 ziv^{=7@}z9!~PP6(?5r)QfreGT>mGw^f}e>(QdxIn(p{jntU7XbI9?(dTWjlsaAcW z-6ffSLl!?@rcCx8$l4eup9f-{A%ZAw!3fS&qs7bHrF$>2CT%{{XFKH#cftYMe4q-( zcnz@PAL(n^Z8*j&sx2#wIcY&a23Af7GW`F)T%@o#CHG8TESbaLlVsd^;~1TzYQ|3= z^#lPTUdJ<+q%i5Khi+xyrd^Wsw>>V}nh;g=c1sN~s(z2j8O=}rQ(c01h^eu*I)>%1 zf(Fjz1X#lA9rTmGj)sx)Phf?a3A8`$Yj1qfx@n-LulXV^)+WcSIZ!@rB+SUxJS;Ye zFM(DH4LZHQv>0u_xT|68i|rk)EODQWR};k==$T&u5BtR&+s=l#Ugt%8D6b6!0c5DBjyic$ z={bNHhmD((fVf{uiguHRWACVPd*P9u%0cOuB~cIll&Y?%hvqM-+0qoaGq303;rvc7 z?dD(Y*NcEr2snI^#xAD4Zrw`q{l6>#KqR-FV1q1b9otUAE?Kmsy5-z=(P{p##uOB2 z_vKz>p^cZAvr@!Kn>2TqUUJtkO3x0@6Cus+G-lS?yQ%pB&Xnm}zyCBy=5o(Xbo-$s z;%2NZ`?yQ_Cg$izZe)skzmMQlQ?FN~7w;XSmFLhk4hJBa^3#o}Fvm7yF8}Mw}qlqRDxuXRwRp z-x7m>BdP>Xd+$d`P!wfr1<&@(Zw30d)ksbsG$(nVS5ZnDA#~|XVdgZJ5Khhszp7&E zKV=_E-Ua*d25`y6O>QFaVCA3~>Tz3dYeFhVX=1S1mqm_n!7^HRW3wT4bet0b%zI2p zzSpRjq}@12l5KEM3RMg$QesJY-^C?i$AwHs&n+0Fv!*e2{>!5hXp=Adb&~eY9dYS2 zp6e94DDujD=MvSCWVkBJ+Tn~Iy}{$Sq*_!&(H7a#fAb$(jc{;8O7i1Yy3$6{$5H=W zU*|3<;Ns?vQ;ej0@u)iD4<^FElM|?wMkEG*`^-Fxiq1VwnpBZRf;13UsV);F$q3Lz z3CICWy(tL^R~;AV&^!SPXCni^yt!C~$*HiMz;J}-^YX43MLnZK@%-+O+FduEG?v&+ z)p_p=>@6TvuIRYCQk2j?+6DZUv(VIg3)BQp<`?b3!Wv>3eX$BdgO&N_p!ENCbMyJ9 zuls8C!KEDF?%-i5h4rkiyZ&XT`bm?JmDj#K)*s2Wz|aDfe6|Gx33OD zmHNdZE-Z0O-NE^@S$;z26FeGyro8}SdqW}>m0Y(sAN3RgyAHe}B^pxdOmuCsdZA8j z>x4R?@+-O*t>XtAAKY9vWZI47KcyTVQ%}1(4HW#LS!Jgs2R2V15Ty&eVsfHKIQK(2 zC>(A-mB3#+?xydXn;w;L@zJ_)8bqF8c0>%h3=Z)mZWl{$im!L$2+gpKeYF|PdIYl3 z0CBvBC@=k)(O*&m$HnM!5mmclX8e`?h7r9avmzXmt$w#)ba<_?^#vxt(|w6H{SMIH`7-+iL$iJ9JVFY4kE4j^HP>}iQN z)k*Zek|R*D;qt!wspdU~Ck?9KMx~M4BaZtThLHE|m+NC~t}p!{%yPY(pM;}WO+5`& zZ6NnT?T@25TX7Zkg5uYv|0#oL!7Y`5l8@qDxB7)Adlm9B+Wj>ZF6|;W2Us8Vw$pQp z)&n-VZ_v`yWUIG%)bb_V#(=` z{38nyK6vXG#gtwZW@lBcYXnY{945J7@E)g0Ylhr+8Q6UNzxvD#;pN1z4IB>e$3*Mn zn3i$E_$-)`GNWiciqK|^CTh?h*Ri2i&|i+s2{9>d>lRu6Aqsz`#}q1UiEs`4YAdoK zg_nR}-sAg@HmAs@{i2;S@2ez#d#mvBf&>D^a1lyW7DZwWd2}w+3DnhWDwNn>Z0nmZ zq29+2jg@)nz4=g;Wjc9LY4g-au$hppzkOjW5ND~&CoN@DQ~SyC$m^F^`O&=chHjtN z*S}t0>2=TbY%%Xsn=BS>hi<0IW`obf&}%VPj?p#E=8V%T83r22P%exjs)owuoQ4Gp zQ{TSKcLrk9k31fb*btd3M+90!fINz?KTq0du%5l|L9>~_b1z82a+Khrdf$GM{vo6C zX+a)W1xiEYxBD!2)1e+HOY)ko7*b%)DbHJB&m=bp^oxKkmm4X}x-9=U@hlqh7KG>9 zyDvQj@!y0XUoYHV_6*Y6V2La?5=4K9lK&i&;1uPU?;vgHwNbdyKq5L=vi7To+$8-p zxTsJSxfJ(DnO+4)MY%bFSO=IIn?5V`*L}K$py#p}c2z7(c?F=Drobgp(gb8xoh6b( zMxL;crDv6qj~#=@RO@GxqP=lrd{G)geI-Zv>w5{30wu&z59jYvdkI!*-~)!B^k=_0JN=^efVvDnG0EiBJX|@S zUH?zA@J`)Z>yu<(6xyn%DEMIw+0PoPFfNt-RnapO&AnC3&`Zr@8+?6X)^-v!yVf|^ z4AgcU*Qvc(If7$0RO=DCI!u8jfw>utXi9lZfizL`!>h@{uNN&}vrQ9zp5@6pjF<&3 zo)hh%G(+U4ehZBPy6f@Y6>8pdS@3~7P};UtyG`j@vWarE{E1T{?(n+Re8M?MS|TQ* z)Rz3rjyt_*kb%FJK~<-{n+j@lHRH(P2W8;&c~-Y4Q|D<*{pD31eayUZ(C`juZf86@ zh8=}Qwm7FZpyp>hk^Ib8<^JNo5~w9DZmB91GErXBRYk#hU$gmdB{RfWjz34o2%({^ zhQAI|H2-8*OX1Gmuo#U^!SnK|Nr+L(+*A*|?|^6c4EwiGq( z0QnQ6`%@#8HTIU>nm}=0m(HENY@RmS5Kf51+s`UfoHn%)-=y3d=5Pr7ilLEIT{N_g zg9LKTe+C9=GErzL{oYbLnEu)ls#kg>I#Dww=ml&TmRKSuuWD0FNP?Ze45)q(8im4; z63DCwa4c5YI5VH29+`jAf81P-ai#Eu{*_NbXMH|m`8vQ&zXZPOcInxb`>VY}*&@b& zmF0&vz!R^x(bUHizk_a)Zb?nze;H7_6a@c$R+x`jNS~@b(1uPG>@hvj0~Z7J{tM)P zD8eJeV8FGZ4RZt}OyJ$}iSz8fguFc=2jf)sB(w^T>hb**;pl-<7EYLaA4j4LB{ilA zaP5->7dCPK9g{uUQ}RgT5}~bHL%I7q&as$=d)HyVIG&K-PGP5l^s$xliOkC}U$cOm zVr>(LQvd_;cYKy$2z;Rnk=f!+&a}Ei8o)dnNuL#VE=>A)aV_DyL$`zFSU!T2byeUj zCjTZ}1^b8oCp$UHIcd>3VOHdY#;*;Z*pEE_Wc393%sa(yEF^5Kn2gpn@cA9Z-z_wL z5><5sv(+Ax_-%rOS!VfvqQFe z2#q`)Yb~&MP^+s6`re#3`dl~GA`Bh12&R|E!u3v*z^9e0aSPS_?rJAv~|ip)xA zI)8?@;ih-~J#s745M|bjd;=q}+ZUk?EcvVLakk*Q*(x16>gd^D4-kQGNC@xdg6$^2 zg`L+R{8dr7*83qmZ?E%*P zftHg8MTg4CPi0tp|MXUGUh!Tcf0BaH{ILP@ysUV()x6$2r!{rPInw!hJ;biOT~~Ru z(>k%A;WX?P=YWq?yx_BIMv>kI5cEt$)nFZWTwAPT|W zGPXKH5;x8MLgFomnwMttFI;P=5#$fgQ`94zhC=WYIatg3+|dp)`mdxQa|nRdf_FT3!2Fk|3X{@G64{@I7q$5m*8P~=eO?*HqY*w;*=m>?_&_G+=i*u5cvD}6GB5vN zG}ePqQau2=Z*u*+-_r0FqYPebpA`s&cLr4JWRQJyq1>djbGi?!64Cbj6HjM>eG4d* zN$PPJ03@I&|J6qW zSulWqIBN+L={Xs5+)@3oB$%2PZ}<4>=MS89?!+uO&vPs25l~8e30^2Vcc4G`ICXYf{!P1`~ zRE0=+8unJ&^>8_bzz4i<`h0{9_vyex+C2h=K)F>A4O4*RXsq$CMP+igKe5BJicr(> zgfwn+x|PxAep`%Fbh?({bk!6Igg10A2Eut80u$F#WR1yS*2)8;Gr^J%aA><4!eNzD z+ip$VvTs(1<``%vIgAU!m`f+$c@;ZB)x8bVs#F{Y-w#|#ef;HS8Gq7xJgi?P=DZw8 zsLEw&@Nb>U{@zma+K*l1OBiizzg?q$0w-U*0xz)~w$-Wk2UeF6$?JSGV-~Gq+S3(@ zlXP_!qAFMaV>JPj_ut#Qbo}_`{E{b9fiNp}S{3ndWo@sB7toP)Z!-LZIcQRr9q~Dc z&X9ireRI1V5e@5MMmjZXd3K0W`WMm5UH91@c*jXT2OCOGFopM5CiD)yBqPrBtERcJ zM6PVaVx&V8zAc99a<5&*d+p2{Sw}E~M`I&+7RLWwyOahp5=(&_-|t{S5#fS?an+qC zw96>!M6@kFooTa;cpp4Ty){H($uIJ|k9i`g^n%o=5EpL2AIpXBRK6EKD9Qa^f;0Vo z0{Q|e%VUlIgvsD`VdtgM^ZBJ)=wfu&KVI8P>Mba(n2}`t_M@Wt*!j2%_MduYP7FMTCfSC`428 zymJLsGg!kqt{BV9o=i|;@>o!3`rKU(wG+hkJFSofO1&Z8=1pGqBD3h~KWKiaA}2y- zA~r4%HYHLfTyuv#4OSzem{{4_(mUwe8_#&>M!4(cV5w2X#7089=l&$T^QyH1YB5PI z`C-YFW(fb|PI)6g^61j-;u2e2+rCSsElN&u+pamf7#1y9j=N9%3Psj{&ue>i>C#4% zz!D!?pnwlv@2Pwl^*_aj?a&Sz0Kr+2HEaV!&hz|rhGmI`3TOnTM%7sZa~oDQoL7=p zqq-(D|Fk>xONo4~<{qH2Uxo|qlv(&~XJekIPxJ}9razcoDuG$=@*^pAFoCO*+K$II zgh)CpIz6YY#kEQGD$740aoKHul;U?&NY&7B`i5!OjMET~>+#SF*c9OpJsEqS>-luG zK?EN7;z5(>vD>V9^4o@%S8Povv9?Ge?7~su>y0343eJ6q%Su+mfl2c zvlt$R(Njog@2uB`I9$jH3prO8A#opJ@x%mm=LLuXAv#UDC{AQ!4AfL3nSyLo<)u(( z8BWjqC!wkvcOtT-ipF{uhNizajQt(fqH{)B--JZR--v$H+~+~sS4++86$$rXvF+KU ztzt$(C5jfkvZ_7ASaou)C`V+Y(j8qR2oei^r_>kLZ!95Hcprb#C9|SXqcHqec`<;R zafeNy{pN|xsxDMpSvn_rP$rw7t0==dudDga!mN5CM0TxxPv5(4@rl`3GT9%}bC)mI0eS9=bSTV=`*?5qEQwpxI*IK* zi+j7_n1B`EwE34_o+3*nYXdyJ5*P@|NW!A}T^DohAz%zDccf6(UzGETB?PmS(fjtdg_QudoRvLd|;I){WzHAJL} zRSZ`2GO1ZrmdzH1@Qh=6WLs!N*T=($HtaC3RloJX&)Wi{E4{(-V#~^*Qo!zw82Vl0 zhIHJ1-e#{J3(~v2&j7IP?fU)c3)UN9(Am&dsi9L|&fxJ5Khe_@Df}hfTB5w=>bFVM;hz z!yx~Qi(W0<|3E4@9XiPIU0SPObOqPmeLf)HT~=es4P|`%NpYVd$|p+8TPh3Js;EBo zn-9Mg1Njd@q8A3%oevKAGm4J|TMg}B1{GJYRs{XUPX;YTYr%P_*tv9C@sSUC6o`o1 z<&#c>4Nr0i+5Y<-h|S6k?hZ0L5${F2vUJ>!Wh$%CB=LYWuBMUYNQa5jt@%PQl**zP zbBB}bYX^u$PKW*wMHcVpw&>V3tw~kk)yfKxlP9KOjV(}D8Z=fl$}awMPn4WuIE!J;!SR`A7g!`8 zUp#V~s?Fl_I8I+$@HFk^(O^Ja!q^Z2j}2_S%TOU^{5=PKBagj$|9tpvZfA(>i~@42 zwa>5PtZ6$l=5LY<|J^7IYFQaTS7~J1z|}xBQ;(*2gG_qod6u-QEi?&vX=g@?Rm*R} zRGYX>q=ZwhcvwUb|G`_nHt{G`)|)K)jAS0wZ0@H(u+kU98-v3`hsr>g=?o7ai^A#) zLEEcp*h>3BAP4UXHZ@LzgU(wQZBXvaRo>3wYZmsfU0V)fQ|!D6#_bCizw*l?ix=HW z>t4F$p@-@Yb3@&P>F>GQ`@kvBjwet*5ZJhj2Vull@io^%+ZFNy@7KQf>@#7jaTRmO zLoZVeva=sF(StLaZ?FWVllaw(2cp%|lN|r>n2*lu3G@rH3JeQ+Ea011ryfy!OheQ^ z3oe}Zd$g}OyoYx&?qJTiZxY4ZE(FD}xz+^5?-0ZAK&!xUf5bu9<2G4pI0=!ibQ`iI z@Yck{Hh6>kMdcIGaS(ZSp`ivPKa<>iT0%gwTYTSZ-UQF6-D<)Tb>S&^D&00Ty>>u~VaS z#p6_>ByDqS_X?Vfr zB)(L>+cB!f0>8FP`uy}WwzcEdh6zL8>0tInJbTp1MSN5wuS;{cx!Mg^?aTl#xso{Y zwcVErwVGe=#`uETZNtsH(FpZJlO4{WJdp>{Y$!DR!?Vo>u$YNNSs(D7 zC_v@4XI9!UsgPY1*-w6ve>{3VvgB{G|L&PpdYzilqaY!3G_^j5e!WLtm*g_fSNb0j z8jRSP9hp&$vP%>X!HAUX5KgbhLo{ItU85t1H7g1MuukM5ns*Hv-887&g0gRz;fHdJ zVP0oaJW2iBWve`qV_AK;5TuGpj1^ts3xwnD8O6iCTSb(wf7j+r51qVqowqqSyn%+} zZJAj2mDg96im#?r*eY+~Rz;F0eMx)q`S4f6PneHaFV!--m1bULozQTvhSUutaa=Yb zP#j9XTPkqH`9o7NB~U&$FrNh0_e}q_Ld!FoO12I7(jZ{I!M^N#R5hUY@Oo<2ERwoG ziKC5oa&M7_{HfO+fnTUgA|l4(g?{DeUsUdK3wdQlfgK69)z_)z-4B>0H3;^G-MZJp zm(gxjAKSdBcvY!-mYyMuLL^+^}4tyP?Cyq~QJU~u6GodW0< zQgjt@l6n(51+Enyn1o0OPh(AU=afjUdN-V^Pd`yl_aMA36XVtPy!rN6bi~v2?1j(q zi|~~thwo2^;PaqWf0ni7#gT&BpbVq-`bmX)BH|F5?6tZ@0gh>3@I%NH&0r~|pBv6F z8(f8!pr6INkxR^v-y5w~%!ztIDR7GSnrB3DTXb{my^qr~yEMAK1JkCZbKa#za5`A3>e>;{2PM*S4mLhA74Gm6VR5+nSb>Z8&U$54G=P zvIY|eSp|ja3U83ovSZMxgH>wY?hkis`O3hbSqnKauz5a0GA@0F7t^}#;P;}VaB?TC z#WcykuOu?m>!c#J2@->O>|^-(!-PB@%r_6=h(8}B<_d{oy?goEbHSjvt`!Sq z^MFS5gV&)Cys%nxnnH5qK3?oH-ePs!bioOBy&y{|No(3x_SOj^xV4(k5hKJ(Gh>{a z5h{J3J%H1@;r5jk`l_I@V^l`f2W^+aPm^aOW!I>*VOl=BD05)ydOdqkirj<|>%y5_ zpinb=o&$Mn!ex?q8fn>prb)GVWv4?IIfR?=t+RS<vH|-{#gB_ z4iEZ+M1mA5@CUb%jeLvdc|+h%V;f3JVy7$U37!(*;^f=A;+lYq^M0%~c7xFCxi2CC zXNcd*licq#oSL|P@A#7B+I(r4M?aM4p`Dq95aRUL{ml<+?}-+1RpKiCy8!=vRrzF! zLXy<<09;vRmLjDl^RWI`Xc&0L4OEEr>j-sJOJx>4GL2BPTRP44U7_dEmtVz_ z`ZJIGoOcgGzDo6BP!*N?CkdcGBqwD>LcvDe0acLXD8QqFXxOX0!1N&!UU(V>qF-66 zficRQ5V4L3OA6|vjTYg@%>~feouMh5M&xsu&jbr#{BCk}z*xE5)nM>*0VX`L4MTqI zsx~mkB8^Cz;&xMxPzHFueocVW18CttEjJE47Ct}TwcjDhgNyroh87tKyrxa-VqF7? z++PvrAZ^tm0+(;`VqGN1`%y+Icd`rg<_2*=eni}3-S4)1)* zpS40LPR!g5WHr92(sPYvh`*N~mXN>`*Nj4Ub6ICiq%-`QIKDk2G{LN!PCEZcxUb$} z;-jd`!OMcy^av?38f>odaG9yX3Y^-XN7f#VXq3W;z0>Jsy}hzADBQncetD{}kM|$E zC~`du{{YgVaK8HspLwxyR8_q)|~6>8i+m5)Y_?_X0UQmyOQ`F+x&!EfAuCp_#i?u{*O7 z{#wtg0NO4_%N5Q8gI<-?@&K>ygbzs?!}9@jE9YnmKVR~sh4_$0)qwr6y0Mok!n+>- zZI!XqZJz+?PV57e>*3*UEj+9BLJ&559$dsyT*d~9ci)eS3SB+gao8aU zWz_6X5*-xkFMf)^Y;b2Vk)O!Sk76cCB0ohE(jVj{ei_*MG@U1Ou4uDS0eO&rnJ{ps z_bbRQjUq_8IL$#&1c+DO5raQ!HRwG%D~j{6H-QP(IoYMb#4KZFN->WE%%bf>_R2(8 zE1o<0OEwmts^qL*-rpRjdtQw_r}yJRc{9#jJN~ud&9z<0#RWoyiW73T!f|IByQT(6 zeE!;C?`1-7ljX+B$0uN#(PNXK<2jkC;#;S7v{=ae*$c^;wttlX4X6Zspf-`N8RD}{ zyCsS`memn3SPk2)upx(^d#{eyuVnp|g51T1GijZxJoAHZr`&YV@px8)+U>XZq=o{>|u@m2H2{$%D1fVAQMne1fMsv-739Ukm3hBs5qUug5 zv(aXj#Rf&c9(19nLzVe1Xz98%mf8u@_P?%1NgS8ukI~WAmpAdctV=(^UbY^52;mBmm@#Jgdz{fX`B`NJZ`d(aZS37rl6|VE z+lo#zJLu+DtHCD(yN4V!p^LUWN}l2EhMpwrt5dF(qH2lN;)jTopQX_4_Jw=b4(S7 z|Af+XGzg=qWzgsN{MRShLo!mteyi=NK+8f<&V0q0P$%r46&s?OL2KnU8OLJtR;Q9& zu?|Q*o{j0MZloNy(vdf3V)m%aH@I94)Ip(3$!9a!dkRR;G310xENOc>7HFCyTtbBF zKY`=Sg3=p6al>~P(f6OuYd{{h1Qy4U4{%*U>2wSKR zRl$)gOz8WXPIYjx8vTMNQ3~$A&q?zpKPQZ_IgPSKQyCK~gKg_juk@XZ4?>WzJ>vVOE*Md1n-om>BnBQK_ zjYaj9;`!db$!3HaJ@GV0yRv(l-!q&dVD3$BkA;M~h!fMhOH>x^0^#(kjo+@yy&5be zh`JgswuQw2GE7q@yqXkCgxvNGmj|SpqjvlQoM>Pjet!ce@e48H{yu7W*%|?Bo>nlP zN6YJwS+XUXJ`;1&;`lh$R|Wg3JdjEco>9{D{@ilk=UI6+N<;VqYKbW#MkU!onw{Z< zJ80ibh=97QUT=YYZSj%?T3+Ul{8E42D?G6c^SPlUjh#N3-_~j#bGw3YH`Urmrtd)I zYPlAXr(s}9mJhBX^hk%0d%!LWT!UhC)XvO~26+P1se=Bu<_6uFT-HSLF5vRdS%eT( z54A&sG>C?)E7HZMC_dv&qry^E99cQxyHrz@%|IrWo(K0nt0hFn*)a#@I64aV4q^6M zGhJZLL@iwQk~`)?Gaxg8>++TARfG^)S>(532Jh!)&@!BrT;o9P-uu?_4A?`nI=@eXV1YJz>RPe zzMfB_e;z+2fGA&V!0pM01OLaxAo-bhlM7|#jVpYi{kAeW_}iFd^}@W4pR0HPD>ig5 z>gE1(UO4qaeG#G@ar}c%*#%DtY~j&oT2XI`!tK&K*oWk zR^MUQdi8R$?wpNAd)MKFyl+}d3Oq+R>er|L$=d>9k8xwf0p+j;k=BImgu)FGxS8=Y z@L;7Q|B-O9D7{Yvw*Ex&+VY~6Wq#AO%;Ym$-T2uj;62=$5j#Q0xEu{}0n#15`RDV4 zY1?>l{Z&qIk&h8S$5&Wi>K79vVJ9Ax2Ig~_YIGN@rj>U`P*`A5;UBuqUT(maLQD!f zw+}zTJ${XQ8YazROSc{NBCr@b4mSlgMSofcA*8HS93{xwxI1aBT{Gz+Pp*Zs=Wc?v zX``wVX~W>IiBWQ{Xmq*undgV3D~#D}&l8FZyT~?G?%+S#8F-27+o~ zfSwuRep%%&_%3IOWhqw)CP$G``WAiT@1>G;MpJ;A;@NUlBhs(^*HgW;p2(4Y^g@=K znW%Tw@ExS@zZ_{Ni2Cr0p4G%Qtco|`{FT67Ck8bNvjw)wvw7^Kn!6DY1l~mdQdF}A zWZR^v4I-?Kn9n*L(1b%Dz{Rr?-3aJ8Hv%TZ#TxUORzH>>`hOiiGXSAiQ4h3wX<8#R zdzIXD7UL;$Y>!NrCOPDFYmE5p#{s&8>+35SJMD)kTG$v~xnlM?6AWDF8`fvCl0#!K z1?`jiSgGO0H1@eI%p&g?E|XlZ2&DJ=Hw12RXtK^*H~8jLK2%|UOs>+p7CRY{ss%kk zDX76fULDLUtx5}B1+eYC7W$+X=+%*q7``;Li9AWv%!%Hla&`R?dF{u8uc_aH?!&s1|K zN1ru9%TvLhWl;Jt4RwOC?x`9T=cwj`&hZ!@6WnsCVaY5I*(|vmztW?Eq9WD%pmOEk zx0AvExyaK%*!ugCzqb3$VV_*MVu>ZZEt3*=t`rm(A_NR%5 zh}KsHP_WKe(qNk6p}W=IVXv9dRNmMaNYjtqbyD0&?AWn-t7AECuBY1@Cct*0iKJgF zIDGGdKSX1d^7XJY5U~x}i71bdS~wE^jCB_Z^RP!D?@}Z*DLzq}o8vfl*q`j4O`w6b zVpGES9a-Hp@8gi}(pmM7Tzr0@+??#b(lg55e5E(%t|*SIFXgLhY$O*|C6qC2XJlDj zW{}x{as0^*dF!j0-`S4`@4{r}3U;9OIxUIRIMzIj-(a@X%WIU@im7LG?6q(H;in{; z3>K7=wQ&OW*C_iysGd?yfH(iVPe=?W_Da-8DWjSvYP*$Y|NpgjCGJpn?O*bWl84bk zcCuy7GS)1SH4~{UW9(~Y!e~T7%379UkSrr%@`SODeW_$JwjK#HBQ&X%dO4_RH7GBp zZ?wO0r4j(U1k<~Foj)h?UPqw2x;V%MTJ}tFfXbI9y-FJFF83}E&IoblG{g2rmGw;$ ztV5Q7b)-KAz;4Y~JyQaVn}0YRua;URoNG4q0{`?k&@FKU$x{juRIhe`j63G+p{q7w zF(~hy;|F_>A4etO^I70P-OYlCiuScOiTYu#H5HI#y*wGM@U)=$8Z3!1u3Pxqj1zkt zc_nW^FKv@&hV|^sB=6S%0)W8Sv=TmSY90CoxW$7wdnRWmNFxVN`u0IWZI2JeWt7jl_OiAydA2=(;M;LdtNZETB!!`9 za8<$?)-)uC!>deX!#trC za9wXEh?Jb5ujw{D3syS1;KwifHM1tPjKHshnVj~m!CT)(!6f)y<4kzTSsXE=cJwoX zBUtyD&(+)4x(0WIY|hhGbrjvZT{aY(v*?m#>_JO^>g9t&AW#AXrk3Y=NY0y`qiK*s z{}i>{5fjYw84)NtxIND$AHl3Iq1_eymI-%eJlEG z$lSP*H>$jvTZ={@0xVt*&ve%lC?>FAT#&D2^EWITXEjC5z~SJg2Hkz)%E zlt&0jecYt&07htXNS<8L3|t(GodXWGnpWz@y3lY79Ft18KvQA1hUu%gX;bHHhWI4y z{&T*@X(i_5&pR2L5}Wey2cND|`^xVHK)%&?D`3uzOTk_nYbDTJd?A3u@i=}vKlv^L zYdl?M>s9smmt<{^o;lG2YD;im9tBQE2eVsSF-g_I{kB~CTZ`(2O#I7 z5OH0nU~bD*Hpp7o3aB|>wS+0P-t@{?RGYBj2|6bV)4LM86j}=3cy3HNtkd1bK=ikp z(CkZf>j+l-&xBg8RQ)5P+Hl^tS(7@$3XMfs1oN)v4vu^jqmkZ%uWwgdqX!67)DJLb+?*$US$2P; zmAQ!&cz@%9Ju_S^3^|hF6$Ce8zfKIBFR;L#3X9x53jbWYqs*yda9T*lGf{JD4Ksrj zgJgIx4(E>VmRy9A=Z$f@x0%Own1aapaP=)R`Lr*nm5-2BvPiy8-?$ky6X}Cj=_x_w zwS70tV2U;3;C?wL|XjVl)48hv(FnY=gob2W^h zDboHNnrQq>+tSgHZ3g6a?)G$WrZc%LK6MEX?x;*s`QA8JD==JK_R)1(?ULrWQk$=5 z>XJMUH23AU3cs;s%Kfzg!8iyF4#F0uFsaN!o5sD_BN#di`P$dNy&=iy{j|=O3(P-w z^TLPF|Inu?HFIx&WA!4-5Q42;MCr&9k@!~w6~V4HmR8dWAMLCXi`(^gl!>)s zm|QW)TuEw0%gec2ou^(w((w41^$F&&(1;A8zqgk=^}XHFfo>>B0yD0 z#HV#DGB1gi2&IL;N0@q#q;(x?dw4n7n{+a3>3&D7_-M*!K3r7u9iK|8gYHAp@c1_w z;4jzthc>WrB|79>tV_CaU6zga(BX?dX}snW(e~+~Tv4MHZ>)CZht7DKsPmaP96r#e z;>0To-V<%aX(0a;SLBqo*X4)=3Ev>4okQND8@g}(`ww&nesT^43 z)Lj9(OV^KVFw&<<1Q?{^$9=^0M~{G=H_YadOL?t5b*ZLZNA#c_RsWbFr{{nWXarMI zHV^Qb*ZU%E0o%^*;g!?_DsT2Uf+r{MR5;H8J5l^PPFUt6BoF%fnf7`*JD*(XjguBK zZ)4vDKlXq(81hGb$`DJ)5Q`6DhCkI_*J_-quh@fa9H)0LOdP2A!R0VrLG44BS8zNF zm_(4h|LLg_ml%edP5EFj!q#_pId=<<6cyP-Wt_}_MD^)yGjbW64~Nkvhp)VVk?U9Z{ThwQXIH93Snr9k zhP`M^5k3~-%d2@MY72*Y%YFE(F}8`pKTdn+mQc&Q&AK!Wfd4E5!E1b0jVcf<05i@C zGBgOf{uetNSucFFOhL(h^cIJ=t-FuD|L&q zd-D5zNtBD%Lksd3N$+(n&KtoC1oB+D;}Zsagf?Zj3yvmM>ChdR~#7c0PEv_I2%+viZ*Q4lj=J{`{X}eg?>%6|}_C__9as zD-Q7sImJpjtsTayF6>Un*$c<|l%P2#(KaG;uk6?8fjI=$Aom5b&2F-F!bN_%36Ryv zu+k$jsrU3OhuD)^Tjt72XLcOlUrUHShj0wWY_ec~e(n$u;Q`WFau{WBoh5>0Z z1m+oI%6B8jp1Qp{GLU+dJP`UFZV&CdZS->pC1Cn!5IcWsw4Q6Lk>$p?iX*!;H9_Ux z-7sMYM*J!^F7El@YO?IO$HRk`TkW+e3+$BW597pTpTjSo-5ikofP~oaXh?7Xx&9wB z63qa~cv`1hSdH2%(CjhEnMpug@7NjbrrgkQn$Ly7EVph73Y|W|JL*Z5>HZbtx>zdIaPzcs#J`b*sXsE?wCBY_Re;WAhh~elYY!Y&me@V>|##`6+)6Qh-2}=El;j z`453&cUUp&XURFGKU@nQc-J8S?17x=koyynJn3o^uTbu}XJ7t)p9OgTEIM}I-TxA6 z+7qmIo4F2|8N3w#+4w*Hd0Ors5Cbw9>eJ%EAO7xFtJ?HY+5iNa&4#45rN1u zvHIHb5B}vvkO~8k2#I=6>@)wtlz%oI3uuBOeWLmQ_6VrHAe))ETKF}5{BMN(`sly_ zjFkORtkAy=hBXWri(o|=3f+8`ZLMf{qliR6aw_1t507 z0hKT&$twB5J%suGsAi7u#9j7yIT#P3fl@_omt$EAx|8TNerH~D7LDw3#!59{E+?1-)C5l~cN&sx=Qk0m z^rld0VY-i0Q)bI;krdSvg0pjrZwEQ4{%6D@wZqr!WC=?%%NxXiCuoa?sNa5gb`&N5T^GOpO=y zpi>@3eJeU>d=24ATz<)8fHs1D#8ZbYBclxwGlF>#_Ppzxs+TmnqQbGczWXMeCfi{R z!g9N@=f%PrPRrR_jP-8u<4F?-|9ZP{hpt*hG@}G;u%UKi7L{jmXQfiI{q7w3tv@gL z3hUyZ9~{(O1&8Im7d<8IVObdoZCbwV+e-bmAACYq>xN;sW#cUxd+Ua(KE|}H_4~Fj z^&-UiJgK163MEM@d%OwfCOGvQ8e8maS*rfX`0d*rJ-@2d?hu+FU)rku)`+kM?G_}KA@X#_1w^16CR z8W7K0Va~Z(v1M(D!O{$d&!T3Dm@?2czc1wmob`3^NJnTUv3}a$s39@y+uCDy>(DLI z^{DNVrw@;q@=zVU-kD?3s)5Pi%f*7~r~vDHbe)vNV&MlO@)J2Atq$~!34(c!DCiz23(_EW7xjIFQ!dTXlq7Gm{!`8bP~_qeJ1PvZJT#mrVu>%M+KLA=zX-r`1{**G0P5 z;y&FXNqr#rLxYI{s(cn$AK4{BNY@OPaA`yQwmd$G@r0_Kfwj}~PSL=KV5%!WMAe%j zHaFn!RbC2d!Y}3y)$m0ww(p(?w!2_MN)zk@J5*&BRBjw0*zfz9J*n3f@R<<2(xYaa z?KJ}61s{v8j1n+{I(FA$2)DmG#zKg>QbE> z^GPNaUB)+7_!yH+ z+|oU&8j*#kS~~=Z_I5J`{hX9&O(SkmRot8pB%_7fd3dj`ug9MqQ^sZu=nVGh_$yk<7dh!{Uf=A6~rm@UTJ{mlz^K6$*oCNsvH!}v5+mL z`?^ibpZHC!sik0BIXFwlugwz{SbQ04igr)Fojh0bAQP1bGpOS|If~{z@wt{IwQLLK zB;#Mh>L;BND4T@!+@CyJR8#T?Ef@Xlc+neyFcyZH=mp%NTvhiHlIRFJWZV~lS%!b7 zQ=DvTf}{d6e|ji?r456;oFLPG@)|YFTWg@R&C65i_Q>Dbllw z<*@#w1A_Nkfdi>HQ!x4H`zB`Wn79CT5fwsmj?t{rfw!2JI7`Zi`bx|P_b9o=i>lG~ zGO+`qCPv^fKIKumZe zfV!y(z29e=`>7|r7`anYt&*S>(lUcw3LEwGOiU@!w4CTqG2qg4d5PmeV~hAowOs0O ztjti+U9aMre8<)KTTSY2SrzMA z*rG=Hqm{n!-tl*;Qb_3t)xj(60lMRHh!tm| zS?fOqxK3|`AtLkEZGdWZ`ZQCWx5%_n%Ps*q|OqN0sv+d5>LtB8+CygP?00B6cgz zRJPQBnD#)pTf#8sNp9E_D88szCEV0gnMz1rS(s^melh7%<6>xP$!-2k=ULIYCyFt^ z!5z*V2O`oe#oUj3I&qYNEquaj7p`mGXTvy+j%et=Zsq(NO`rjJdSIiT>rp4)K7;Hn z1~-o)^!M>UMgH#kXT#0&ARqm|=JA;#`~uA#k;pi7*cZm%MgGUiiZu&Zim>j0*#1G& zK6wH6nz`=L==z)7UmxiJ?X741_2)kxIt4`bc1*vM{dXfr4@3ybGW-v{wD-dzfnwar zd;i* +Use Cases · FUSE diff --git a/v0.1.38/cases_docs.jl b/v0.1.38/cases_docs.jl new file mode 100644 index 000000000..1729997a5 --- /dev/null +++ b/v0.1.38/cases_docs.jl @@ -0,0 +1,43 @@ +txt = [] +for method in methods(FUSE.case_parameters) + name = try + method.sig.types[2].parameters[1].parameters[1] + catch + continue + end + push!(txt, + """## $name + + ```@docs + case_parameters(::Type{Val{:$name}}) + ``` + """ + ) +end + +sort!(txt) + +pushfirst!( + txt, + """# Use cases + +```@meta +CurrentModule = FUSE +``` + +FUSE comes with a set of pre-cookes used cases. +The `case_parameters(:use_case, ...)` method returns the `ini` and `act` parameters for that specific `use_case`. +These `ini` and `act` can then be further customized before running a FUSE simulation. + +To create your own case and add them to `FUSE/cases` copy one of the other cases as a template and change the ini/act parameters inside. +A handy way of generating the ini code from `your_ini` that you created in a notebook or elsewhere is to call the function `FUSE.case_parameter_creation_from_ini(your_ini)` which will return a nicely formatted code snippet. + +!!! tip "Tip!" + Click on the `Source` button of each use case to see how each is setup + +""" +) + +open("$(@__DIR__)/cases.md", "w") do io + return write(io, join(txt, "\n")) +end \ No newline at end of file diff --git a/v0.1.38/dd.html b/v0.1.38/dd.html new file mode 100644 index 000000000..36b6586ec --- /dev/null +++ b/v0.1.38/dd.html @@ -0,0 +1,21196 @@ + +Data Structure · FUSE

IMAS data structure

FUSE data is organized into hierarchical Interface Data Structures (IDSs), according to the ITER IMAS ontology. In addition to the usual IMAS IDSs (which we include on a need-by-need basis) FUSE also defines some of its own IDSs, to hold data that does not (yet?) fit into IMAS. Notable examples are the build, solid_mechanics, balance_of_plant, and costing IDSs.

dd = IMAS.dd() (which stands for "data dictionary") is the root of the FUSE data structure

amns data

IMASdd.amns_data
+├─ a [Atomic Mass Unit]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coordinate_system[:]
+│  └─ coordinate[:]
+│     ├─ extrapolation_type
+│     ├─ interpolation_type
+│     ├─ label
+│     ├─ spacing
+│     ├─ transformation
+│     ├─ units
+│     ├─ value_labels
+│     └─ values [units given by coordinate_system(:)/coordinate(:)/units]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ process[:]
+│  ├─ charge_state[:]
+│  │  ├─ label
+│  │  ├─ table_0d [units given by process(:)/results_units]
+│  │  ├─ table_1d [units given by process(i1)/results_units]
+│  │  ├─ table_2d [units given by process(i1)/results_units]
+│  │  ├─ table_3d [units given by process(:)/results_units]
+│  │  ├─ table_4d [units given by process(i1)/results_units]
+│  │  ├─ table_5d [units given by process(i1)/results_units]
+│  │  ├─ table_6d [units given by process(i1)/results_units]
+│  │  ├─ z_max [Elementary Charge Unit]
+│  │  └─ z_min [Elementary Charge Unit]
+│  ├─ citation
+│  ├─ coordinate_index
+│  ├─ label
+│  ├─ products[:]
+│  │  ├─ charge
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ mass [Atomic Mass Unit]
+│  │  ├─ metastable
+│  │  ├─ metastable_label
+│  │  ├─ multiplicity
+│  │  ├─ relative_charge
+│  │  └─ role
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ provider
+│  ├─ reactants[:]
+│  │  ├─ charge
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ mass [Atomic Mass Unit]
+│  │  ├─ metastable
+│  │  ├─ metastable_label
+│  │  ├─ multiplicity
+│  │  ├─ relative_charge
+│  │  └─ role
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ result_label
+│  ├─ result_transformation
+│  ├─ result_units
+│  ├─ source
+│  └─ table_dimension
+├─ release[:]
+│  ├─ data_entry[:]
+│  │  ├─ description
+│  │  ├─ run
+│  │  └─ shot
+│  ├─ date
+│  └─ description
+├─ time [s]
+└─ z_n [Elementary Charge Unit]
+

b field non axisymmetric

IMASdd.b_field_non_axisymmetric
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ configuration
+├─ control_surface_names
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+└─ time_slice[:]
+   ├─ control_surface[:]
+   │  ├─ b_field_normal [T]
+   │  ├─ b_field_normal_fourier [T]
+   │  ├─ b_field_r [T]
+   │  ├─ b_field_tor [T]
+   │  ├─ b_field_z [T]
+   │  ├─ n_tor
+   │  ├─ normal_vector
+   │  │  ├─ r [m]
+   │  │  └─ z [m]
+   │  ├─ outline
+   │  │  ├─ r [m]
+   │  │  └─ z [m]
+   │  └─ phi [rad]
+   ├─ field_map
+   │  ├─ b_field_r [T]
+   │  ├─ b_field_tor [T]
+   │  ├─ b_field_z [T]
+   │  ├─ grid
+   │  │  ├─ phi [rad]
+   │  │  ├─ r [m]
+   │  │  └─ z [m]
+   │  └─ ripple_amplitude
+   └─ time [s]
+

balance of plant

IMASdd.balance_of_plant
+├─ Q_plant
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ power_electric_net [W]
+├─ power_electric_plant_operation
+│  ├─ system[:]
+│  │  ├─ index
+│  │  ├─ name
+│  │  ├─ power [W]
+│  │  └─ subsystem[:]
+│  │     ├─ index
+│  │     ├─ name
+│  │     └─ power [W]
+│  └─ total_power [W]
+├─ power_plant
+│  ├─ generator_conversion_efficiency
+│  ├─ heat_load
+│  │  ├─ breeder [W]
+│  │  ├─ divertor [W]
+│  │  └─ wall [W]
+│  ├─ power_cycle_type
+│  ├─ power_electric_generated [W]
+│  ├─ system[:]
+│  │  ├─ component[:]
+│  │  │  ├─ index
+│  │  │  ├─ name
+│  │  │  └─ port[:]
+│  │  │     ├─ massflow [kg/s]
+│  │  │     ├─ mechanicalPower [W]
+│  │  │     ├─ name
+│  │  │     ├─ pressure [Bar]
+│  │  │     ├─ temperature [C]
+│  │  │     └─ thermalPower [W]
+│  │  ├─ index
+│  │  └─ name
+│  ├─ total_heat_rejected [W]
+│  └─ total_heat_supplied [W]
+├─ thermal_efficiency_cycle
+├─ thermal_efficiency_plant
+└─ time [s]
+

barometry

IMASdd.barometry
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ gauge[:]
+│  ├─ calibration_coefficient [Pa]
+│  ├─ name
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ pressure
+│  │  ├─ data [Pa]
+│  │  └─ time [s]
+│  └─ type
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

blanket

IMASdd.blanket
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ module[:]
+│  ├─ layer[:]
+│  │  ├─ material
+│  │  ├─ midplane_thickness [m]
+│  │  └─ name
+│  ├─ midplane_r [m]
+│  ├─ name
+│  └─ time_slice[:]
+│     ├─ midplane_volumetric_heating [W/m³]
+│     ├─ peak_escape_flux [W/m²]
+│     ├─ peak_wall_flux [W/m²]
+│     ├─ power_incident_neutrons [W]
+│     ├─ power_incident_radiated [W]
+│     ├─ power_thermal_extracted [W]
+│     ├─ power_thermal_neutrons [W]
+│     ├─ power_thermal_radiated [W]
+│     ├─ time [s]
+│     └─ tritium_breeding_ratio
+├─ time [s]
+└─ tritium_breeding_ratio
+

bolometer

IMASdd.bolometer
+├─ channel[:]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ etendue [m².sr]
+│  ├─ etendue_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ second_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ third_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ power
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+│     ├─ data
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grid
+│  ├─ dim1 [mixed]
+│  ├─ dim2 [mixed]
+│  └─ volume_element [m³]
+├─ grid_type
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ power_density
+│  ├─ data [W.m⁻³]
+│  └─ time [s]
+├─ power_radiated_inside_lcfs [W]
+├─ power_radiated_total [W]
+├─ power_radiated_validity
+└─ time [s]
+

bremsstrahlung visible

IMASdd.bremsstrahlung_visible
+├─ channel[:]
+│  ├─ filter
+│  │  ├─ detection_efficiency
+│  │  ├─ wavelength_lower [m]
+│  │  ├─ wavelength_upper [m]
+│  │  └─ wavelengths [m]
+│  ├─ intensity
+│  │  ├─ data [(counts) s⁻¹]
+│  │  └─ time [s]
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ radiance_spectral
+│  │  ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
+│  │  └─ time [s]
+│  └─ zeff_line_average
+│     ├─ data
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

build

IMASdd.build
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ divertors
+│  ├─ lower
+│  │  └─ installed
+│  └─ upper
+│     └─ installed
+├─ flux_swing
+│  ├─ flattop [Wb]
+│  ├─ pf [Wb]
+│  └─ rampup [Wb]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ layer[:]
+│  ├─ area [m²]
+│  ├─ coils_inside
+│  ├─ end_radius [m]
+│  ├─ identifier
+│  ├─ material
+│  ├─ name
+│  ├─ outline
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ shape
+│  ├─ shape_parameters
+│  ├─ side
+│  ├─ start_radius [m]
+│  ├─ thickness [m]
+│  ├─ type
+│  ├─ volume [m³]
+│  └─ volume_no_structures [m³]
+├─ oh
+│  ├─ critical_b_field [T]
+│  ├─ critical_j [A/m²]
+│  ├─ flattop_duration [s]
+│  ├─ max_b_field [T]
+│  ├─ max_j [A/m²]
+│  └─ technology
+│     ├─ JxB_strain
+│     ├─ fraction_steel
+│     ├─ fraction_void
+│     ├─ material
+│     ├─ ratio_SC_to_copper
+│     ├─ temperature [K]
+│     └─ thermal_strain
+├─ pf_active
+│  ├─ rail[:]
+│  │  ├─ coils_cleareance [m]
+│  │  ├─ coils_number
+│  │  ├─ name
+│  │  └─ outline
+│  │     ├─ distance [m]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  └─ technology
+│     ├─ JxB_strain
+│     ├─ fraction_steel
+│     ├─ fraction_void
+│     ├─ material
+│     ├─ ratio_SC_to_copper
+│     ├─ temperature [K]
+│     └─ thermal_strain
+├─ structure[:]
+│  ├─ area [m²]
+│  ├─ identifier
+│  ├─ material
+│  ├─ name
+│  ├─ outline
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ toroidal_angles [rad]
+│  ├─ toroidal_extent [rad]
+│  ├─ type
+│  └─ volume [m³]
+├─ tf
+│  ├─ coils_n
+│  ├─ critical_b_field [T]
+│  ├─ critical_j [A/m²]
+│  ├─ max_b_field [T]
+│  ├─ max_j [A/m²]
+│  ├─ nose_hfs_fraction
+│  ├─ ripple
+│  ├─ technology
+│  │  ├─ JxB_strain
+│  │  ├─ fraction_steel
+│  │  ├─ fraction_void
+│  │  ├─ material
+│  │  ├─ ratio_SC_to_copper
+│  │  ├─ temperature [K]
+│  │  └─ thermal_strain
+│  └─ wedge_thickness [m]
+└─ time [s]
+

calorimetry

IMASdd.calorimetry
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ cooling_loop[:]
+│  ├─ identifier
+│  ├─ mass_flow
+│  │  ├─ data [kg.s⁻¹]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ name
+│  ├─ temperature_in
+│  │  ├─ data [K]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  └─ temperature_out
+│     ├─ data [K]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ group[:]
+│  ├─ component[:]
+│  │  ├─ energy_cumulated
+│  │  │  ├─ data [J]
+│  │  │  ├─ time [s]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ energy_total
+│  │  │  ├─ data [J]
+│  │  │  └─ validity
+│  │  ├─ identifier
+│  │  ├─ mass_flow
+│  │  │  ├─ data [kg.s⁻¹]
+│  │  │  ├─ time [s]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ name
+│  │  ├─ power
+│  │  │  ├─ data [W]
+│  │  │  ├─ time [s]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ temperature_in
+│  │  │  ├─ data [K]
+│  │  │  ├─ time [s]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ temperature_out
+│  │  │  ├─ data [K]
+│  │  │  ├─ time [s]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  └─ transit_time
+│  │     ├─ data [s]
+│  │     ├─ time [s]
+│  │     ├─ validity
+│  │     └─ validity_timed
+│  ├─ identifier
+│  └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

camera ir

IMASdd.camera_ir
+├─ calibration
+│  ├─ luminance_to_temperature
+│  ├─ optical_temperature
+│  ├─ transmission_barrel
+│  ├─ transmission_mirror
+│  └─ transmission_window
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ fibre_bundle
+│  ├─ fibre_positions
+│  │  ├─ x1 [m]
+│  │  └─ x2 [m]
+│  ├─ fibre_radius [m]
+│  └─ geometry
+│     ├─ centre
+│     │  ├─ phi [rad]
+│     │  ├─ r [m]
+│     │  └─ z [m]
+│     ├─ geometry_type
+│     ├─ outline
+│     │  ├─ x1 [m]
+│     │  └─ x2 [m]
+│     ├─ radius [m]
+│     ├─ surface [m²]
+│     ├─ x1_unit_vector
+│     │  ├─ x [m]
+│     │  ├─ y [m]
+│     │  └─ z [m]
+│     ├─ x1_width [m]
+│     ├─ x2_unit_vector
+│     │  ├─ x [m]
+│     │  ├─ y [m]
+│     │  └─ z [m]
+│     ├─ x2_width [m]
+│     └─ x3_unit_vector
+│        ├─ x [m]
+│        ├─ y [m]
+│        └─ z [m]
+├─ frame[:]
+│  ├─ surface_temperature [K]
+│  └─ time [s]
+├─ frame_analysis[:]
+│  ├─ distance_separatrix_midplane [m]
+│  ├─ power_flux_parallel [W.m⁻²]
+│  ├─ sol_heat_decay_length [m]
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ name
+├─ optical_element[:]
+│  ├─ back_surface
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ x1_curvature [m]
+│  │  └─ x2_curvature [m]
+│  ├─ front_surface
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ x1_curvature [m]
+│  │  └─ x2_curvature [m]
+│  ├─ geometry
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ material_properties
+│  │  ├─ extinction_coefficient
+│  │  ├─ refractive_index
+│  │  ├─ roughness
+│  │  ├─ transmission_coefficient
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ wavelengths [m]
+│  ├─ thickness [m]
+│  └─ type
+│     ├─ description
+│     ├─ index
+│     └─ name
+└─ time [s]
+

camera visible

IMASdd.camera_visible
+├─ channel[:]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector[:]
+│  │  ├─ columns_n
+│  │  ├─ counts_to_radiance [photons.m⁻².s⁻¹.sr⁻¹.counts⁻¹]
+│  │  ├─ exposure_time [s]
+│  │  ├─ frame[:]
+│  │  │  ├─ image_raw
+│  │  │  ├─ radiance [photons.m⁻².s⁻¹.sr⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ geometry_matrix
+│  │  │  ├─ emission_grid
+│  │  │  │  ├─ dim1 [mixed]
+│  │  │  │  ├─ dim2 [mixed]
+│  │  │  │  ├─ dim3 [mixed]
+│  │  │  │  └─ grid_type
+│  │  │  │     ├─ description
+│  │  │  │     ├─ index
+│  │  │  │     └─ name
+│  │  │  ├─ interpolated
+│  │  │  │  ├─ data [m⁻²]
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ voxel_map
+│  │  │  ├─ voxels_n
+│  │  │  ├─ with_reflections
+│  │  │  │  ├─ data [m]
+│  │  │  │  ├─ pixel_indices
+│  │  │  │  └─ voxel_indices
+│  │  │  └─ without_reflections
+│  │  │     ├─ data [m]
+│  │  │     ├─ pixel_indices
+│  │  │     └─ voxel_indices
+│  │  ├─ lines_n
+│  │  ├─ noise
+│  │  ├─ pixel_to_alpha [rad]
+│  │  ├─ pixel_to_beta [rad]
+│  │  ├─ wavelength_lower [m]
+│  │  └─ wavelength_upper [m]
+│  ├─ fibre_bundle
+│  │  ├─ fibre_positions
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ fibre_radius [m]
+│  │  └─ geometry
+│  │     ├─ centre
+│  │     │  ├─ phi [rad]
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ geometry_type
+│  │     ├─ outline
+│  │     │  ├─ x1 [m]
+│  │     │  └─ x2 [m]
+│  │     ├─ radius [m]
+│  │     ├─ surface [m²]
+│  │     ├─ x1_unit_vector
+│  │     │  ├─ x [m]
+│  │     │  ├─ y [m]
+│  │     │  └─ z [m]
+│  │     ├─ x1_width [m]
+│  │     ├─ x2_unit_vector
+│  │     │  ├─ x [m]
+│  │     │  ├─ y [m]
+│  │     │  └─ z [m]
+│  │     ├─ x2_width [m]
+│  │     └─ x3_unit_vector
+│  │        ├─ x [m]
+│  │        ├─ y [m]
+│  │        └─ z [m]
+│  ├─ name
+│  ├─ optical_element[:]
+│  │  ├─ back_surface
+│  │  │  ├─ curvature_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ x1_curvature [m]
+│  │  │  └─ x2_curvature [m]
+│  │  ├─ front_surface
+│  │  │  ├─ curvature_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ x1_curvature [m]
+│  │  │  └─ x2_curvature [m]
+│  │  ├─ geometry
+│  │  │  ├─ centre
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ geometry_type
+│  │  │  ├─ outline
+│  │  │  │  ├─ x1 [m]
+│  │  │  │  └─ x2 [m]
+│  │  │  ├─ radius [m]
+│  │  │  ├─ surface [m²]
+│  │  │  ├─ x1_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ x1_width [m]
+│  │  │  ├─ x2_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ x2_width [m]
+│  │  │  └─ x3_unit_vector
+│  │  │     ├─ x [m]
+│  │  │     ├─ y [m]
+│  │  │     └─ z [m]
+│  │  ├─ material_properties
+│  │  │  ├─ extinction_coefficient
+│  │  │  ├─ refractive_index
+│  │  │  ├─ roughness
+│  │  │  ├─ transmission_coefficient
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ wavelengths [m]
+│  │  ├─ thickness [m]
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ viewing_angle_alpha_bounds [rad]
+│  └─ viewing_angle_beta_bounds [rad]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ name
+└─ time [s]
+

camera x rays

IMASdd.camera_x_rays
+├─ aperture
+│  ├─ centre
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ geometry_type
+│  ├─ outline
+│  │  ├─ x1 [m]
+│  │  └─ x2 [m]
+│  ├─ radius [m]
+│  ├─ surface [m²]
+│  ├─ x1_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x1_width [m]
+│  ├─ x2_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x2_width [m]
+│  └─ x3_unit_vector
+│     ├─ x [m]
+│     ├─ y [m]
+│     └─ z [m]
+├─ camera
+│  ├─ camera_dimensions [m]
+│  ├─ centre
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ pixel_dimensions [m]
+│  ├─ pixel_position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ pixels_n
+│  ├─ x1_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x2_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  └─ x3_unit_vector
+│     ├─ x [m]
+│     ├─ y [m]
+│     └─ z [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ detector_humidity
+│  ├─ data
+│  └─ time [s]
+├─ detector_temperature
+│  ├─ data [K]
+│  └─ time [s]
+├─ energy_configuration_name
+├─ energy_threshold_lower [eV]
+├─ exposure_time [s]
+├─ filter_window
+│  ├─ centre
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ curvature_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ geometry_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ identifier
+│  ├─ material
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ outline
+│  │  ├─ x1 [m]
+│  │  └─ x2 [m]
+│  ├─ photon_absorption
+│  ├─ radius [m]
+│  ├─ surface [m²]
+│  ├─ thickness [m]
+│  ├─ wavelength_lower [m]
+│  ├─ wavelength_upper [m]
+│  ├─ wavelengths [m]
+│  ├─ x1_curvature [m]
+│  ├─ x1_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x1_width [m]
+│  ├─ x2_curvature [m]
+│  ├─ x2_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x2_width [m]
+│  └─ x3_unit_vector
+│     ├─ x [m]
+│     ├─ y [m]
+│     └─ z [m]
+├─ frame[:]
+│  ├─ counts_n
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ name
+├─ photon_energy [eV]
+├─ pixel_status
+├─ quantum_efficiency
+├─ readout_time [s]
+└─ time [s]
+

charge exchange

IMASdd.charge_exchange
+├─ aperture
+│  ├─ centre
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ geometry_type
+│  ├─ outline
+│  │  ├─ x1 [m]
+│  │  └─ x2 [m]
+│  ├─ radius [m]
+│  ├─ surface [m²]
+│  ├─ x1_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x1_width [m]
+│  ├─ x2_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x2_width [m]
+│  └─ x3_unit_vector
+│     ├─ x [m]
+│     ├─ y [m]
+│     └─ z [m]
+├─ channel[:]
+│  ├─ bes
+│  │  ├─ a [Atomic Mass Unit]
+│  │  ├─ doppler_shift
+│  │  │  ├─ data [m]
+│  │  │  └─ time [s]
+│  │  ├─ label
+│  │  ├─ lorentz_shift
+│  │  │  ├─ data [m]
+│  │  │  └─ time [s]
+│  │  ├─ radiances
+│  │  │  ├─ data [(photons) m⁻².s⁻¹.sr⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ transition_wavelength [m]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  └─ z_n [Elementary Charge Unit]
+│  ├─ identifier
+│  ├─ ion[:]
+│  │  ├─ a [Atomic Mass Unit]
+│  │  ├─ label
+│  │  ├─ n_i_over_n_e
+│  │  │  ├─ data
+│  │  │  └─ time [s]
+│  │  ├─ n_i_over_n_e_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ t_i
+│  │  │  ├─ data [eV]
+│  │  │  └─ time [s]
+│  │  ├─ t_i_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ velocity_pol
+│  │  │  ├─ data [m.s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ velocity_pol_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ velocity_tor
+│  │  │  ├─ data [m.s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ velocity_tor_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  └─ z_n [Elementary Charge Unit]
+│  ├─ ion_fast[:]
+│  │  ├─ a [Atomic Mass Unit]
+│  │  ├─ label
+│  │  ├─ radiance
+│  │  │  ├─ data [(photons) m⁻².s⁻¹.sr⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ radiance_spectral_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ transition_wavelength [m]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  └─ z_n [Elementary Charge Unit]
+│  ├─ momentum_tor
+│  │  ├─ data [kg.m⁻¹.s⁻¹]
+│  │  └─ time [s]
+│  ├─ momentum_tor_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ name
+│  ├─ position
+│  │  ├─ phi
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ r
+│  │  │  ├─ data [m]
+│  │  │  └─ time [s]
+│  │  └─ z
+│  │     ├─ data [m]
+│  │     └─ time [s]
+│  ├─ spectrum[:]
+│  │  ├─ exposure_time [s]
+│  │  ├─ grating [m⁻¹]
+│  │  ├─ instrument_function [m]
+│  │  ├─ intensity_spectrum
+│  │  │  ├─ data [(photoelectrons).s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ processed_line[:]
+│  │  │  ├─ intensity
+│  │  │  │  ├─ data [(photonelectrons).s⁻¹]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ label
+│  │  │  ├─ radiance
+│  │  │  │  ├─ data [m⁻².s⁻¹.sr⁻¹]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ shift
+│  │  │  │  ├─ data [m]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ wavelength_central [m]
+│  │  │  └─ width
+│  │  │     ├─ data [m]
+│  │  │     └─ time [s]
+│  │  ├─ radiance_calibration [m⁻³.sr⁻¹]
+│  │  ├─ radiance_calibration_date
+│  │  ├─ radiance_continuum
+│  │  │  ├─ data [m⁻².s⁻¹.sr⁻¹.m⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ radiance_spectral
+│  │  │  ├─ data [(photons) m⁻².s⁻¹.sr⁻¹.m⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ slit_width [m]
+│  │  ├─ wavelength_calibration_date
+│  │  └─ wavelengths [m]
+│  ├─ t_i_average
+│  │  ├─ data [eV]
+│  │  └─ time [s]
+│  ├─ t_i_average_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ zeff
+│  │  ├─ data
+│  │  └─ time [s]
+│  ├─ zeff_line_average
+│  │  ├─ data
+│  │  └─ time [s]
+│  ├─ zeff_line_average_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ zeff_method
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ etendue [m².str]
+├─ etendue_method
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

coils non axisymmetric

IMASdd.coils_non_axisymmetric
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coil[:]
+│  ├─ conductor[:]
+│  │  ├─ cross_section[:]
+│  │  │  ├─ area [m²]
+│  │  │  ├─ geometry_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ height [m]
+│  │  │  ├─ outline
+│  │  │  │  ├─ binormal [m]
+│  │  │  │  └─ normal [m]
+│  │  │  ├─ radius_inner [m]
+│  │  │  └─ width [m]
+│  │  ├─ elements
+│  │  │  ├─ centres
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ end_points
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ intermediate_points
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ start_points
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ types
+│  │  ├─ resistance [Ohm]
+│  │  └─ voltage
+│  │     ├─ data [V]
+│  │     └─ time [s]
+│  ├─ current
+│  │  ├─ data [A]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ name
+│  ├─ resistance [Ohm]
+│  ├─ turns
+│  └─ voltage
+│     ├─ data [V]
+│     └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

controllers

IMASdd.controllers
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ controllability_metrics[:]
+│  ├─ data
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ linear_controller[:]
+│  ├─ controller_class
+│  ├─ description
+│  ├─ input_names
+│  ├─ inputs
+│  │  ├─ data [mixed]
+│  │  └─ time [s]
+│  ├─ name
+│  ├─ output_names
+│  ├─ outputs
+│  │  ├─ data [mixed]
+│  │  └─ time [s]
+│  ├─ pid
+│  │  ├─ d
+│  │  │  ├─ data [mixed]
+│  │  │  └─ time [s]
+│  │  ├─ i
+│  │  │  ├─ data [mixed]
+│  │  │  └─ time [s]
+│  │  ├─ p
+│  │  │  ├─ data [mixed]
+│  │  │  └─ time [s]
+│  │  └─ tau
+│  │     ├─ data [s]
+│  │     └─ time [s]
+│  └─ statespace
+│     ├─ a
+│     │  ├─ data [mixed]
+│     │  └─ time [s]
+│     ├─ b
+│     │  ├─ data [mixed]
+│     │  └─ time [s]
+│     ├─ c
+│     │  ├─ data [mixed]
+│     │  └─ time [s]
+│     ├─ d
+│     │  ├─ data [mixed]
+│     │  └─ time [s]
+│     ├─ deltat
+│     │  ├─ data [s]
+│     │  └─ time [s]
+│     └─ state_names
+├─ nonlinear_controller[:]
+│  ├─ controller_class
+│  ├─ description
+│  ├─ function
+│  ├─ input_names
+│  ├─ inputs
+│  │  ├─ data [mixed]
+│  │  └─ time [s]
+│  ├─ name
+│  ├─ output_names
+│  └─ outputs
+│     ├─ data [mixed]
+│     └─ time [s]
+└─ time [s]
+

core instant changes

IMASdd.core_instant_changes
+├─ change[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ profiles_1d[:]
+│     ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
+│     ├─ current_parallel_inside [A]
+│     ├─ e_field
+│     │  ├─ diamagnetic [V.m⁻¹]
+│     │  ├─ parallel [V.m⁻¹]
+│     │  ├─ poloidal [V.m⁻¹]
+│     │  ├─ radial [V.m⁻¹]
+│     │  └─ toroidal [V.m⁻¹]
+│     ├─ electrons
+│     │  ├─ collisionality_norm
+│     │  ├─ density [m⁻³]
+│     │  ├─ density_fast [m⁻³]
+│     │  ├─ density_fit
+│     │  │  ├─ chi_squared
+│     │  │  ├─ local
+│     │  │  ├─ measured [m⁻³]
+│     │  │  ├─ parameters
+│     │  │  ├─ reconstructed [m⁻³]
+│     │  │  ├─ rho_tor_norm
+│     │  │  ├─ source
+│     │  │  ├─ time_measurement [s]
+│     │  │  ├─ time_measurement_slice_method
+│     │  │  │  ├─ description
+│     │  │  │  ├─ index
+│     │  │  │  └─ name
+│     │  │  ├─ time_measurement_width [s]
+│     │  │  └─ weight
+│     │  ├─ density_thermal [m⁻³]
+│     │  ├─ density_validity
+│     │  ├─ pressure [Pa]
+│     │  ├─ pressure_fast_parallel [Pa]
+│     │  ├─ pressure_fast_perpendicular [Pa]
+│     │  ├─ pressure_thermal [Pa]
+│     │  ├─ temperature [eV]
+│     │  ├─ temperature_fit
+│     │  │  ├─ chi_squared
+│     │  │  ├─ local
+│     │  │  ├─ measured [eV]
+│     │  │  ├─ parameters
+│     │  │  ├─ reconstructed [eV]
+│     │  │  ├─ rho_tor_norm
+│     │  │  ├─ source
+│     │  │  ├─ time_measurement [s]
+│     │  │  ├─ time_measurement_slice_method
+│     │  │  │  ├─ description
+│     │  │  │  ├─ index
+│     │  │  │  └─ name
+│     │  │  ├─ time_measurement_width [s]
+│     │  │  └─ weight
+│     │  └─ temperature_validity
+│     ├─ grid
+│     │  ├─ area [m²]
+│     │  ├─ psi [Wb]
+│     │  ├─ psi_boundary [Wb]
+│     │  ├─ psi_magnetic_axis [Wb]
+│     │  ├─ rho_pol_norm
+│     │  ├─ rho_tor [m]
+│     │  ├─ rho_tor_norm
+│     │  ├─ surface [m²]
+│     │  └─ volume [m³]
+│     ├─ ion[:]
+│     │  ├─ density [m⁻³]
+│     │  ├─ density_fast [m⁻³]
+│     │  ├─ density_fit
+│     │  │  ├─ chi_squared
+│     │  │  ├─ local
+│     │  │  ├─ measured [m⁻³]
+│     │  │  ├─ parameters
+│     │  │  ├─ reconstructed [m⁻³]
+│     │  │  ├─ rho_tor_norm
+│     │  │  ├─ source
+│     │  │  ├─ time_measurement [s]
+│     │  │  ├─ time_measurement_slice_method
+│     │  │  │  ├─ description
+│     │  │  │  ├─ index
+│     │  │  │  └─ name
+│     │  │  ├─ time_measurement_width [s]
+│     │  │  └─ weight
+│     │  ├─ density_thermal [m⁻³]
+│     │  ├─ density_validity
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  ├─ multiple_states_flag
+│     │  ├─ neutral_index
+│     │  ├─ pressure [Pa]
+│     │  ├─ pressure_fast_parallel [Pa]
+│     │  ├─ pressure_fast_perpendicular [Pa]
+│     │  ├─ pressure_thermal [Pa]
+│     │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│     │  ├─ state[:]
+│     │  │  ├─ density [m⁻³]
+│     │  │  ├─ density_fast [m⁻³]
+│     │  │  ├─ density_fit
+│     │  │  │  ├─ chi_squared
+│     │  │  │  ├─ local
+│     │  │  │  ├─ measured [m⁻³]
+│     │  │  │  ├─ parameters
+│     │  │  │  ├─ reconstructed [m⁻³]
+│     │  │  │  ├─ rho_tor_norm
+│     │  │  │  ├─ source
+│     │  │  │  ├─ time_measurement [s]
+│     │  │  │  ├─ time_measurement_slice_method
+│     │  │  │  │  ├─ description
+│     │  │  │  │  ├─ index
+│     │  │  │  │  └─ name
+│     │  │  │  ├─ time_measurement_width [s]
+│     │  │  │  └─ weight
+│     │  │  ├─ density_thermal [m⁻³]
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ ionisation_potential [eV]
+│     │  │  ├─ label
+│     │  │  ├─ pressure [Pa]
+│     │  │  ├─ pressure_fast_parallel [Pa]
+│     │  │  ├─ pressure_fast_perpendicular [Pa]
+│     │  │  ├─ pressure_thermal [Pa]
+│     │  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│     │  │  ├─ temperature [eV]
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  ├─ vibrational_mode
+│     │  │  ├─ z_average [Elementary Charge Unit]
+│     │  │  ├─ z_average_1d
+│     │  │  ├─ z_average_square_1d
+│     │  │  ├─ z_max [Elementary Charge Unit]
+│     │  │  ├─ z_min [Elementary Charge Unit]
+│     │  │  └─ z_square_average [Elementary Charge Unit]
+│     │  ├─ temperature [eV]
+│     │  ├─ temperature_fit
+│     │  │  ├─ chi_squared
+│     │  │  ├─ local
+│     │  │  ├─ measured [eV]
+│     │  │  ├─ parameters
+│     │  │  ├─ reconstructed [eV]
+│     │  │  ├─ rho_tor_norm
+│     │  │  ├─ source
+│     │  │  ├─ time_measurement [s]
+│     │  │  ├─ time_measurement_slice_method
+│     │  │  │  ├─ description
+│     │  │  │  ├─ index
+│     │  │  │  └─ name
+│     │  │  ├─ time_measurement_width [s]
+│     │  │  └─ weight
+│     │  ├─ temperature_validity
+│     │  ├─ velocity
+│     │  │  ├─ diamagnetic [m.s⁻¹]
+│     │  │  ├─ parallel [m.s⁻¹]
+│     │  │  ├─ poloidal [m.s⁻¹]
+│     │  │  ├─ radial [m.s⁻¹]
+│     │  │  └─ toroidal [m.s⁻¹]
+│     │  ├─ z_ion [Elementary Charge Unit]
+│     │  ├─ z_ion_1d
+│     │  └─ z_ion_square_1d
+│     ├─ j_bootstrap [A/m²]
+│     ├─ j_non_inductive [A/m²]
+│     ├─ j_ohmic [A/m²]
+│     ├─ j_tor [A/m²]
+│     ├─ j_total [A/m²]
+│     ├─ magnetic_shear
+│     ├─ momentum_tor [kg.m⁻¹.s⁻¹]
+│     ├─ n_i_thermal_total [m⁻³]
+│     ├─ n_i_total_over_n_e
+│     ├─ neutral[:]
+│     │  ├─ density [m⁻³]
+│     │  ├─ density_fast [m⁻³]
+│     │  ├─ density_thermal [m⁻³]
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ ion_index
+│     │  ├─ label
+│     │  ├─ multiple_states_flag
+│     │  ├─ pressure [Pa]
+│     │  ├─ pressure_fast_parallel [Pa]
+│     │  ├─ pressure_fast_perpendicular [Pa]
+│     │  ├─ pressure_thermal [Pa]
+│     │  ├─ state[:]
+│     │  │  ├─ density [m⁻³]
+│     │  │  ├─ density_fast [m⁻³]
+│     │  │  ├─ density_thermal [m⁻³]
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ label
+│     │  │  ├─ neutral_type
+│     │  │  │  ├─ description
+│     │  │  │  ├─ index
+│     │  │  │  └─ name
+│     │  │  ├─ pressure [Pa]
+│     │  │  ├─ pressure_fast_parallel [Pa]
+│     │  │  ├─ pressure_fast_perpendicular [Pa]
+│     │  │  ├─ pressure_thermal [Pa]
+│     │  │  ├─ temperature [eV]
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  └─ vibrational_mode
+│     │  └─ temperature [eV]
+│     ├─ phi_potential [V]
+│     ├─ pressure_ion_total [Pa]
+│     ├─ pressure_parallel [Pa]
+│     ├─ pressure_perpendicular [Pa]
+│     ├─ pressure_thermal [Pa]
+│     ├─ q
+│     ├─ rotation_frequency_tor_sonic [s⁻¹]
+│     ├─ t_i_average [eV]
+│     ├─ t_i_average_fit
+│     │  ├─ chi_squared
+│     │  ├─ local
+│     │  ├─ measured [eV]
+│     │  ├─ parameters
+│     │  ├─ reconstructed [eV]
+│     │  ├─ rho_tor_norm
+│     │  ├─ source
+│     │  ├─ time_measurement [s]
+│     │  ├─ time_measurement_slice_method
+│     │  │  ├─ description
+│     │  │  ├─ index
+│     │  │  └─ name
+│     │  ├─ time_measurement_width [s]
+│     │  └─ weight
+│     ├─ time [s]
+│     ├─ zeff
+│     └─ zeff_fit
+│        ├─ chi_squared
+│        ├─ local
+│        ├─ measured
+│        ├─ parameters
+│        ├─ reconstructed
+│        ├─ rho_tor_norm
+│        ├─ source
+│        ├─ time_measurement [s]
+│        ├─ time_measurement_slice_method
+│        │  ├─ description
+│        │  ├─ index
+│        │  └─ name
+│        ├─ time_measurement_width [s]
+│        └─ weight
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

core profiles

IMASdd.core_profiles
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ covariance
+│  ├─ data [mixed]
+│  ├─ description
+│  └─ rows_uri
+├─ global_quantities
+│  ├─ beta_pol
+│  ├─ beta_tor
+│  ├─ beta_tor_norm
+│  ├─ current_bootstrap [A]
+│  ├─ current_non_inductive [A]
+│  ├─ current_ohmic [A]
+│  ├─ ejima
+│  ├─ energy_diamagnetic [J]
+│  ├─ ion[:]
+│  │  ├─ n_i_volume_average [m⁻³]
+│  │  └─ t_i_volume_average [eV]
+│  ├─ ion_time_slice [s]
+│  ├─ ip [A]
+│  ├─ li_3
+│  ├─ n_e_volume_average [m⁻³]
+│  ├─ polarized_fuel_fraction
+│  ├─ resistive_psi_losses [Wb]
+│  ├─ t_e_peaking
+│  ├─ t_e_volume_average [eV]
+│  ├─ t_i_average_peaking
+│  ├─ v_loop [V]
+│  └─ z_eff_resistive
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ profiles_1d[:]
+│  ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
+│  ├─ current_parallel_inside [A]
+│  ├─ e_field
+│  │  ├─ diamagnetic [V.m⁻¹]
+│  │  ├─ parallel [V.m⁻¹]
+│  │  ├─ poloidal [V.m⁻¹]
+│  │  ├─ radial [V.m⁻¹]
+│  │  └─ toroidal [V.m⁻¹]
+│  ├─ electrons
+│  │  ├─ collisionality_norm
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [m⁻³]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [m⁻³]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ density_validity
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ temperature [eV]
+│  │  ├─ temperature_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [eV]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [eV]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  └─ temperature_validity
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ psi_norm
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ surface [m²]
+│  │  └─ volume [m³]
+│  ├─ ion[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [m⁻³]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [m⁻³]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ density_validity
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ neutral_index
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│  │  ├─ state[:]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ density_fit
+│  │  │  │  ├─ chi_squared
+│  │  │  │  ├─ local
+│  │  │  │  ├─ measured [m⁻³]
+│  │  │  │  ├─ parameters
+│  │  │  │  ├─ reconstructed [m⁻³]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  ├─ source
+│  │  │  │  ├─ time_measurement [s]
+│  │  │  │  ├─ time_measurement_slice_method
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  ├─ time_measurement_width [s]
+│  │  │  │  └─ weight
+│  │  │  ├─ density_thermal [m⁻³]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ ionisation_potential [eV]
+│  │  │  ├─ label
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ pressure_thermal [Pa]
+│  │  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_average [Elementary Charge Unit]
+│  │  │  ├─ z_average_1d
+│  │  │  ├─ z_average_square_1d
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  ├─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_square_average [Elementary Charge Unit]
+│  │  ├─ temperature [eV]
+│  │  ├─ temperature_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [eV]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [eV]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  ├─ temperature_validity
+│  │  ├─ velocity
+│  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  ├─ radial [m.s⁻¹]
+│  │  │  └─ toroidal [m.s⁻¹]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  ├─ z_ion_1d
+│  │  └─ z_ion_square_1d
+│  ├─ j_bootstrap [A/m²]
+│  ├─ j_non_inductive [A/m²]
+│  ├─ j_ohmic [A/m²]
+│  ├─ j_tor [A/m²]
+│  ├─ j_total [A/m²]
+│  ├─ magnetic_shear
+│  ├─ momentum_tor [kg.m⁻¹.s⁻¹]
+│  ├─ n_i_thermal_total [m⁻³]
+│  ├─ n_i_total_over_n_e
+│  ├─ neutral[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ ion_index
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ state[:]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ density_thermal [m⁻³]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ label
+│  │  │  ├─ neutral_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ pressure_thermal [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  └─ vibrational_mode
+│  │  └─ temperature [eV]
+│  ├─ phi_potential [V]
+│  ├─ pressure [Pa]
+│  ├─ pressure_ion_total [Pa]
+│  ├─ pressure_parallel [Pa]
+│  ├─ pressure_perpendicular [Pa]
+│  ├─ pressure_thermal [Pa]
+│  ├─ q
+│  ├─ rotation_frequency_tor_sonic [s⁻¹]
+│  ├─ t_i_average [eV]
+│  ├─ t_i_average_fit
+│  │  ├─ chi_squared
+│  │  ├─ local
+│  │  ├─ measured [eV]
+│  │  ├─ parameters
+│  │  ├─ reconstructed [eV]
+│  │  ├─ rho_tor_norm
+│  │  ├─ source
+│  │  ├─ time_measurement [s]
+│  │  ├─ time_measurement_slice_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ time_measurement_width [s]
+│  │  └─ weight
+│  ├─ time [s]
+│  ├─ zeff
+│  └─ zeff_fit
+│     ├─ chi_squared
+│     ├─ local
+│     ├─ measured
+│     ├─ parameters
+│     ├─ reconstructed
+│     ├─ rho_tor_norm
+│     ├─ source
+│     ├─ time_measurement [s]
+│     ├─ time_measurement_slice_method
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ time_measurement_width [s]
+│     └─ weight
+├─ profiles_2d[:]
+│  ├─ grid
+│  │  ├─ dim1 [mixed]
+│  │  ├─ dim2 [mixed]
+│  │  └─ volume_element [m³]
+│  ├─ grid_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ ion[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ ion_index
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│  │  ├─ state[:]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ density_thermal [m⁻³]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ ionisation_potential [eV]
+│  │  │  ├─ label
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ pressure_thermal [Pa]
+│  │  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_average [Elementary Charge Unit]
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  ├─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_square_average [Elementary Charge Unit]
+│  │  ├─ temperature [eV]
+│  │  ├─ velocity
+│  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  ├─ radial [m.s⁻¹]
+│  │  │  └─ toroidal [m.s⁻¹]
+│  │  └─ z_ion [Elementary Charge Unit]
+│  ├─ momentum_tor [kg.m⁻¹.s⁻¹]
+│  ├─ n_i_thermal_total [m⁻³]
+│  ├─ n_i_total_over_n_e
+│  ├─ pressure_ion_total [Pa]
+│  ├─ pressure_parallel [Pa]
+│  ├─ pressure_perpendicular [Pa]
+│  ├─ pressure_thermal [Pa]
+│  ├─ t_i_average [eV]
+│  ├─ time [s]
+│  └─ zeff
+├─ statistics[:]
+│  ├─ quantity_2d[:]
+│  │  ├─ distribution
+│  │  │  ├─ bins [mixed]
+│  │  │  └─ probability
+│  │  ├─ path
+│  │  └─ statistics_type[:]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ uq_input_path
+│  │     └─ value [mixed]
+│  ├─ time [s]
+│  ├─ time_width [s]
+│  └─ uq_input_2d[:]
+│     ├─ distribution
+│     │  ├─ bins [mixed]
+│     │  └─ probability
+│     └─ path
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

core sources

IMASdd.core_sources
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ source[:]
+│  ├─ code
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ output_flag
+│  │  │  ├─ data
+│  │  │  └─ time [s]
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ global_quantities[:]
+│  │  ├─ current_parallel [A]
+│  │  ├─ electrons
+│  │  │  ├─ particles [s⁻¹]
+│  │  │  └─ power [W]
+│  │  ├─ power [W]
+│  │  ├─ time [s]
+│  │  ├─ torque_tor [kg.m².s⁻²]
+│  │  ├─ total_ion_particles [(ions).s⁻¹]
+│  │  └─ total_ion_power [W]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ profiles_1d[:]
+│  │  ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
+│  │  ├─ current_parallel_inside [A]
+│  │  ├─ electrons
+│  │  │  ├─ energy [W.m⁻³]
+│  │  │  ├─ energy_decomposed
+│  │  │  │  ├─ explicit_part [W.m⁻³]
+│  │  │  │  └─ implicit_part [s⁻¹]
+│  │  │  ├─ particles [m⁻³.s⁻¹]
+│  │  │  ├─ particles_decomposed
+│  │  │  │  ├─ explicit_part [m⁻³.s⁻¹]
+│  │  │  │  └─ implicit_part [s⁻¹]
+│  │  │  ├─ particles_inside [s⁻¹]
+│  │  │  └─ power_inside [W]
+│  │  ├─ grid
+│  │  │  ├─ area [m²]
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ psi_boundary [Wb]
+│  │  │  ├─ psi_magnetic_axis [Wb]
+│  │  │  ├─ psi_norm
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ surface [m²]
+│  │  │  └─ volume [m³]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energy [W.m⁻³]
+│  │  │  ├─ energy_decomposed
+│  │  │  │  ├─ explicit_part [W.m⁻³]
+│  │  │  │  └─ implicit_part [s⁻¹]
+│  │  │  ├─ fast_particles_energy [eV]
+│  │  │  ├─ label
+│  │  │  ├─ momentum
+│  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  └─ toroidal_decomposed
+│  │  │  │     ├─ explicit_part [kg.m².s⁻²]
+│  │  │  │     └─ implicit_part [s⁻¹]
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ neutral_index
+│  │  │  ├─ particles [s⁻¹.m⁻³]
+│  │  │  ├─ particles_decomposed
+│  │  │  │  ├─ explicit_part [m⁻³.s⁻¹]
+│  │  │  │  └─ implicit_part [s⁻¹]
+│  │  │  ├─ particles_inside [s⁻¹]
+│  │  │  ├─ power_inside [W]
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ energy [W.m⁻³]
+│  │  │  │  ├─ energy_decomposed
+│  │  │  │  │  ├─ explicit_part [W.m⁻³]
+│  │  │  │  │  └─ implicit_part [s⁻¹]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ particles [s⁻¹.m⁻³]
+│  │  │  │  ├─ particles_decomposed
+│  │  │  │  │  ├─ explicit_part [m⁻³.s⁻¹]
+│  │  │  │  │  └─ implicit_part [s⁻¹]
+│  │  │  │  ├─ particles_inside [s⁻¹]
+│  │  │  │  ├─ power_inside [W]
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ j_parallel [A.m⁻²]
+│  │  ├─ momentum_tor [kg.m⁻¹.s⁻²]
+│  │  ├─ momentum_tor_j_cross_b_field [kg.m⁻¹.s⁻²]
+│  │  ├─ neutral[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energy [W.m⁻³]
+│  │  │  ├─ ion_index
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ particles [s⁻¹.m⁻³]
+│  │  │  └─ state[:]
+│  │  │     ├─ electron_configuration
+│  │  │     ├─ energy [W.m⁻³]
+│  │  │     ├─ label
+│  │  │     ├─ neutral_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ particles [s⁻¹.m⁻³]
+│  │  │     ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     └─ vibrational_mode
+│  │  ├─ time [s]
+│  │  ├─ torque_tor_inside [kg.m².s⁻²]
+│  │  ├─ total_ion_energy [W.m⁻³]
+│  │  ├─ total_ion_energy_decomposed
+│  │  │  ├─ explicit_part [W.m⁻³]
+│  │  │  └─ implicit_part [s⁻¹]
+│  │  └─ total_ion_power_inside [W]
+│  └─ species
+│     ├─ ion
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  ├─ state
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ label
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  ├─ vibrational_mode
+│     │  │  ├─ z_max [Elementary Charge Unit]
+│     │  │  └─ z_min [Elementary Charge Unit]
+│     │  └─ z_ion [Elementary Charge Unit]
+│     ├─ neutral
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  └─ state
+│     │     ├─ electron_configuration
+│     │     ├─ label
+│     │     ├─ neutral_type
+│     │     │  ├─ description
+│     │     │  ├─ index
+│     │     │  └─ name
+│     │     ├─ vibrational_level [Elementary Charge Unit]
+│     │     └─ vibrational_mode
+│     └─ type
+│        ├─ description
+│        ├─ index
+│        └─ name
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

core transport

IMASdd.core_transport
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ model[:]
+│  ├─ code
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ output_flag
+│  │  │  ├─ data
+│  │  │  └─ time [s]
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ comment
+│  ├─ flux_multiplier
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ profiles_1d[:]
+│     ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
+│     ├─ e_field_radial [V.m⁻¹]
+│     ├─ electrons
+│     │  ├─ energy
+│     │  │  ├─ d [m².s⁻¹]
+│     │  │  ├─ flux [W.m⁻²]
+│     │  │  └─ v [m.s⁻¹]
+│     │  └─ particles
+│     │     ├─ d [m².s⁻¹]
+│     │     ├─ flux [m⁻².s⁻¹]
+│     │     └─ v [m.s⁻¹]
+│     ├─ grid_d
+│     │  ├─ area [m²]
+│     │  ├─ psi [Wb]
+│     │  ├─ psi_boundary [Wb]
+│     │  ├─ psi_magnetic_axis [Wb]
+│     │  ├─ rho_pol_norm
+│     │  ├─ rho_tor [m]
+│     │  ├─ rho_tor_norm
+│     │  ├─ surface [m²]
+│     │  └─ volume [m³]
+│     ├─ grid_flux
+│     │  ├─ area [m²]
+│     │  ├─ psi [Wb]
+│     │  ├─ psi_boundary [Wb]
+│     │  ├─ psi_magnetic_axis [Wb]
+│     │  ├─ rho_pol_norm
+│     │  ├─ rho_tor [m]
+│     │  ├─ rho_tor_norm
+│     │  ├─ surface [m²]
+│     │  └─ volume [m³]
+│     ├─ grid_v
+│     │  ├─ area [m²]
+│     │  ├─ psi [Wb]
+│     │  ├─ psi_boundary [Wb]
+│     │  ├─ psi_magnetic_axis [Wb]
+│     │  ├─ rho_pol_norm
+│     │  ├─ rho_tor [m]
+│     │  ├─ rho_tor_norm
+│     │  ├─ surface [m²]
+│     │  └─ volume [m³]
+│     ├─ ion[:]
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ energy
+│     │  │  ├─ d [m².s⁻¹]
+│     │  │  ├─ flux [W.m⁻²]
+│     │  │  └─ v [m.s⁻¹]
+│     │  ├─ label
+│     │  ├─ momentum
+│     │  │  ├─ diamagnetic
+│     │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  └─ v [m.s⁻¹]
+│     │  │  ├─ parallel
+│     │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  └─ v [m.s⁻¹]
+│     │  │  ├─ poloidal
+│     │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  └─ v [m.s⁻¹]
+│     │  │  ├─ radial
+│     │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  └─ v [m.s⁻¹]
+│     │  │  └─ toroidal
+│     │  │     ├─ d [m².s⁻¹]
+│     │  │     ├─ flow_damping_rate [s⁻¹]
+│     │  │     ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │     └─ v [m.s⁻¹]
+│     │  ├─ multiple_states_flag
+│     │  ├─ neutral_index
+│     │  ├─ particles
+│     │  │  ├─ d [m².s⁻¹]
+│     │  │  ├─ flux [m⁻².s⁻¹]
+│     │  │  └─ v [m.s⁻¹]
+│     │  ├─ state[:]
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ energy
+│     │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  ├─ flux [W.m⁻²]
+│     │  │  │  └─ v [m.s⁻¹]
+│     │  │  ├─ label
+│     │  │  ├─ momentum
+│     │  │  │  ├─ diamagnetic
+│     │  │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  │  └─ v [m.s⁻¹]
+│     │  │  │  ├─ parallel
+│     │  │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  │  └─ v [m.s⁻¹]
+│     │  │  │  ├─ poloidal
+│     │  │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  │  └─ v [m.s⁻¹]
+│     │  │  │  ├─ radial
+│     │  │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  │  ├─ flow_damping_rate [s⁻¹]
+│     │  │  │  │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │  │  └─ v [m.s⁻¹]
+│     │  │  │  └─ toroidal
+│     │  │  │     ├─ d [m².s⁻¹]
+│     │  │  │     ├─ flow_damping_rate [s⁻¹]
+│     │  │  │     ├─ flux [kg.m⁻¹.s⁻²]
+│     │  │  │     └─ v [m.s⁻¹]
+│     │  │  ├─ particles
+│     │  │  │  ├─ d [m².s⁻¹]
+│     │  │  │  ├─ flux [m⁻².s⁻¹]
+│     │  │  │  └─ v [m.s⁻¹]
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  ├─ vibrational_mode
+│     │  │  ├─ z_max [Elementary Charge Unit]
+│     │  │  └─ z_min [Elementary Charge Unit]
+│     │  └─ z_ion [Elementary Charge Unit]
+│     ├─ momentum_tor
+│     │  ├─ d [m².s⁻¹]
+│     │  ├─ flux [kg.m⁻¹.s⁻²]
+│     │  └─ v [m.s⁻¹]
+│     ├─ neutral[:]
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ energy
+│     │  │  ├─ d [m².s⁻¹]
+│     │  │  ├─ flux [W.m⁻²]
+│     │  │  └─ v [m.s⁻¹]
+│     │  ├─ ion_index
+│     │  ├─ label
+│     │  ├─ multiple_states_flag
+│     │  ├─ particles
+│     │  │  ├─ d [m².s⁻¹]
+│     │  │  ├─ flux [m⁻².s⁻¹]
+│     │  │  └─ v [m.s⁻¹]
+│     │  └─ state[:]
+│     │     ├─ electron_configuration
+│     │     ├─ energy
+│     │     │  ├─ d [m².s⁻¹]
+│     │     │  ├─ flux [W.m⁻²]
+│     │     │  └─ v [m.s⁻¹]
+│     │     ├─ label
+│     │     ├─ particles
+│     │     │  ├─ d [m².s⁻¹]
+│     │     │  ├─ flux [m⁻².s⁻¹]
+│     │     │  └─ v [m.s⁻¹]
+│     │     ├─ vibrational_level [Elementary Charge Unit]
+│     │     └─ vibrational_mode
+│     ├─ time [s]
+│     └─ total_ion_energy
+│        ├─ d [m².s⁻¹]
+│        ├─ flux [W.m⁻²]
+│        └─ v [m.s⁻¹]
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

costing

IMASdd.costing
+├─ availability
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ construction_start_year [year]
+├─ cost_decommissioning
+│  ├─ cost [$M]
+│  └─ system[:]
+│     ├─ cost [$M]
+│     ├─ name
+│     └─ subsystem[:]
+│        ├─ cost [$M]
+│        └─ name
+├─ cost_direct_capital
+│  ├─ cost [$M]
+│  └─ system[:]
+│     ├─ cost [$M]
+│     ├─ name
+│     └─ subsystem[:]
+│        ├─ cost [$M]
+│        └─ name
+├─ cost_lifetime [$M]
+├─ cost_operations
+│  ├─ system[:]
+│  │  ├─ name
+│  │  ├─ subsystem[:]
+│  │  │  ├─ name
+│  │  │  └─ yearly_cost [$M/year]
+│  │  └─ yearly_cost [$M/year]
+│  └─ yearly_cost [$M/year]
+├─ future
+│  ├─ inflation_rate
+│  └─ learning
+│     └─ hts
+│        ├─ learning_rate
+│        └─ production_increase
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ levelized_CoE [$/kWh]
+├─ plant_lifetime [year]
+└─ time [s]
+

cryostat

IMASdd.cryostat
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ description_2d[:]
+│  ├─ cryostat
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ unit[:]
+│  │     ├─ annular
+│  │     │  ├─ centreline
+│  │     │  │  ├─ closed
+│  │     │  │  ├─ r [m]
+│  │     │  │  └─ z [m]
+│  │     │  ├─ outline_inner
+│  │     │  │  ├─ closed
+│  │     │  │  ├─ r [m]
+│  │     │  │  └─ z [m]
+│  │     │  ├─ outline_outer
+│  │     │  │  ├─ closed
+│  │     │  │  ├─ r [m]
+│  │     │  │  └─ z [m]
+│  │     │  ├─ resistivity [ohm.m]
+│  │     │  └─ thickness [m]
+│  │     ├─ element[:]
+│  │     │  ├─ j_tor
+│  │     │  │  ├─ data [A]
+│  │     │  │  └─ time [s]
+│  │     │  ├─ name
+│  │     │  ├─ outline
+│  │     │  │  ├─ closed
+│  │     │  │  ├─ r [m]
+│  │     │  │  └─ z [m]
+│  │     │  ├─ resistance [Ohm]
+│  │     │  └─ resistivity [ohm.m]
+│  │     ├─ identifier
+│  │     └─ name
+│  └─ thermal_shield
+│     ├─ type
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     └─ unit[:]
+│        ├─ annular
+│        │  ├─ centreline
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ outline_inner
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ outline_outer
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ resistivity [ohm.m]
+│        │  └─ thickness [m]
+│        ├─ element[:]
+│        │  ├─ j_tor
+│        │  │  ├─ data [A]
+│        │  │  └─ time [s]
+│        │  ├─ name
+│        │  ├─ outline
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ resistance [Ohm]
+│        │  └─ resistivity [ohm.m]
+│        ├─ identifier
+│        └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+└─ time [s]
+

dataset description

IMASdd.dataset_description
+├─ data_entry
+│  ├─ machine
+│  ├─ pulse
+│  ├─ pulse_type
+│  ├─ run
+│  └─ user
+├─ dd_version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ imas_version
+├─ parent_entry
+│  ├─ machine
+│  ├─ pulse
+│  ├─ pulse_type
+│  ├─ run
+│  └─ user
+├─ pulse_time_begin
+├─ pulse_time_begin_epoch
+│  ├─ nanoseconds
+│  └─ seconds
+├─ pulse_time_end_epoch
+│  ├─ nanoseconds
+│  └─ seconds
+├─ simulation
+│  ├─ comment_after
+│  ├─ comment_before
+│  ├─ time_begin [s]
+│  ├─ time_begun [UTC]
+│  ├─ time_current [s]
+│  ├─ time_end [s]
+│  ├─ time_ended [UTC]
+│  ├─ time_restart [s]
+│  ├─ time_step [s]
+│  └─ workflow
+└─ time [s]
+

dataset fair

IMASdd.dataset_fair
+├─ identifier
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ is_referenced_by
+├─ is_replaced_by
+├─ license
+├─ replaces
+├─ rights_holder
+├─ time [s]
+└─ valid
+

disruption

IMASdd.disruption
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ global_quantities
+│  ├─ current_halo_pol [A]
+│  ├─ current_halo_tor [A]
+│  ├─ energy_ohm [J]
+│  ├─ energy_ohm_halo [J]
+│  ├─ energy_parallel_halo [J]
+│  ├─ energy_radiated_electrons_impurities [J]
+│  ├─ energy_radiated_electrons_impurities_halo [J]
+│  ├─ power_ohm [W]
+│  ├─ power_ohm_halo [W]
+│  ├─ power_parallel_halo [W]
+│  ├─ power_radiated_electrons_impurities [W]
+│  ├─ power_radiated_electrons_impurities_halo [W]
+│  └─ psi_halo_boundary [Wb]
+├─ halo_currents[:]
+│  ├─ active_wall_point
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ area[:]
+│  │  ├─ current_halo_pol [A]
+│  │  ├─ end_point
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ start_point
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ profiles_1d[:]
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ surface [m²]
+│  │  └─ volume [m³]
+│  ├─ j_runaways [A.m⁻²]
+│  ├─ power_density_conductive_losses [W.m⁻³]
+│  ├─ power_density_radiative_losses [W.m⁻³]
+│  └─ time [s]
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

distribution sources

IMASdd.distribution_sources
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ magnetic_axis
+│  ├─ r [m]
+│  └─ z [m]
+├─ source[:]
+│  ├─ ggd[:]
+│  │  ├─ discrete
+│  │  ├─ grid
+│  │  │  ├─ grid_subset[:]
+│  │  │  │  ├─ base[:]
+│  │  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  │  ├─ dimension
+│  │  │  │  ├─ element[:]
+│  │  │  │  │  └─ object[:]
+│  │  │  │  │     ├─ dimension
+│  │  │  │  │     ├─ index
+│  │  │  │  │     └─ space
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ metric
+│  │  │  │     ├─ jacobian [mixed]
+│  │  │  │     ├─ tensor_contravariant [mixed]
+│  │  │  │     └─ tensor_covariant [mixed]
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ path
+│  │  │  └─ space[:]
+│  │  │     ├─ coordinates_type
+│  │  │     ├─ geometry_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ identifier
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     └─ objects_per_dimension[:]
+│  │  │        ├─ geometry_content
+│  │  │        │  ├─ description
+│  │  │        │  ├─ index
+│  │  │        │  └─ name
+│  │  │        └─ object[:]
+│  │  │           ├─ boundary[:]
+│  │  │           │  ├─ index
+│  │  │           │  └─ neighbours
+│  │  │           ├─ geometry [mixed]
+│  │  │           ├─ geometry_2d [mixed]
+│  │  │           ├─ measure [m^dimension]
+│  │  │           └─ nodes
+│  │  ├─ particles[:]
+│  │  │  ├─ coefficients [(m.s⁻¹)⁻³.m⁻³.s⁻¹]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [(m.s⁻¹)⁻³.m⁻³.s⁻¹]
+│  │  └─ time [s]
+│  ├─ global_quantities[:]
+│  │  ├─ particles [s⁻¹]
+│  │  ├─ power [W]
+│  │  ├─ shinethrough
+│  │  │  ├─ particles [s⁻¹]
+│  │  │  ├─ power [W]
+│  │  │  └─ torque_tor [N.m]
+│  │  ├─ time [s]
+│  │  └─ torque_tor [N.m]
+│  ├─ gyro_type
+│  ├─ markers[:]
+│  │  ├─ coordinate_identifier[:]
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ orbit_integrals
+│  │  │  ├─ bounce_harmonics
+│  │  │  ├─ expressions
+│  │  │  ├─ m_pol
+│  │  │  ├─ n_tor
+│  │  │  └─ values
+│  │  ├─ orbit_integrals_instant
+│  │  │  ├─ expressions
+│  │  │  ├─ time_orbit [s]
+│  │  │  └─ values
+│  │  ├─ positions [mixed]
+│  │  ├─ time [s]
+│  │  ├─ toroidal_mode
+│  │  └─ weights
+│  ├─ process[:]
+│  │  ├─ nbi_beamlets_group
+│  │  ├─ nbi_energy
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ nbi_unit
+│  │  ├─ reactant_energy
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ profiles_1d[:]
+│  │  ├─ energy [W.m⁻³]
+│  │  ├─ grid
+│  │  │  ├─ area [m²]
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ psi_boundary [Wb]
+│  │  │  ├─ psi_magnetic_axis [Wb]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ surface [m²]
+│  │  │  └─ volume [m³]
+│  │  ├─ momentum_tor [N.m⁻²]
+│  │  ├─ particles [s⁻¹.m⁻³]
+│  │  └─ time [s]
+│  └─ species
+│     ├─ ion
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  ├─ state
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ label
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  ├─ vibrational_mode
+│     │  │  ├─ z_max [Elementary Charge Unit]
+│     │  │  └─ z_min [Elementary Charge Unit]
+│     │  └─ z_ion [Elementary Charge Unit]
+│     ├─ neutral
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  └─ state
+│     │     ├─ electron_configuration
+│     │     ├─ label
+│     │     ├─ neutral_type
+│     │     │  ├─ description
+│     │     │  ├─ index
+│     │     │  └─ name
+│     │     ├─ vibrational_level [Elementary Charge Unit]
+│     │     └─ vibrational_mode
+│     └─ type
+│        ├─ description
+│        ├─ index
+│        └─ name
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

distributions

IMASdd.distributions
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ distribution[:]
+│  ├─ ggd[:]
+│  │  ├─ expansion[:]
+│  │  │  └─ grid_subset[:]
+│  │  │     ├─ coefficients [mixed]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [mixed]
+│  │  ├─ expansion_fd3v[:]
+│  │  │  └─ grid_subset[:]
+│  │  │     ├─ coefficients [mixed]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [mixed]
+│  │  ├─ grid
+│  │  │  ├─ grid_subset[:]
+│  │  │  │  ├─ base[:]
+│  │  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  │  ├─ dimension
+│  │  │  │  ├─ element[:]
+│  │  │  │  │  └─ object[:]
+│  │  │  │  │     ├─ dimension
+│  │  │  │  │     ├─ index
+│  │  │  │  │     └─ space
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ metric
+│  │  │  │     ├─ jacobian [mixed]
+│  │  │  │     ├─ tensor_contravariant [mixed]
+│  │  │  │     └─ tensor_covariant [mixed]
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ path
+│  │  │  └─ space[:]
+│  │  │     ├─ coordinates_type
+│  │  │     ├─ geometry_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ identifier
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     └─ objects_per_dimension[:]
+│  │  │        ├─ geometry_content
+│  │  │        │  ├─ description
+│  │  │        │  ├─ index
+│  │  │        │  └─ name
+│  │  │        └─ object[:]
+│  │  │           ├─ boundary[:]
+│  │  │           │  ├─ index
+│  │  │           │  └─ neighbours
+│  │  │           ├─ geometry [mixed]
+│  │  │           ├─ geometry_2d [mixed]
+│  │  │           ├─ measure [m^dimension]
+│  │  │           └─ nodes
+│  │  ├─ temperature [eV]
+│  │  └─ time [s]
+│  ├─ global_quantities[:]
+│  │  ├─ collisions
+│  │  │  ├─ electrons
+│  │  │  │  ├─ power_fast [W]
+│  │  │  │  ├─ power_thermal [W]
+│  │  │  │  ├─ torque_fast_tor [N.m]
+│  │  │  │  └─ torque_thermal_tor [N.m]
+│  │  │  └─ ion[:]
+│  │  │     ├─ element[:]
+│  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │     │  ├─ atoms_n
+│  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │     ├─ label
+│  │  │     ├─ multiple_states_flag
+│  │  │     ├─ neutral_index
+│  │  │     ├─ power_fast [W]
+│  │  │     ├─ power_thermal [W]
+│  │  │     ├─ state[:]
+│  │  │     │  ├─ electron_configuration
+│  │  │     │  ├─ label
+│  │  │     │  ├─ power_fast [W]
+│  │  │     │  ├─ power_thermal [W]
+│  │  │     │  ├─ torque_fast_tor [N.m]
+│  │  │     │  ├─ torque_thermal_tor [N.m]
+│  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     │  ├─ vibrational_mode
+│  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │     ├─ torque_fast_tor [N.m]
+│  │  │     ├─ torque_thermal_tor [N.m]
+│  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  ├─ current_tor [A]
+│  │  ├─ energy [J]
+│  │  ├─ energy_fast [J]
+│  │  ├─ energy_fast_parallel [J]
+│  │  ├─ particles_fast_n
+│  │  ├─ particles_n
+│  │  ├─ source[:]
+│  │  │  ├─ identifier
+│  │  │  │  ├─ process_index
+│  │  │  │  ├─ type
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ wave_index
+│  │  │  ├─ particles [s⁻¹]
+│  │  │  ├─ power [W]
+│  │  │  └─ torque_tor [N.m]
+│  │  ├─ thermalisation
+│  │  │  ├─ particles [s⁻¹]
+│  │  │  ├─ power [W]
+│  │  │  └─ torque [N.m]
+│  │  ├─ time [s]
+│  │  └─ torque_tor_j_radial [N.m]
+│  ├─ gyro_type
+│  ├─ is_delta_f
+│  ├─ markers[:]
+│  │  ├─ coordinate_identifier[:]
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ orbit_integrals
+│  │  │  ├─ bounce_harmonics
+│  │  │  ├─ expressions
+│  │  │  ├─ m_pol
+│  │  │  ├─ n_tor
+│  │  │  └─ values
+│  │  ├─ orbit_integrals_instant
+│  │  │  ├─ expressions
+│  │  │  ├─ time_orbit [s]
+│  │  │  └─ values
+│  │  ├─ positions [mixed]
+│  │  ├─ time [s]
+│  │  ├─ toroidal_mode
+│  │  └─ weights
+│  ├─ process[:]
+│  │  ├─ nbi_beamlets_group
+│  │  ├─ nbi_energy
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ nbi_unit
+│  │  ├─ reactant_energy
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ profiles_1d[:]
+│  │  ├─ co_passing
+│  │  │  ├─ collisions
+│  │  │  │  ├─ electrons
+│  │  │  │  │  ├─ power_fast [W.m⁻³]
+│  │  │  │  │  ├─ power_thermal [W.m⁻³]
+│  │  │  │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │  │  │  └─ ion[:]
+│  │  │  │     ├─ element[:]
+│  │  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │  │     │  ├─ atoms_n
+│  │  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │  │     ├─ label
+│  │  │  │     ├─ multiple_states_flag
+│  │  │  │     ├─ neutral_index
+│  │  │  │     ├─ power_fast [W.m⁻³]
+│  │  │  │     ├─ power_thermal [W.m⁻³]
+│  │  │  │     ├─ state[:]
+│  │  │  │     │  ├─ electron_configuration
+│  │  │  │     │  ├─ label
+│  │  │  │     │  ├─ power_fast [W.m⁻³]
+│  │  │  │     │  ├─ power_thermal [W.m⁻³]
+│  │  │  │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │     │  ├─ vibrational_mode
+│  │  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │  │     ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  │  ├─ current_fast_tor [A.m⁻²]
+│  │  │  ├─ current_tor [A.m⁻²]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [J.m⁻³]
+│  │  │  ├─ pressure_fast [J.m⁻³]
+│  │  │  ├─ pressure_fast_parallel [J.m⁻³]
+│  │  │  ├─ source[:]
+│  │  │  │  ├─ energy [W.m⁻³]
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ process_index
+│  │  │  │  │  ├─ type
+│  │  │  │  │  │  ├─ description
+│  │  │  │  │  │  ├─ index
+│  │  │  │  │  │  └─ name
+│  │  │  │  │  └─ wave_index
+│  │  │  │  ├─ momentum_tor [N.m⁻²]
+│  │  │  │  └─ particles [s⁻¹.m⁻³]
+│  │  │  └─ torque_tor_j_radial [N.m⁻²]
+│  │  ├─ collisions
+│  │  │  ├─ electrons
+│  │  │  │  ├─ power_fast [W.m⁻³]
+│  │  │  │  ├─ power_thermal [W.m⁻³]
+│  │  │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │  │  └─ ion[:]
+│  │  │     ├─ element[:]
+│  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │     │  ├─ atoms_n
+│  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │     ├─ label
+│  │  │     ├─ multiple_states_flag
+│  │  │     ├─ neutral_index
+│  │  │     ├─ power_fast [W.m⁻³]
+│  │  │     ├─ power_thermal [W.m⁻³]
+│  │  │     ├─ state[:]
+│  │  │     │  ├─ electron_configuration
+│  │  │     │  ├─ label
+│  │  │     │  ├─ power_fast [W.m⁻³]
+│  │  │     │  ├─ power_thermal [W.m⁻³]
+│  │  │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     │  ├─ vibrational_mode
+│  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │     ├─ torque_fast_tor [N.m⁻²]
+│  │  │     ├─ torque_thermal_tor [N.m⁻²]
+│  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  ├─ counter_passing
+│  │  │  ├─ collisions
+│  │  │  │  ├─ electrons
+│  │  │  │  │  ├─ power_fast [W.m⁻³]
+│  │  │  │  │  ├─ power_thermal [W.m⁻³]
+│  │  │  │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │  │  │  └─ ion[:]
+│  │  │  │     ├─ element[:]
+│  │  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │  │     │  ├─ atoms_n
+│  │  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │  │     ├─ label
+│  │  │  │     ├─ multiple_states_flag
+│  │  │  │     ├─ neutral_index
+│  │  │  │     ├─ power_fast [W.m⁻³]
+│  │  │  │     ├─ power_thermal [W.m⁻³]
+│  │  │  │     ├─ state[:]
+│  │  │  │     │  ├─ electron_configuration
+│  │  │  │     │  ├─ label
+│  │  │  │     │  ├─ power_fast [W.m⁻³]
+│  │  │  │     │  ├─ power_thermal [W.m⁻³]
+│  │  │  │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │     │  ├─ vibrational_mode
+│  │  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │  │     ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  │  ├─ current_fast_tor [A.m⁻²]
+│  │  │  ├─ current_tor [A.m⁻²]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [J.m⁻³]
+│  │  │  ├─ pressure_fast [J.m⁻³]
+│  │  │  ├─ pressure_fast_parallel [J.m⁻³]
+│  │  │  ├─ source[:]
+│  │  │  │  ├─ energy [W.m⁻³]
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ process_index
+│  │  │  │  │  ├─ type
+│  │  │  │  │  │  ├─ description
+│  │  │  │  │  │  ├─ index
+│  │  │  │  │  │  └─ name
+│  │  │  │  │  └─ wave_index
+│  │  │  │  ├─ momentum_tor [N.m⁻²]
+│  │  │  │  └─ particles [s⁻¹.m⁻³]
+│  │  │  └─ torque_tor_j_radial [N.m⁻²]
+│  │  ├─ current_fast_tor [A.m⁻²]
+│  │  ├─ current_tor [A.m⁻²]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ fast_filter
+│  │  │  ├─ energy [eV]
+│  │  │  └─ method
+│  │  │     ├─ description
+│  │  │     ├─ index
+│  │  │     └─ name
+│  │  ├─ grid
+│  │  │  ├─ area [m²]
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ psi_boundary [Wb]
+│  │  │  ├─ psi_magnetic_axis [Wb]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ surface [m²]
+│  │  │  └─ volume [m³]
+│  │  ├─ pressure [J.m⁻³]
+│  │  ├─ pressure_fast [J.m⁻³]
+│  │  ├─ pressure_fast_parallel [J.m⁻³]
+│  │  ├─ source[:]
+│  │  │  ├─ energy [W.m⁻³]
+│  │  │  ├─ identifier
+│  │  │  │  ├─ process_index
+│  │  │  │  ├─ type
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ wave_index
+│  │  │  ├─ momentum_tor [N.m⁻²]
+│  │  │  └─ particles [s⁻¹.m⁻³]
+│  │  ├─ thermalisation
+│  │  │  ├─ energy [W.m⁻³]
+│  │  │  ├─ momentum_tor [N.m⁻²]
+│  │  │  └─ particles [s⁻¹.m⁻³]
+│  │  ├─ time [s]
+│  │  ├─ torque_tor_j_radial [N.m⁻²]
+│  │  └─ trapped
+│  │     ├─ collisions
+│  │     │  ├─ electrons
+│  │     │  │  ├─ power_fast [W.m⁻³]
+│  │     │  │  ├─ power_thermal [W.m⁻³]
+│  │     │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │     │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │     │  └─ ion[:]
+│  │     │     ├─ element[:]
+│  │     │     │  ├─ a [Atomic Mass Unit]
+│  │     │     │  ├─ atoms_n
+│  │     │     │  └─ z_n [Elementary Charge Unit]
+│  │     │     ├─ label
+│  │     │     ├─ multiple_states_flag
+│  │     │     ├─ neutral_index
+│  │     │     ├─ power_fast [W.m⁻³]
+│  │     │     ├─ power_thermal [W.m⁻³]
+│  │     │     ├─ state[:]
+│  │     │     │  ├─ electron_configuration
+│  │     │     │  ├─ label
+│  │     │     │  ├─ power_fast [W.m⁻³]
+│  │     │     │  ├─ power_thermal [W.m⁻³]
+│  │     │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │     │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │     │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │     │     │  ├─ vibrational_mode
+│  │     │     │  ├─ z_max [Elementary Charge Unit]
+│  │     │     │  └─ z_min [Elementary Charge Unit]
+│  │     │     ├─ torque_fast_tor [N.m⁻²]
+│  │     │     ├─ torque_thermal_tor [N.m⁻²]
+│  │     │     └─ z_ion [Elementary Charge Unit]
+│  │     ├─ current_fast_tor [A.m⁻²]
+│  │     ├─ current_tor [A.m⁻²]
+│  │     ├─ density [m⁻³]
+│  │     ├─ density_fast [m⁻³]
+│  │     ├─ pressure [J.m⁻³]
+│  │     ├─ pressure_fast [J.m⁻³]
+│  │     ├─ pressure_fast_parallel [J.m⁻³]
+│  │     ├─ source[:]
+│  │     │  ├─ energy [W.m⁻³]
+│  │     │  ├─ identifier
+│  │     │  │  ├─ process_index
+│  │     │  │  ├─ type
+│  │     │  │  │  ├─ description
+│  │     │  │  │  ├─ index
+│  │     │  │  │  └─ name
+│  │     │  │  └─ wave_index
+│  │     │  ├─ momentum_tor [N.m⁻²]
+│  │     │  └─ particles [s⁻¹.m⁻³]
+│  │     └─ torque_tor_j_radial [N.m⁻²]
+│  ├─ profiles_2d[:]
+│  │  ├─ co_passing
+│  │  │  ├─ collisions
+│  │  │  │  ├─ electrons
+│  │  │  │  │  ├─ power_fast [W.m⁻³]
+│  │  │  │  │  ├─ power_thermal [W.m⁻³]
+│  │  │  │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │  │  │  └─ ion[:]
+│  │  │  │     ├─ element[:]
+│  │  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │  │     │  ├─ atoms_n
+│  │  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │  │     ├─ label
+│  │  │  │     ├─ multiple_states_flag
+│  │  │  │     ├─ neutral_index
+│  │  │  │     ├─ power_fast [W.m⁻³]
+│  │  │  │     ├─ power_thermal [W.m⁻³]
+│  │  │  │     ├─ state[:]
+│  │  │  │     │  ├─ electron_configuration
+│  │  │  │     │  ├─ label
+│  │  │  │     │  ├─ power_fast [W.m⁻³]
+│  │  │  │     │  ├─ power_thermal [W.m⁻³]
+│  │  │  │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │     │  ├─ vibrational_mode
+│  │  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │  │     ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  │  ├─ current_fast_tor [A.m⁻²]
+│  │  │  ├─ current_tor [A.m⁻²]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [J.m⁻³]
+│  │  │  ├─ pressure_fast [J.m⁻³]
+│  │  │  ├─ pressure_fast_parallel [J.m⁻³]
+│  │  │  └─ torque_tor_j_radial [N.m⁻²]
+│  │  ├─ collisions
+│  │  │  ├─ electrons
+│  │  │  │  ├─ power_fast [W.m⁻³]
+│  │  │  │  ├─ power_thermal [W.m⁻³]
+│  │  │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │  │  └─ ion[:]
+│  │  │     ├─ element[:]
+│  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │     │  ├─ atoms_n
+│  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │     ├─ label
+│  │  │     ├─ multiple_states_flag
+│  │  │     ├─ neutral_index
+│  │  │     ├─ power_fast [W.m⁻³]
+│  │  │     ├─ power_thermal [W.m⁻³]
+│  │  │     ├─ state[:]
+│  │  │     │  ├─ electron_configuration
+│  │  │     │  ├─ label
+│  │  │     │  ├─ power_fast [W.m⁻³]
+│  │  │     │  ├─ power_thermal [W.m⁻³]
+│  │  │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     │  ├─ vibrational_mode
+│  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │     ├─ torque_fast_tor [N.m⁻²]
+│  │  │     ├─ torque_thermal_tor [N.m⁻²]
+│  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  ├─ counter_passing
+│  │  │  ├─ collisions
+│  │  │  │  ├─ electrons
+│  │  │  │  │  ├─ power_fast [W.m⁻³]
+│  │  │  │  │  ├─ power_thermal [W.m⁻³]
+│  │  │  │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │  │  │  └─ ion[:]
+│  │  │  │     ├─ element[:]
+│  │  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │  │     │  ├─ atoms_n
+│  │  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │  │     ├─ label
+│  │  │  │     ├─ multiple_states_flag
+│  │  │  │     ├─ neutral_index
+│  │  │  │     ├─ power_fast [W.m⁻³]
+│  │  │  │     ├─ power_thermal [W.m⁻³]
+│  │  │  │     ├─ state[:]
+│  │  │  │     │  ├─ electron_configuration
+│  │  │  │     │  ├─ label
+│  │  │  │     │  ├─ power_fast [W.m⁻³]
+│  │  │  │     │  ├─ power_thermal [W.m⁻³]
+│  │  │  │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │     │  ├─ vibrational_mode
+│  │  │  │     │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │     │  └─ z_min [Elementary Charge Unit]
+│  │  │  │     ├─ torque_fast_tor [N.m⁻²]
+│  │  │  │     ├─ torque_thermal_tor [N.m⁻²]
+│  │  │  │     └─ z_ion [Elementary Charge Unit]
+│  │  │  ├─ current_fast_tor [A.m⁻²]
+│  │  │  ├─ current_tor [A.m⁻²]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [J.m⁻³]
+│  │  │  ├─ pressure_fast [J.m⁻³]
+│  │  │  ├─ pressure_fast_parallel [J.m⁻³]
+│  │  │  └─ torque_tor_j_radial [N.m⁻²]
+│  │  ├─ current_fast_tor [A.m⁻²]
+│  │  ├─ current_tor [A.m⁻²]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ grid
+│  │  │  ├─ area [m²]
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ r [m]
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ theta_geometric [rad]
+│  │  │  ├─ theta_straight [rad]
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ volume [m³]
+│  │  │  └─ z [m]
+│  │  ├─ pressure [J.m⁻³]
+│  │  ├─ pressure_fast [J.m⁻³]
+│  │  ├─ pressure_fast_parallel [J.m⁻³]
+│  │  ├─ time [s]
+│  │  ├─ torque_tor_j_radial [N.m⁻²]
+│  │  └─ trapped
+│  │     ├─ collisions
+│  │     │  ├─ electrons
+│  │     │  │  ├─ power_fast [W.m⁻³]
+│  │     │  │  ├─ power_thermal [W.m⁻³]
+│  │     │  │  ├─ torque_fast_tor [N.m⁻²]
+│  │     │  │  └─ torque_thermal_tor [N.m⁻²]
+│  │     │  └─ ion[:]
+│  │     │     ├─ element[:]
+│  │     │     │  ├─ a [Atomic Mass Unit]
+│  │     │     │  ├─ atoms_n
+│  │     │     │  └─ z_n [Elementary Charge Unit]
+│  │     │     ├─ label
+│  │     │     ├─ multiple_states_flag
+│  │     │     ├─ neutral_index
+│  │     │     ├─ power_fast [W.m⁻³]
+│  │     │     ├─ power_thermal [W.m⁻³]
+│  │     │     ├─ state[:]
+│  │     │     │  ├─ electron_configuration
+│  │     │     │  ├─ label
+│  │     │     │  ├─ power_fast [W.m⁻³]
+│  │     │     │  ├─ power_thermal [W.m⁻³]
+│  │     │     │  ├─ torque_fast_tor [N.m⁻²]
+│  │     │     │  ├─ torque_thermal_tor [N.m⁻²]
+│  │     │     │  ├─ vibrational_level [Elementary Charge Unit]
+│  │     │     │  ├─ vibrational_mode
+│  │     │     │  ├─ z_max [Elementary Charge Unit]
+│  │     │     │  └─ z_min [Elementary Charge Unit]
+│  │     │     ├─ torque_fast_tor [N.m⁻²]
+│  │     │     ├─ torque_thermal_tor [N.m⁻²]
+│  │     │     └─ z_ion [Elementary Charge Unit]
+│  │     ├─ current_fast_tor [A.m⁻²]
+│  │     ├─ current_tor [A.m⁻²]
+│  │     ├─ density [m⁻³]
+│  │     ├─ density_fast [m⁻³]
+│  │     ├─ pressure [J.m⁻³]
+│  │     ├─ pressure_fast [J.m⁻³]
+│  │     ├─ pressure_fast_parallel [J.m⁻³]
+│  │     └─ torque_tor_j_radial [N.m⁻²]
+│  ├─ species
+│  │  ├─ ion
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ state
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ label
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ neutral
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  └─ state
+│  │  │     ├─ electron_configuration
+│  │  │     ├─ label
+│  │  │     ├─ neutral_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     └─ vibrational_mode
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  └─ wave[:]
+│     ├─ antenna_name
+│     ├─ index_in_antenna
+│     └─ type
+│        ├─ description
+│        ├─ index
+│        └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ magnetic_axis
+│  ├─ r [m]
+│  └─ z [m]
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

divertors

IMASdd.divertors
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ divertor[:]
+│  ├─ current_incident
+│  │  ├─ data [A]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ name
+│  ├─ particle_flux_recycled_total
+│  │  ├─ data [s⁻¹]
+│  │  └─ time [s]
+│  ├─ power_black_body
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_conducted
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_convected
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_currents
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_incident
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_neutrals
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_radiated
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_recombination_neutrals
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_recombination_plasma
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_thermal_extracted
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ target[:]
+│  │  ├─ current_incident
+│  │  │  ├─ data [A]
+│  │  │  └─ time [s]
+│  │  ├─ extension_r [m]
+│  │  ├─ extension_z [m]
+│  │  ├─ flux_expansion
+│  │  │  ├─ data
+│  │  │  └─ time [s]
+│  │  ├─ heat_flux_steady_limit_max [W.m⁻²]
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  ├─ power_black_body
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_conducted
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_convected
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_currents
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_flux_peak
+│  │  │  ├─ data [W.m⁻²]
+│  │  │  └─ time [s]
+│  │  ├─ power_incident
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_incident_fraction
+│  │  │  ├─ data
+│  │  │  └─ time [s]
+│  │  ├─ power_neutrals
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_radiated
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_recombination_neutrals
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_recombination_plasma
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ t_e_target_sputtering_limit_max [eV]
+│  │  ├─ temperature_limit_max [K]
+│  │  ├─ tile[:]
+│  │  │  ├─ current_incident
+│  │  │  │  ├─ data [A]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ identifier
+│  │  │  ├─ name
+│  │  │  ├─ shunt_index
+│  │  │  ├─ surface_area [m²]
+│  │  │  └─ surface_outline
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  ├─ tilt_angle_pol
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ tilt_angle_tor
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ two_point_model[:]
+│  │  │  ├─ n_e_target [m⁻³]
+│  │  │  ├─ sol_heat_decay_length [m]
+│  │  │  ├─ sol_heat_spreading_length [m]
+│  │  │  ├─ t_e_target [eV]
+│  │  │  └─ time [s]
+│  │  └─ wetted_area
+│  │     ├─ data [m²]
+│  │     └─ time [s]
+│  └─ wetted_area
+│     ├─ data [m²]
+│     └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+└─ time [s]
+

ec launchers

IMASdd.ec_launchers
+├─ beam[:]
+│  ├─ available_launch_power [W]
+│  ├─ efficiency
+│  │  ├─ conversion
+│  │  └─ transmission
+│  ├─ frequency
+│  │  ├─ data [Hz]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ launching_position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  ├─ r_limit_max [m]
+│  │  ├─ r_limit_min [m]
+│  │  └─ z [m]
+│  ├─ mode
+│  ├─ name
+│  ├─ o_mode_fraction
+│  ├─ phase
+│  │  ├─ angle [rad]
+│  │  └─ curvature [m⁻¹]
+│  ├─ power_launched
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ spot
+│  │  ├─ angle [rad]
+│  │  └─ size [m]
+│  ├─ steering_angle_pol [rad]
+│  ├─ steering_angle_tor [rad]
+│  └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

ece

IMASdd.ece
+├─ channel[:]
+│  ├─ beam
+│  │  ├─ phase
+│  │  │  ├─ angle
+│  │  │  │  ├─ data [rad]
+│  │  │  │  └─ time [s]
+│  │  │  └─ curvature
+│  │  │     ├─ data [m⁻¹]
+│  │  │     └─ time [s]
+│  │  └─ spot
+│  │     ├─ angle
+│  │     │  ├─ data [rad]
+│  │     │  └─ time [s]
+│  │     └─ size
+│  │        ├─ data [m]
+│  │        └─ time [s]
+│  ├─ delta_position_suprathermal
+│  │  ├─ phi [rad]
+│  │  ├─ psi [W]
+│  │  ├─ r [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ theta [rad]
+│  │  └─ z [m]
+│  ├─ frequency
+│  │  ├─ data [Hz]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ harmonic
+│  │  ├─ data
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ identifier
+│  ├─ if_bandwidth [Hz]
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ optical_depth
+│  │  ├─ data
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ psi [W]
+│  │  ├─ r [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ theta [rad]
+│  │  └─ z [m]
+│  ├─ t_e
+│  │  ├─ data [eV]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ t_e_voltage
+│  │  ├─ data [V]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ line_of_sight
+│  ├─ first_point
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  └─ second_point
+│     ├─ phi [rad]
+│     ├─ r [m]
+│     └─ z [m]
+├─ polarizer[:]
+│  ├─ centre
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ polarization_angle [rad]
+│  ├─ radius [m]
+│  ├─ x1_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ x2_unit_vector
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  └─ x3_unit_vector
+│     ├─ x [m]
+│     ├─ y [m]
+│     └─ z [m]
+├─ psi_normalization
+│  ├─ psi_boundary [Wb]
+│  ├─ psi_magnetic_axis [Wb]
+│  └─ time [s]
+├─ t_e_central
+│  ├─ data [eV]
+│  ├─ rho_tor_norm
+│  ├─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+└─ time [s]
+

edge profiles

IMASdd.edge_profiles
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ggd[:]
+│  ├─ a_field_parallel[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ e_field[:]
+│  │  ├─ diamagnetic [V.m⁻¹]
+│  │  ├─ diamagnetic_coefficients [V.m⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [V.m⁻¹]
+│  │  ├─ parallel_coefficients [V.m⁻¹]
+│  │  ├─ poloidal [V.m⁻¹]
+│  │  ├─ poloidal_coefficients [V.m⁻¹]
+│  │  ├─ r [V.m⁻¹]
+│  │  ├─ r_coefficients [V.m⁻¹]
+│  │  ├─ radial [V.m⁻¹]
+│  │  ├─ radial_coefficients [V.m⁻¹]
+│  │  ├─ toroidal [V.m⁻¹]
+│  │  ├─ toroidal_coefficients [V.m⁻¹]
+│  │  ├─ z [V.m⁻¹]
+│  │  └─ z_coefficients [V.m⁻¹]
+│  ├─ electrons
+│  │  ├─ density[:]
+│  │  │  ├─ coefficients [m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m⁻³]
+│  │  ├─ density_fast[:]
+│  │  │  ├─ coefficients [m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m⁻³]
+│  │  ├─ distribution_function[:]
+│  │  │  ├─ coefficients [mixed]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [mixed]
+│  │  ├─ pressure[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ pressure_fast_parallel[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ pressure_fast_perpendicular[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ temperature[:]
+│  │  │  ├─ coefficients [eV]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [eV]
+│  │  └─ velocity[:]
+│  │     ├─ diamagnetic [m.s⁻¹]
+│  │     ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     ├─ parallel [m.s⁻¹]
+│  │     ├─ parallel_coefficients [m.s⁻¹]
+│  │     ├─ poloidal [m.s⁻¹]
+│  │     ├─ poloidal_coefficients [m.s⁻¹]
+│  │     ├─ r [m.s⁻¹]
+│  │     ├─ r_coefficients [m.s⁻¹]
+│  │     ├─ radial [m.s⁻¹]
+│  │     ├─ radial_coefficients [m.s⁻¹]
+│  │     ├─ toroidal [m.s⁻¹]
+│  │     ├─ toroidal_coefficients [m.s⁻¹]
+│  │     ├─ z [m.s⁻¹]
+│  │     └─ z_coefficients [m.s⁻¹]
+│  ├─ ion[:]
+│  │  ├─ density[:]
+│  │  │  ├─ coefficients [m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m⁻³]
+│  │  ├─ density_fast[:]
+│  │  │  ├─ coefficients [m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ energy_density_kinetic[:]
+│  │  │  ├─ coefficients [J.m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [J.m⁻³]
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ neutral_index
+│  │  ├─ pressure[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ pressure_fast_parallel[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ pressure_fast_perpendicular[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ state[:]
+│  │  │  ├─ density[:]
+│  │  │  │  ├─ coefficients [m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m⁻³]
+│  │  │  ├─ density_fast[:]
+│  │  │  │  ├─ coefficients [m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m⁻³]
+│  │  │  ├─ distribution_function[:]
+│  │  │  │  ├─ coefficients [mixed]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [mixed]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ energy_density_kinetic[:]
+│  │  │  │  ├─ coefficients [J.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [J.m⁻³]
+│  │  │  ├─ ionisation_potential[:]
+│  │  │  │  ├─ coefficients [Elementary Charge Unit]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ pressure[:]
+│  │  │  │  ├─ coefficients [Pa]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Pa]
+│  │  │  ├─ pressure_fast_parallel[:]
+│  │  │  │  ├─ coefficients [Pa]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Pa]
+│  │  │  ├─ pressure_fast_perpendicular[:]
+│  │  │  │  ├─ coefficients [Pa]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Pa]
+│  │  │  ├─ temperature[:]
+│  │  │  │  ├─ coefficients [eV]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [eV]
+│  │  │  ├─ velocity[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ velocity_diamagnetic[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ velocity_exb[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_average[:]
+│  │  │  │  ├─ coefficients [Elementary Charge Unit]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Elementary Charge Unit]
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  ├─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_square_average[:]
+│  │  │     ├─ coefficients [Elementary Charge Unit]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [Elementary Charge Unit]
+│  │  ├─ temperature[:]
+│  │  │  ├─ coefficients [eV]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [eV]
+│  │  ├─ velocity[:]
+│  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  ├─ r [m.s⁻¹]
+│  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  ├─ radial [m.s⁻¹]
+│  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  ├─ z [m.s⁻¹]
+│  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  └─ z_ion [Elementary Charge Unit]
+│  ├─ j_anomalous[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_diamagnetic[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_heat_viscosity[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_inertial[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_ion_neutral_friction[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_parallel[:]
+│  │  ├─ coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [A.m⁻²]
+│  ├─ j_parallel_viscosity[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_perpendicular_viscosity[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_pfirsch_schlueter[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ j_total[:]
+│  │  ├─ diamagnetic [A.m⁻²]
+│  │  ├─ diamagnetic_coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ parallel [A.m⁻²]
+│  │  ├─ parallel_coefficients [A.m⁻²]
+│  │  ├─ poloidal [A.m⁻²]
+│  │  ├─ poloidal_coefficients [A.m⁻²]
+│  │  ├─ r [A.m⁻²]
+│  │  ├─ r_coefficients [A.m⁻²]
+│  │  ├─ radial [A.m⁻²]
+│  │  ├─ radial_coefficients [A.m⁻²]
+│  │  ├─ toroidal [A.m⁻²]
+│  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  ├─ z [A.m⁻²]
+│  │  └─ z_coefficients [A.m⁻²]
+│  ├─ n_i_total_over_n_e[:]
+│  │  ├─ coefficients
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values
+│  ├─ neutral[:]
+│  │  ├─ density[:]
+│  │  │  ├─ coefficients [m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m⁻³]
+│  │  ├─ density_fast[:]
+│  │  │  ├─ coefficients [m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ energy_density_kinetic[:]
+│  │  │  ├─ coefficients [J.m⁻³]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [J.m⁻³]
+│  │  ├─ ion_index
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ pressure[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ pressure_fast_parallel[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ pressure_fast_perpendicular[:]
+│  │  │  ├─ coefficients [Pa]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Pa]
+│  │  ├─ state[:]
+│  │  │  ├─ density[:]
+│  │  │  │  ├─ coefficients [m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m⁻³]
+│  │  │  ├─ density_fast[:]
+│  │  │  │  ├─ coefficients [m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m⁻³]
+│  │  │  ├─ distribution_function[:]
+│  │  │  │  ├─ coefficients [mixed]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [mixed]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ energy_density_kinetic[:]
+│  │  │  │  ├─ coefficients [J.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [J.m⁻³]
+│  │  │  ├─ label
+│  │  │  ├─ neutral_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ pressure[:]
+│  │  │  │  ├─ coefficients [Pa]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Pa]
+│  │  │  ├─ pressure_fast_parallel[:]
+│  │  │  │  ├─ coefficients [Pa]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Pa]
+│  │  │  ├─ pressure_fast_perpendicular[:]
+│  │  │  │  ├─ coefficients [Pa]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [Pa]
+│  │  │  ├─ temperature[:]
+│  │  │  │  ├─ coefficients [eV]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [eV]
+│  │  │  ├─ velocity[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ velocity_diamagnetic[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ velocity_exb[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  └─ vibrational_mode
+│  │  ├─ temperature[:]
+│  │  │  ├─ coefficients [eV]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [eV]
+│  │  └─ velocity[:]
+│  │     ├─ diamagnetic [m.s⁻¹]
+│  │     ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     ├─ parallel [m.s⁻¹]
+│  │     ├─ parallel_coefficients [m.s⁻¹]
+│  │     ├─ poloidal [m.s⁻¹]
+│  │     ├─ poloidal_coefficients [m.s⁻¹]
+│  │     ├─ r [m.s⁻¹]
+│  │     ├─ r_coefficients [m.s⁻¹]
+│  │     ├─ radial [m.s⁻¹]
+│  │     ├─ radial_coefficients [m.s⁻¹]
+│  │     ├─ toroidal [m.s⁻¹]
+│  │     ├─ toroidal_coefficients [m.s⁻¹]
+│  │     ├─ z [m.s⁻¹]
+│  │     └─ z_coefficients [m.s⁻¹]
+│  ├─ phi_potential[:]
+│  │  ├─ coefficients [V]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [V]
+│  ├─ pressure_parallel[:]
+│  │  ├─ coefficients [Pa]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [Pa]
+│  ├─ pressure_perpendicular[:]
+│  │  ├─ coefficients [Pa]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [Pa]
+│  ├─ pressure_thermal[:]
+│  │  ├─ coefficients [Pa]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [Pa]
+│  ├─ t_i_average[:]
+│  │  ├─ coefficients [eV]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [eV]
+│  ├─ time [s]
+│  └─ zeff[:]
+│     ├─ coefficients
+│     ├─ grid_index
+│     ├─ grid_subset_index
+│     └─ values
+├─ ggd_fast[:]
+│  ├─ electrons
+│  │  ├─ density[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value [m⁻³]
+│  │  └─ temperature[:]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     └─ value [eV]
+│  ├─ energy_thermal[:]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ value [J]
+│  ├─ ion[:]
+│  │  ├─ content[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value
+│  │  ├─ density[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ neutral_index
+│  │  ├─ temperature[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value [eV]
+│  │  └─ z_ion [Elementary Charge Unit]
+│  └─ time [s]
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  ├─ space[:]
+│  │  ├─ coordinates_type
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ objects_per_dimension[:]
+│  │     ├─ geometry_content
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ object[:]
+│  │        ├─ boundary[:]
+│  │        │  ├─ index
+│  │        │  └─ neighbours
+│  │        ├─ geometry [mixed]
+│  │        ├─ geometry_2d [mixed]
+│  │        ├─ measure [m^dimension]
+│  │        └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ profiles_1d[:]
+│  ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
+│  ├─ current_parallel_inside [A]
+│  ├─ e_field
+│  │  ├─ diamagnetic [V.m⁻¹]
+│  │  ├─ parallel [V.m⁻¹]
+│  │  ├─ poloidal [V.m⁻¹]
+│  │  ├─ radial [V.m⁻¹]
+│  │  └─ toroidal [V.m⁻¹]
+│  ├─ electrons
+│  │  ├─ collisionality_norm
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [m⁻³]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [m⁻³]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ density_validity
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ temperature [eV]
+│  │  ├─ temperature_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [eV]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [eV]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  └─ temperature_validity
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  └─ volume [m³]
+│  ├─ ion[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [m⁻³]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [m⁻³]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ density_validity
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ neutral_index
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│  │  ├─ state[:]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ density_fit
+│  │  │  │  ├─ chi_squared
+│  │  │  │  ├─ local
+│  │  │  │  ├─ measured [m⁻³]
+│  │  │  │  ├─ parameters
+│  │  │  │  ├─ reconstructed [m⁻³]
+│  │  │  │  ├─ rho_pol_norm
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  ├─ source
+│  │  │  │  ├─ time_measurement [s]
+│  │  │  │  ├─ time_measurement_slice_method
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  ├─ time_measurement_width [s]
+│  │  │  │  └─ weight
+│  │  │  ├─ density_thermal [m⁻³]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ ionisation_potential [eV]
+│  │  │  ├─ label
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ pressure_thermal [Pa]
+│  │  │  ├─ rotation_frequency_tor [rad.s⁻¹]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_average [Elementary Charge Unit]
+│  │  │  ├─ z_average_1d
+│  │  │  ├─ z_average_square_1d
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  ├─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_square_average [Elementary Charge Unit]
+│  │  ├─ temperature [eV]
+│  │  ├─ temperature_fit
+│  │  │  ├─ chi_squared
+│  │  │  ├─ local
+│  │  │  ├─ measured [eV]
+│  │  │  ├─ parameters
+│  │  │  ├─ reconstructed [eV]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  ├─ time_measurement_slice_method
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ time_measurement_width [s]
+│  │  │  └─ weight
+│  │  ├─ temperature_validity
+│  │  ├─ velocity
+│  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  ├─ radial [m.s⁻¹]
+│  │  │  └─ toroidal [m.s⁻¹]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  ├─ z_ion_1d
+│  │  └─ z_ion_square_1d
+│  ├─ j_bootstrap [A/m²]
+│  ├─ j_non_inductive [A/m²]
+│  ├─ j_ohmic [A/m²]
+│  ├─ j_tor [A/m²]
+│  ├─ j_total [A/m²]
+│  ├─ magnetic_shear
+│  ├─ momentum_tor [kg.m⁻¹.s⁻¹]
+│  ├─ n_i_thermal_total [m⁻³]
+│  ├─ n_i_total_over_n_e
+│  ├─ neutral[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_fast [m⁻³]
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ ion_index
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ pressure [Pa]
+│  │  ├─ pressure_fast_parallel [Pa]
+│  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  ├─ pressure_thermal [Pa]
+│  │  ├─ state[:]
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ density_thermal [m⁻³]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ label
+│  │  │  ├─ neutral_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ pressure_thermal [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  └─ vibrational_mode
+│  │  └─ temperature [eV]
+│  ├─ phi_potential [V]
+│  ├─ pressure_ion_total [Pa]
+│  ├─ pressure_parallel [Pa]
+│  ├─ pressure_perpendicular [Pa]
+│  ├─ pressure_thermal [Pa]
+│  ├─ q
+│  ├─ rotation_frequency_tor_sonic [s⁻¹]
+│  ├─ t_i_average [eV]
+│  ├─ t_i_average_fit
+│  │  ├─ chi_squared
+│  │  ├─ local
+│  │  ├─ measured [eV]
+│  │  ├─ parameters
+│  │  ├─ reconstructed [eV]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor_norm
+│  │  ├─ source
+│  │  ├─ time_measurement [s]
+│  │  ├─ time_measurement_slice_method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ time_measurement_width [s]
+│  │  └─ weight
+│  ├─ time [s]
+│  ├─ zeff
+│  └─ zeff_fit
+│     ├─ chi_squared
+│     ├─ local
+│     ├─ measured
+│     ├─ parameters
+│     ├─ reconstructed
+│     ├─ rho_pol_norm
+│     ├─ rho_tor_norm
+│     ├─ source
+│     ├─ time_measurement [s]
+│     ├─ time_measurement_slice_method
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ time_measurement_width [s]
+│     └─ weight
+├─ statistics[:]
+│  ├─ quantity_2d[:]
+│  │  ├─ distribution
+│  │  │  ├─ bins [mixed]
+│  │  │  └─ probability
+│  │  ├─ path
+│  │  └─ statistics_type[:]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ uq_input_path
+│  │     └─ value [mixed]
+│  ├─ time [s]
+│  ├─ time_width [s]
+│  └─ uq_input_2d[:]
+│     ├─ distribution
+│     │  ├─ bins [mixed]
+│     │  └─ probability
+│     └─ path
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

edge sources

IMASdd.edge_sources
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  ├─ space[:]
+│  │  ├─ coordinates_type
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ objects_per_dimension[:]
+│  │     ├─ geometry_content
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ object[:]
+│  │        ├─ boundary[:]
+│  │        │  ├─ index
+│  │        │  └─ neighbours
+│  │        ├─ geometry [mixed]
+│  │        ├─ geometry_2d [mixed]
+│  │        ├─ measure [m^dimension]
+│  │        └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ source[:]
+│  ├─ ggd[:]
+│  │  ├─ current[:]
+│  │  │  ├─ coefficients [A.m⁻²]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [A.m⁻²]
+│  │  ├─ electrons
+│  │  │  ├─ energy[:]
+│  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [W.m⁻³]
+│  │  │  └─ particles[:]
+│  │  │     ├─ coefficients [m⁻³.s⁻¹]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [m⁻³.s⁻¹]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energy[:]
+│  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [W.m⁻³]
+│  │  │  ├─ label
+│  │  │  ├─ momentum[:]
+│  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ neutral_index
+│  │  │  ├─ particles[:]
+│  │  │  │  ├─ coefficients [s⁻¹.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [s⁻¹.m⁻³]
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ energy[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻³]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ momentum[:]
+│  │  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ particles[:]
+│  │  │  │  │  ├─ coefficients [s⁻¹.m⁻³]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [s⁻¹.m⁻³]
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ momentum[:]
+│  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  ├─ neutral[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energy[:]
+│  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [W.m⁻³]
+│  │  │  ├─ ion_index
+│  │  │  ├─ label
+│  │  │  ├─ momentum[:]
+│  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ particles[:]
+│  │  │  │  ├─ coefficients [s⁻¹.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [s⁻¹.m⁻³]
+│  │  │  └─ state[:]
+│  │  │     ├─ electron_configuration
+│  │  │     ├─ energy[:]
+│  │  │     │  ├─ coefficients [W.m⁻³]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [W.m⁻³]
+│  │  │     ├─ label
+│  │  │     ├─ momentum[:]
+│  │  │     │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │     │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     ├─ neutral_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ particles[:]
+│  │  │     │  ├─ coefficients [s⁻¹.m⁻³]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [s⁻¹.m⁻³]
+│  │  │     ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     └─ vibrational_mode
+│  │  ├─ time [s]
+│  │  └─ total_ion_energy[:]
+│  │     ├─ coefficients [W.m⁻³]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     └─ values [W.m⁻³]
+│  ├─ ggd_fast[:]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ neutral_index
+│  │  │  ├─ power[:]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ value [W]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  └─ time [s]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ species
+│     ├─ ion
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  ├─ state
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ label
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  ├─ vibrational_mode
+│     │  │  ├─ z_max [Elementary Charge Unit]
+│     │  │  └─ z_min [Elementary Charge Unit]
+│     │  └─ z_ion [Elementary Charge Unit]
+│     ├─ neutral
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ label
+│     │  └─ state
+│     │     ├─ electron_configuration
+│     │     ├─ label
+│     │     ├─ neutral_type
+│     │     │  ├─ description
+│     │     │  ├─ index
+│     │     │  └─ name
+│     │     ├─ vibrational_level [Elementary Charge Unit]
+│     │     └─ vibrational_mode
+│     └─ type
+│        ├─ description
+│        ├─ index
+│        └─ name
+└─ time [s]
+

edge transport

IMASdd.edge_transport
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  ├─ space[:]
+│  │  ├─ coordinates_type
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ objects_per_dimension[:]
+│  │     ├─ geometry_content
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ object[:]
+│  │        ├─ boundary[:]
+│  │        │  ├─ index
+│  │        │  └─ neighbours
+│  │        ├─ geometry [mixed]
+│  │        ├─ geometry_2d [mixed]
+│  │        ├─ measure [m^dimension]
+│  │        └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ model[:]
+│  ├─ code
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ output_flag
+│  │  │  ├─ data
+│  │  │  └─ time [s]
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ flux_multiplier
+│  ├─ ggd[:]
+│  │  ├─ conductivity[:]
+│  │  │  ├─ diamagnetic [ohm⁻¹.m⁻¹]
+│  │  │  ├─ diamagnetic_coefficients [ohm⁻¹.m⁻¹]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ parallel [ohm⁻¹.m⁻¹]
+│  │  │  ├─ parallel_coefficients [ohm⁻¹.m⁻¹]
+│  │  │  ├─ poloidal [ohm⁻¹.m⁻¹]
+│  │  │  ├─ poloidal_coefficients [ohm⁻¹.m⁻¹]
+│  │  │  ├─ r [ohm⁻¹.m⁻¹]
+│  │  │  ├─ r_coefficients [ohm⁻¹.m⁻¹]
+│  │  │  ├─ radial [ohm⁻¹.m⁻¹]
+│  │  │  ├─ radial_coefficients [ohm⁻¹.m⁻¹]
+│  │  │  ├─ toroidal [ohm⁻¹.m⁻¹]
+│  │  │  ├─ toroidal_coefficients [ohm⁻¹.m⁻¹]
+│  │  │  ├─ z [ohm⁻¹.m⁻¹]
+│  │  │  └─ z_coefficients [ohm⁻¹.m⁻¹]
+│  │  ├─ electrons
+│  │  │  ├─ energy
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  └─ particles
+│  │  │     ├─ d[:]
+│  │  │     │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m².s⁻¹]
+│  │  │     ├─ d_pol[:]
+│  │  │     │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m².s⁻¹]
+│  │  │     ├─ d_radial[:]
+│  │  │     │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m².s⁻¹]
+│  │  │     ├─ flux[:]
+│  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │     ├─ flux_limiter[:]
+│  │  │     │  ├─ coefficients
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values
+│  │  │     ├─ flux_pol[:]
+│  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │     ├─ flux_radial[:]
+│  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │     ├─ v[:]
+│  │  │     │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m.s⁻¹]
+│  │  │     ├─ v_pol[:]
+│  │  │     │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m.s⁻¹]
+│  │  │     └─ v_radial[:]
+│  │  │        ├─ coefficients [m.s⁻¹]
+│  │  │        ├─ grid_index
+│  │  │        ├─ grid_subset_index
+│  │  │        └─ values [m.s⁻¹]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energy
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  ├─ label
+│  │  │  ├─ momentum
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ diamagnetic [m².s⁻¹]
+│  │  │  │  │  ├─ diamagnetic_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [m².s⁻¹]
+│  │  │  │  │  ├─ parallel_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ poloidal [m².s⁻¹]
+│  │  │  │  │  ├─ poloidal_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ r [m².s⁻¹]
+│  │  │  │  │  ├─ r_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ radial [m².s⁻¹]
+│  │  │  │  │  ├─ radial_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ toroidal [m².s⁻¹]
+│  │  │  │  │  ├─ toroidal_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ z [m².s⁻¹]
+│  │  │  │  │  └─ z_coefficients [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ diamagnetic
+│  │  │  │  │  ├─ diamagnetic_coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel
+│  │  │  │  │  ├─ parallel_coefficients
+│  │  │  │  │  ├─ poloidal
+│  │  │  │  │  ├─ poloidal_coefficients
+│  │  │  │  │  ├─ r
+│  │  │  │  │  ├─ r_coefficients
+│  │  │  │  │  ├─ radial
+│  │  │  │  │  ├─ radial_coefficients
+│  │  │  │  │  ├─ toroidal
+│  │  │  │  │  ├─ toroidal_coefficients
+│  │  │  │  │  ├─ z
+│  │  │  │  │  └─ z_coefficients
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ neutral_index
+│  │  │  ├─ particles
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ energy
+│  │  │  │  │  ├─ d[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ flux[:]
+│  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  │  ├─ coefficients
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values
+│  │  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  ├─ v[:]
+│  │  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  │  └─ v_radial[:]
+│  │  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │  │     ├─ grid_index
+│  │  │  │  │     ├─ grid_subset_index
+│  │  │  │  │     └─ values [m.s⁻¹]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ momentum
+│  │  │  │  │  ├─ d[:]
+│  │  │  │  │  │  ├─ diamagnetic [m².s⁻¹]
+│  │  │  │  │  │  ├─ diamagnetic_coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  ├─ parallel [m².s⁻¹]
+│  │  │  │  │  │  ├─ parallel_coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ poloidal [m².s⁻¹]
+│  │  │  │  │  │  ├─ poloidal_coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ r [m².s⁻¹]
+│  │  │  │  │  │  ├─ r_coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ radial [m².s⁻¹]
+│  │  │  │  │  │  ├─ radial_coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ toroidal [m².s⁻¹]
+│  │  │  │  │  │  ├─ toroidal_coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ z [m².s⁻¹]
+│  │  │  │  │  │  └─ z_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ flux[:]
+│  │  │  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  │  ├─ diamagnetic
+│  │  │  │  │  │  ├─ diamagnetic_coefficients
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  ├─ parallel
+│  │  │  │  │  │  ├─ parallel_coefficients
+│  │  │  │  │  │  ├─ poloidal
+│  │  │  │  │  │  ├─ poloidal_coefficients
+│  │  │  │  │  │  ├─ r
+│  │  │  │  │  │  ├─ r_coefficients
+│  │  │  │  │  │  ├─ radial
+│  │  │  │  │  │  ├─ radial_coefficients
+│  │  │  │  │  │  ├─ toroidal
+│  │  │  │  │  │  ├─ toroidal_coefficients
+│  │  │  │  │  │  ├─ z
+│  │  │  │  │  │  └─ z_coefficients
+│  │  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ v[:]
+│  │  │  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  │  └─ v_radial[:]
+│  │  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │  │     ├─ grid_index
+│  │  │  │  │     ├─ grid_subset_index
+│  │  │  │  │     └─ values [m.s⁻¹]
+│  │  │  │  ├─ particles
+│  │  │  │  │  ├─ d[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  │  ├─ flux[:]
+│  │  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  │  ├─ coefficients
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values
+│  │  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  │  ├─ v[:]
+│  │  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  │  └─ v_radial[:]
+│  │  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │  │     ├─ grid_index
+│  │  │  │  │     ├─ grid_subset_index
+│  │  │  │  │     └─ values [m.s⁻¹]
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ momentum
+│  │  │  ├─ d[:]
+│  │  │  │  ├─ diamagnetic [m².s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m².s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m².s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m².s⁻¹]
+│  │  │  │  ├─ poloidal [m².s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m².s⁻¹]
+│  │  │  │  ├─ r [m².s⁻¹]
+│  │  │  │  ├─ r_coefficients [m².s⁻¹]
+│  │  │  │  ├─ radial [m².s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m².s⁻¹]
+│  │  │  │  ├─ toroidal [m².s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m².s⁻¹]
+│  │  │  │  ├─ z [m².s⁻¹]
+│  │  │  │  └─ z_coefficients [m².s⁻¹]
+│  │  │  ├─ d_pol[:]
+│  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m².s⁻¹]
+│  │  │  ├─ d_radial[:]
+│  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m².s⁻¹]
+│  │  │  ├─ flux[:]
+│  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  ├─ flux_limiter[:]
+│  │  │  │  ├─ diamagnetic
+│  │  │  │  ├─ diamagnetic_coefficients
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel
+│  │  │  │  ├─ parallel_coefficients
+│  │  │  │  ├─ poloidal
+│  │  │  │  ├─ poloidal_coefficients
+│  │  │  │  ├─ r
+│  │  │  │  ├─ r_coefficients
+│  │  │  │  ├─ radial
+│  │  │  │  ├─ radial_coefficients
+│  │  │  │  ├─ toroidal
+│  │  │  │  ├─ toroidal_coefficients
+│  │  │  │  ├─ z
+│  │  │  │  └─ z_coefficients
+│  │  │  ├─ flux_pol[:]
+│  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  ├─ flux_radial[:]
+│  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  ├─ v[:]
+│  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  ├─ v_pol[:]
+│  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [m.s⁻¹]
+│  │  │  └─ v_radial[:]
+│  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [m.s⁻¹]
+│  │  ├─ neutral[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energy
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  ├─ ion_index
+│  │  │  ├─ label
+│  │  │  ├─ momentum
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ diamagnetic [m².s⁻¹]
+│  │  │  │  │  ├─ diamagnetic_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [m².s⁻¹]
+│  │  │  │  │  ├─ parallel_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ poloidal [m².s⁻¹]
+│  │  │  │  │  ├─ poloidal_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ r [m².s⁻¹]
+│  │  │  │  │  ├─ r_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ radial [m².s⁻¹]
+│  │  │  │  │  ├─ radial_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ toroidal [m².s⁻¹]
+│  │  │  │  │  ├─ toroidal_coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ z [m².s⁻¹]
+│  │  │  │  │  └─ z_coefficients [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │  │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ diamagnetic
+│  │  │  │  │  ├─ diamagnetic_coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel
+│  │  │  │  │  ├─ parallel_coefficients
+│  │  │  │  │  ├─ poloidal
+│  │  │  │  │  ├─ poloidal_coefficients
+│  │  │  │  │  ├─ r
+│  │  │  │  │  ├─ r_coefficients
+│  │  │  │  │  ├─ radial
+│  │  │  │  │  ├─ radial_coefficients
+│  │  │  │  │  ├─ toroidal
+│  │  │  │  │  ├─ toroidal_coefficients
+│  │  │  │  │  ├─ z
+│  │  │  │  │  └─ z_coefficients
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │  │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  ├─ parallel [m.s⁻¹]
+│  │  │  │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ poloidal [m.s⁻¹]
+│  │  │  │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ r [m.s⁻¹]
+│  │  │  │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ radial [m.s⁻¹]
+│  │  │  │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ toroidal [m.s⁻¹]
+│  │  │  │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ z [m.s⁻¹]
+│  │  │  │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ particles
+│  │  │  │  ├─ d[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_pol[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ d_radial[:]
+│  │  │  │  │  ├─ coefficients [m².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m².s⁻¹]
+│  │  │  │  ├─ flux[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ flux_limiter[:]
+│  │  │  │  │  ├─ coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values
+│  │  │  │  ├─ flux_pol[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ flux_radial[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ v[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  ├─ v_pol[:]
+│  │  │  │  │  ├─ coefficients [m.s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m.s⁻¹]
+│  │  │  │  └─ v_radial[:]
+│  │  │  │     ├─ coefficients [m.s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m.s⁻¹]
+│  │  │  └─ state[:]
+│  │  │     ├─ electron_configuration
+│  │  │     ├─ energy
+│  │  │     │  ├─ d[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ d_pol[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ d_radial[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ flux[:]
+│  │  │     │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [W.m⁻²]
+│  │  │     │  ├─ flux_limiter[:]
+│  │  │     │  │  ├─ coefficients
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values
+│  │  │     │  ├─ flux_pol[:]
+│  │  │     │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [W.m⁻²]
+│  │  │     │  ├─ flux_radial[:]
+│  │  │     │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [W.m⁻²]
+│  │  │     │  ├─ v[:]
+│  │  │     │  │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m.s⁻¹]
+│  │  │     │  ├─ v_pol[:]
+│  │  │     │  │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m.s⁻¹]
+│  │  │     │  └─ v_radial[:]
+│  │  │     │     ├─ coefficients [m.s⁻¹]
+│  │  │     │     ├─ grid_index
+│  │  │     │     ├─ grid_subset_index
+│  │  │     │     └─ values [m.s⁻¹]
+│  │  │     ├─ label
+│  │  │     ├─ momentum
+│  │  │     │  ├─ d[:]
+│  │  │     │  │  ├─ diamagnetic [m².s⁻¹]
+│  │  │     │  │  ├─ diamagnetic_coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  ├─ parallel [m².s⁻¹]
+│  │  │     │  │  ├─ parallel_coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ poloidal [m².s⁻¹]
+│  │  │     │  │  ├─ poloidal_coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ r [m².s⁻¹]
+│  │  │     │  │  ├─ r_coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ radial [m².s⁻¹]
+│  │  │     │  │  ├─ radial_coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ toroidal [m².s⁻¹]
+│  │  │     │  │  ├─ toroidal_coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ z [m².s⁻¹]
+│  │  │     │  │  └─ z_coefficients [m².s⁻¹]
+│  │  │     │  ├─ d_pol[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ d_radial[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ flux[:]
+│  │  │     │  │  ├─ diamagnetic [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  ├─ parallel [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ poloidal [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ r [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ r_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ radial [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ radial_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ toroidal [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ z [kg.m⁻¹.s⁻²]
+│  │  │     │  │  └─ z_coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ flux_limiter[:]
+│  │  │     │  │  ├─ diamagnetic
+│  │  │     │  │  ├─ diamagnetic_coefficients
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  ├─ parallel
+│  │  │     │  │  ├─ parallel_coefficients
+│  │  │     │  │  ├─ poloidal
+│  │  │     │  │  ├─ poloidal_coefficients
+│  │  │     │  │  ├─ r
+│  │  │     │  │  ├─ r_coefficients
+│  │  │     │  │  ├─ radial
+│  │  │     │  │  ├─ radial_coefficients
+│  │  │     │  │  ├─ toroidal
+│  │  │     │  │  ├─ toroidal_coefficients
+│  │  │     │  │  ├─ z
+│  │  │     │  │  └─ z_coefficients
+│  │  │     │  ├─ flux_pol[:]
+│  │  │     │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ flux_radial[:]
+│  │  │     │  │  ├─ coefficients [kg.m⁻¹.s⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [kg.m⁻¹.s⁻²]
+│  │  │     │  ├─ v[:]
+│  │  │     │  │  ├─ diamagnetic [m.s⁻¹]
+│  │  │     │  │  ├─ diamagnetic_coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  ├─ parallel [m.s⁻¹]
+│  │  │     │  │  ├─ parallel_coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ poloidal [m.s⁻¹]
+│  │  │     │  │  ├─ poloidal_coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ r [m.s⁻¹]
+│  │  │     │  │  ├─ r_coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ radial [m.s⁻¹]
+│  │  │     │  │  ├─ radial_coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ toroidal [m.s⁻¹]
+│  │  │     │  │  ├─ toroidal_coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ z [m.s⁻¹]
+│  │  │     │  │  └─ z_coefficients [m.s⁻¹]
+│  │  │     │  ├─ v_pol[:]
+│  │  │     │  │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m.s⁻¹]
+│  │  │     │  └─ v_radial[:]
+│  │  │     │     ├─ coefficients [m.s⁻¹]
+│  │  │     │     ├─ grid_index
+│  │  │     │     ├─ grid_subset_index
+│  │  │     │     └─ values [m.s⁻¹]
+│  │  │     ├─ neutral_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ particles
+│  │  │     │  ├─ d[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ d_pol[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ d_radial[:]
+│  │  │     │  │  ├─ coefficients [m².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m².s⁻¹]
+│  │  │     │  ├─ flux[:]
+│  │  │     │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m⁻².s⁻¹]
+│  │  │     │  ├─ flux_limiter[:]
+│  │  │     │  │  ├─ coefficients
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values
+│  │  │     │  ├─ flux_pol[:]
+│  │  │     │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m⁻².s⁻¹]
+│  │  │     │  ├─ flux_radial[:]
+│  │  │     │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m⁻².s⁻¹]
+│  │  │     │  ├─ v[:]
+│  │  │     │  │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m.s⁻¹]
+│  │  │     │  ├─ v_pol[:]
+│  │  │     │  │  ├─ coefficients [m.s⁻¹]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [m.s⁻¹]
+│  │  │     │  └─ v_radial[:]
+│  │  │     │     ├─ coefficients [m.s⁻¹]
+│  │  │     │     ├─ grid_index
+│  │  │     │     ├─ grid_subset_index
+│  │  │     │     └─ values [m.s⁻¹]
+│  │  │     ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     └─ vibrational_mode
+│  │  ├─ time [s]
+│  │  └─ total_ion_energy
+│  │     ├─ d[:]
+│  │     │  ├─ coefficients [m².s⁻¹]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [m².s⁻¹]
+│  │     ├─ d_pol[:]
+│  │     │  ├─ coefficients [m².s⁻¹]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [m².s⁻¹]
+│  │     ├─ d_radial[:]
+│  │     │  ├─ coefficients [m².s⁻¹]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [m².s⁻¹]
+│  │     ├─ flux[:]
+│  │     │  ├─ coefficients [W.m⁻²]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [W.m⁻²]
+│  │     ├─ flux_limiter[:]
+│  │     │  ├─ coefficients
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values
+│  │     ├─ flux_pol[:]
+│  │     │  ├─ coefficients [W.m⁻²]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [W.m⁻²]
+│  │     ├─ flux_radial[:]
+│  │     │  ├─ coefficients [W.m⁻²]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [W.m⁻²]
+│  │     ├─ v[:]
+│  │     │  ├─ coefficients [m.s⁻¹]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [m.s⁻¹]
+│  │     ├─ v_pol[:]
+│  │     │  ├─ coefficients [m.s⁻¹]
+│  │     │  ├─ grid_index
+│  │     │  ├─ grid_subset_index
+│  │     │  └─ values [m.s⁻¹]
+│  │     └─ v_radial[:]
+│  │        ├─ coefficients [m.s⁻¹]
+│  │        ├─ grid_index
+│  │        ├─ grid_subset_index
+│  │        └─ values [m.s⁻¹]
+│  ├─ ggd_fast[:]
+│  │  ├─ electrons
+│  │  │  ├─ particle_flux_integrated[:]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ value [s⁻¹]
+│  │  │  └─ power[:]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ value [W]
+│  │  ├─ energy_flux_max[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value [W.m⁻²]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ neutral_index
+│  │  │  ├─ particle_flux_integrated[:]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ value [s⁻¹]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ neutral[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ ion_index
+│  │  │  ├─ label
+│  │  │  └─ particle_flux_integrated[:]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ value [s⁻¹]
+│  │  ├─ power[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value [W]
+│  │  ├─ power_ion_total[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ value [W]
+│  │  └─ time [s]
+│  └─ identifier
+│     ├─ description
+│     ├─ index
+│     └─ name
+└─ time [s]
+

em coupling

IMASdd.em_coupling
+├─ active_coils
+├─ b_field_pol_probes
+├─ b_field_pol_probes_active [T/A]
+├─ b_field_pol_probes_passive [T/A]
+├─ b_field_pol_probes_plasma [T/A]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coupling_matrix[:]
+│  ├─ columns_uri
+│  ├─ data [mixed]
+│  ├─ name
+│  ├─ quantity
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ rows_uri
+├─ flux_loops
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  └─ space[:]
+│     ├─ coordinates_type
+│     ├─ geometry_type
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ identifier
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     └─ objects_per_dimension[:]
+│        ├─ geometry_content
+│        │  ├─ description
+│        │  ├─ index
+│        │  └─ name
+│        └─ object[:]
+│           ├─ boundary[:]
+│           │  ├─ index
+│           │  └─ neighbours
+│           ├─ geometry [mixed]
+│           ├─ geometry_2d [mixed]
+│           ├─ measure [m^dimension]
+│           └─ nodes
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ mutual_active_active [H]
+├─ mutual_loops_active [H]
+├─ mutual_loops_passive [H]
+├─ mutual_loops_plasma [H]
+├─ mutual_passive_active [H]
+├─ mutual_passive_passive [H]
+├─ mutual_plasma_active [H]
+├─ mutual_plasma_passive [H]
+├─ mutual_plasma_plasma [H]
+├─ passive_loops
+├─ plasma_elements
+└─ time [s]
+

equilibrium

IMASdd.equilibrium
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grids_ggd[:]
+│  ├─ grid[:]
+│  │  ├─ grid_subset[:]
+│  │  │  ├─ base[:]
+│  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  ├─ dimension
+│  │  │  ├─ element[:]
+│  │  │  │  └─ object[:]
+│  │  │  │     ├─ dimension
+│  │  │  │     ├─ index
+│  │  │  │     └─ space
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ metric
+│  │  │     ├─ jacobian [mixed]
+│  │  │     ├─ tensor_contravariant [mixed]
+│  │  │     └─ tensor_covariant [mixed]
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ path
+│  │  └─ space[:]
+│  │     ├─ coordinates_type
+│  │     ├─ geometry_type
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ objects_per_dimension[:]
+│  │        ├─ geometry_content
+│  │        │  ├─ description
+│  │        │  ├─ index
+│  │        │  └─ name
+│  │        └─ object[:]
+│  │           ├─ boundary[:]
+│  │           │  ├─ index
+│  │           │  └─ neighbours
+│  │           ├─ geometry [mixed]
+│  │           ├─ geometry_2d [mixed]
+│  │           ├─ measure [m^dimension]
+│  │           └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+├─ time_slice[:]
+│  ├─ boundary
+│  │  ├─ active_limiter_point
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ elongation
+│  │  ├─ elongation_lower
+│  │  ├─ elongation_upper
+│  │  ├─ geometric_axis
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ minor_radius [m]
+│  │  ├─ outline
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ ovality
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_norm
+│  │  ├─ squareness
+│  │  ├─ squareness_lower_inner
+│  │  ├─ squareness_lower_outer
+│  │  ├─ squareness_upper_inner
+│  │  ├─ squareness_upper_outer
+│  │  ├─ strike_point[:]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ tilt
+│  │  ├─ triangularity
+│  │  ├─ triangularity_lower
+│  │  ├─ triangularity_upper
+│  │  ├─ twist
+│  │  ├─ type
+│  │  └─ x_point[:]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ boundary_secondary_separatrix
+│  │  ├─ distance_inner_outer [m]
+│  │  ├─ outline
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ psi [Wb]
+│  │  ├─ strike_point[:]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ x_point[:]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ boundary_separatrix
+│  │  ├─ active_limiter_point
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ closest_wall_point
+│  │  │  ├─ distance [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ dr_dz_zero_point
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ elongation
+│  │  ├─ elongation_lower
+│  │  ├─ elongation_upper
+│  │  ├─ gap[:]
+│  │  │  ├─ angle [rad]
+│  │  │  ├─ identifier
+│  │  │  ├─ name
+│  │  │  ├─ r [m]
+│  │  │  ├─ value [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometric_axis
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ minor_radius [m]
+│  │  ├─ outline
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ psi [Wb]
+│  │  ├─ squareness_lower_inner
+│  │  ├─ squareness_lower_outer
+│  │  ├─ squareness_upper_inner
+│  │  ├─ squareness_upper_outer
+│  │  ├─ strike_point[:]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ triangularity
+│  │  ├─ triangularity_inner
+│  │  ├─ triangularity_lower
+│  │  ├─ triangularity_minor
+│  │  ├─ triangularity_outer
+│  │  ├─ triangularity_upper
+│  │  ├─ type
+│  │  └─ x_point[:]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ constraints
+│  │  ├─ b_field_tor_vacuum_r
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [T.m]
+│  │  │  ├─ reconstructed [T.m]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ bpol_probe[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [T]
+│  │  │  ├─ reconstructed [T]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ chi_squared_reduced
+│  │  ├─ constraints_n
+│  │  ├─ diamagnetic_flux
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [Wb]
+│  │  │  ├─ reconstructed [Wb]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ faraday_angle[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [rad]
+│  │  │  ├─ reconstructed [rad]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ flux_loop[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [Wb]
+│  │  │  ├─ reconstructed [Wb]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ freedom_degrees_n
+│  │  ├─ ip
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [A]
+│  │  │  ├─ reconstructed [A]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ iron_core_segment[:]
+│  │  │  ├─ magnetisation_r
+│  │  │  │  ├─ chi_squared
+│  │  │  │  ├─ exact
+│  │  │  │  ├─ measured [T]
+│  │  │  │  ├─ reconstructed [T]
+│  │  │  │  ├─ source
+│  │  │  │  ├─ time_measurement [s]
+│  │  │  │  └─ weight
+│  │  │  └─ magnetisation_z
+│  │  │     ├─ chi_squared
+│  │  │     ├─ exact
+│  │  │     ├─ measured [T]
+│  │  │     ├─ reconstructed [T]
+│  │  │     ├─ source
+│  │  │     ├─ time_measurement [s]
+│  │  │     └─ weight
+│  │  ├─ j_parallel[:]
+│  │  │  ├─ chi_squared [A.m⁻²]
+│  │  │  ├─ exact
+│  │  │  ├─ measured [A.m⁻²]
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ z [m]
+│  │  │  ├─ reconstructed
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ j_tor[:]
+│  │  │  ├─ chi_squared [A.m⁻²]
+│  │  │  ├─ exact
+│  │  │  ├─ measured [A.m⁻²]
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ z [m]
+│  │  │  ├─ reconstructed
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ mse_polarisation_angle[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [rad]
+│  │  │  ├─ reconstructed [rad]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ n_e[:]
+│  │  │  ├─ chi_squared [m⁻³]
+│  │  │  ├─ exact
+│  │  │  ├─ measured [m⁻³]
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ z [m]
+│  │  │  ├─ reconstructed
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ n_e_line[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [m⁻²]
+│  │  │  ├─ reconstructed [m⁻²]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ pf_current[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [A]
+│  │  │  ├─ reconstructed [A]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ pf_passive_current[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured [A]
+│  │  │  ├─ reconstructed [A]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ pressure[:]
+│  │  │  ├─ chi_squared [Pa]
+│  │  │  ├─ exact
+│  │  │  ├─ measured [Pa]
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ z [m]
+│  │  │  ├─ reconstructed
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ pressure_rotational[:]
+│  │  │  ├─ chi_squared [Pa]
+│  │  │  ├─ exact
+│  │  │  ├─ measured [Pa]
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ z [m]
+│  │  │  ├─ reconstructed
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ q[:]
+│  │  │  ├─ chi_squared
+│  │  │  ├─ exact
+│  │  │  ├─ measured
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ z [m]
+│  │  │  ├─ reconstructed
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  ├─ strike_point[:]
+│  │  │  ├─ chi_squared_r [m⁻²]
+│  │  │  ├─ chi_squared_z [m⁻²]
+│  │  │  ├─ exact
+│  │  │  ├─ position_measured
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ position_reconstructed
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ source
+│  │  │  ├─ time_measurement [s]
+│  │  │  └─ weight
+│  │  └─ x_point[:]
+│  │     ├─ chi_squared_r [m⁻²]
+│  │     ├─ chi_squared_z [m⁻²]
+│  │     ├─ exact
+│  │     ├─ position_measured
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ position_reconstructed
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ source
+│  │     ├─ time_measurement [s]
+│  │     └─ weight
+│  ├─ convergence
+│  │  ├─ grad_shafranov_deviation_expression
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ grad_shafranov_deviation_value [mixed]
+│  │  ├─ iterations_n
+│  │  └─ result
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ coordinate_system
+│  │  ├─ grid
+│  │  │  ├─ dim1 [mixed]
+│  │  │  ├─ dim2 [mixed]
+│  │  │  └─ volume_element [m³]
+│  │  ├─ grid_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ jacobian [mixed]
+│  │  ├─ r [m]
+│  │  ├─ tensor_contravariant [mixed]
+│  │  ├─ tensor_covariant [mixed]
+│  │  └─ z [m]
+│  ├─ ggd[:]
+│  │  ├─ b_field_r[:]
+│  │  │  ├─ coefficients [T]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [T]
+│  │  ├─ b_field_tor[:]
+│  │  │  ├─ coefficients [T]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [T]
+│  │  ├─ b_field_z[:]
+│  │  │  ├─ coefficients [T]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [T]
+│  │  ├─ j_parallel[:]
+│  │  │  ├─ coefficients [A.m⁻²]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [A.m⁻²]
+│  │  ├─ j_tor[:]
+│  │  │  ├─ coefficients [A.m⁻²]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [A.m⁻²]
+│  │  ├─ phi[:]
+│  │  │  ├─ coefficients [Wb]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Wb]
+│  │  ├─ psi[:]
+│  │  │  ├─ coefficients [Wb]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Wb]
+│  │  ├─ r[:]
+│  │  │  ├─ coefficients [m]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m]
+│  │  ├─ theta[:]
+│  │  │  ├─ coefficients [rad]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [rad]
+│  │  └─ z[:]
+│  │     ├─ coefficients [m]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     └─ values [m]
+│  ├─ global_quantities
+│  │  ├─ area [m²]
+│  │  ├─ beta_normal
+│  │  ├─ beta_pol
+│  │  ├─ beta_tor
+│  │  ├─ current_centre
+│  │  │  ├─ r [m]
+│  │  │  ├─ velocity_z [m.s⁻¹]
+│  │  │  └─ z [m]
+│  │  ├─ energy_mhd [J]
+│  │  ├─ ip [A]
+│  │  ├─ length_pol [m]
+│  │  ├─ li_3
+│  │  ├─ magnetic_axis
+│  │  │  ├─ b_field_tor [T]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ plasma_inductance [H]
+│  │  ├─ plasma_resistance [ohm]
+│  │  ├─ psi_axis [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_external_average [Wb]
+│  │  ├─ q_95
+│  │  ├─ q_axis
+│  │  ├─ q_min
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ psi_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  └─ value
+│  │  ├─ rho_tor_boundary [m]
+│  │  ├─ surface [m²]
+│  │  ├─ v_external [V]
+│  │  ├─ vacuum_toroidal_field
+│  │  │  ├─ b0 [T]
+│  │  │  └─ r0 [m]
+│  │  └─ volume [m³]
+│  ├─ profiles_1d
+│  │  ├─ area [m²]
+│  │  ├─ b_field_average [T]
+│  │  ├─ b_field_max [T]
+│  │  ├─ b_field_min [T]
+│  │  ├─ beta_pol
+│  │  ├─ darea_dpsi [m².Wb⁻¹]
+│  │  ├─ darea_drho_tor [m]
+│  │  ├─ dpressure_dpsi [Pa.Wb⁻¹]
+│  │  ├─ dpsi_drho_tor [Wb/m]
+│  │  ├─ dvolume_dpsi [m³.Wb⁻¹]
+│  │  ├─ dvolume_drho_tor [m²]
+│  │  ├─ elongation
+│  │  ├─ f [T.m]
+│  │  ├─ f_df_dpsi [T².m²/Wb]
+│  │  ├─ fsa_bp [T]
+│  │  ├─ geometric_axis
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ gm1 [m⁻²]
+│  │  ├─ gm10 [m²]
+│  │  ├─ gm2 [m⁻²]
+│  │  ├─ gm3
+│  │  ├─ gm4 [T⁻²]
+│  │  ├─ gm5 [T²]
+│  │  ├─ gm6 [T⁻²]
+│  │  ├─ gm7
+│  │  ├─ gm8 [m]
+│  │  ├─ gm9 [m⁻¹]
+│  │  ├─ j_parallel [A.m⁻²]
+│  │  ├─ j_tor [A.m⁻²]
+│  │  ├─ magnetic_shear
+│  │  ├─ mass_density [kg.m⁻³]
+│  │  ├─ phi [Wb]
+│  │  ├─ pressure [Pa]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_norm
+│  │  ├─ q
+│  │  ├─ r_inboard [m]
+│  │  ├─ r_outboard [m]
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ rho_volume_norm
+│  │  ├─ squareness_lower_inner
+│  │  ├─ squareness_lower_outer
+│  │  ├─ squareness_upper_inner
+│  │  ├─ squareness_upper_outer
+│  │  ├─ surface [m²]
+│  │  ├─ trapped_fraction
+│  │  ├─ triangularity_lower
+│  │  ├─ triangularity_upper
+│  │  └─ volume [m³]
+│  ├─ profiles_2d[:]
+│  │  ├─ b_field_r [T]
+│  │  ├─ b_field_tor [T]
+│  │  ├─ b_field_z [T]
+│  │  ├─ grid
+│  │  │  ├─ dim1 [mixed]
+│  │  │  ├─ dim2 [mixed]
+│  │  │  └─ volume_element [m³]
+│  │  ├─ grid_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ j_parallel [A.m⁻²]
+│  │  ├─ j_tor [A.m⁻²]
+│  │  ├─ phi [Wb]
+│  │  ├─ psi [Wb]
+│  │  ├─ r [m]
+│  │  ├─ theta [rad]
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ z [m]
+│  └─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

ferritic

IMASdd.ferritic
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grid_ggd
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  └─ space[:]
+│     ├─ coordinates_type
+│     ├─ geometry_type
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ identifier
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     └─ objects_per_dimension[:]
+│        ├─ geometry_content
+│        │  ├─ description
+│        │  ├─ index
+│        │  └─ name
+│        └─ object[:]
+│           ├─ boundary[:]
+│           │  ├─ index
+│           │  └─ neighbours
+│           ├─ geometry [mixed]
+│           ├─ geometry_2d [mixed]
+│           ├─ measure [m^dimension]
+│           └─ nodes
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ object[:]
+│  ├─ axisymmetric[:]
+│  │  ├─ annulus
+│  │  │  ├─ r [m]
+│  │  │  ├─ radius_inner [m]
+│  │  │  ├─ radius_outer [m]
+│  │  │  └─ z [m]
+│  │  ├─ arcs_of_circle
+│  │  │  ├─ curvature_radii [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ oblique
+│  │  │  ├─ alpha [rad]
+│  │  │  ├─ beta [rad]
+│  │  │  ├─ length_alpha [m]
+│  │  │  ├─ length_beta [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ outline
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ rectangle
+│  │  │  ├─ height [m]
+│  │  │  ├─ r [m]
+│  │  │  ├─ width [m]
+│  │  │  └─ z [m]
+│  │  └─ thick_line
+│  │     ├─ first_point
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ second_point
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     └─ thickness [m]
+│  ├─ centroid
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ ggd_object_index
+│  ├─ permeability_table_index
+│  ├─ saturated_relative_permeability [H.m⁻¹]
+│  ├─ time_slice[:]
+│  │  ├─ b_field_r [T]
+│  │  ├─ b_field_tor [T]
+│  │  ├─ b_field_z [T]
+│  │  ├─ magnetic_moment_r [A.m⁻²]
+│  │  ├─ magnetic_moment_tor [A.m⁻²]
+│  │  ├─ magnetic_moment_z [A.m⁻²]
+│  │  └─ time [s]
+│  └─ volume [m³]
+├─ permeability_table[:]
+│  ├─ b_field [T]
+│  ├─ description
+│  ├─ name
+│  └─ relative_permeability
+└─ time [s]
+

focs

IMASdd.focs
+├─ b_field_z
+│  ├─ data [T]
+│  ├─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ current
+│  ├─ data [A]
+│  ├─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+├─ fibre_length [m]
+├─ fibre_properties
+│  ├─ beat_length [m]
+│  ├─ id
+│  ├─ spun [m]
+│  ├─ spun_initial_azimuth [rad]
+│  ├─ twist [m]
+│  └─ verdet_constant [rad.T⁻¹.m⁻¹]
+├─ id
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ name
+├─ outline
+│  ├─ phi [rad]
+│  ├─ r [m]
+│  └─ z [m]
+├─ stokes_initial
+│  ├─ s0
+│  ├─ s1
+│  ├─ s2
+│  └─ s3
+├─ stokes_output[:]
+│  ├─ s0
+│  ├─ s1
+│  ├─ s2
+│  ├─ s3
+│  └─ time [s]
+└─ time [s]
+

gas injection

IMASdd.gas_injection
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ pipe[:]
+│  ├─ exit_position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ flow_rate
+│  │  ├─ data [Pa.m³.s⁻¹]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ length [m]
+│  ├─ name
+│  ├─ second_point
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ species[:]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ fraction
+│  │  └─ label
+│  └─ valve_indices
+├─ time [s]
+└─ valve[:]
+   ├─ electron_rate
+   │  ├─ data [s⁻¹]
+   │  └─ time [s]
+   ├─ flow_rate
+   │  ├─ data [Pa.m³.s⁻¹]
+   │  └─ time [s]
+   ├─ flow_rate_max [Pa.m³.s⁻¹]
+   ├─ flow_rate_min [Pa.m³.s⁻¹]
+   ├─ identifier
+   ├─ name
+   ├─ pipe_indices
+   ├─ response_curve
+   │  ├─ flow_rate [Pa.m³.s⁻¹]
+   │  └─ voltage [V]
+   ├─ species[:]
+   │  ├─ element[:]
+   │  │  ├─ a [Atomic Mass Unit]
+   │  │  ├─ atoms_n
+   │  │  └─ z_n [Elementary Charge Unit]
+   │  ├─ fraction
+   │  └─ label
+   └─ voltage
+      ├─ data [V]
+      └─ time [s]
+

gas pumping

IMASdd.gas_pumping
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ duct[:]
+│  ├─ flow_rate
+│  │  ├─ data [Pa.m³.s⁻¹]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ name
+│  └─ species[:]
+│     ├─ element[:]
+│     │  ├─ a [Atomic Mass Unit]
+│     │  ├─ atoms_n
+│     │  └─ z_n [Elementary Charge Unit]
+│     ├─ flow_rate
+│     │  ├─ data [Pa.m³.s⁻¹]
+│     │  └─ time [s]
+│     └─ label
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+└─ time [s]
+

gyrokinetics local

IMASdd.gyrokinetics_local
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ collisions
+│  └─ collisionality_norm
+├─ flux_surface
+│  ├─ b_field_tor_sign
+│  ├─ dc_dr_minor_norm
+│  ├─ delongation_dr_minor_norm
+│  ├─ dgeometric_axis_r_dr_minor
+│  ├─ dgeometric_axis_z_dr_minor
+│  ├─ ds_dr_minor_norm
+│  ├─ elongation
+│  ├─ ip_sign
+│  ├─ magnetic_shear_r_minor
+│  ├─ pressure_gradient_norm
+│  ├─ q
+│  ├─ r_minor_norm
+│  ├─ shape_coefficients_c
+│  └─ shape_coefficients_s
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ linear
+│  └─ wavevector[:]
+│     ├─ binormal_wavevector_norm
+│     ├─ eigenmode[:]
+│     │  ├─ angle_pol
+│     │  ├─ code
+│     │  │  ├─ output_flag
+│     │  │  └─ parameters
+│     │  ├─ fields
+│     │  │  ├─ a_field_parallel_perturbed_norm
+│     │  │  ├─ a_field_parallel_perturbed_parity
+│     │  │  ├─ a_field_parallel_perturbed_weight
+│     │  │  ├─ b_field_parallel_perturbed_norm
+│     │  │  ├─ b_field_parallel_perturbed_parity
+│     │  │  ├─ b_field_parallel_perturbed_weight
+│     │  │  ├─ phi_potential_perturbed_norm
+│     │  │  ├─ phi_potential_perturbed_parity
+│     │  │  └─ phi_potential_perturbed_weight
+│     │  ├─ frequency_norm
+│     │  ├─ growth_rate_norm
+│     │  ├─ growth_rate_tolerance
+│     │  ├─ initial_value_run
+│     │  ├─ linear_weights
+│     │  │  ├─ energy_a_field_parallel
+│     │  │  ├─ energy_b_field_parallel
+│     │  │  ├─ energy_phi_potential
+│     │  │  ├─ momentum_tor_parallel_a_field_parallel
+│     │  │  ├─ momentum_tor_parallel_b_field_parallel
+│     │  │  ├─ momentum_tor_parallel_phi_potential
+│     │  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│     │  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│     │  │  ├─ momentum_tor_perpendicular_phi_potential
+│     │  │  ├─ particles_a_field_parallel
+│     │  │  ├─ particles_b_field_parallel
+│     │  │  └─ particles_phi_potential
+│     │  ├─ linear_weights_rotating_frame
+│     │  │  ├─ energy_a_field_parallel
+│     │  │  ├─ energy_b_field_parallel
+│     │  │  ├─ energy_phi_potential
+│     │  │  ├─ momentum_tor_parallel_a_field_parallel
+│     │  │  ├─ momentum_tor_parallel_b_field_parallel
+│     │  │  ├─ momentum_tor_parallel_phi_potential
+│     │  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│     │  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│     │  │  ├─ momentum_tor_perpendicular_phi_potential
+│     │  │  ├─ particles_a_field_parallel
+│     │  │  ├─ particles_b_field_parallel
+│     │  │  └─ particles_phi_potential
+│     │  ├─ moments_norm_gyrocenter
+│     │  │  ├─ density
+│     │  │  ├─ heat_flux_parallel
+│     │  │  ├─ j_parallel
+│     │  │  ├─ pressure_parallel
+│     │  │  ├─ pressure_perpendicular
+│     │  │  ├─ v_parallel_energy_perpendicular
+│     │  │  └─ v_perpendicular_square_energy
+│     │  ├─ moments_norm_gyrocenter_bessel_0
+│     │  │  ├─ density
+│     │  │  ├─ heat_flux_parallel
+│     │  │  ├─ j_parallel
+│     │  │  ├─ pressure_parallel
+│     │  │  ├─ pressure_perpendicular
+│     │  │  ├─ v_parallel_energy_perpendicular
+│     │  │  └─ v_perpendicular_square_energy
+│     │  ├─ moments_norm_gyrocenter_bessel_1
+│     │  │  ├─ density
+│     │  │  ├─ heat_flux_parallel
+│     │  │  ├─ j_parallel
+│     │  │  ├─ pressure_parallel
+│     │  │  ├─ pressure_perpendicular
+│     │  │  ├─ v_parallel_energy_perpendicular
+│     │  │  └─ v_perpendicular_square_energy
+│     │  ├─ moments_norm_particle
+│     │  │  ├─ density
+│     │  │  ├─ heat_flux_parallel
+│     │  │  ├─ j_parallel
+│     │  │  ├─ pressure_parallel
+│     │  │  ├─ pressure_perpendicular
+│     │  │  ├─ v_parallel_energy_perpendicular
+│     │  │  └─ v_perpendicular_square_energy
+│     │  ├─ poloidal_turns
+│     │  └─ time_norm
+│     └─ radial_wavevector_norm
+├─ model
+│  ├─ adiabatic_electrons
+│  ├─ collisions_energy_conservation
+│  ├─ collisions_finite_larmor_radius
+│  ├─ collisions_momentum_conservation
+│  ├─ collisions_pitch_only
+│  ├─ include_a_field_parallel
+│  ├─ include_b_field_parallel
+│  ├─ include_centrifugal_effects
+│  ├─ include_coriolis_drift
+│  └─ include_full_curvature_drift
+├─ non_linear
+│  ├─ angle_pol
+│  ├─ binormal_wavevector_norm
+│  ├─ code
+│  │  ├─ output_flag
+│  │  └─ parameters
+│  ├─ fields_4d
+│  │  ├─ a_field_parallel_perturbed_norm
+│  │  ├─ b_field_parallel_perturbed_norm
+│  │  └─ phi_potential_perturbed_norm
+│  ├─ fields_intensity_1d
+│  │  ├─ a_field_parallel_perturbed_norm
+│  │  ├─ b_field_parallel_perturbed_norm
+│  │  └─ phi_potential_perturbed_norm
+│  ├─ fields_intensity_2d_surface_average
+│  │  ├─ a_field_parallel_perturbed_norm
+│  │  ├─ b_field_parallel_perturbed_norm
+│  │  └─ phi_potential_perturbed_norm
+│  ├─ fields_intensity_3d
+│  │  ├─ a_field_parallel_perturbed_norm
+│  │  ├─ b_field_parallel_perturbed_norm
+│  │  └─ phi_potential_perturbed_norm
+│  ├─ fields_zonal_2d
+│  │  ├─ a_field_parallel_perturbed_norm
+│  │  ├─ b_field_parallel_perturbed_norm
+│  │  └─ phi_potential_perturbed_norm
+│  ├─ fluxes_1d
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_1d_rotating_frame
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_2d_k_x_k_y_sum
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_2d_k_x_k_y_sum_rotating_frame
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_2d_k_x_sum
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_2d_k_x_sum_rotating_frame
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_3d
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_3d_rotating_frame
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_4d
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_4d_rotating_frame
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_5d
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ fluxes_5d_rotating_frame
+│  │  ├─ energy_a_field_parallel
+│  │  ├─ energy_b_field_parallel
+│  │  ├─ energy_phi_potential
+│  │  ├─ momentum_tor_parallel_a_field_parallel
+│  │  ├─ momentum_tor_parallel_b_field_parallel
+│  │  ├─ momentum_tor_parallel_phi_potential
+│  │  ├─ momentum_tor_perpendicular_a_field_parallel
+│  │  ├─ momentum_tor_perpendicular_b_field_parallel
+│  │  ├─ momentum_tor_perpendicular_phi_potential
+│  │  ├─ particles_a_field_parallel
+│  │  ├─ particles_b_field_parallel
+│  │  └─ particles_phi_potential
+│  ├─ quasi_linear
+│  ├─ radial_wavevector_norm
+│  ├─ time_interval_norm
+│  └─ time_norm
+├─ normalizing_quantities
+│  ├─ b_field_tor [T]
+│  ├─ n_e [m⁻³]
+│  ├─ r [m]
+│  └─ t_e [eV]
+├─ species[:]
+│  ├─ charge_norm
+│  ├─ density_log_gradient_norm
+│  ├─ density_norm
+│  ├─ mass_norm
+│  ├─ potential_energy_gradient_norm
+│  ├─ potential_energy_norm
+│  ├─ temperature_log_gradient_norm
+│  ├─ temperature_norm
+│  └─ velocity_tor_gradient_norm
+├─ species_all
+│  ├─ angle_pol [rad]
+│  ├─ beta_reference
+│  ├─ debye_length_norm
+│  ├─ shearing_rate_norm
+│  └─ velocity_tor_norm
+└─ time [s]
+

hard x rays

IMASdd.hard_x_rays
+├─ channel[:]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ energy_band[:]
+│  │  ├─ detection_efficiency
+│  │  ├─ energies [eV]
+│  │  ├─ lower_bound [eV]
+│  │  └─ upper_bound [eV]
+│  ├─ etendue [m².str]
+│  ├─ etendue_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ filter_window[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  ├─ material
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ photon_absorption
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ thickness [m]
+│  │  ├─ wavelength_lower [m]
+│  │  ├─ wavelength_upper [m]
+│  │  ├─ wavelengths [m]
+│  │  ├─ x1_curvature [m]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_curvature [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  └─ radiance
+│     ├─ data [(photons).s⁻¹.m⁻².sr⁻¹]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ emissivity_profile_1d[:]
+│  ├─ emissivity [(photons).m⁻³.str⁻¹.s⁻¹]
+│  ├─ half_width_external
+│  ├─ half_width_internal
+│  ├─ lower_bound [eV]
+│  ├─ peak_position
+│  ├─ rho_tor_norm
+│  ├─ time [s]
+│  ├─ upper_bound [eV]
+│  └─ validity_timed
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

ic antennas

IMASdd.ic_antennas
+├─ antenna[:]
+│  ├─ available_launch_power [W]
+│  ├─ efficiency
+│  │  ├─ conversion
+│  │  ├─ coupling
+│  │  └─ transmission
+│  ├─ frequency
+│  │  ├─ data [Hz]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ module[:]
+│  │  ├─ coupling_resistance
+│  │  │  ├─ data [ohm]
+│  │  │  └─ time [s]
+│  │  ├─ current[:]
+│  │  │  ├─ amplitude
+│  │  │  │  ├─ data [A]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ identifier
+│  │  │  ├─ name
+│  │  │  ├─ phase
+│  │  │  │  ├─ data [rad]
+│  │  │  │  └─ time [s]
+│  │  │  └─ position
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  ├─ frequency
+│  │  │  ├─ data [Hz]
+│  │  │  └─ time [s]
+│  │  ├─ identifier
+│  │  ├─ matching_element[:]
+│  │  │  ├─ capacitance
+│  │  │  │  ├─ data [F]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ name
+│  │  │  ├─ phase
+│  │  │  │  ├─ data [rad]
+│  │  │  │  └─ time [s]
+│  │  │  └─ type
+│  │  │     ├─ description
+│  │  │     ├─ index
+│  │  │     └─ name
+│  │  ├─ name
+│  │  ├─ phase_forward
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ phase_reflected
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ power_forward
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_launched
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_reflected
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ pressure[:]
+│  │  │  ├─ amplitude
+│  │  │  │  ├─ data [Pa]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ identifier
+│  │  │  ├─ name
+│  │  │  ├─ phase
+│  │  │  │  ├─ data [rad]
+│  │  │  │  └─ time [s]
+│  │  │  └─ position
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  ├─ strap[:]
+│  │  │  ├─ current
+│  │  │  │  ├─ data [A]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ distance_to_conductor [m]
+│  │  │  ├─ geometry
+│  │  │  │  ├─ annulus
+│  │  │  │  │  ├─ r [m]
+│  │  │  │  │  ├─ radius_inner [m]
+│  │  │  │  │  ├─ radius_outer [m]
+│  │  │  │  │  └─ z [m]
+│  │  │  │  ├─ arcs_of_circle
+│  │  │  │  │  ├─ curvature_radii [m]
+│  │  │  │  │  ├─ r [m]
+│  │  │  │  │  └─ z [m]
+│  │  │  │  ├─ geometry_type
+│  │  │  │  ├─ oblique
+│  │  │  │  │  ├─ alpha [rad]
+│  │  │  │  │  ├─ beta [rad]
+│  │  │  │  │  ├─ length_alpha [m]
+│  │  │  │  │  ├─ length_beta [m]
+│  │  │  │  │  ├─ r [m]
+│  │  │  │  │  └─ z [m]
+│  │  │  │  ├─ outline
+│  │  │  │  │  ├─ r [m]
+│  │  │  │  │  └─ z [m]
+│  │  │  │  ├─ rectangle
+│  │  │  │  │  ├─ height [m]
+│  │  │  │  │  ├─ r [m]
+│  │  │  │  │  ├─ width [m]
+│  │  │  │  │  └─ z [m]
+│  │  │  │  └─ thick_line
+│  │  │  │     ├─ first_point
+│  │  │  │     │  ├─ r [m]
+│  │  │  │     │  └─ z [m]
+│  │  │  │     ├─ second_point
+│  │  │  │     │  ├─ r [m]
+│  │  │  │     │  └─ z [m]
+│  │  │  │     └─ thickness [m]
+│  │  │  ├─ outline
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ phase
+│  │  │  │  ├─ data [rad]
+│  │  │  │  └─ time [s]
+│  │  │  └─ width_tor [m]
+│  │  └─ voltage[:]
+│  │     ├─ amplitude
+│  │     │  ├─ data [V]
+│  │     │  └─ time [s]
+│  │     ├─ identifier
+│  │     ├─ name
+│  │     ├─ phase
+│  │     │  ├─ data [rad]
+│  │     │  └─ time [s]
+│  │     └─ position
+│  │        ├─ phi [rad]
+│  │        ├─ r [m]
+│  │        └─ z [m]
+│  ├─ name
+│  ├─ power_forward
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_launched
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_reflected
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  └─ surface_current[:]
+│     ├─ m_pol
+│     ├─ n_tor
+│     ├─ spectrum [A]
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ power_launched
+│  ├─ data [W]
+│  └─ time [s]
+├─ reference_point
+│  ├─ r [m]
+│  └─ z [m]
+└─ time [s]
+

interferometer

IMASdd.interferometer
+├─ channel[:]
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ second_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ third_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ n_e
+│  │  ├─ data [m⁻³]
+│  │  ├─ positions
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ time [s]
+│  ├─ n_e_line
+│  │  ├─ data [m⁻²]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ n_e_line_average
+│  │  ├─ data [m⁻³]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ name
+│  ├─ path_length_variation
+│  │  ├─ data [m]
+│  │  └─ time [s]
+│  └─ wavelength[:]
+│     ├─ fringe_jump_correction
+│     ├─ fringe_jump_correction_times [s]
+│     ├─ phase_corrected
+│     │  ├─ data [rad]
+│     │  └─ time [s]
+│     ├─ phase_to_n_e_line [m⁻².rad⁻¹]
+│     └─ value [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ electrons_n
+│  ├─ data
+│  ├─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ n_e_volume_average
+│  ├─ data [m⁻³]
+│  ├─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+└─ time [s]
+

iron core

IMASdd.iron_core
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ segment[:]
+│  ├─ b_field [T]
+│  ├─ geometry
+│  │  ├─ annulus
+│  │  │  ├─ r [m]
+│  │  │  ├─ radius_inner [m]
+│  │  │  ├─ radius_outer [m]
+│  │  │  └─ z [m]
+│  │  ├─ arcs_of_circle
+│  │  │  ├─ curvature_radii [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ oblique
+│  │  │  ├─ alpha [rad]
+│  │  │  ├─ beta [rad]
+│  │  │  ├─ length_alpha [m]
+│  │  │  ├─ length_beta [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ outline
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ rectangle
+│  │  │  ├─ height [m]
+│  │  │  ├─ r [m]
+│  │  │  ├─ width [m]
+│  │  │  └─ z [m]
+│  │  └─ thick_line
+│  │     ├─ first_point
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ second_point
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     └─ thickness [m]
+│  ├─ identifier
+│  ├─ magnetisation_r
+│  │  ├─ data [T]
+│  │  └─ time [s]
+│  ├─ magnetisation_z
+│  │  ├─ data [T]
+│  │  └─ time [s]
+│  ├─ name
+│  └─ permeability_relative
+└─ time [s]
+

langmuir probes

IMASdd.langmuir_probes
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ embedded[:]
+│  ├─ b_field_angle
+│  │  ├─ data [rad]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ distance_separatrix_midplane
+│  │  ├─ data [m]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ fluence
+│  │  ├─ data [m⁻²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ heat_flux_parallel
+│  │  ├─ data [W.m⁻²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ identifier
+│  ├─ ion_saturation_current
+│  │  ├─ data [A]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ j_i_parallel
+│  │  ├─ data [A.m⁻²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ j_i_parallel_sigma
+│  │  ├─ data [A.m⁻²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ j_i_saturation
+│  │  ├─ data [A.m⁻²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ j_i_saturation_kurtosis
+│  │  ├─ data
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ j_i_saturation_sigma
+│  │  ├─ data [A.m⁻²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ j_i_saturation_skew
+│  │  ├─ data
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ multi_temperature_fits[:]
+│  │  ├─ t_e
+│  │  │  ├─ data [eV]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ t_i
+│  │  │  ├─ data [eV]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  └─ time [s]
+│  ├─ n_e
+│  │  ├─ data [m⁻³]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ name
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ surface_area [m²]
+│  ├─ surface_area_effective
+│  │  ├─ data [m²]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ t_e
+│  │  ├─ data [eV]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ t_i
+│  │  ├─ data [eV]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ time [s]
+│  ├─ v_floating
+│  │  ├─ data [V]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ v_floating_sigma
+│  │  ├─ data [V]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  └─ v_plasma
+│     ├─ data [V]
+│     ├─ validity
+│     └─ validity_timed
+├─ equilibrium_id
+│  ├─ data_entry
+│  │  ├─ machine
+│  │  ├─ pulse
+│  │  ├─ pulse_type
+│  │  ├─ run
+│  │  └─ user
+│  ├─ name
+│  └─ occurrence
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ reciprocating[:]
+│  ├─ identifier
+│  ├─ name
+│  ├─ plunge[:]
+│  │  ├─ b_field_angle
+│  │  │  ├─ data [rad]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ collector[:]
+│  │  │  ├─ heat_flux_parallel
+│  │  │  │  ├─ data [W.m⁻²]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ ion_saturation_current
+│  │  │  │  ├─ data [A]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ j_i_kurtosis
+│  │  │  │  ├─ data
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ j_i_parallel
+│  │  │  │  ├─ data [A.m⁻²]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ j_i_saturation
+│  │  │  │  ├─ data [A.m⁻²]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ j_i_sigma
+│  │  │  │  ├─ data [A.m⁻²]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ j_i_skew
+│  │  │  │  ├─ data
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ validity
+│  │  │  │  ├─ validity_timed
+│  │  │  │  └─ z [m]
+│  │  │  ├─ t_e
+│  │  │  │  ├─ data [eV]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ t_i
+│  │  │  │  ├─ data [eV]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  ├─ v_floating
+│  │  │  │  ├─ data [V]
+│  │  │  │  ├─ validity
+│  │  │  │  └─ validity_timed
+│  │  │  └─ v_floating_sigma
+│  │  │     ├─ data [V]
+│  │  │     ├─ validity
+│  │  │     └─ validity_timed
+│  │  ├─ distance_separatrix_midplane
+│  │  │  ├─ data [m]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ distance_x_point_z
+│  │  │  ├─ data [m]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ mach_number_parallel
+│  │  │  ├─ data
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ n_e
+│  │  │  ├─ data [m⁻³]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ position_average
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  ├─ validity
+│  │  │  ├─ validity_timed
+│  │  │  └─ z [m]
+│  │  ├─ t_e_average
+│  │  │  ├─ data [eV]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ t_i_average
+│  │  │  ├─ data [eV]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ time [s]
+│  │  ├─ time_within_plunge [s]
+│  │  └─ v_plasma
+│  │     ├─ data [V]
+│  │     ├─ validity
+│  │     └─ validity_timed
+│  └─ surface_area [m²]
+└─ time [s]
+

lh antennas

IMASdd.lh_antennas
+├─ antenna[:]
+│  ├─ available_launch_power [W]
+│  ├─ distance_to_antenna [m]
+│  ├─ efficiency
+│  │  ├─ conversion
+│  │  ├─ coupling
+│  │  └─ transmission
+│  ├─ frequency [Hz]
+│  ├─ identifier
+│  ├─ model_name
+│  ├─ module[:]
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  ├─ phase
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ power_forward
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_launched
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  ├─ power_reflected
+│  │  │  ├─ data [W]
+│  │  │  └─ time [s]
+│  │  └─ reflection_coefficient
+│  │     ├─ data
+│  │     └─ time [s]
+│  ├─ n_e
+│  │  ├─ data [m⁻³]
+│  │  └─ time [s]
+│  ├─ n_parallel_peak
+│  │  ├─ data
+│  │  └─ time [s]
+│  ├─ name
+│  ├─ phase_average
+│  │  ├─ data [rad]
+│  │  └─ time [s]
+│  ├─ position
+│  │  ├─ definition
+│  │  ├─ phi
+│  │  │  ├─ data [rad]
+│  │  │  └─ time [s]
+│  │  ├─ r
+│  │  │  ├─ data [m]
+│  │  │  └─ time [s]
+│  │  └─ z
+│  │     ├─ data [m]
+│  │     └─ time [s]
+│  ├─ power_forward
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_launched
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ power_reflected
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ pressure_tank
+│  │  ├─ data [Pa]
+│  │  └─ time [s]
+│  ├─ reflection_coefficient
+│  │  ├─ data
+│  │  └─ time [s]
+│  └─ row[:]
+│     ├─ n_pol
+│     ├─ n_tor
+│     ├─ name
+│     ├─ position
+│     │  ├─ phi [rad]
+│     │  ├─ r [m]
+│     │  ├─ time [s]
+│     │  └─ z [m]
+│     ├─ power_density_spectrum_1d [W]
+│     ├─ power_density_spectrum_2d [W]
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ power_launched
+│  ├─ data [W]
+│  └─ time [s]
+├─ reference_point
+│  ├─ r [m]
+│  └─ z [m]
+└─ time [s]
+

magnetics

IMASdd.magnetics
+├─ b_field_pol_probe[:]
+│  ├─ area [m²]
+│  ├─ bandwidth_3db [Hz]
+│  ├─ field
+│  │  ├─ data [T]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ identifier
+│  ├─ indices_differential
+│  ├─ length [m]
+│  ├─ name
+│  ├─ non_linear_response
+│  │  ├─ b_field_linear [T]
+│  │  └─ b_field_non_linear [T]
+│  ├─ poloidal_angle [rad]
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ toroidal_angle [rad]
+│  ├─ turns
+│  ├─ type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ voltage
+│     ├─ data [V]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ b_field_tor_probe[:]
+│  ├─ area [m²]
+│  ├─ bandwidth_3db [Hz]
+│  ├─ field
+│  │  ├─ data [T]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ identifier
+│  ├─ indices_differential
+│  ├─ length [m]
+│  ├─ name
+│  ├─ non_linear_response
+│  │  ├─ b_field_linear [T]
+│  │  └─ b_field_non_linear [T]
+│  ├─ poloidal_angle [rad]
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ toroidal_angle [rad]
+│  ├─ turns
+│  ├─ type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ voltage
+│     ├─ data [V]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ diamagnetic_flux[:]
+│  ├─ data [Wb]
+│  ├─ method_name
+│  └─ time [s]
+├─ flux_loop[:]
+│  ├─ area [m²]
+│  ├─ flux
+│  │  ├─ data [Wb]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ gm9 [m]
+│  ├─ identifier
+│  ├─ indices_differential
+│  ├─ name
+│  ├─ position[:]
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ voltage
+│     ├─ data [V]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ ip[:]
+│  ├─ data [A]
+│  ├─ method_name
+│  └─ time [s]
+├─ latency [s]
+├─ rogowski_coil[:]
+│  ├─ area [m²]
+│  ├─ current
+│  │  ├─ data [A]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ identifier
+│  ├─ indices_compound
+│  ├─ measured_quantity
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ name
+│  ├─ position[:]
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  └─ turns_per_metre [m⁻¹]
+├─ shunt[:]
+│  ├─ divertor_index
+│  ├─ identifier
+│  ├─ name
+│  ├─ position
+│  │  ├─ first_point
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ resistance [Ohm]
+│  ├─ target_index
+│  ├─ tile_index
+│  └─ voltage
+│     ├─ data [V]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+└─ time [s]
+

mhd

IMASdd.mhd
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ggd[:]
+│  ├─ a_field_r[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ a_field_tor[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ a_field_z[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ b_field_r[:]
+│  │  ├─ coefficients [T]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T]
+│  ├─ b_field_tor[:]
+│  │  ├─ coefficients [T]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T]
+│  ├─ b_field_z[:]
+│  │  ├─ coefficients [T]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T]
+│  ├─ electrons
+│  │  └─ temperature[:]
+│  │     ├─ coefficients [eV]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     └─ values [eV]
+│  ├─ j_r[:]
+│  │  ├─ coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [A.m⁻²]
+│  ├─ j_tor[:]
+│  │  ├─ coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [A.m⁻²]
+│  ├─ j_tor_r[:]
+│  │  ├─ coefficients [A.m⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [A.m⁻¹]
+│  ├─ j_z[:]
+│  │  ├─ coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [A.m⁻²]
+│  ├─ mass_density[:]
+│  │  ├─ coefficients [kg.m⁻³]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [kg.m⁻³]
+│  ├─ n_i_total[:]
+│  │  ├─ coefficients [m⁻³]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³]
+│  ├─ phi_potential[:]
+│  │  ├─ coefficients [V]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [V]
+│  ├─ psi[:]
+│  │  ├─ coefficients [Wb]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [Wb]
+│  ├─ t_i_average[:]
+│  │  ├─ coefficients [eV]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [eV]
+│  ├─ time [s]
+│  ├─ velocity_parallel[:]
+│  │  ├─ coefficients [m.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m.s⁻¹]
+│  ├─ velocity_parallel_over_b_field[:]
+│  │  ├─ coefficients [m.s⁻¹.T⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m.s⁻¹.T⁻¹]
+│  ├─ velocity_r[:]
+│  │  ├─ coefficients [m.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m.s⁻¹]
+│  ├─ velocity_tor[:]
+│  │  ├─ coefficients [m.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m.s⁻¹]
+│  ├─ velocity_z[:]
+│  │  ├─ coefficients [m.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m.s⁻¹]
+│  ├─ vorticity[:]
+│  │  ├─ coefficients [s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [s⁻¹]
+│  ├─ vorticity_over_r[:]
+│  │  ├─ coefficients [m⁻¹.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻¹.s⁻¹]
+│  └─ zeff[:]
+│     ├─ coefficients
+│     ├─ grid_index
+│     ├─ grid_subset_index
+│     └─ values
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  ├─ space[:]
+│  │  ├─ coordinates_type
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ objects_per_dimension[:]
+│  │     ├─ geometry_content
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ object[:]
+│  │        ├─ boundary[:]
+│  │        │  ├─ index
+│  │        │  └─ neighbours
+│  │        ├─ geometry [mixed]
+│  │        ├─ geometry_2d [mixed]
+│  │        ├─ measure [m^dimension]
+│  │        └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+└─ time [s]
+

mhd linear

IMASdd.mhd_linear
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ equations
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ fluids_n
+├─ ideal_flag
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ model_type
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ time [s]
+├─ time_slice[:]
+│  ├─ time [s]
+│  └─ toroidal_mode[:]
+│     ├─ amplitude_multiplier [mixed]
+│     ├─ ballooning_type
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ energy_perturbed [J]
+│     ├─ frequency [Hz]
+│     ├─ growthrate [Hz]
+│     ├─ m_pol_dominant
+│     ├─ n_tor
+│     ├─ perturbation_type
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ phase [rad]
+│     ├─ plasma
+│     │  ├─ a_field_perturbed
+│     │  │  ├─ coordinate1
+│     │  │  │  ├─ coefficients_imaginary [T.m]
+│     │  │  │  ├─ coefficients_real [T.m]
+│     │  │  │  ├─ imaginary [T.m]
+│     │  │  │  └─ real [T.m]
+│     │  │  ├─ coordinate2
+│     │  │  │  ├─ coefficients_imaginary [T.m]
+│     │  │  │  ├─ coefficients_real [T.m]
+│     │  │  │  ├─ imaginary [T.m]
+│     │  │  │  └─ real [T.m]
+│     │  │  └─ coordinate3
+│     │  │     ├─ coefficients_imaginary [T.m]
+│     │  │     ├─ coefficients_real [T.m]
+│     │  │     ├─ imaginary [T.m]
+│     │  │     └─ real [T.m]
+│     │  ├─ alfven_frequency_spectrum[:]
+│     │  │  ├─ imaginary [s⁻¹]
+│     │  │  └─ real [s⁻¹]
+│     │  ├─ b_field_perturbed
+│     │  │  ├─ coordinate1
+│     │  │  │  ├─ coefficients_imaginary [T]
+│     │  │  │  ├─ coefficients_real [T]
+│     │  │  │  ├─ imaginary [T]
+│     │  │  │  └─ real [T]
+│     │  │  ├─ coordinate2
+│     │  │  │  ├─ coefficients_imaginary [T]
+│     │  │  │  ├─ coefficients_real [T]
+│     │  │  │  ├─ imaginary [T]
+│     │  │  │  └─ real [T]
+│     │  │  └─ coordinate3
+│     │  │     ├─ coefficients_imaginary [T]
+│     │  │     ├─ coefficients_real [T]
+│     │  │     ├─ imaginary [T]
+│     │  │     └─ real [T]
+│     │  ├─ coordinate_system
+│     │  │  ├─ grid
+│     │  │  │  ├─ dim1 [mixed]
+│     │  │  │  ├─ dim2 [mixed]
+│     │  │  │  └─ volume_element [m³]
+│     │  │  ├─ grid_type
+│     │  │  │  ├─ description
+│     │  │  │  ├─ index
+│     │  │  │  └─ name
+│     │  │  ├─ jacobian [mixed]
+│     │  │  ├─ r [m]
+│     │  │  ├─ tensor_contravariant [mixed]
+│     │  │  ├─ tensor_covariant [mixed]
+│     │  │  └─ z [m]
+│     │  ├─ displacement_parallel
+│     │  │  ├─ coefficients_imaginary [m]
+│     │  │  ├─ coefficients_real [m]
+│     │  │  ├─ imaginary [m]
+│     │  │  └─ real [m]
+│     │  ├─ displacement_perpendicular
+│     │  │  ├─ coefficients_imaginary [m]
+│     │  │  ├─ coefficients_real [m]
+│     │  │  ├─ imaginary [m]
+│     │  │  └─ real [m]
+│     │  ├─ grid
+│     │  │  ├─ dim1 [mixed]
+│     │  │  ├─ dim2 [mixed]
+│     │  │  └─ volume_element [m³]
+│     │  ├─ grid_type
+│     │  │  ├─ description
+│     │  │  ├─ index
+│     │  │  └─ name
+│     │  ├─ mass_density_perturbed
+│     │  │  ├─ coefficients_imaginary [kg.m⁻³]
+│     │  │  ├─ coefficients_real [kg.m⁻³]
+│     │  │  ├─ imaginary [kg.m⁻³]
+│     │  │  └─ real [kg.m⁻³]
+│     │  ├─ ntv
+│     │  │  ├─ imaginary [N.m⁻²]
+│     │  │  └─ real [N.m⁻²]
+│     │  ├─ phi_potential_perturbed
+│     │  │  ├─ coefficients_imaginary [V]
+│     │  │  ├─ coefficients_real [V]
+│     │  │  ├─ imaginary [V]
+│     │  │  └─ real [V]
+│     │  ├─ pressure_perturbed
+│     │  │  ├─ coefficients_imaginary [Pa]
+│     │  │  ├─ coefficients_real [Pa]
+│     │  │  ├─ imaginary [Pa]
+│     │  │  └─ real [Pa]
+│     │  ├─ psi_potential_perturbed
+│     │  │  ├─ coefficients_imaginary [V]
+│     │  │  ├─ coefficients_real [V]
+│     │  │  ├─ imaginary [V]
+│     │  │  └─ real [V]
+│     │  ├─ stress_maxwell
+│     │  │  ├─ imaginary [N.m⁻²]
+│     │  │  └─ real [N.m⁻²]
+│     │  ├─ stress_reynolds
+│     │  │  ├─ imaginary [N.m⁻²]
+│     │  │  └─ real [N.m⁻²]
+│     │  ├─ tau_alfven [s]
+│     │  ├─ tau_resistive [s]
+│     │  ├─ temperature_perturbed
+│     │  │  ├─ coefficients_imaginary [eV]
+│     │  │  ├─ coefficients_real [eV]
+│     │  │  ├─ imaginary [eV]
+│     │  │  └─ real [eV]
+│     │  └─ velocity_perturbed
+│     │     ├─ coordinate1
+│     │     │  ├─ coefficients_imaginary [m/s]
+│     │     │  ├─ coefficients_real [m/s]
+│     │     │  ├─ imaginary [m/s]
+│     │     │  └─ real [m/s]
+│     │     ├─ coordinate2
+│     │     │  ├─ coefficients_imaginary [m/s]
+│     │     │  ├─ coefficients_real [m/s]
+│     │     │  ├─ imaginary [m/s]
+│     │     │  └─ real [m/s]
+│     │     └─ coordinate3
+│     │        ├─ coefficients_imaginary [m/s]
+│     │        ├─ coefficients_real [m/s]
+│     │        ├─ imaginary [m/s]
+│     │        └─ real [m/s]
+│     ├─ radial_mode_number
+│     └─ vacuum
+│        ├─ a_field_perturbed
+│        │  ├─ coordinate1
+│        │  │  ├─ coefficients_imaginary [T.m]
+│        │  │  ├─ coefficients_real [T.m]
+│        │  │  ├─ imaginary [T.m]
+│        │  │  └─ real [T.m]
+│        │  ├─ coordinate2
+│        │  │  ├─ coefficients_imaginary [T.m]
+│        │  │  ├─ coefficients_real [T.m]
+│        │  │  ├─ imaginary [T.m]
+│        │  │  └─ real [T.m]
+│        │  └─ coordinate3
+│        │     ├─ coefficients_imaginary [T.m]
+│        │     ├─ coefficients_real [T.m]
+│        │     ├─ imaginary [T.m]
+│        │     └─ real [T.m]
+│        ├─ b_field_perturbed
+│        │  ├─ coordinate1
+│        │  │  ├─ coefficients_imaginary [T]
+│        │  │  ├─ coefficients_real [T]
+│        │  │  ├─ imaginary [T]
+│        │  │  └─ real [T]
+│        │  ├─ coordinate2
+│        │  │  ├─ coefficients_imaginary [T]
+│        │  │  ├─ coefficients_real [T]
+│        │  │  ├─ imaginary [T]
+│        │  │  └─ real [T]
+│        │  └─ coordinate3
+│        │     ├─ coefficients_imaginary [T]
+│        │     ├─ coefficients_real [T]
+│        │     ├─ imaginary [T]
+│        │     └─ real [T]
+│        ├─ coordinate_system
+│        │  ├─ grid
+│        │  │  ├─ dim1 [mixed]
+│        │  │  ├─ dim2 [mixed]
+│        │  │  └─ volume_element [m³]
+│        │  ├─ grid_type
+│        │  │  ├─ description
+│        │  │  ├─ index
+│        │  │  └─ name
+│        │  ├─ jacobian [mixed]
+│        │  ├─ r [m]
+│        │  ├─ tensor_contravariant [mixed]
+│        │  ├─ tensor_covariant [mixed]
+│        │  └─ z [m]
+│        ├─ grid
+│        │  ├─ dim1 [mixed]
+│        │  ├─ dim2 [mixed]
+│        │  └─ volume_element [m³]
+│        └─ grid_type
+│           ├─ description
+│           ├─ index
+│           └─ name
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

mse

IMASdd.mse
+├─ channel[:]
+│  ├─ active_spatial_resolution[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometric_coefficients [mixed]
+│  │  ├─ time [s]
+│  │  └─ width
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  └─ polarisation_angle
+│     ├─ data [rad]
+│     ├─ time [s]
+│     ├─ validity
+│     └─ validity_timed
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

nbi

IMASdd.nbi
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ time [s]
+└─ unit[:]
+   ├─ aperture[:]
+   │  ├─ centre
+   │  │  ├─ phi [rad]
+   │  │  ├─ r [m]
+   │  │  └─ z [m]
+   │  ├─ geometry_type
+   │  ├─ outline
+   │  │  ├─ x1 [m]
+   │  │  └─ x2 [m]
+   │  ├─ radius [m]
+   │  ├─ surface [m²]
+   │  ├─ x1_unit_vector
+   │  │  ├─ x [m]
+   │  │  ├─ y [m]
+   │  │  └─ z [m]
+   │  ├─ x1_width [m]
+   │  ├─ x2_unit_vector
+   │  │  ├─ x [m]
+   │  │  ├─ y [m]
+   │  │  └─ z [m]
+   │  ├─ x2_width [m]
+   │  └─ x3_unit_vector
+   │     ├─ x [m]
+   │     ├─ y [m]
+   │     └─ z [m]
+   ├─ available_launch_power [W]
+   ├─ beam_current_fraction
+   │  ├─ data
+   │  └─ time [s]
+   ├─ beam_power_fraction
+   │  ├─ data
+   │  └─ time [s]
+   ├─ beamlets_group[:]
+   │  ├─ angle [rad]
+   │  ├─ beamlets
+   │  │  ├─ angles [rad]
+   │  │  ├─ positions
+   │  │  │  ├─ phi [rad]
+   │  │  │  ├─ r [m]
+   │  │  │  └─ z [m]
+   │  │  ├─ power_fractions
+   │  │  └─ tangency_radii [m]
+   │  ├─ direction
+   │  ├─ divergence_component[:]
+   │  │  ├─ horizontal [rad]
+   │  │  ├─ particles_fraction
+   │  │  └─ vertical [rad]
+   │  ├─ focus
+   │  │  ├─ focal_length_horizontal [m]
+   │  │  ├─ focal_length_vertical [m]
+   │  │  ├─ width_min_horizontal [m]
+   │  │  └─ width_min_vertical [m]
+   │  ├─ position
+   │  │  ├─ phi [rad]
+   │  │  ├─ r [m]
+   │  │  └─ z [m]
+   │  ├─ tangency_radius [m]
+   │  ├─ tilting[:]
+   │  │  ├─ delta_angle [rad]
+   │  │  ├─ delta_position
+   │  │  │  ├─ phi [rad]
+   │  │  │  ├─ r [m]
+   │  │  │  └─ z [m]
+   │  │  ├─ delta_tangency_radius [m]
+   │  │  └─ time [s]
+   │  ├─ width_horizontal [m]
+   │  └─ width_vertical [m]
+   ├─ efficiency
+   │  ├─ conversion
+   │  └─ transmission
+   ├─ energy
+   │  ├─ data [eV]
+   │  └─ time [s]
+   ├─ identifier
+   ├─ name
+   ├─ power_launched
+   │  ├─ data [W]
+   │  └─ time [s]
+   ├─ source
+   │  ├─ centre
+   │  │  ├─ phi [rad]
+   │  │  ├─ r [m]
+   │  │  └─ z [m]
+   │  ├─ geometry_type
+   │  ├─ outline
+   │  │  ├─ x1 [m]
+   │  │  └─ x2 [m]
+   │  ├─ radius [m]
+   │  ├─ surface [m²]
+   │  ├─ x1_unit_vector
+   │  │  ├─ x [m]
+   │  │  ├─ y [m]
+   │  │  └─ z [m]
+   │  ├─ x1_width [m]
+   │  ├─ x2_unit_vector
+   │  │  ├─ x [m]
+   │  │  ├─ y [m]
+   │  │  └─ z [m]
+   │  ├─ x2_width [m]
+   │  └─ x3_unit_vector
+   │     ├─ x [m]
+   │     ├─ y [m]
+   │     └─ z [m]
+   └─ species
+      ├─ a [Atomic Mass Unit]
+      ├─ label
+      └─ z_n [Elementary Charge Unit]
+

neutron diagnostic

IMASdd.neutron_diagnostic
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ detector[:]
+│  ├─ adc
+│  │  ├─ bias [V]
+│  │  ├─ discriminator_level_lower
+│  │  ├─ discriminator_level_upper
+│  │  ├─ impedance [ohm]
+│  │  ├─ input_range [V]
+│  │  ├─ power_switch
+│  │  └─ sampling_rate
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ b_field_sensor
+│  │  ├─ amplitude
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  ├─ fall_time [s]
+│  │  ├─ frequency
+│  │  │  ├─ data [Hz]
+│  │  │  └─ time [s]
+│  │  ├─ power_switch
+│  │  ├─ rise_time [s]
+│  │  └─ shape
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ energy_band[:]
+│  │  ├─ detection_efficiency
+│  │  ├─ energies [eV]
+│  │  ├─ lower_bound [eV]
+│  │  └─ upper_bound [eV]
+│  ├─ exposure_time [s]
+│  ├─ field_of_view
+│  │  ├─ direction_to_detector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ emission_grid
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ solid_angle [sr]
+│  ├─ geometry
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ green_functions
+│  │  ├─ event_in_detector_neutron_flux
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ values [mixed]
+│  │  ├─ event_in_detector_response_function
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ values [mixed]
+│  │  ├─ neutron_flux [m⁻².neutron⁻¹]
+│  │  ├─ neutron_flux_integrated_flags
+│  │  ├─ response_function [events.neutron⁻¹]
+│  │  ├─ response_function_integrated_flags
+│  │  └─ source_neutron_energies [eV]
+│  ├─ material
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ mode[:]
+│  │  ├─ count_limit_max [counts.s⁻¹]
+│  │  ├─ count_limit_min [counts.s⁻¹]
+│  │  ├─ counting
+│  │  │  ├─ data [counts.s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ spectrum
+│  │     ├─ data [counts.s⁻¹]
+│  │     └─ time [s]
+│  ├─ name
+│  ├─ nuclei_n
+│  ├─ supply_high_voltage
+│  │  ├─ power_switch
+│  │  ├─ voltage_out
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  └─ voltage_set
+│  │     ├─ data [V]
+│  │     └─ time [s]
+│  ├─ supply_low_voltage
+│  │  ├─ power_switch
+│  │  ├─ voltage_out
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  └─ voltage_set
+│  │     ├─ data [V]
+│  │     └─ time [s]
+│  ├─ temperature [K]
+│  ├─ temperature_sensor
+│  │  ├─ amplitude
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  ├─ fall_time [s]
+│  │  ├─ frequency
+│  │  │  ├─ data [Hz]
+│  │  │  └─ time [s]
+│  │  ├─ power_switch
+│  │  ├─ rise_time [s]
+│  │  └─ shape
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  └─ test_generator
+│     ├─ amplitude
+│     │  ├─ data [V]
+│     │  └─ time [s]
+│     ├─ fall_time [s]
+│     ├─ frequency
+│     │  ├─ data [Hz]
+│     │  └─ time [s]
+│     ├─ power_switch
+│     ├─ rise_time [s]
+│     └─ shape
+│        ├─ description
+│        ├─ index
+│        └─ name
+├─ fusion_power [W]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ neutron_flux_total [s⁻¹]
+└─ time [s]
+

neutronics

IMASdd.neutronics
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ first_wall
+│  ├─ r [m]
+│  └─ z [m]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+└─ time_slice[:]
+   ├─ time [s]
+   └─ wall_loading
+      ├─ flux_r [W/m²]
+      ├─ flux_z [W/m²]
+      └─ power [W]
+

ntms

IMASdd.ntms
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+├─ time_slice[:]
+│  ├─ mode[:]
+│  │  ├─ calculation_method
+│  │  ├─ delta_diff [m².s⁻¹]
+│  │  ├─ deltaw[:]
+│  │  │  ├─ name
+│  │  │  └─ value [m⁻¹]
+│  │  ├─ detailed_evolution
+│  │  │  ├─ calculation_method
+│  │  │  ├─ delta_diff [m².s⁻¹]
+│  │  │  ├─ deltaw[:]
+│  │  │  │  ├─ name
+│  │  │  │  └─ value [m⁻¹]
+│  │  │  ├─ dfrequency_dt [s⁻²]
+│  │  │  ├─ dphase_dt [rad/s]
+│  │  │  ├─ dwidth_dt [m/s]
+│  │  │  ├─ frequency [Hz]
+│  │  │  ├─ m_pol
+│  │  │  ├─ n_tor
+│  │  │  ├─ phase [rad]
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ time_detailed [s]
+│  │  │  ├─ torque[:]
+│  │  │  │  ├─ name
+│  │  │  │  └─ value [kg.m².s⁻²]
+│  │  │  └─ width [m]
+│  │  ├─ dfrequency_dt [s⁻²]
+│  │  ├─ dphase_dt [rad/s]
+│  │  ├─ dwidth_dt [m/s]
+│  │  ├─ frequency [Hz]
+│  │  ├─ m_pol
+│  │  ├─ n_tor
+│  │  ├─ onset
+│  │  │  ├─ cause
+│  │  │  ├─ m_pol
+│  │  │  ├─ n_tor
+│  │  │  ├─ phase [rad]
+│  │  │  ├─ time_offset [s]
+│  │  │  ├─ time_onset [s]
+│  │  │  └─ width [m]
+│  │  ├─ phase [rad]
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ torque[:]
+│  │  │  ├─ name
+│  │  │  └─ value [kg.m².s⁻²]
+│  │  └─ width [m]
+│  └─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

operational instrumentation

IMASdd.operational_instrumentation
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ sensor[:]
+│  ├─ acceleration
+│  │  ├─ data [m.s⁻²]
+│  │  └─ time [s]
+│  ├─ attachement_points[:]
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ attachement_uris
+│  ├─ direction
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ direction_second
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ gauge_length [m]
+│  ├─ identifier
+│  ├─ length
+│  │  ├─ data [m]
+│  │  └─ time [s]
+│  ├─ name
+│  ├─ strain
+│  │  ├─ data
+│  │  └─ time [s]
+│  ├─ strain_rosette
+│  │  ├─ data
+│  │  └─ time [s]
+│  ├─ temperature
+│  │  ├─ data [K]
+│  │  └─ time [s]
+│  └─ type
+│     ├─ description
+│     ├─ index
+│     └─ name
+└─ time [s]
+

pellets

IMASdd.pellets
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ launcher[:]
+│  ├─ name
+│  ├─ shape
+│  │  ├─ size
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  └─ species[:]
+│     ├─ a [Atomic Mass Unit]
+│     ├─ label
+│     └─ z_n [Elementary Charge Unit]
+├─ time [s]
+└─ time_slice[:]
+   ├─ pellet[:]
+   │  ├─ frequency [Hz]
+   │  ├─ layer[:]
+   │  │  ├─ species[:]
+   │  │  │  ├─ a [Atomic Mass Unit]
+   │  │  │  ├─ density [atoms.m⁻³]
+   │  │  │  ├─ fraction
+   │  │  │  ├─ label
+   │  │  │  ├─ sublimation_energy [eV]
+   │  │  │  └─ z_n [Elementary Charge Unit]
+   │  │  └─ thickness [m]
+   │  ├─ path_geometry
+   │  │  ├─ first_point
+   │  │  │  ├─ phi [rad]
+   │  │  │  ├─ r [m]
+   │  │  │  └─ z [m]
+   │  │  └─ second_point
+   │  │     ├─ phi [rad]
+   │  │     ├─ r [m]
+   │  │     └─ z [m]
+   │  ├─ path_profiles
+   │  │  ├─ ablated_particles
+   │  │  ├─ ablation_rate [s⁻¹]
+   │  │  ├─ distance [m]
+   │  │  ├─ n_e [m⁻³]
+   │  │  ├─ position
+   │  │  │  ├─ phi [rad]
+   │  │  │  ├─ r [m]
+   │  │  │  └─ z [m]
+   │  │  ├─ psi [Wb]
+   │  │  ├─ rho_tor_norm
+   │  │  ├─ rho_tor_norm_drift
+   │  │  ├─ t_e [eV]
+   │  │  └─ velocity [m.s⁻¹]
+   │  ├─ propellant_gas
+   │  │  ├─ element[:]
+   │  │  │  ├─ a [Atomic Mass Unit]
+   │  │  │  ├─ atoms_n
+   │  │  │  └─ z_n [Elementary Charge Unit]
+   │  │  ├─ label
+   │  │  └─ molecules_n
+   │  ├─ shape
+   │  │  ├─ size [m]
+   │  │  └─ type
+   │  │     ├─ description
+   │  │     ├─ index
+   │  │     └─ name
+   │  ├─ species[:]
+   │  │  ├─ a [Atomic Mass Unit]
+   │  │  ├─ density [atoms.m⁻³]
+   │  │  ├─ fraction
+   │  │  ├─ label
+   │  │  ├─ sublimation_energy [eV]
+   │  │  └─ z_n [Elementary Charge Unit]
+   │  └─ velocity_initial [m.s⁻¹]
+   └─ time [s]
+

pf active

IMASdd.pf_active
+├─ circuit[:]
+│  ├─ connections
+│  ├─ current
+│  │  ├─ data [A]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ name
+│  ├─ type
+│  └─ voltage
+│     ├─ data [V]
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coil[:]
+│  ├─ b_field_max [T]
+│  ├─ b_field_max_timed
+│  │  ├─ data [T]
+│  │  └─ time [s]
+│  ├─ current
+│  │  ├─ data [A]
+│  │  └─ time [s]
+│  ├─ current_limit_max [A]
+│  ├─ element[:]
+│  │  ├─ area [m²]
+│  │  ├─ geometry
+│  │  │  ├─ annulus
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ radius_inner [m]
+│  │  │  │  ├─ radius_outer [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ arcs_of_circle
+│  │  │  │  ├─ curvature_radii [m]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ geometry_type
+│  │  │  ├─ oblique
+│  │  │  │  ├─ alpha [rad]
+│  │  │  │  ├─ beta [rad]
+│  │  │  │  ├─ length_alpha [m]
+│  │  │  │  ├─ length_beta [m]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ outline
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ rectangle
+│  │  │  │  ├─ height [m]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ width [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ thick_line
+│  │  │     ├─ first_point
+│  │  │     │  ├─ r [m]
+│  │  │     │  └─ z [m]
+│  │  │     ├─ second_point
+│  │  │     │  ├─ r [m]
+│  │  │     │  └─ z [m]
+│  │  │     └─ thickness [m]
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  └─ turns_with_sign
+│  ├─ energy_limit_max [J]
+│  ├─ force_radial
+│  │  ├─ data [N]
+│  │  └─ time [s]
+│  ├─ force_radial_crushing
+│  │  ├─ data [N]
+│  │  └─ time [s]
+│  ├─ force_vertical
+│  │  ├─ data [N]
+│  │  └─ time [s]
+│  ├─ force_vertical_crushing
+│  │  ├─ data [N]
+│  │  └─ time [s]
+│  ├─ function[:]
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ identifier
+│  ├─ name
+│  ├─ resistance [Ohm]
+│  ├─ resistance_additional
+│  │  ├─ data [Ohm]
+│  │  └─ time [s]
+│  ├─ temperature [K]
+│  └─ voltage
+│     ├─ data [V]
+│     └─ time [s]
+├─ force_limits
+│  ├─ combination_matrix
+│  ├─ force
+│  │  ├─ data [N]
+│  │  └─ time [s]
+│  ├─ limit_max [N]
+│  └─ limit_min [N]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ supply[:]
+│  ├─ current
+│  │  ├─ data [A]
+│  │  └─ time [s]
+│  ├─ current_limit_max [A]
+│  ├─ current_limit_min [A]
+│  ├─ current_limiter_gain [V]
+│  ├─ delay [s]
+│  ├─ energy_limit_max [J]
+│  ├─ filter_denominator [mixed]
+│  ├─ filter_numerator [mixed]
+│  ├─ identifier
+│  ├─ name
+│  ├─ nonlinear_model
+│  ├─ resistance [Ohm]
+│  ├─ type
+│  ├─ voltage
+│  │  ├─ data [V]
+│  │  └─ time [s]
+│  ├─ voltage_limit_max [V]
+│  └─ voltage_limit_min [V]
+└─ time [s]
+

pf passive

IMASdd.pf_passive
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ loop[:]
+│  ├─ current [A]
+│  ├─ element[:]
+│  │  ├─ area [m²]
+│  │  ├─ geometry
+│  │  │  ├─ annulus
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ radius_inner [m]
+│  │  │  │  ├─ radius_outer [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ arcs_of_circle
+│  │  │  │  ├─ curvature_radii [m]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ geometry_type
+│  │  │  ├─ oblique
+│  │  │  │  ├─ alpha [rad]
+│  │  │  │  ├─ beta [rad]
+│  │  │  │  ├─ length_alpha [m]
+│  │  │  │  ├─ length_beta [m]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ outline
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ rectangle
+│  │  │  │  ├─ height [m]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ width [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ thick_line
+│  │  │     ├─ first_point
+│  │  │     │  ├─ r [m]
+│  │  │     │  └─ z [m]
+│  │  │     ├─ second_point
+│  │  │     │  ├─ r [m]
+│  │  │     │  └─ z [m]
+│  │  │     └─ thickness [m]
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  └─ turns_with_sign
+│  ├─ name
+│  ├─ resistance [Ohm]
+│  ├─ resistivity [Ohm.m]
+│  └─ time [s]
+└─ time [s]
+

pf plasma

IMASdd.pf_plasma
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ element[:]
+│  ├─ area [m²]
+│  ├─ current [A]
+│  ├─ geometry
+│  │  ├─ annulus
+│  │  │  ├─ r [m]
+│  │  │  ├─ radius_inner [m]
+│  │  │  ├─ radius_outer [m]
+│  │  │  └─ z [m]
+│  │  ├─ arcs_of_circle
+│  │  │  ├─ curvature_radii [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ oblique
+│  │  │  ├─ alpha [rad]
+│  │  │  ├─ beta [rad]
+│  │  │  ├─ length_alpha [m]
+│  │  │  ├─ length_beta [m]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ outline
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ rectangle
+│  │  │  ├─ height [m]
+│  │  │  ├─ r [m]
+│  │  │  ├─ width [m]
+│  │  │  └─ z [m]
+│  │  └─ thick_line
+│  │     ├─ first_point
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ second_point
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     └─ thickness [m]
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+└─ time [s]
+

plasma initiation

IMASdd.plasma_initiation
+├─ b_field_lines[:]
+│  ├─ e_field_parallel [V.m⁻¹]
+│  ├─ e_field_townsend [V.m⁻¹]
+│  ├─ grid
+│  │  ├─ dim1 [mixed]
+│  │  ├─ dim2 [mixed]
+│  │  └─ volume_element [m³]
+│  ├─ grid_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ lengths [m]
+│  ├─ open_fraction
+│  ├─ pressure [Pa]
+│  ├─ starting_positions
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ time [s]
+│  ├─ townsend_or_closed_grid_positions
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  └─ townsend_or_closed_positions
+│     ├─ r [m]
+│     └─ z [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ global_quantities
+│  ├─ b_field_perpendicular
+│  │  ├─ data [T]
+│  │  └─ time [s]
+│  ├─ b_field_stray
+│  │  ├─ data [T]
+│  │  └─ time [s]
+│  ├─ connection_length
+│  │  ├─ data [m]
+│  │  └─ time [s]
+│  └─ coulomb_logarithm
+│     ├─ data
+│     └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ profiles_2d[:]
+│  ├─ e_field_tor [V.m⁻¹]
+│  ├─ grid
+│  │  ├─ dim1 [mixed]
+│  │  ├─ dim2 [mixed]
+│  │  └─ volume_element [m³]
+│  ├─ grid_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ time [s]
+└─ time [s]
+

polarimeter

IMASdd.polarimeter
+├─ channel[:]
+│  ├─ ellipticity
+│  │  ├─ data
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ ellipticity_initial [m]
+│  ├─ faraday_angle
+│  │  ├─ data [rad]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ second_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ third_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ polarisation_initial [m]
+│  └─ wavelength [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

pulse schedule

IMASdd.pulse_schedule
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ density_control
+│  ├─ ion[:]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ n_i_volume_average
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z_ion [Elementary Charge Unit]
+│  ├─ mode
+│  ├─ n_e_greenwald_fraction
+│  │  └─ reference [mixed]
+│  ├─ n_e_line
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ n_e_line_lcfs
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ n_e_line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ second_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ third_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ n_e_pedestal
+│  │  └─ reference [mixed]
+│  ├─ n_e_pedestal_greenwald_fraction
+│  │  └─ reference [mixed]
+│  ├─ n_e_profile_average
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ n_e_volume_average
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ n_h_over_n_d
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ n_t_over_n_d
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ time [s]
+│  ├─ valve[:]
+│  │  ├─ flow_rate
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  └─ species[:]
+│  │     ├─ element[:]
+│  │     │  ├─ a [Atomic Mass Unit]
+│  │     │  ├─ atoms_n
+│  │     │  └─ z_n [Elementary Charge Unit]
+│  │     ├─ fraction
+│  │     └─ label
+│  ├─ zeff
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ zeff_line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ second_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ third_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ zeff_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ zeff_pedestal
+│     └─ reference [mixed]
+├─ ec
+│  ├─ beam[:]
+│  │  ├─ deposition_rho_tor_norm
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ deposition_rho_tor_norm_width
+│  │  │  └─ reference [mixed]
+│  │  ├─ frequency
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  ├─ power_launched
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ steering_angle_pol
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ steering_angle_tor
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ mode
+│  ├─ power_launched
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  └─ time [s]
+├─ event[:]
+│  ├─ acquisition_state
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ acquisition_strategy
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ duration [s]
+│  ├─ identifier
+│  ├─ listeners
+│  ├─ provider
+│  ├─ time_stamp [s]
+│  └─ type
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ flux_control
+│  ├─ beta_normal
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ i_plasma
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ li_3
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ loop_voltage
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ mode
+│  └─ time [s]
+├─ ic
+│  ├─ antenna[:]
+│  │  ├─ deposition_rho_tor_norm
+│  │  │  └─ reference [mixed]
+│  │  ├─ deposition_rho_tor_norm_width
+│  │  │  └─ reference [mixed]
+│  │  ├─ frequency
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  ├─ phase
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ power
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ power_type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ mode
+│  ├─ power
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ lh
+│  ├─ antenna[:]
+│  │  ├─ deposition_rho_tor_norm
+│  │  │  └─ reference [mixed]
+│  │  ├─ deposition_rho_tor_norm_width
+│  │  │  └─ reference [mixed]
+│  │  ├─ frequency
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ identifier
+│  │  ├─ n_parallel
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ name
+│  │  ├─ phase
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ power
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ power_type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ mode
+│  ├─ power
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  └─ time [s]
+├─ nbi
+│  ├─ mode
+│  ├─ power
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ time [s]
+│  └─ unit[:]
+│     ├─ deposition_rho_tor_norm
+│     │  └─ reference [mixed]
+│     ├─ deposition_rho_tor_norm_width
+│     │  └─ reference [mixed]
+│     ├─ energy
+│     │  ├─ envelope_type
+│     │  ├─ reference [mixed]
+│     │  ├─ reference_name
+│     │  └─ reference_type
+│     ├─ identifier
+│     ├─ name
+│     ├─ power
+│     │  ├─ envelope_type
+│     │  ├─ reference [mixed]
+│     │  ├─ reference_name
+│     │  └─ reference_type
+│     └─ species[:]
+│        ├─ element[:]
+│        │  ├─ a [Atomic Mass Unit]
+│        │  ├─ atoms_n
+│        │  └─ z_n [Elementary Charge Unit]
+│        ├─ fraction
+│        └─ label
+├─ pellet
+│  ├─ launcher[:]
+│  │  ├─ deposition_rho_tor_norm
+│  │  │  └─ reference [mixed]
+│  │  ├─ deposition_rho_tor_norm_width
+│  │  │  └─ reference [mixed]
+│  │  └─ frequency
+│  │     └─ reference [mixed]
+│  └─ time [s]
+├─ pf_active
+│  ├─ coil[:]
+│  │  ├─ current
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  ├─ resistance_additional
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ voltage
+│  │     └─ reference [mixed]
+│  ├─ mode
+│  ├─ supply[:]
+│  │  ├─ current
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  └─ voltage
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  └─ time [s]
+├─ position_control
+│  ├─ active_limiter_point
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ boundary_outline[:]
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ current_centroid
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ elongation
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ elongation_lower
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ elongation_upper
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ gap[:]
+│  │  ├─ angle [rad]
+│  │  ├─ identifier
+│  │  ├─ name
+│  │  ├─ r [m]
+│  │  ├─ value
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z [m]
+│  ├─ geometric_axis
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ magnetic_axis
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ minor_radius
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ mode
+│  ├─ ovality
+│  │  └─ reference [mixed]
+│  ├─ squareness
+│  │  └─ reference [mixed]
+│  ├─ squareness_lower_inner
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ squareness_lower_outer
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ squareness_upper_inner
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ squareness_upper_outer
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ strike_point[:]
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ tilt
+│  │  └─ reference [mixed]
+│  ├─ time [s]
+│  ├─ triangularity
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ triangularity_inner
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ triangularity_lower
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ triangularity_minor
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ triangularity_outer
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ triangularity_upper
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ twist
+│  │  └─ reference [mixed]
+│  ├─ x_point[:]
+│  │  ├─ r
+│  │  │  ├─ envelope_type
+│  │  │  ├─ reference [mixed]
+│  │  │  ├─ reference_name
+│  │  │  └─ reference_type
+│  │  └─ z
+│  │     ├─ envelope_type
+│  │     ├─ reference [mixed]
+│  │     ├─ reference_name
+│  │     └─ reference_type
+│  ├─ z_r_max
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  └─ z_r_min
+│     ├─ envelope_type
+│     ├─ reference [mixed]
+│     ├─ reference_name
+│     └─ reference_type
+├─ profiles_control
+│  ├─ dpressure_dpsi
+│  │  └─ reference [Pa.Wb⁻¹]
+│  ├─ f_df_dpsi
+│  │  └─ reference [mixed]
+│  ├─ psi_norm
+│  └─ time [s]
+├─ tf
+│  ├─ b_field_tor_vacuum
+│  │  └─ reference [T]
+│  ├─ b_field_tor_vacuum_r
+│  │  ├─ envelope_type
+│  │  ├─ reference [mixed]
+│  │  ├─ reference_name
+│  │  └─ reference_type
+│  ├─ mode
+│  ├─ r0 [m]
+│  └─ time [s]
+└─ time [s]
+

radiation

IMASdd.radiation
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  ├─ space[:]
+│  │  ├─ coordinates_type
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ objects_per_dimension[:]
+│  │     ├─ geometry_content
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ object[:]
+│  │        ├─ boundary[:]
+│  │        │  ├─ index
+│  │        │  └─ neighbours
+│  │        ├─ geometry [mixed]
+│  │        ├─ geometry_2d [mixed]
+│  │        ├─ measure [m^dimension]
+│  │        └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ process[:]
+│  ├─ ggd[:]
+│  │  ├─ electrons
+│  │  │  └─ emissivity[:]
+│  │  │     ├─ coefficients [W.m⁻³]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [W.m⁻³]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ emissivity[:]
+│  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [W.m⁻³]
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ neutral_index
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ emissivity[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻³]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ neutral[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ emissivity[:]
+│  │  │  │  ├─ coefficients [W.m⁻³]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [W.m⁻³]
+│  │  │  ├─ ion_index
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  └─ state[:]
+│  │  │     ├─ electron_configuration
+│  │  │     ├─ emissivity[:]
+│  │  │     │  ├─ coefficients [W.m⁻³]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [W.m⁻³]
+│  │  │     ├─ label
+│  │  │     ├─ neutral_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     └─ vibrational_mode
+│  │  └─ time [s]
+│  ├─ global_quantities[:]
+│  │  ├─ inside_lcfs
+│  │  │  ├─ power [W]
+│  │  │  ├─ power_electrons [W]
+│  │  │  ├─ power_ion_total [W]
+│  │  │  └─ power_neutral_total [W]
+│  │  ├─ inside_vessel
+│  │  │  ├─ power [W]
+│  │  │  ├─ power_electrons [W]
+│  │  │  ├─ power_ion_total [W]
+│  │  │  └─ power_neutral_total [W]
+│  │  └─ time [s]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ profiles_1d[:]
+│     ├─ electrons
+│     │  ├─ emissivity [W.m⁻³]
+│     │  └─ power_inside [W]
+│     ├─ emissivity_ion_total [W.m⁻³]
+│     ├─ emissivity_neutral_total [W.m⁻³]
+│     ├─ grid
+│     │  ├─ area [m²]
+│     │  ├─ psi [Wb]
+│     │  ├─ psi_boundary [Wb]
+│     │  ├─ psi_magnetic_axis [Wb]
+│     │  ├─ rho_pol_norm
+│     │  ├─ rho_tor [m]
+│     │  ├─ rho_tor_norm
+│     │  ├─ surface [m²]
+│     │  └─ volume [m³]
+│     ├─ ion[:]
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ emissivity [W.m⁻³]
+│     │  ├─ label
+│     │  ├─ multiple_states_flag
+│     │  ├─ neutral_index
+│     │  ├─ power_inside [W]
+│     │  ├─ state[:]
+│     │  │  ├─ electron_configuration
+│     │  │  ├─ emissivity [W.m⁻³]
+│     │  │  ├─ label
+│     │  │  ├─ power_inside [W]
+│     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│     │  │  ├─ vibrational_mode
+│     │  │  ├─ z_max [Elementary Charge Unit]
+│     │  │  └─ z_min [Elementary Charge Unit]
+│     │  └─ z_ion [Elementary Charge Unit]
+│     ├─ neutral[:]
+│     │  ├─ element[:]
+│     │  │  ├─ a [Atomic Mass Unit]
+│     │  │  ├─ atoms_n
+│     │  │  └─ z_n [Elementary Charge Unit]
+│     │  ├─ emissivity [W.m⁻³]
+│     │  ├─ ion_index
+│     │  ├─ label
+│     │  ├─ multiple_states_flag
+│     │  ├─ power_inside [W]
+│     │  └─ state[:]
+│     │     ├─ electron_configuration
+│     │     ├─ emissivity [W.m⁻³]
+│     │     ├─ label
+│     │     ├─ neutral_type
+│     │     │  ├─ description
+│     │     │  ├─ index
+│     │     │  └─ name
+│     │     ├─ power_inside [W]
+│     │     ├─ vibrational_level [Elementary Charge Unit]
+│     │     └─ vibrational_mode
+│     ├─ power_inside_ion_total [W]
+│     ├─ power_inside_neutral_total [W]
+│     └─ time [s]
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

real time data

IMASdd.real_time_data
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+└─ topic[:]
+   ├─ name
+   ├─ sample
+   ├─ signal[:]
+   │  ├─ allocated_position
+   │  ├─ data_str
+   │  ├─ data_type
+   │  ├─ name
+   │  └─ quality
+   └─ time_stamp [s]
+

reflectometer fluctuation

IMASdd.reflectometer_fluctuation
+├─ channel[:]
+│  ├─ amplitude
+│  │  ├─ data [V]
+│  │  └─ time [s]
+│  ├─ antenna_detection_static
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_width [m]
+│  │  └─ x2_width [m]
+│  ├─ antenna_emission_static
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_width [m]
+│  │  └─ x2_width [m]
+│  ├─ antennas_orientation[:]
+│  │  ├─ antenna_detection
+│  │  │  ├─ x1_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ x2_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ x3_unit_vector
+│  │  │     ├─ x [m]
+│  │  │     ├─ y [m]
+│  │  │     └─ z [m]
+│  │  ├─ antenna_emission
+│  │  │  ├─ x1_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ x2_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ x3_unit_vector
+│  │  │     ├─ x [m]
+│  │  │     ├─ y [m]
+│  │  │     └─ z [m]
+│  │  ├─ line_of_sight_detection
+│  │  │  ├─ first_point
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ second_point
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  ├─ line_of_sight_emission
+│  │  │  ├─ first_point
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ second_point
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  └─ time [s]
+│  ├─ doppler
+│  │  ├─ e_field_radial [V.m⁻¹]
+│  │  ├─ position
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ psi [W]
+│  │  │  ├─ r [m]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ theta [rad]
+│  │  │  └─ z [m]
+│  │  ├─ radial_width [m]
+│  │  ├─ shift [Hz]
+│  │  ├─ time [s]
+│  │  ├─ time_width [s]
+│  │  ├─ velocity_pol [m.s⁻¹]
+│  │  └─ wavenumber [m⁻¹]
+│  ├─ fluctuations_level
+│  │  ├─ dn_e_over_n_e
+│  │  ├─ position
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ psi [W]
+│  │  │  ├─ r [m]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ theta [rad]
+│  │  │  └─ z [m]
+│  │  ├─ radial_width [m]
+│  │  ├─ time [s]
+│  │  └─ time_width [s]
+│  ├─ fluctuations_spectrum
+│  │  ├─ frequencies_fourier [Hz]
+│  │  ├─ power_log [dB]
+│  │  ├─ time [s]
+│  │  └─ time_width [s]
+│  ├─ frequencies
+│  │  ├─ data [Hz]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ mode
+│  ├─ name
+│  ├─ phase
+│  │  ├─ data [rad]
+│  │  └─ time [s]
+│  ├─ raw_signal
+│  │  ├─ i_component [V]
+│  │  ├─ q_component [V]
+│  │  └─ time [s]
+│  └─ sweep_time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ psi_normalization
+│  ├─ psi_boundary [Wb]
+│  ├─ psi_magnetic_axis [Wb]
+│  └─ time [s]
+├─ time [s]
+└─ type
+

reflectometer profile

IMASdd.reflectometer_profile
+├─ channel[:]
+│  ├─ amplitude
+│  │  ├─ data [V]
+│  │  └─ time [s]
+│  ├─ antenna_detection
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ antenna_emission
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ cut_off_frequency [Hz]
+│  ├─ frequencies [Hz]
+│  ├─ identifier
+│  ├─ line_of_sight_detection
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ line_of_sight_emission
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ mode
+│  ├─ n_e
+│  │  ├─ data [m⁻³]
+│  │  └─ time [s]
+│  ├─ name
+│  ├─ phase
+│  │  ├─ data [rad]
+│  │  └─ time [s]
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ psi [W]
+│  │  ├─ r [m]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor_norm
+│  │  ├─ theta [rad]
+│  │  └─ z [m]
+│  └─ sweep_time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ n_e
+│  ├─ data [m⁻³]
+│  └─ time [s]
+├─ position
+│  ├─ phi [rad]
+│  ├─ psi [W]
+│  ├─ r [m]
+│  ├─ rho_pol_norm
+│  ├─ rho_tor_norm
+│  ├─ theta [rad]
+│  └─ z [m]
+├─ psi_normalization
+│  ├─ psi_boundary [Wb]
+│  ├─ psi_magnetic_axis [Wb]
+│  └─ time [s]
+├─ time [s]
+└─ type
+

refractometer

IMASdd.refractometer
+├─ channel[:]
+│  ├─ bandwidth[:]
+│  │  ├─ frequency_main [Hz]
+│  │  ├─ i_component [V]
+│  │  ├─ n_e_line
+│  │  │  ├─ data [m⁻²]
+│  │  │  └─ time [s]
+│  │  ├─ phase [rad]
+│  │  ├─ phase_quadrature
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  ├─ q_component [V]
+│  │  ├─ time [s]
+│  │  └─ time_detector [s]
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ mode
+│  ├─ n_e_line
+│  │  ├─ data [m⁻²]
+│  │  └─ time [s]
+│  ├─ n_e_profile_approximation
+│  │  ├─ formula
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ parameters [mixed]
+│  └─ name
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ time [s]
+└─ type
+

requirements

IMASdd.requirements
+├─ Psol_R [W/m]
+├─ beta_normal
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coil_j_margin
+├─ coil_stress_margin
+├─ cost [$M]
+├─ flattop_duration [s]
+├─ h98y2
+├─ hds03
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ lh_power_threshold_fraction
+├─ ne_peaking
+├─ power_electric_net [W]
+├─ q95
+├─ q_pol_omp [W/m²]
+├─ time [s]
+└─ tritium_breeding_ratio
+

runaway electrons

IMASdd.runaway_electrons
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ distribution
+│  ├─ ggd[:]
+│  │  ├─ expansion[:]
+│  │  │  └─ grid_subset[:]
+│  │  │     ├─ coefficients [mixed]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [mixed]
+│  │  ├─ expansion_fd3v[:]
+│  │  │  └─ grid_subset[:]
+│  │  │     ├─ coefficients [mixed]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [mixed]
+│  │  ├─ temperature [eV]
+│  │  └─ time [s]
+│  ├─ gyro_type
+│  └─ markers[:]
+│     ├─ coordinate_identifier[:]
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     ├─ orbit_integrals
+│     │  ├─ bounce_harmonics
+│     │  ├─ expressions
+│     │  ├─ m_pol
+│     │  ├─ n_tor
+│     │  └─ values
+│     ├─ orbit_integrals_instant
+│     │  ├─ expressions
+│     │  ├─ time_orbit [s]
+│     │  └─ values
+│     ├─ positions [mixed]
+│     ├─ time [s]
+│     ├─ toroidal_mode
+│     └─ weights
+├─ e_field_critical_definition
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ ggd_fluid[:]
+│  ├─ current_density[:]
+│  │  ├─ coefficients [A.m⁻²]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [A.m⁻²]
+│  ├─ ddensity_dt_compton[:]
+│  │  ├─ coefficients [m⁻³.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_dreicer[:]
+│  │  ├─ coefficients [m⁻³.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_hot_tail[:]
+│  │  ├─ coefficients [m⁻³.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_total[:]
+│  │  ├─ coefficients [m⁻³.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_tritium[:]
+│  │  ├─ coefficients [m⁻³.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³.s⁻¹]
+│  ├─ density[:]
+│  │  ├─ coefficients [m⁻³]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [m⁻³]
+│  ├─ e_field_critical[:]
+│  │  ├─ coefficients [V.m⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [V.m⁻¹]
+│  ├─ e_field_dreicer[:]
+│  │  ├─ coefficients [V.m⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [V.m⁻¹]
+│  ├─ energy_density_kinetic[:]
+│  │  ├─ coefficients [J.m⁻³]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [J.m⁻³]
+│  ├─ momentum_critical_avalanche[:]
+│  │  ├─ coefficients [kg.m⁻¹.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [kg.m⁻¹.s⁻¹]
+│  ├─ momentum_critical_hot_tail[:]
+│  │  ├─ coefficients [kg.m⁻¹.s⁻¹]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [kg.m⁻¹.s⁻¹]
+│  ├─ pitch_angle[:]
+│  │  ├─ coefficients
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values
+│  └─ time [s]
+├─ global_quantities
+│  ├─ current_tor [A]
+│  ├─ energy_kinetic [J]
+│  └─ volume_average
+│     ├─ current_density [A.m⁻²]
+│     ├─ ddensity_dt_compton [m⁻³.s⁻¹]
+│     ├─ ddensity_dt_dreicer [m⁻³.s⁻¹]
+│     ├─ ddensity_dt_hot_tail [m⁻³.s⁻¹]
+│     ├─ ddensity_dt_total [m⁻³.s⁻¹]
+│     ├─ ddensity_dt_tritium [m⁻³.s⁻¹]
+│     ├─ density [m⁻³]
+│     ├─ e_field_critical [V.m⁻¹]
+│     ├─ e_field_dreicer [V.m⁻¹]
+│     ├─ energy_density_kinetic [J.m⁻³]
+│     ├─ momentum_critical_avalanche [kg.m⁻¹.s⁻¹]
+│     ├─ momentum_critical_hot_tail [kg.m⁻¹.s⁻¹]
+│     └─ pitch_angle
+├─ grid_ggd[:]
+│  ├─ grid_subset[:]
+│  │  ├─ base[:]
+│  │  │  ├─ jacobian [mixed]
+│  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  └─ tensor_covariant [mixed]
+│  │  ├─ dimension
+│  │  ├─ element[:]
+│  │  │  └─ object[:]
+│  │  │     ├─ dimension
+│  │  │     ├─ index
+│  │  │     └─ space
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ metric
+│  │     ├─ jacobian [mixed]
+│  │     ├─ tensor_contravariant [mixed]
+│  │     └─ tensor_covariant [mixed]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ path
+│  ├─ space[:]
+│  │  ├─ coordinates_type
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ objects_per_dimension[:]
+│  │     ├─ geometry_content
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ object[:]
+│  │        ├─ boundary[:]
+│  │        │  ├─ index
+│  │        │  └─ neighbours
+│  │        ├─ geometry [mixed]
+│  │        ├─ geometry_2d [mixed]
+│  │        ├─ measure [m^dimension]
+│  │        └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ momentum_critical_avalanche_definition
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ momentum_critical_hot_tail_definition
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ profiles_1d[:]
+│  ├─ current_density [A.m⁻²]
+│  ├─ ddensity_dt_compton [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_dreicer [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_hot_tail [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_total [m⁻³.s⁻¹]
+│  ├─ ddensity_dt_tritium [m⁻³.s⁻¹]
+│  ├─ density [m⁻³]
+│  ├─ e_field_critical [V.m⁻¹]
+│  ├─ e_field_dreicer [V.m⁻¹]
+│  ├─ energy_density_kinetic [J.m⁻³]
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ surface [m²]
+│  │  └─ volume [m³]
+│  ├─ momentum_critical_avalanche [kg.m⁻¹.s⁻¹]
+│  ├─ momentum_critical_hot_tail [kg.m⁻¹.s⁻¹]
+│  ├─ pitch_angle
+│  ├─ time [s]
+│  └─ transport_perpendicular
+│     ├─ d [m².s⁻¹]
+│     ├─ flux [m⁻².s⁻¹]
+│     └─ v [m.s⁻¹]
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

sawteeth

IMASdd.sawteeth
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ crash_trigger
+├─ diagnostics
+│  ├─ magnetic_shear_q1
+│  ├─ previous_crash_time [s]
+│  ├─ previous_crash_trigger
+│  ├─ previous_period [s]
+│  ├─ rho_tor_norm_inversion
+│  ├─ rho_tor_norm_mixing
+│  └─ rho_tor_norm_q1
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ profiles_1d[:]
+│  ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
+│  ├─ e_field_parallel [V.m⁻¹]
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ surface [m²]
+│  │  └─ volume [m³]
+│  ├─ j_bootstrap [A/m²]
+│  ├─ j_non_inductive [A/m²]
+│  ├─ j_ohmic [A/m²]
+│  ├─ j_tor [A/m²]
+│  ├─ j_total [A/m²]
+│  ├─ magnetic_shear
+│  ├─ momentum_tor [kg.m/s]
+│  ├─ n_e [m⁻³]
+│  ├─ n_e_fast [m⁻³]
+│  ├─ n_i_total_over_n_e
+│  ├─ p_e [Pa]
+│  ├─ p_e_fast_parallel [Pa]
+│  ├─ p_e_fast_perpendicular [Pa]
+│  ├─ p_i_total [Pa]
+│  ├─ p_i_total_fast_parallel [Pa]
+│  ├─ p_i_total_fast_perpendicular [Pa]
+│  ├─ phi [Wb]
+│  ├─ pressure_parallel [Pa]
+│  ├─ pressure_perpendicular [Pa]
+│  ├─ pressure_thermal [Pa]
+│  ├─ psi_star_post_crash [Wb]
+│  ├─ psi_star_pre_crash [Wb]
+│  ├─ q
+│  ├─ t_e [eV]
+│  ├─ t_i_average [eV]
+│  ├─ time [s]
+│  └─ zeff
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

soft x rays

IMASdd.soft_x_rays
+├─ channel[:]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ brightness
+│  │  ├─ data [W.m⁻².sr⁻¹]
+│  │  └─ time [s]
+│  ├─ detector
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ energy_band[:]
+│  │  ├─ detection_efficiency
+│  │  ├─ energies [eV]
+│  │  ├─ lower_bound [eV]
+│  │  └─ upper_bound [eV]
+│  ├─ etendue [m².sr]
+│  ├─ etendue_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ filter_window[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  ├─ material
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ photon_absorption
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ thickness [m]
+│  │  ├─ wavelength_lower [m]
+│  │  ├─ wavelength_upper [m]
+│  │  ├─ wavelengths [m]
+│  │  ├─ x1_curvature [m]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_curvature [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ identifier
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ power
+│  │  ├─ data [W]
+│  │  └─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+│     ├─ data
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

solid mechanics

IMASdd.solid_mechanics
+├─ center_stack
+│  ├─ bucked
+│  ├─ displacement
+│  │  ├─ oh [m]
+│  │  ├─ pl [m]
+│  │  └─ tf [m]
+│  ├─ grid
+│  │  ├─ r_oh [m]
+│  │  ├─ r_pl [m]
+│  │  └─ r_tf [m]
+│  ├─ noslip
+│  ├─ plug
+│  ├─ properties
+│  │  ├─ poisson_ratio
+│  │  │  ├─ oh
+│  │  │  ├─ pl
+│  │  │  └─ tf
+│  │  ├─ yield_strength
+│  │  │  ├─ oh [Pa]
+│  │  │  ├─ pl [Pa]
+│  │  │  └─ tf [Pa]
+│  │  └─ young_modulus
+│  │     ├─ oh [Pa]
+│  │     ├─ pl [Pa]
+│  │     └─ tf [Pa]
+│  └─ stress
+│     ├─ axial
+│     │  ├─ oh [Pa]
+│     │  ├─ pl [Pa]
+│     │  └─ tf [Pa]
+│     ├─ hoop
+│     │  ├─ oh [Pa]
+│     │  ├─ pl [Pa]
+│     │  └─ tf [Pa]
+│     ├─ radial
+│     │  ├─ oh [Pa]
+│     │  ├─ pl [Pa]
+│     │  └─ tf [Pa]
+│     └─ vonmises
+│        ├─ oh [Pa]
+│        ├─ pl [Pa]
+│        └─ tf [Pa]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+└─ time [s]
+

spectrometer mass

IMASdd.spectrometer_mass
+├─ channel[:]
+│  ├─ a [Atomic Mass Unit]
+│  ├─ current [A]
+│  ├─ photomultiplier_voltage [V]
+│  ├─ pressure_partial [Pa]
+│  ├─ time [s]
+│  ├─ validity
+│  └─ validity_timed
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ identifier
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ name
+├─ residual_spectrum[:]
+│  ├─ a [Atomic Mass Unit]
+│  ├─ current [A]
+│  └─ time [s]
+└─ time [s]
+

spectrometer uv

IMASdd.spectrometer_uv
+├─ channel[:]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector_layout
+│  │  ├─ detector_dimensions [m]
+│  │  ├─ pixel_dimensions [m]
+│  │  └─ pixel_n
+│  ├─ detector_position_parameter
+│  │  ├─ data [mixed]
+│  │  └─ time [s]
+│  ├─ exposure_time [s]
+│  ├─ grating
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ curvature_radius [m]
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ groove_density [m⁻¹]
+│  │  ├─ image_field
+│  │  │  ├─ centre
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ curvature_radius [m]
+│  │  │  ├─ geometry_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ x3_unit_vector
+│  │  │     ├─ x [m]
+│  │  │     ├─ y [m]
+│  │  │     └─ z [m]
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ summit
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ intensity_spectrum
+│  │  ├─ data [(counts) s⁻¹]
+│  │  └─ time [s]
+│  ├─ line_of_sight
+│  │  ├─ amplitude_parameter [mixed]
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ moving_mode
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ period [s]
+│  │  ├─ position_parameter
+│  │  │  ├─ data [mixed]
+│  │  │  └─ time [s]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     ├─ time [s]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ processed_line[:]
+│  │  ├─ intensity
+│  │  │  ├─ data [s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ label
+│  │  ├─ radiance
+│  │  │  ├─ data [m⁻².s⁻¹.sr⁻¹]
+│  │  │  └─ time [s]
+│  │  └─ wavelength_central [m]
+│  ├─ radiance_calibration [m⁻³.sr⁻¹]
+│  ├─ radiance_calibration_date
+│  ├─ radiance_spectral
+│  │  ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
+│  │  └─ time [s]
+│  ├─ supply_high_voltage[:]
+│  │  ├─ object
+│  │  └─ voltage_set
+│  │     ├─ data [V]
+│  │     └─ time [s]
+│  ├─ validity
+│  ├─ validity_timed
+│  │  ├─ data
+│  │  └─ time [s]
+│  ├─ wavelength_calibration
+│  │  ├─ gain [m]
+│  │  └─ offset [m]
+│  ├─ wavelength_calibration_date
+│  └─ wavelengths [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ etendue [m².sr]
+├─ etendue_method
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

spectrometer visible

IMASdd.spectrometer_visible
+├─ channel[:]
+│  ├─ active_spatial_resolution[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ time [s]
+│  │  └─ width
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ aperture[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detector_image
+│  │  ├─ circular
+│  │  │  ├─ ellipticity
+│  │  │  └─ radius [m]
+│  │  ├─ geometry_type
+│  │  └─ outline
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ etendue [m².str]
+│  ├─ etendue_method
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ fibre_bundle
+│  │  ├─ fibre_positions
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ fibre_radius [m]
+│  │  └─ geometry
+│  │     ├─ centre
+│  │     │  ├─ phi [rad]
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ geometry_type
+│  │     ├─ outline
+│  │     │  ├─ x1 [m]
+│  │     │  └─ x2 [m]
+│  │     ├─ radius [m]
+│  │     ├─ surface [m²]
+│  │     ├─ x1_unit_vector
+│  │     │  ├─ x [m]
+│  │     │  ├─ y [m]
+│  │     │  └─ z [m]
+│  │     ├─ x1_width [m]
+│  │     ├─ x2_unit_vector
+│  │     │  ├─ x [m]
+│  │     │  ├─ y [m]
+│  │     │  └─ z [m]
+│  │     ├─ x2_width [m]
+│  │     └─ x3_unit_vector
+│  │        ├─ x [m]
+│  │        ├─ y [m]
+│  │        └─ z [m]
+│  ├─ fibre_image
+│  │  ├─ circular
+│  │  │  ├─ ellipticity
+│  │  │  └─ radius [m]
+│  │  ├─ geometry_type
+│  │  └─ outline
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ filter_spectrometer
+│  │  ├─ exposure_time [s]
+│  │  ├─ filter
+│  │  │  ├─ wavelength_central [m]
+│  │  │  └─ wavelength_width [m]
+│  │  ├─ output_voltage
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  ├─ photoelectric_voltage
+│  │  │  ├─ data [V]
+│  │  │  └─ time [s]
+│  │  ├─ photon_count
+│  │  │  ├─ data [s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ processed_line[:]
+│  │  │  ├─ label
+│  │  │  └─ wavelength_central [m]
+│  │  ├─ radiance_calibration [m⁻³.sr⁻¹]
+│  │  ├─ radiance_calibration_date
+│  │  ├─ sensitivity [V.W⁻¹]
+│  │  └─ wavelengths [m]
+│  ├─ geometry_matrix
+│  │  ├─ emission_grid
+│  │  │  ├─ dim1 [mixed]
+│  │  │  ├─ dim2 [mixed]
+│  │  │  ├─ dim3 [mixed]
+│  │  │  └─ grid_type
+│  │  │     ├─ description
+│  │  │     ├─ index
+│  │  │     └─ name
+│  │  ├─ interpolated
+│  │  │  ├─ data [m⁻²]
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ voxel_map
+│  │  ├─ voxels_n
+│  │  ├─ with_reflections
+│  │  │  ├─ data [m]
+│  │  │  └─ voxel_indices
+│  │  └─ without_reflections
+│  │     ├─ data [m]
+│  │     └─ voxel_indices
+│  ├─ grating_spectrometer
+│  │  ├─ exposure_time [s]
+│  │  ├─ grating [m⁻¹]
+│  │  ├─ instrument_function [m]
+│  │  ├─ intensity_spectrum
+│  │  │  ├─ data [(counts) s⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ processed_line[:]
+│  │  │  ├─ intensity
+│  │  │  │  ├─ data [s⁻¹]
+│  │  │  │  └─ time [s]
+│  │  │  ├─ label
+│  │  │  ├─ radiance
+│  │  │  │  ├─ data [m⁻².s⁻¹.sr⁻¹]
+│  │  │  │  └─ time [s]
+│  │  │  └─ wavelength_central [m]
+│  │  ├─ radiance_calibration [m⁻³.sr⁻¹]
+│  │  ├─ radiance_calibration_date
+│  │  ├─ radiance_spectral
+│  │  │  ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
+│  │  │  └─ time [s]
+│  │  ├─ slit_width [m]
+│  │  ├─ wavelength_calibration
+│  │  │  ├─ gain [m]
+│  │  │  └─ offset [m]
+│  │  ├─ wavelength_calibration_date
+│  │  └─ wavelengths [m]
+│  ├─ isotope_ratios
+│  │  ├─ isotope[:]
+│  │  │  ├─ cold_neutrals_fraction
+│  │  │  ├─ cold_neutrals_temperature [eV]
+│  │  │  ├─ density_ratio
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ hot_neutrals_fraction
+│  │  │  ├─ hot_neutrals_temperature [eV]
+│  │  │  ├─ label
+│  │  │  └─ time [s]
+│  │  ├─ method
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ signal_to_noise [dB]
+│  │  ├─ time [s]
+│  │  ├─ validity
+│  │  └─ validity_timed
+│  ├─ light_collection_efficiencies
+│  │  ├─ positions
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ values
+│  ├─ line_of_sight
+│  │  ├─ first_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ second_point
+│  │     ├─ phi [rad]
+│  │     ├─ r [m]
+│  │     └─ z [m]
+│  ├─ name
+│  ├─ object_observed
+│  ├─ optical_element[:]
+│  │  ├─ back_surface
+│  │  │  ├─ curvature_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ x1_curvature [m]
+│  │  │  └─ x2_curvature [m]
+│  │  ├─ front_surface
+│  │  │  ├─ curvature_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ x1_curvature [m]
+│  │  │  └─ x2_curvature [m]
+│  │  ├─ geometry
+│  │  │  ├─ centre
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ geometry_type
+│  │  │  ├─ outline
+│  │  │  │  ├─ x1 [m]
+│  │  │  │  └─ x2 [m]
+│  │  │  ├─ radius [m]
+│  │  │  ├─ surface [m²]
+│  │  │  ├─ x1_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ x1_width [m]
+│  │  │  ├─ x2_unit_vector
+│  │  │  │  ├─ x [m]
+│  │  │  │  ├─ y [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ x2_width [m]
+│  │  │  └─ x3_unit_vector
+│  │  │     ├─ x [m]
+│  │  │     ├─ y [m]
+│  │  │     └─ z [m]
+│  │  ├─ material_properties
+│  │  │  ├─ extinction_coefficient
+│  │  │  ├─ refractive_index
+│  │  │  ├─ roughness
+│  │  │  ├─ transmission_coefficient
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ wavelengths [m]
+│  │  ├─ thickness [m]
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ polarization_spectroscopy
+│  │  ├─ b_field_modulus [T]
+│  │  ├─ e_field_lh_r [V.m⁻¹]
+│  │  ├─ e_field_lh_tor [V.m⁻¹]
+│  │  ├─ e_field_lh_z [V.m⁻¹]
+│  │  ├─ n_e [m⁻³]
+│  │  ├─ temperature_cold_neutrals [eV]
+│  │  ├─ temperature_hot_neutrals [eV]
+│  │  ├─ time [s]
+│  │  ├─ velocity_cold_neutrals [m.s⁻¹]
+│  │  └─ velocity_hot_neutrals [m.s⁻¹]
+│  ├─ polarizer
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ polarizer_active
+│  ├─ type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ validity
+│  └─ validity_timed
+│     ├─ data
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ detector_layout
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

spectrometer x ray crystal

IMASdd.spectrometer_x_ray_crystal
+├─ channel[:]
+│  ├─ aperture
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ geometry_type
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ bin[:]
+│  │  ├─ instrument_function
+│  │  │  ├─ centre [m]
+│  │  │  ├─ intensity [m]
+│  │  │  ├─ scale [m]
+│  │  │  ├─ sigma [m]
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ values [sr.m]
+│  │  │  └─ wavelengths [m]
+│  │  ├─ line_of_sight
+│  │  │  ├─ first_point
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ second_point
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  ├─ wavelength [m]
+│  │  └─ z_pixel_range
+│  ├─ camera
+│  │  ├─ camera_dimensions [m]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ identifier
+│  │  ├─ line_of_sight
+│  │  │  ├─ first_point
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ second_point
+│  │  │     ├─ phi [rad]
+│  │  │     ├─ r [m]
+│  │  │     └─ z [m]
+│  │  ├─ pixel_dimensions [m]
+│  │  ├─ pixel_position
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ pixels_n
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ crystal
+│  │  ├─ angle_bragg [rad]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ cut
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  ├─ material
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ mesh_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ thickness [m]
+│  │  ├─ wavelength_bragg [m]
+│  │  ├─ x1_curvature [m]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_curvature [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ detection_efficiency
+│  ├─ energies [eV]
+│  ├─ energy_bound_lower [eV]
+│  ├─ energy_bound_upper [eV]
+│  ├─ exposure_time [s]
+│  ├─ filter_window[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  ├─ material
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ photon_absorption
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ thickness [m]
+│  │  ├─ wavelength_lower [m]
+│  │  ├─ wavelength_upper [m]
+│  │  ├─ wavelengths [m]
+│  │  ├─ x1_curvature [m]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_curvature [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ frame[:]
+│  │  ├─ counts_bin_n
+│  │  ├─ counts_n
+│  │  └─ time [s]
+│  ├─ instrument_function
+│  │  ├─ centre [m]
+│  │  ├─ intensity [m]
+│  │  ├─ scale [m]
+│  │  ├─ sigma [m]
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ values [sr.m]
+│  │  └─ wavelengths [m]
+│  ├─ profiles_line_integrated
+│  │  ├─ lines_of_sight_rho_tor_norm
+│  │  │  ├─ data
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ lines_of_sight_second_point
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ t_e
+│  │  │  ├─ data [eV]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ t_i
+│  │  │  ├─ data [eV]
+│  │  │  ├─ validity
+│  │  │  └─ validity_timed
+│  │  ├─ time [s]
+│  │  └─ velocity_tor
+│  │     ├─ data [m.s⁻¹]
+│  │     ├─ validity
+│  │     └─ validity_timed
+│  ├─ reflector[:]
+│  │  ├─ centre
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ curvature_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ geometry_type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ identifier
+│  │  ├─ material
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ outline
+│  │  │  ├─ x1 [m]
+│  │  │  └─ x2 [m]
+│  │  ├─ radius [m]
+│  │  ├─ surface [m²]
+│  │  ├─ x1_curvature [m]
+│  │  ├─ x1_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x1_width [m]
+│  │  ├─ x2_curvature [m]
+│  │  ├─ x2_unit_vector
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ x2_width [m]
+│  │  └─ x3_unit_vector
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ wavelength_frames [m]
+│  └─ z_frames [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+└─ time [s]
+

spi

IMASdd.spi
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ injector[:]
+│  ├─ fragment[:]
+│  │  ├─ position
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ species[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ density [atoms.m⁻³]
+│  │  │  ├─ label
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ velocity_r [m.s⁻¹]
+│  │  ├─ velocity_tor [m.s⁻¹]
+│  │  ├─ velocity_z [m.s⁻¹]
+│  │  └─ volume [m³]
+│  ├─ fragmentation_gas
+│  │  ├─ atoms_n [atoms]
+│  │  ├─ flow_rate [atoms.s⁻¹]
+│  │  ├─ species[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ fraction
+│  │  │  ├─ label
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  └─ temperature [K]
+│  ├─ identifier
+│  ├─ injection_direction
+│  │  ├─ x [m]
+│  │  ├─ y [m]
+│  │  └─ z [m]
+│  ├─ name
+│  ├─ optical_pellet_diagnostic
+│  │  ├─ position
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  └─ time_arrival [s]
+│  ├─ pellet
+│  │  ├─ core
+│  │  │  ├─ atoms_n [atoms]
+│  │  │  └─ species[:]
+│  │  │     ├─ a [Atomic Mass Unit]
+│  │  │     ├─ density [atoms.m⁻³]
+│  │  │     ├─ label
+│  │  │     └─ z_n [Elementary Charge Unit]
+│  │  ├─ diameter [m]
+│  │  ├─ length [m]
+│  │  ├─ position
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ shell
+│  │  │  ├─ atoms_n [atoms]
+│  │  │  └─ species[:]
+│  │  │     ├─ a [Atomic Mass Unit]
+│  │  │     ├─ density [atoms.m⁻³]
+│  │  │     ├─ label
+│  │  │     └─ z_n [Elementary Charge Unit]
+│  │  ├─ velocity_r [m.s⁻¹]
+│  │  ├─ velocity_shatter [m.s⁻¹]
+│  │  ├─ velocity_tor [m.s⁻¹]
+│  │  └─ velocity_z [m.s⁻¹]
+│  ├─ propellant_gas
+│  │  ├─ atoms_n [atoms]
+│  │  ├─ flow_rate [atoms.s⁻¹]
+│  │  ├─ species[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ fraction
+│  │  │  ├─ label
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  └─ temperature [K]
+│  ├─ shatter_cone
+│  │  ├─ angle_major [rad]
+│  │  ├─ angle_minor [rad]
+│  │  ├─ direction
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  ├─ origin
+│  │  │  ├─ phi [rad]
+│  │  │  ├─ r [m]
+│  │  │  └─ z [m]
+│  │  ├─ unit_vector_major
+│  │  │  ├─ x [m]
+│  │  │  ├─ y [m]
+│  │  │  └─ z [m]
+│  │  └─ unit_vector_minor
+│  │     ├─ x [m]
+│  │     ├─ y [m]
+│  │     └─ z [m]
+│  ├─ shattering_angle [rad]
+│  ├─ shattering_position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  ├─ time_shatter [s]
+│  ├─ time_trigger [s]
+│  ├─ velocity_mass_centre_fragments_r [m.s⁻¹]
+│  ├─ velocity_mass_centre_fragments_tor [m.s⁻¹]
+│  └─ velocity_mass_centre_fragments_z [m.s⁻¹]
+├─ latency [s]
+├─ shatter_cone_definition
+│  ├─ description
+│  ├─ index
+│  └─ name
+└─ time [s]
+

stability

IMASdd.stability
+├─ all_cleared
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ collection[:]
+│  └─ identifier
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ model[:]
+│  ├─ cleared
+│  ├─ fraction
+│  └─ identifier
+│     ├─ description
+│     ├─ index
+│     └─ name
+└─ time [s]
+

summary

IMASdd.summary
+├─ boundary
+│  ├─ distance_inner_outer_separatrices
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ elongation
+│  │  ├─ source
+│  │  └─ value
+│  ├─ gap_limiter_wall
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ geometric_axis_r
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ geometric_axis_z
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ magnetic_axis_r
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ magnetic_axis_z
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ minor_radius
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ strike_point_configuration
+│  │  ├─ source
+│  │  └─ value
+│  ├─ strike_point_inner_r
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ strike_point_inner_z
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ strike_point_outer_r
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ strike_point_outer_z
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ triangularity_lower
+│  │  ├─ source
+│  │  └─ value
+│  ├─ triangularity_upper
+│  │  ├─ source
+│  │  └─ value
+│  ├─ type
+│  │  ├─ source
+│  │  └─ value
+│  └─ x_point_main
+│     ├─ r [m]
+│     ├─ source
+│     └─ z [m]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ configuration
+│  ├─ source
+│  └─ value
+├─ disruption
+│  ├─ decay_times
+│  │  ├─ current_runaways
+│  │  │  ├─ exponential
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  ├─ linear_20_80
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  └─ linear_custom
+│  │  │     ├─ decay_time
+│  │  │     │  ├─ source
+│  │  │     │  └─ value [s]
+│  │  │     ├─ x1
+│  │  │     └─ x2
+│  │  ├─ energy_thermal
+│  │  │  ├─ exponential
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  ├─ linear_20_80
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  └─ linear_custom
+│  │  │     ├─ decay_time
+│  │  │     │  ├─ source
+│  │  │     │  └─ value [s]
+│  │  │     ├─ x1
+│  │  │     └─ x2
+│  │  ├─ ip
+│  │  │  ├─ exponential
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  ├─ linear_20_80
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  └─ linear_custom
+│  │  │     ├─ decay_time
+│  │  │     │  ├─ source
+│  │  │     │  └─ value [s]
+│  │  │     ├─ x1
+│  │  │     └─ x2
+│  │  ├─ t_e_magnetic_axis
+│  │  │  ├─ exponential
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  ├─ linear_20_80
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [s]
+│  │  │  └─ linear_custom
+│  │  │     ├─ decay_time
+│  │  │     │  ├─ source
+│  │  │     │  └─ value [s]
+│  │  │     ├─ x1
+│  │  │     └─ x2
+│  │  └─ t_e_volume_average
+│  │     ├─ exponential
+│  │     │  ├─ source
+│  │     │  └─ value [s]
+│  │     ├─ linear_20_80
+│  │     │  ├─ source
+│  │     │  └─ value [s]
+│  │     └─ linear_custom
+│  │        ├─ decay_time
+│  │        │  ├─ source
+│  │        │  └─ value [s]
+│  │        ├─ x1
+│  │        └─ x2
+│  ├─ mitigation_valve
+│  │  ├─ source
+│  │  └─ value
+│  ├─ time
+│  │  ├─ source
+│  │  └─ value [s]
+│  ├─ time_half_ip
+│  │  ├─ source
+│  │  └─ value [s]
+│  ├─ time_radiated_power_max
+│  │  ├─ source
+│  │  └─ value [s]
+│  └─ vertical_displacement
+│     ├─ source
+│     └─ value
+├─ elms
+│  ├─ frequency
+│  │  ├─ source
+│  │  └─ value [Hz]
+│  └─ type
+│     ├─ source
+│     └─ value
+├─ fusion
+│  ├─ current
+│  │  ├─ source
+│  │  └─ value [A]
+│  ├─ neutron_power_total
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ neutron_rates
+│  │  ├─ dd
+│  │  │  ├─ beam_beam
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Hz]
+│  │  │  ├─ beam_thermal
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Hz]
+│  │  │  ├─ thermal
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Hz]
+│  │  │  └─ total
+│  │  │     ├─ source
+│  │  │     └─ value [Hz]
+│  │  ├─ dt
+│  │  │  ├─ beam_beam
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Hz]
+│  │  │  ├─ beam_thermal
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Hz]
+│  │  │  ├─ thermal
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Hz]
+│  │  │  └─ total
+│  │  │     ├─ source
+│  │  │     └─ value [Hz]
+│  │  ├─ thermal
+│  │  │  ├─ source
+│  │  │  └─ value [Hz]
+│  │  ├─ total
+│  │  │  ├─ source
+│  │  │  └─ value [Hz]
+│  │  └─ tt
+│  │     ├─ beam_beam
+│  │     │  ├─ source
+│  │     │  └─ value [Hz]
+│  │     ├─ beam_thermal
+│  │     │  ├─ source
+│  │     │  └─ value [Hz]
+│  │     ├─ thermal
+│  │     │  ├─ source
+│  │     │  └─ value [Hz]
+│  │     └─ total
+│  │        ├─ source
+│  │        └─ value [Hz]
+│  └─ power
+│     ├─ source
+│     └─ value [W]
+├─ gas_injection_accumulated
+│  ├─ ammonia
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ ammonia_deuterated
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ argon
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ beryllium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ bottom
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ carbon
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ deuterium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ ethane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ ethylene
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ helium_3
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ helium_4
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ hydrogen
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ impurity_seeding
+│  │  ├─ source
+│  │  └─ value
+│  ├─ krypton
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ lithium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ methane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ methane_carbon_13
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ methane_deuterated
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ midplane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ neon
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ nitrogen
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ oxygen
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ propane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ silane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ top
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ total
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ tritium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  └─ xenon
+│     ├─ source
+│     └─ value [electrons]
+├─ gas_injection_prefill
+│  ├─ ammonia
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ ammonia_deuterated
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ argon
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ beryllium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ bottom
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ carbon
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ deuterium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ ethane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ ethylene
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ helium_3
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ helium_4
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ hydrogen
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ impurity_seeding
+│  │  ├─ source
+│  │  └─ value
+│  ├─ krypton
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ lithium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ methane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ methane_carbon_13
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ methane_deuterated
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ midplane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ neon
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ nitrogen
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ oxygen
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ propane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ silane
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ top
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ total
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  ├─ tritium
+│  │  ├─ source
+│  │  └─ value [electrons]
+│  └─ xenon
+│     ├─ source
+│     └─ value [electrons]
+├─ gas_injection_rates
+│  ├─ ammonia
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ ammonia_deuterated
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ argon
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ beryllium
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ bottom
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ carbon
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ deuterium
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ ethane
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ ethylene
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ helium_3
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ helium_4
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ hydrogen
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ impurity_seeding
+│  │  ├─ source
+│  │  └─ value
+│  ├─ krypton
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ lithium
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ methane
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ methane_carbon_13
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ methane_deuterated
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ midplane
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ neon
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ nitrogen
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ oxygen
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ propane
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ silane
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ top
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ total
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  ├─ tritium
+│  │  ├─ source
+│  │  └─ value [electrons.s⁻¹]
+│  └─ xenon
+│     ├─ source
+│     └─ value [electrons.s⁻¹]
+├─ global_quantities
+│  ├─ b0
+│  │  ├─ source
+│  │  └─ value [T]
+│  ├─ beta_pol
+│  │  ├─ source
+│  │  └─ value
+│  ├─ beta_pol_mhd
+│  │  ├─ source
+│  │  └─ value
+│  ├─ beta_tor
+│  │  ├─ source
+│  │  └─ value
+│  ├─ beta_tor_mhd
+│  │  ├─ source
+│  │  └─ value
+│  ├─ beta_tor_norm
+│  │  ├─ source
+│  │  └─ value
+│  ├─ beta_tor_norm_mhd
+│  │  ├─ source
+│  │  └─ value
+│  ├─ beta_tor_thermal_norm
+│  │  ├─ source
+│  │  └─ value
+│  ├─ current_alignment
+│  │  ├─ source
+│  │  └─ value [A]
+│  ├─ current_bootstrap
+│  │  ├─ source
+│  │  └─ value [A]
+│  ├─ current_non_inductive
+│  │  ├─ source
+│  │  └─ value [A]
+│  ├─ current_ohm
+│  │  ├─ source
+│  │  └─ value [A]
+│  ├─ denergy_diamagnetic_dt
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ denergy_thermal_dt
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ energy_b_field_pol
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_diamagnetic
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_electrons_thermal
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_fast_parallel
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_fast_perpendicular
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_ion_total_thermal
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_mhd
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_thermal
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ energy_total
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ fusion_fluence
+│  │  ├─ source
+│  │  └─ value [J]
+│  ├─ fusion_gain
+│  │  ├─ source
+│  │  └─ value
+│  ├─ greenwald_fraction
+│  │  ├─ source
+│  │  └─ value
+│  ├─ h_98
+│  │  ├─ source
+│  │  └─ value
+│  ├─ h_mode
+│  │  ├─ source
+│  │  └─ value
+│  ├─ ip
+│  │  ├─ source
+│  │  └─ value [A]
+│  ├─ li
+│  │  ├─ source
+│  │  └─ value
+│  ├─ li_mhd
+│  │  ├─ source
+│  │  └─ value
+│  ├─ power_bremsstrahlung
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_line
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_loss
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_ohm
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_radiated
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_radiated_inside_lcfs
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_radiated_outside_lcfs
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_steady
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_synchrotron
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ psi_external_average
+│  │  ├─ source
+│  │  └─ value [Wb]
+│  ├─ q_95
+│  │  ├─ source
+│  │  └─ value
+│  ├─ r0
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ ratio_tau_helium_fuel
+│  │  ├─ source
+│  │  └─ value
+│  ├─ resistance
+│  │  ├─ source
+│  │  └─ value [ohm]
+│  ├─ tau_energy
+│  │  ├─ source
+│  │  └─ value [s]
+│  ├─ tau_energy_98
+│  │  ├─ source
+│  │  └─ value [s]
+│  ├─ tau_helium
+│  │  ├─ source
+│  │  └─ value [s]
+│  ├─ tau_resistive
+│  │  ├─ source
+│  │  └─ value [s]
+│  ├─ v_loop
+│  │  ├─ source
+│  │  └─ value [V]
+│  └─ volume
+│     ├─ source
+│     └─ value [m³]
+├─ heating_current_drive
+│  ├─ ec[:]
+│  │  ├─ angle_pol
+│  │  │  ├─ source
+│  │  │  └─ value [rad]
+│  │  ├─ angle_tor
+│  │  │  ├─ source
+│  │  │  └─ value [rad]
+│  │  ├─ current
+│  │  │  ├─ source
+│  │  │  └─ value [A]
+│  │  ├─ energy_fast
+│  │  │  ├─ source
+│  │  │  └─ value [J]
+│  │  ├─ frequency
+│  │  │  ├─ source
+│  │  │  └─ value [Hz]
+│  │  ├─ harmonic
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ polarisation
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ position
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ power
+│  │  │  ├─ source
+│  │  │  └─ value [W]
+│  │  └─ power_launched
+│  │     ├─ source
+│  │     └─ value [W]
+│  ├─ ic[:]
+│  │  ├─ current
+│  │  │  ├─ source
+│  │  │  └─ value [A]
+│  │  ├─ e_field_plus_minus_ratio
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ energy_fast
+│  │  │  ├─ source
+│  │  │  └─ value [J]
+│  │  ├─ frequency
+│  │  │  ├─ source
+│  │  │  └─ value [Hz]
+│  │  ├─ harmonic
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ k_perpendicular
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻¹]
+│  │  ├─ n_tor
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ phase
+│  │  │  ├─ source
+│  │  │  └─ value [rad]
+│  │  ├─ position
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ power
+│  │  │  ├─ source
+│  │  │  └─ value [W]
+│  │  └─ power_launched
+│  │     ├─ source
+│  │     └─ value [W]
+│  ├─ lh[:]
+│  │  ├─ current
+│  │  │  ├─ source
+│  │  │  └─ value [A]
+│  │  ├─ energy_fast
+│  │  │  ├─ source
+│  │  │  └─ value [J]
+│  │  ├─ frequency
+│  │  │  ├─ source
+│  │  │  └─ value [Hz]
+│  │  ├─ n_parallel
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ position
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ power
+│  │  │  ├─ source
+│  │  │  └─ value [W]
+│  │  └─ power_launched
+│  │     ├─ source
+│  │     └─ value [W]
+│  ├─ nbi[:]
+│  │  ├─ angle
+│  │  │  ├─ source
+│  │  │  └─ value [rad]
+│  │  ├─ beam_current_fraction
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ beam_power_fraction
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ current
+│  │  │  ├─ source
+│  │  │  └─ value [A]
+│  │  ├─ direction
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ energy
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ position
+│  │  │  ├─ phi
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [rad]
+│  │  │  ├─ r
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m]
+│  │  │  └─ z
+│  │  │     ├─ source
+│  │  │     └─ value [m]
+│  │  ├─ power
+│  │  │  ├─ source
+│  │  │  └─ value [W]
+│  │  ├─ power_launched
+│  │  │  ├─ source
+│  │  │  └─ value [W]
+│  │  ├─ species
+│  │  │  ├─ a
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Atomic Mass Unit]
+│  │  │  ├─ label
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  └─ z_n
+│  │  │     ├─ source
+│  │  │     └─ value [Elementary Charge Unit]
+│  │  └─ tangency_radius
+│  │     ├─ source
+│  │     └─ value [m]
+│  ├─ power_additional
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_ec
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_ic
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_launched_ec
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_launched_ic
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_launched_lh
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_launched_nbi
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_launched_nbi_co_injected_ratio
+│  │  ├─ source
+│  │  └─ value
+│  ├─ power_launched_total
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ power_lh
+│  │  ├─ source
+│  │  └─ value [W]
+│  └─ power_nbi
+│     ├─ source
+│     └─ value [W]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ kicks
+│  └─ occurrence
+│     ├─ source
+│     └─ value
+├─ limiter
+│  └─ material
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ line_average
+│  ├─ dn_e_dt
+│  │  ├─ source
+│  │  └─ value [m⁻³.s-1]
+│  ├─ isotope_fraction_hydrogen
+│  │  ├─ source
+│  │  └─ value
+│  ├─ meff_hydrogenic
+│  │  ├─ source
+│  │  └─ value [amu]
+│  ├─ n_e
+│  │  ├─ source
+│  │  └─ value [m⁻³]
+│  ├─ n_i
+│  │  ├─ argon
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ beryllium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ carbon
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ deuterium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ helium_3
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ helium_4
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ hydrogen
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ iron
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ krypton
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ lithium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ neon
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ nitrogen
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ oxygen
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ tritium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ tungsten
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  └─ xenon
+│  │     ├─ source
+│  │     └─ value [m⁻³]
+│  ├─ n_i_total
+│  │  ├─ source
+│  │  └─ value [m⁻³]
+│  ├─ t_e
+│  │  ├─ source
+│  │  └─ value [eV]
+│  ├─ t_i_average
+│  │  ├─ source
+│  │  └─ value [eV]
+│  └─ zeff
+│     ├─ source
+│     └─ value
+├─ local
+│  ├─ divertor_target[:]
+│  │  ├─ flux_expansion
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ n_e
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ n_i
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ n_i_total
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ name
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ power_flux_peak
+│  │  │  ├─ source
+│  │  │  └─ value [W.m⁻²]
+│  │  ├─ t_e
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ t_i_average
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  └─ zeff
+│  │     ├─ source
+│  │     └─ value
+│  ├─ itb
+│  │  ├─ e_field_parallel
+│  │  │  ├─ source
+│  │  │  └─ value [V.m⁻¹]
+│  │  ├─ magnetic_shear
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ momentum_tor
+│  │  │  ├─ source
+│  │  │  └─ value [kg.m.s⁻¹]
+│  │  ├─ n_e
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ n_i
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ n_i_total
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ position
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ rho_tor [m]
+│  │  │  └─ rho_tor_norm
+│  │  ├─ q
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ t_e
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ t_i_average
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ velocity_tor
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m.s⁻¹]
+│  │  └─ zeff
+│  │     ├─ source
+│  │     └─ value
+│  ├─ limiter
+│  │  ├─ flux_expansion
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ n_e
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ n_i
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ n_i_total
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ name
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ power_flux_peak
+│  │  │  ├─ source
+│  │  │  └─ value [W.m⁻²]
+│  │  ├─ t_e
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ t_i_average
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  └─ zeff
+│  │     ├─ source
+│  │     └─ value
+│  ├─ magnetic_axis
+│  │  ├─ b_field
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ e_field_parallel
+│  │  │  ├─ source
+│  │  │  └─ value [V.m⁻¹]
+│  │  ├─ magnetic_shear
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ momentum_tor
+│  │  │  ├─ source
+│  │  │  └─ value [kg.m.s⁻¹]
+│  │  ├─ n_e
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ n_i
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ n_i_total
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ position
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ r [m]
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  └─ z [m]
+│  │  ├─ q
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ t_e
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ t_i_average
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ velocity_tor
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m.s⁻¹]
+│  │  └─ zeff
+│  │     ├─ source
+│  │     └─ value
+│  ├─ pedestal
+│  │  ├─ e_field_parallel
+│  │  │  ├─ source
+│  │  │  └─ value [V.m⁻¹]
+│  │  ├─ magnetic_shear
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ momentum_tor
+│  │  │  ├─ source
+│  │  │  └─ value [kg.m.s⁻¹]
+│  │  ├─ n_e
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ n_i
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ n_i_total
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ position
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ rho_tor [m]
+│  │  │  └─ rho_tor_norm
+│  │  ├─ q
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ t_e
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ t_i_average
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ velocity_tor
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m.s⁻¹]
+│  │  └─ zeff
+│  │     ├─ source
+│  │     └─ value
+│  ├─ r_eff_norm_2_3
+│  │  ├─ effective_helical_ripple
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ iota
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  └─ plateau_factor
+│  │     ├─ source
+│  │     └─ value
+│  ├─ separatrix
+│  │  ├─ e_field_parallel
+│  │  │  ├─ source
+│  │  │  └─ value [V.m⁻¹]
+│  │  ├─ magnetic_shear
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ momentum_tor
+│  │  │  ├─ source
+│  │  │  └─ value [kg.m.s⁻¹]
+│  │  ├─ n_e
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ n_i
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ n_i_total
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ position
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ rho_tor [m]
+│  │  │  └─ rho_tor_norm
+│  │  ├─ q
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ t_e
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ t_i_average
+│  │  │  ├─ source
+│  │  │  └─ value [eV]
+│  │  ├─ velocity_tor
+│  │  │  ├─ argon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ beryllium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ carbon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ deuterium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_3
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ helium_4
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ hydrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ iron
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ krypton
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ lithium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ neon
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ nitrogen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ oxygen
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tritium
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  ├─ tungsten
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m.s⁻¹]
+│  │  │  └─ xenon
+│  │  │     ├─ source
+│  │  │     └─ value [m.s⁻¹]
+│  │  └─ zeff
+│  │     ├─ source
+│  │     └─ value
+│  └─ separatrix_average
+│     ├─ e_field_parallel
+│     │  ├─ source
+│     │  └─ value [V.m⁻¹]
+│     ├─ magnetic_shear
+│     │  ├─ source
+│     │  └─ value
+│     ├─ momentum_tor
+│     │  ├─ source
+│     │  └─ value [kg.m.s⁻¹]
+│     ├─ n_e
+│     │  ├─ source
+│     │  └─ value [m⁻³]
+│     ├─ n_i
+│     │  ├─ argon
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ beryllium
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ carbon
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ deuterium
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ helium_3
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ helium_4
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ hydrogen
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ iron
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ krypton
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ lithium
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ neon
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ nitrogen
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ oxygen
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ tritium
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ tungsten
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  └─ xenon
+│     │     ├─ source
+│     │     └─ value [m⁻³]
+│     ├─ n_i_total
+│     │  ├─ source
+│     │  └─ value [m⁻³]
+│     ├─ position
+│     │  ├─ psi [Wb]
+│     │  ├─ rho_tor [m]
+│     │  └─ rho_tor_norm
+│     ├─ q
+│     │  ├─ source
+│     │  └─ value
+│     ├─ t_e
+│     │  ├─ source
+│     │  └─ value [eV]
+│     ├─ t_i_average
+│     │  ├─ source
+│     │  └─ value [eV]
+│     ├─ velocity_tor
+│     │  ├─ argon
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ beryllium
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ carbon
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ deuterium
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ helium_3
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ helium_4
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ hydrogen
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ iron
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ krypton
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ lithium
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ neon
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ nitrogen
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ oxygen
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ tritium
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  ├─ tungsten
+│     │  │  ├─ source
+│     │  │  └─ value [m.s⁻¹]
+│     │  └─ xenon
+│     │     ├─ source
+│     │     └─ value [m.s⁻¹]
+│     └─ zeff
+│        ├─ source
+│        └─ value
+├─ magnetic_shear_flag
+│  ├─ source
+│  └─ value
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ pedestal_fits
+│  ├─ linear
+│  │  ├─ b_field_pedestal_top_hfs
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ b_field_pedestal_top_lfs
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ b_field_pol_pedestal_top_average
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ b_field_pol_pedestal_top_hfs
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ b_field_pol_pedestal_top_lfs
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ b_field_tor_pedestal_top_hfs
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ b_field_tor_pedestal_top_lfs
+│  │  │  ├─ source
+│  │  │  └─ value [T]
+│  │  ├─ beta_pol_pedestal_top_electron_average
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ beta_pol_pedestal_top_electron_hfs
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ beta_pol_pedestal_top_electron_lfs
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ coulomb_factor_pedestal_top
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ energy_thermal_pedestal_electron
+│  │  │  ├─ source
+│  │  │  └─ value [J]
+│  │  ├─ energy_thermal_pedestal_ion
+│  │  │  ├─ source
+│  │  │  └─ value [J]
+│  │  ├─ n_e
+│  │  │  ├─ d_dpsi_norm
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ d_dpsi_norm_max
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ offset
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ pedestal_height
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [m⁻³]
+│  │  │  ├─ pedestal_position
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  ├─ pedestal_width
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  └─ separatrix
+│  │  │     ├─ source
+│  │  │     └─ value [m⁻³]
+│  │  ├─ nustar_pedestal_top_electron
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ parameters [mixed]
+│  │  ├─ pressure_electron
+│  │  │  ├─ d_dpsi_norm
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Pa]
+│  │  │  ├─ d_dpsi_norm_max
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Pa]
+│  │  │  ├─ d_dpsi_norm_max_position
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  ├─ offset
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Pa]
+│  │  │  ├─ pedestal_height
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [Pa]
+│  │  │  ├─ pedestal_position
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  ├─ pedestal_width
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  └─ separatrix
+│  │  │     ├─ source
+│  │  │     └─ value [Pa]
+│  │  ├─ rhostar_pedestal_top_electron_hfs
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ rhostar_pedestal_top_electron_lfs
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ rhostar_pedestal_top_electron_magnetic_axis
+│  │  │  ├─ source
+│  │  │  └─ value
+│  │  ├─ t_e
+│  │  │  ├─ d_dpsi_norm
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [eV]
+│  │  │  ├─ d_dpsi_norm_max
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [eV]
+│  │  │  ├─ offset
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [eV]
+│  │  │  ├─ pedestal_height
+│  │  │  │  ├─ source
+│  │  │  │  └─ value [eV]
+│  │  │  ├─ pedestal_position
+│  │  │  │  ├─ source
+│  │  │  │  └─ value
+│  │  │  └─ pedestal_width
+│  │  │     ├─ source
+│  │  │     └─ value
+│  │  └─ volume_inside_pedestal
+│  │     ├─ source
+│  │     └─ value [m⁻³]
+│  └─ mtanh
+│     ├─ alpha_electron_pedestal_max
+│     │  ├─ source
+│     │  └─ value
+│     ├─ alpha_electron_pedestal_max_position
+│     │  ├─ source
+│     │  └─ value
+│     ├─ b_field_pedestal_top_hfs
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ b_field_pedestal_top_lfs
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ b_field_pol_pedestal_top_average
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ b_field_pol_pedestal_top_hfs
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ b_field_pol_pedestal_top_lfs
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ b_field_tor_pedestal_top_hfs
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ b_field_tor_pedestal_top_lfs
+│     │  ├─ source
+│     │  └─ value [T]
+│     ├─ beta_pol_pedestal_top_electron_average
+│     │  ├─ source
+│     │  └─ value
+│     ├─ beta_pol_pedestal_top_electron_hfs
+│     │  ├─ source
+│     │  └─ value
+│     ├─ beta_pol_pedestal_top_electron_lfs
+│     │  ├─ source
+│     │  └─ value
+│     ├─ coulomb_factor_pedestal_top
+│     │  ├─ source
+│     │  └─ value
+│     ├─ energy_thermal_pedestal_electron
+│     │  ├─ source
+│     │  └─ value [J]
+│     ├─ energy_thermal_pedestal_ion
+│     │  ├─ source
+│     │  └─ value [J]
+│     ├─ n_e
+│     │  ├─ d_dpsi_norm
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ d_dpsi_norm_max
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ d_dpsi_norm_max_position
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  ├─ offset
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ pedestal_height
+│     │  │  ├─ source
+│     │  │  └─ value [m⁻³]
+│     │  ├─ pedestal_position
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  ├─ pedestal_width
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  └─ separatrix
+│     │     ├─ source
+│     │     └─ value [m⁻³]
+│     ├─ nustar_pedestal_top_electron
+│     │  ├─ source
+│     │  └─ value
+│     ├─ parameters [mixed]
+│     ├─ pressure_electron
+│     │  ├─ d_dpsi_norm
+│     │  │  ├─ source
+│     │  │  └─ value [Pa]
+│     │  ├─ d_dpsi_norm_max
+│     │  │  ├─ source
+│     │  │  └─ value [Pa]
+│     │  ├─ d_dpsi_norm_max_position
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  ├─ offset
+│     │  │  ├─ source
+│     │  │  └─ value [Pa]
+│     │  ├─ pedestal_height
+│     │  │  ├─ source
+│     │  │  └─ value [Pa]
+│     │  ├─ pedestal_position
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  ├─ pedestal_width
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  └─ separatrix
+│     │     ├─ source
+│     │     └─ value [Pa]
+│     ├─ rhostar_pedestal_top_electron_hfs
+│     │  ├─ source
+│     │  └─ value
+│     ├─ rhostar_pedestal_top_electron_lfs
+│     │  ├─ source
+│     │  └─ value
+│     ├─ rhostar_pedestal_top_electron_magnetic_axis
+│     │  ├─ source
+│     │  └─ value
+│     ├─ stability
+│     │  ├─ alpha_experimental
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  ├─ bootstrap_current_hager
+│     │  │  ├─ alpha_critical
+│     │  │  │  ├─ source
+│     │  │  │  └─ value
+│     │  │  ├─ alpha_ratio
+│     │  │  │  ├─ source
+│     │  │  │  └─ value
+│     │  │  └─ t_e_pedestal_top_critical
+│     │  │     ├─ source
+│     │  │     └─ value [eV]
+│     │  └─ bootstrap_current_sauter
+│     │     ├─ alpha_critical
+│     │     │  ├─ source
+│     │     │  └─ value
+│     │     ├─ alpha_ratio
+│     │     │  ├─ source
+│     │     │  └─ value
+│     │     └─ t_e_pedestal_top_critical
+│     │        ├─ source
+│     │        └─ value [eV]
+│     ├─ t_e
+│     │  ├─ d_dpsi_norm
+│     │  │  ├─ source
+│     │  │  └─ value [eV]
+│     │  ├─ d_dpsi_norm_max
+│     │  │  ├─ source
+│     │  │  └─ value [eV]
+│     │  ├─ d_dpsi_norm_max_position
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  ├─ offset
+│     │  │  ├─ source
+│     │  │  └─ value [eV]
+│     │  ├─ pedestal_height
+│     │  │  ├─ source
+│     │  │  └─ value [eV]
+│     │  ├─ pedestal_position
+│     │  │  ├─ source
+│     │  │  └─ value
+│     │  └─ pedestal_width
+│     │     ├─ source
+│     │     └─ value
+│     └─ volume_inside_pedestal
+│        ├─ source
+│        └─ value [m⁻³]
+├─ pellets
+│  └─ occurrence
+│     ├─ source
+│     └─ value
+├─ plasma_duration
+│  ├─ source
+│  └─ value [s]
+├─ rmps
+│  └─ occurrence
+│     ├─ source
+│     └─ value
+├─ runaways
+│  ├─ current
+│  │  ├─ source
+│  │  └─ value [A]
+│  └─ particles
+│     ├─ source
+│     └─ value
+├─ scrape_off_layer
+│  ├─ heat_flux_e_decay_length
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ heat_flux_i_decay_length
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ n_e_decay_length
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ n_i_total_decay_length
+│  │  ├─ source
+│  │  └─ value [m]
+│  ├─ power_radiated
+│  │  ├─ source
+│  │  └─ value [W]
+│  ├─ pressure_neutral
+│  │  ├─ source
+│  │  └─ value [Pa]
+│  ├─ t_e_decay_length
+│  │  ├─ source
+│  │  └─ value [m]
+│  └─ t_i_average_decay_length
+│     ├─ source
+│     └─ value [m]
+├─ stationary_phase_flag
+│  ├─ source
+│  └─ value
+├─ tag
+│  ├─ comment
+│  └─ name
+├─ time [s]
+├─ time_breakdown
+│  ├─ source
+│  └─ value [s]
+├─ time_width [s]
+├─ volume_average
+│  ├─ dn_e_dt
+│  │  ├─ source
+│  │  └─ value [m⁻³.s-1]
+│  ├─ isotope_fraction_hydrogen
+│  │  ├─ source
+│  │  └─ value
+│  ├─ meff_hydrogenic
+│  │  ├─ source
+│  │  └─ value [amu]
+│  ├─ n_e
+│  │  ├─ source
+│  │  └─ value [m⁻³]
+│  ├─ n_i
+│  │  ├─ argon
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ beryllium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ carbon
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ deuterium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ helium_3
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ helium_4
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ hydrogen
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ iron
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ krypton
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ lithium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ neon
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ nitrogen
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ oxygen
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ tritium
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  ├─ tungsten
+│  │  │  ├─ source
+│  │  │  └─ value [m⁻³]
+│  │  └─ xenon
+│  │     ├─ source
+│  │     └─ value [m⁻³]
+│  ├─ n_i_total
+│  │  ├─ source
+│  │  └─ value [m⁻³]
+│  ├─ t_e
+│  │  ├─ source
+│  │  └─ value [eV]
+│  ├─ t_i_average
+│  │  ├─ source
+│  │  └─ value [eV]
+│  └─ zeff
+│     ├─ source
+│     └─ value
+└─ wall
+   ├─ evaporation
+   │  ├─ source
+   │  └─ value
+   └─ material
+      ├─ description
+      ├─ index
+      └─ name
+

temporary

IMASdd.temporary
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ constant_float0d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_float1d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_float2d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value [mixed]
+├─ constant_float3d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value [mixed]
+├─ constant_float4d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value [mixed]
+├─ constant_float5d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value [mixed]
+├─ constant_float6d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value [mixed]
+├─ constant_integer0d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_integer1d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_integer2d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_integer3d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_string0d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ constant_string1d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+├─ dynamic_float1d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data [mixed]
+│     └─ time [s]
+├─ dynamic_float2d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data [mixed]
+│     └─ time [s]
+├─ dynamic_float3d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data [mixed]
+│     └─ time [s]
+├─ dynamic_float4d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data [mixed]
+│     └─ time [s]
+├─ dynamic_float5d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data [mixed]
+│     └─ time [s]
+├─ dynamic_float6d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data [mixed]
+│     └─ time [s]
+├─ dynamic_integer1d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data
+│     └─ time [s]
+├─ dynamic_integer2d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data
+│     └─ time [s]
+├─ dynamic_integer3d[:]
+│  ├─ identifier
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ value
+│     ├─ data
+│     └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+└─ time [s]
+

tf

IMASdd.tf
+├─ b_field_tor_vacuum_r
+│  ├─ data [T.m]
+│  └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coil[:]
+│  ├─ conductor[:]
+│  │  ├─ cross_section
+│  │  │  ├─ delta_phi [rad]
+│  │  │  ├─ delta_r [m]
+│  │  │  └─ delta_z [m]
+│  │  ├─ current
+│  │  │  ├─ data [A]
+│  │  │  └─ time [s]
+│  │  ├─ elements
+│  │  │  ├─ centres
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ end_points
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ intermediate_points
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ names
+│  │  │  ├─ start_points
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ r [m]
+│  │  │  │  └─ z [m]
+│  │  │  └─ types
+│  │  ├─ resistance [Ohm]
+│  │  └─ voltage
+│  │     ├─ data [V]
+│  │     └─ time [s]
+│  ├─ current
+│  │  ├─ data [A]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ name
+│  ├─ resistance [Ohm]
+│  ├─ turns
+│  └─ voltage
+│     ├─ data [V]
+│     └─ time [s]
+├─ coils_n
+├─ delta_b_field_tor_vacuum_r
+│  ├─ data [T.m]
+│  └─ time [s]
+├─ field_map[:]
+│  ├─ a_field_r[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ a_field_tor[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ a_field_z[:]
+│  │  ├─ coefficients [T.m]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T.m]
+│  ├─ b_field_r[:]
+│  │  ├─ coefficients [T]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T]
+│  ├─ b_field_tor[:]
+│  │  ├─ coefficients [T]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T]
+│  ├─ b_field_z[:]
+│  │  ├─ coefficients [T]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  └─ values [T]
+│  ├─ grid
+│  │  ├─ grid_subset[:]
+│  │  │  ├─ base[:]
+│  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  ├─ dimension
+│  │  │  ├─ element[:]
+│  │  │  │  └─ object[:]
+│  │  │  │     ├─ dimension
+│  │  │  │     ├─ index
+│  │  │  │     └─ space
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ metric
+│  │  │     ├─ jacobian [mixed]
+│  │  │     ├─ tensor_contravariant [mixed]
+│  │  │     └─ tensor_covariant [mixed]
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ path
+│  │  └─ space[:]
+│  │     ├─ coordinates_type
+│  │     ├─ geometry_type
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ objects_per_dimension[:]
+│  │        ├─ geometry_content
+│  │        │  ├─ description
+│  │        │  ├─ index
+│  │        │  └─ name
+│  │        └─ object[:]
+│  │           ├─ boundary[:]
+│  │           │  ├─ index
+│  │           │  └─ neighbours
+│  │           ├─ geometry [mixed]
+│  │           ├─ geometry_2d [mixed]
+│  │           ├─ measure [m^dimension]
+│  │           └─ nodes
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ is_periodic
+├─ latency [s]
+├─ r0 [m]
+└─ time [s]
+

thomson scattering

IMASdd.thomson_scattering
+├─ channel[:]
+│  ├─ delta_position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  ├─ time [s]
+│  │  └─ z [m]
+│  ├─ distance_separatrix_midplane
+│  │  ├─ data [m]
+│  │  └─ time [s]
+│  ├─ identifier
+│  ├─ n_e
+│  │  ├─ data [m⁻³]
+│  │  └─ time [s]
+│  ├─ name
+│  ├─ position
+│  │  ├─ phi [rad]
+│  │  ├─ r [m]
+│  │  └─ z [m]
+│  └─ t_e
+│     ├─ data [eV]
+│     └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ equilibrium_id
+│  ├─ data_entry
+│  │  ├─ machine
+│  │  ├─ pulse
+│  │  ├─ pulse_type
+│  │  ├─ run
+│  │  └─ user
+│  ├─ name
+│  └─ occurrence
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ latency [s]
+├─ midplane
+│  ├─ description
+│  ├─ index
+│  └─ name
+└─ time [s]
+

transport solver numerics

IMASdd.transport_solver_numerics
+├─ boundary_conditions_1d[:]
+│  ├─ current
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ rho_tor_norm
+│  │  └─ value [mixed]
+│  ├─ electrons
+│  │  ├─ energy
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ rho_tor_norm
+│  │  │  └─ value [mixed]
+│  │  └─ particles
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ rho_tor_norm
+│  │     └─ value [mixed]
+│  ├─ energy_ion_total
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ rho_tor_norm
+│  │  └─ value [mixed]
+│  ├─ ion[:]
+│  │  ├─ a [Atomic Mass Unit]
+│  │  ├─ energy
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ rho_tor_norm
+│  │  │  └─ value [mixed]
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ particles
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ rho_tor_norm
+│  │  │  └─ value [mixed]
+│  │  ├─ state[:]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ energy
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ value [mixed]
+│  │  │  ├─ is_neutral
+│  │  │  ├─ label
+│  │  │  ├─ neutral_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ particles
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  ├─ rho_tor_norm
+│  │  │  │  └─ value [mixed]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  └─ z_min [Elementary Charge Unit]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  └─ z_n [Elementary Charge Unit]
+│  ├─ momentum_tor
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ rho_tor_norm
+│  │  └─ value [mixed]
+│  └─ time [s]
+├─ boundary_conditions_ggd[:]
+│  ├─ current[:]
+│  │  ├─ grid_index
+│  │  ├─ grid_subset_index
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ values [mixed]
+│  ├─ electrons
+│  │  ├─ energy[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ values [mixed]
+│  │  └─ particles[:]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ values [mixed]
+│  ├─ grid
+│  │  ├─ grid_subset[:]
+│  │  │  ├─ base[:]
+│  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  ├─ dimension
+│  │  │  ├─ element[:]
+│  │  │  │  └─ object[:]
+│  │  │  │     ├─ dimension
+│  │  │  │     ├─ index
+│  │  │  │     └─ space
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ metric
+│  │  │     ├─ jacobian [mixed]
+│  │  │     ├─ tensor_contravariant [mixed]
+│  │  │     └─ tensor_covariant [mixed]
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ path
+│  │  └─ space[:]
+│  │     ├─ coordinates_type
+│  │     ├─ geometry_type
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     └─ objects_per_dimension[:]
+│  │        ├─ geometry_content
+│  │        │  ├─ description
+│  │        │  ├─ index
+│  │        │  └─ name
+│  │        └─ object[:]
+│  │           ├─ boundary[:]
+│  │           │  ├─ index
+│  │           │  └─ neighbours
+│  │           ├─ geometry [mixed]
+│  │           ├─ geometry_2d [mixed]
+│  │           ├─ measure [m^dimension]
+│  │           └─ nodes
+│  ├─ ion[:]
+│  │  ├─ a [Atomic Mass Unit]
+│  │  ├─ energy[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ values [mixed]
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ particles[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ values [mixed]
+│  │  ├─ state[:]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ energy[:]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ values [mixed]
+│  │  │  ├─ is_neutral
+│  │  │  ├─ label
+│  │  │  ├─ neutral_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ particles[:]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ values [mixed]
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  └─ z_min [Elementary Charge Unit]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  └─ z_n [Elementary Charge Unit]
+│  └─ time [s]
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ convergence
+│  ├─ equations[:]
+│  │  ├─ current
+│  │  │  ├─ delta_relative
+│  │  │  │  ├─ expression
+│  │  │  │  └─ value
+│  │  │  └─ iterations_n
+│  │  ├─ electrons
+│  │  │  ├─ energy
+│  │  │  │  ├─ delta_relative
+│  │  │  │  │  ├─ expression
+│  │  │  │  │  └─ value
+│  │  │  │  └─ iterations_n
+│  │  │  └─ particles
+│  │  │     ├─ delta_relative
+│  │  │     │  ├─ expression
+│  │  │     │  └─ value
+│  │  │     └─ iterations_n
+│  │  ├─ energy_ion_total
+│  │  │  ├─ delta_relative
+│  │  │  │  ├─ expression
+│  │  │  │  └─ value
+│  │  │  └─ iterations_n
+│  │  ├─ ion[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ energy
+│  │  │  │  ├─ delta_relative
+│  │  │  │  │  ├─ expression
+│  │  │  │  │  └─ value
+│  │  │  │  └─ iterations_n
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ particles
+│  │  │  │  ├─ delta_relative
+│  │  │  │  │  ├─ expression
+│  │  │  │  │  └─ value
+│  │  │  │  └─ iterations_n
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ energy
+│  │  │  │  │  ├─ delta_relative
+│  │  │  │  │  │  ├─ expression
+│  │  │  │  │  │  └─ value
+│  │  │  │  │  └─ iterations_n
+│  │  │  │  ├─ is_neutral
+│  │  │  │  ├─ label
+│  │  │  │  ├─ neutral_type
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  ├─ particles
+│  │  │  │  │  ├─ delta_relative
+│  │  │  │  │  │  ├─ expression
+│  │  │  │  │  │  └─ value
+│  │  │  │  │  └─ iterations_n
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  ├─ z_ion [Elementary Charge Unit]
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  └─ time [s]
+│  └─ time_step
+│     ├─ data [s]
+│     └─ time [s]
+├─ derivatives_1d[:]
+│  ├─ d2_drho_tor_norm2
+│  │  ├─ n_i_total_over_n_e
+│  │  └─ pressure_ion_total [Pa]
+│  ├─ d2psi_drho_tor2 [Wb.m⁻²]
+│  ├─ d_drho_tor_norm
+│  │  ├─ n_i_total_over_n_e
+│  │  └─ pressure_ion_total [Pa]
+│  ├─ d_dt
+│  │  ├─ n_i_total_over_n_e
+│  │  └─ pressure_ion_total [Pa]
+│  ├─ d_dvolume_drho_tor_dt [m².s⁻¹]
+│  ├─ dpsi_drho_tor [Wb.m⁻¹]
+│  ├─ dpsi_dt [V]
+│  ├─ dpsi_dt_cphi [V]
+│  ├─ dpsi_dt_crho_tor_norm [V]
+│  ├─ drho_tor_dt [m.s⁻¹]
+│  ├─ electrons
+│  │  ├─ d2_drho_tor_norm2
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  ├─ d_drho_tor_norm
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  └─ d_dt
+│  │     ├─ density [m⁻³]
+│  │     ├─ density_fast [m⁻³]
+│  │     ├─ pressure [Pa]
+│  │     ├─ pressure_fast_parallel [Pa]
+│  │     ├─ pressure_fast_perpendicular [Pa]
+│  │     ├─ temperature [eV]
+│  │     ├─ velocity_pol [m.s⁻¹]
+│  │     └─ velocity_tor [m.s⁻¹]
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ surface [m²]
+│  │  └─ volume [m³]
+│  ├─ ion[:]
+│  │  ├─ a [Atomic Mass Unit]
+│  │  ├─ d2_drho_tor_norm2
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  ├─ d_drho_tor_norm
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  ├─ d_dt
+│  │  │  ├─ density [m⁻³]
+│  │  │  ├─ density_fast [m⁻³]
+│  │  │  ├─ pressure [Pa]
+│  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  ├─ temperature [eV]
+│  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  ├─ label
+│  │  ├─ multiple_states_flag
+│  │  ├─ state[:]
+│  │  │  ├─ d2_drho_tor_norm2
+│  │  │  │  ├─ density [m⁻³]
+│  │  │  │  ├─ density_fast [m⁻³]
+│  │  │  │  ├─ pressure [Pa]
+│  │  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  │  ├─ temperature [eV]
+│  │  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  │  ├─ d_drho_tor_norm
+│  │  │  │  ├─ density [m⁻³]
+│  │  │  │  ├─ density_fast [m⁻³]
+│  │  │  │  ├─ pressure [Pa]
+│  │  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  │  ├─ temperature [eV]
+│  │  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  │  ├─ d_dt
+│  │  │  │  ├─ density [m⁻³]
+│  │  │  │  ├─ density_fast [m⁻³]
+│  │  │  │  ├─ pressure [Pa]
+│  │  │  │  ├─ pressure_fast_parallel [Pa]
+│  │  │  │  ├─ pressure_fast_perpendicular [Pa]
+│  │  │  │  ├─ temperature [eV]
+│  │  │  │  ├─ velocity_pol [m.s⁻¹]
+│  │  │  │  └─ velocity_tor [m.s⁻¹]
+│  │  │  ├─ electron_configuration
+│  │  │  ├─ is_neutral
+│  │  │  ├─ label
+│  │  │  ├─ neutral_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  ├─ vibrational_mode
+│  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  └─ z_min [Elementary Charge Unit]
+│  │  ├─ z_ion [Elementary Charge Unit]
+│  │  └─ z_n [Elementary Charge Unit]
+│  └─ time [s]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ primary_coordinate
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ restart_files[:]
+│  ├─ descriptions
+│  ├─ names
+│  └─ time [s]
+├─ solver
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ solver_1d[:]
+│  ├─ control_parameters
+│  │  ├─ integer0d[:]
+│  │  │  ├─ name
+│  │  │  └─ value
+│  │  └─ real0d[:]
+│  │     ├─ name
+│  │     └─ value [mixed]
+│  ├─ d_dvolume_drho_tor_dt [m².s⁻¹]
+│  ├─ drho_tor_dt [m.s⁻¹]
+│  ├─ equation[:]
+│  │  ├─ boundary_condition[:]
+│  │  │  ├─ position [mixed]
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ value [mixed]
+│  │  ├─ coefficient[:]
+│  │  │  └─ profile [mixed]
+│  │  ├─ computation_mode
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ convergence
+│  │  │  ├─ delta_relative
+│  │  │  │  ├─ expression
+│  │  │  │  └─ value
+│  │  │  └─ iterations_n
+│  │  └─ primary_quantity
+│  │     ├─ d2_dr2 [mixed]
+│  │     ├─ d_dr [mixed]
+│  │     ├─ d_dt [mixed]
+│  │     ├─ d_dt_cphi [mixed]
+│  │     ├─ d_dt_cr [mixed]
+│  │     ├─ identifier
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ ion_index
+│  │     ├─ neutral_index
+│  │     ├─ profile [mixed]
+│  │     └─ state_index
+│  ├─ grid
+│  │  ├─ area [m²]
+│  │  ├─ psi [Wb]
+│  │  ├─ psi_boundary [Wb]
+│  │  ├─ psi_magnetic_axis [Wb]
+│  │  ├─ rho_pol_norm
+│  │  ├─ rho_tor [m]
+│  │  ├─ rho_tor_norm
+│  │  ├─ surface [m²]
+│  │  └─ volume [m³]
+│  └─ time [s]
+├─ time [s]
+├─ time_step
+│  ├─ data [s]
+│  └─ time [s]
+├─ time_step_average
+│  ├─ data [s]
+│  └─ time [s]
+├─ time_step_min
+│  ├─ data [s]
+│  └─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

turbulence

IMASdd.turbulence
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ grid_2d[:]
+│  ├─ dim1 [mixed]
+│  ├─ dim2 [mixed]
+│  └─ time [s]
+├─ grid_2d_type
+│  ├─ description
+│  ├─ index
+│  └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ profiles_2d[:]
+│  ├─ electrons
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_thermal [m⁻³]
+│  │  └─ temperature [eV]
+│  ├─ ion[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ label
+│  │  ├─ neutral_index
+│  │  ├─ temperature [eV]
+│  │  └─ z_ion [Elementary Charge Unit]
+│  ├─ neutral[:]
+│  │  ├─ density [m⁻³]
+│  │  ├─ density_thermal [m⁻³]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ ion_index
+│  │  ├─ label
+│  │  └─ temperature [eV]
+│  └─ time [s]
+└─ time [s]
+

wall

IMASdd.wall
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ description_2d[:]
+│  ├─ limiter
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ unit[:]
+│  │     ├─ closed
+│  │     ├─ component_type
+│  │     │  ├─ description
+│  │     │  ├─ index
+│  │     │  └─ name
+│  │     ├─ identifier
+│  │     ├─ name
+│  │     ├─ outline
+│  │     │  ├─ r [m]
+│  │     │  └─ z [m]
+│  │     ├─ phi_extensions [rad]
+│  │     └─ resistivity [ohm.m]
+│  ├─ mobile
+│  │  ├─ type
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  └─ unit[:]
+│  │     ├─ closed
+│  │     ├─ name
+│  │     ├─ outline[:]
+│  │     │  ├─ r [m]
+│  │     │  ├─ time [s]
+│  │     │  └─ z [m]
+│  │     ├─ phi_extensions [rad]
+│  │     └─ resistivity [ohm.m]
+│  ├─ type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  └─ vessel
+│     ├─ type
+│     │  ├─ description
+│     │  ├─ index
+│     │  └─ name
+│     └─ unit[:]
+│        ├─ annular
+│        │  ├─ centreline
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ outline_inner
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ outline_outer
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ resistivity [ohm.m]
+│        │  └─ thickness [m]
+│        ├─ element[:]
+│        │  ├─ j_tor
+│        │  │  ├─ data [A]
+│        │  │  └─ time [s]
+│        │  ├─ name
+│        │  ├─ outline
+│        │  │  ├─ closed
+│        │  │  ├─ r [m]
+│        │  │  └─ z [m]
+│        │  ├─ resistance [Ohm]
+│        │  └─ resistivity [ohm.m]
+│        ├─ identifier
+│        └─ name
+├─ description_ggd[:]
+│  ├─ component[:]
+│  │  ├─ identifiers
+│  │  ├─ time [s]
+│  │  └─ type[:]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     └─ identifier
+│  │        ├─ description
+│  │        ├─ index
+│  │        └─ name
+│  ├─ ggd[:]
+│  │  ├─ a_field[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ r [T.m]
+│  │  │  ├─ r_coefficients [T.m]
+│  │  │  ├─ toroidal [T.m]
+│  │  │  ├─ toroidal_coefficients [T.m]
+│  │  │  ├─ z [T.m]
+│  │  │  └─ z_coefficients [T.m]
+│  │  ├─ e_field[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ r [V.m⁻¹]
+│  │  │  ├─ r_coefficients [V.m⁻¹]
+│  │  │  ├─ toroidal [V.m⁻¹]
+│  │  │  ├─ toroidal_coefficients [V.m⁻¹]
+│  │  │  ├─ z [V.m⁻¹]
+│  │  │  └─ z_coefficients [V.m⁻¹]
+│  │  ├─ energy_fluxes
+│  │  │  ├─ current
+│  │  │  │  ├─ emitted[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  └─ incident[:]
+│  │  │  │     ├─ coefficients [W.m⁻²]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [W.m⁻²]
+│  │  │  ├─ kinetic
+│  │  │  │  ├─ electrons
+│  │  │  │  │  ├─ emitted[:]
+│  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  └─ incident[:]
+│  │  │  │  │     ├─ coefficients [W.m⁻²]
+│  │  │  │  │     ├─ grid_index
+│  │  │  │  │     ├─ grid_subset_index
+│  │  │  │  │     └─ values [W.m⁻²]
+│  │  │  │  ├─ ion[:]
+│  │  │  │  │  ├─ element[:]
+│  │  │  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  │  │  ├─ atoms_n
+│  │  │  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  │  │  ├─ emitted[:]
+│  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  ├─ incident[:]
+│  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  ├─ label
+│  │  │  │  │  ├─ multiple_states_flag
+│  │  │  │  │  ├─ neutral_index
+│  │  │  │  │  ├─ state[:]
+│  │  │  │  │  │  ├─ electron_configuration
+│  │  │  │  │  │  ├─ emitted[:]
+│  │  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  │  ├─ incident[:]
+│  │  │  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  │  │  ├─ label
+│  │  │  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  │  │  ├─ vibrational_mode
+│  │  │  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  │  │  └─ neutral[:]
+│  │  │  │     ├─ element[:]
+│  │  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │  │     │  ├─ atoms_n
+│  │  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │  │     ├─ emitted[:]
+│  │  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │     │  ├─ grid_index
+│  │  │  │     │  ├─ grid_subset_index
+│  │  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │  │     ├─ incident[:]
+│  │  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │     │  ├─ grid_index
+│  │  │  │     │  ├─ grid_subset_index
+│  │  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │  │     ├─ ion_index
+│  │  │  │     ├─ label
+│  │  │  │     ├─ multiple_states_flag
+│  │  │  │     └─ state[:]
+│  │  │  │        ├─ electron_configuration
+│  │  │  │        ├─ emitted[:]
+│  │  │  │        │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │        │  ├─ grid_index
+│  │  │  │        │  ├─ grid_subset_index
+│  │  │  │        │  └─ values [m⁻².s⁻¹]
+│  │  │  │        ├─ incident[:]
+│  │  │  │        │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │        │  ├─ grid_index
+│  │  │  │        │  ├─ grid_subset_index
+│  │  │  │        │  └─ values [m⁻².s⁻¹]
+│  │  │  │        ├─ label
+│  │  │  │        ├─ neutral_type
+│  │  │  │        │  ├─ description
+│  │  │  │        │  ├─ index
+│  │  │  │        │  └─ name
+│  │  │  │        ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │        └─ vibrational_mode
+│  │  │  ├─ radiation
+│  │  │  │  ├─ emitted[:]
+│  │  │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [W.m⁻²]
+│  │  │  │  └─ incident[:]
+│  │  │  │     ├─ coefficients [W.m⁻²]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [W.m⁻²]
+│  │  │  └─ recombination
+│  │  │     ├─ ion[:]
+│  │  │     │  ├─ element[:]
+│  │  │     │  │  ├─ a [Atomic Mass Unit]
+│  │  │     │  │  ├─ atoms_n
+│  │  │     │  │  └─ z_n [Elementary Charge Unit]
+│  │  │     │  ├─ emitted[:]
+│  │  │     │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [W.m⁻²]
+│  │  │     │  ├─ incident[:]
+│  │  │     │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  ├─ grid_index
+│  │  │     │  │  ├─ grid_subset_index
+│  │  │     │  │  └─ values [W.m⁻²]
+│  │  │     │  ├─ label
+│  │  │     │  ├─ multiple_states_flag
+│  │  │     │  ├─ neutral_index
+│  │  │     │  ├─ state[:]
+│  │  │     │  │  ├─ electron_configuration
+│  │  │     │  │  ├─ emitted[:]
+│  │  │     │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  │  ├─ grid_index
+│  │  │     │  │  │  ├─ grid_subset_index
+│  │  │     │  │  │  └─ values [W.m⁻²]
+│  │  │     │  │  ├─ incident[:]
+│  │  │     │  │  │  ├─ coefficients [W.m⁻²]
+│  │  │     │  │  │  ├─ grid_index
+│  │  │     │  │  │  ├─ grid_subset_index
+│  │  │     │  │  │  └─ values [W.m⁻²]
+│  │  │     │  │  ├─ label
+│  │  │     │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │     │  │  ├─ vibrational_mode
+│  │  │     │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │     │  │  └─ z_min [Elementary Charge Unit]
+│  │  │     │  └─ z_ion [Elementary Charge Unit]
+│  │  │     └─ neutral[:]
+│  │  │        ├─ element[:]
+│  │  │        │  ├─ a [Atomic Mass Unit]
+│  │  │        │  ├─ atoms_n
+│  │  │        │  └─ z_n [Elementary Charge Unit]
+│  │  │        ├─ emitted[:]
+│  │  │        │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │        │  ├─ grid_index
+│  │  │        │  ├─ grid_subset_index
+│  │  │        │  └─ values [m⁻².s⁻¹]
+│  │  │        ├─ incident[:]
+│  │  │        │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │        │  ├─ grid_index
+│  │  │        │  ├─ grid_subset_index
+│  │  │        │  └─ values [m⁻².s⁻¹]
+│  │  │        ├─ ion_index
+│  │  │        ├─ label
+│  │  │        ├─ multiple_states_flag
+│  │  │        └─ state[:]
+│  │  │           ├─ electron_configuration
+│  │  │           ├─ emitted[:]
+│  │  │           │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │           │  ├─ grid_index
+│  │  │           │  ├─ grid_subset_index
+│  │  │           │  └─ values [m⁻².s⁻¹]
+│  │  │           ├─ incident[:]
+│  │  │           │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │           │  ├─ grid_index
+│  │  │           │  ├─ grid_subset_index
+│  │  │           │  └─ values [m⁻².s⁻¹]
+│  │  │           ├─ label
+│  │  │           ├─ neutral_type
+│  │  │           │  ├─ description
+│  │  │           │  ├─ index
+│  │  │           │  └─ name
+│  │  │           ├─ vibrational_level [Elementary Charge Unit]
+│  │  │           └─ vibrational_mode
+│  │  ├─ j_total[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  ├─ r [A.m⁻²]
+│  │  │  ├─ r_coefficients [A.m⁻²]
+│  │  │  ├─ toroidal [A.m⁻²]
+│  │  │  ├─ toroidal_coefficients [A.m⁻²]
+│  │  │  ├─ z [A.m⁻²]
+│  │  │  └─ z_coefficients [A.m⁻²]
+│  │  ├─ particle_fluxes
+│  │  │  ├─ electrons
+│  │  │  │  ├─ emitted[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  └─ incident[:]
+│  │  │  │     ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │     ├─ grid_index
+│  │  │  │     ├─ grid_subset_index
+│  │  │  │     └─ values [m⁻².s⁻¹]
+│  │  │  ├─ ion[:]
+│  │  │  │  ├─ element[:]
+│  │  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  │  ├─ atoms_n
+│  │  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  │  ├─ emitted[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ incident[:]
+│  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ multiple_states_flag
+│  │  │  │  ├─ neutral_index
+│  │  │  │  ├─ state[:]
+│  │  │  │  │  ├─ electron_configuration
+│  │  │  │  │  ├─ emitted[:]
+│  │  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  │  ├─ incident[:]
+│  │  │  │  │  │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values [m⁻².s⁻¹]
+│  │  │  │  │  ├─ label
+│  │  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  │  ├─ vibrational_mode
+│  │  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  │  └─ neutral[:]
+│  │  │     ├─ element[:]
+│  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │     │  ├─ atoms_n
+│  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │     ├─ emitted[:]
+│  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │     ├─ incident[:]
+│  │  │     │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values [m⁻².s⁻¹]
+│  │  │     ├─ ion_index
+│  │  │     ├─ label
+│  │  │     ├─ multiple_states_flag
+│  │  │     └─ state[:]
+│  │  │        ├─ electron_configuration
+│  │  │        ├─ emitted[:]
+│  │  │        │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │        │  ├─ grid_index
+│  │  │        │  ├─ grid_subset_index
+│  │  │        │  └─ values [m⁻².s⁻¹]
+│  │  │        ├─ incident[:]
+│  │  │        │  ├─ coefficients [m⁻².s⁻¹]
+│  │  │        │  ├─ grid_index
+│  │  │        │  ├─ grid_subset_index
+│  │  │        │  └─ values [m⁻².s⁻¹]
+│  │  │        ├─ label
+│  │  │        ├─ neutral_type
+│  │  │        │  ├─ description
+│  │  │        │  ├─ index
+│  │  │        │  └─ name
+│  │  │        ├─ vibrational_level [Elementary Charge Unit]
+│  │  │        └─ vibrational_mode
+│  │  ├─ phi_potential[:]
+│  │  │  ├─ coefficients [V]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [V]
+│  │  ├─ power_density[:]
+│  │  │  ├─ coefficients [W.m⁻²]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [W.m⁻²]
+│  │  ├─ psi[:]
+│  │  │  ├─ coefficients [Wb]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Wb]
+│  │  ├─ recycling
+│  │  │  ├─ ion[:]
+│  │  │  │  ├─ coefficient[:]
+│  │  │  │  │  ├─ coefficients
+│  │  │  │  │  ├─ grid_index
+│  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  └─ values
+│  │  │  │  ├─ element[:]
+│  │  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  │  ├─ atoms_n
+│  │  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ multiple_states_flag
+│  │  │  │  ├─ neutral_index
+│  │  │  │  ├─ state[:]
+│  │  │  │  │  ├─ coefficient[:]
+│  │  │  │  │  │  ├─ coefficients
+│  │  │  │  │  │  ├─ grid_index
+│  │  │  │  │  │  ├─ grid_subset_index
+│  │  │  │  │  │  └─ values
+│  │  │  │  │  ├─ electron_configuration
+│  │  │  │  │  ├─ label
+│  │  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  │  ├─ vibrational_mode
+│  │  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  │  └─ neutral[:]
+│  │  │     ├─ coefficient[:]
+│  │  │     │  ├─ coefficients
+│  │  │     │  ├─ grid_index
+│  │  │     │  ├─ grid_subset_index
+│  │  │     │  └─ values
+│  │  │     ├─ element[:]
+│  │  │     │  ├─ a [Atomic Mass Unit]
+│  │  │     │  ├─ atoms_n
+│  │  │     │  └─ z_n [Elementary Charge Unit]
+│  │  │     ├─ ion_index
+│  │  │     ├─ label
+│  │  │     ├─ multiple_states_flag
+│  │  │     └─ state[:]
+│  │  │        ├─ coefficient[:]
+│  │  │        │  ├─ coefficients
+│  │  │        │  ├─ grid_index
+│  │  │        │  ├─ grid_subset_index
+│  │  │        │  └─ values
+│  │  │        ├─ electron_configuration
+│  │  │        ├─ label
+│  │  │        ├─ neutral_type
+│  │  │        │  ├─ description
+│  │  │        │  ├─ index
+│  │  │        │  └─ name
+│  │  │        ├─ vibrational_level [Elementary Charge Unit]
+│  │  │        └─ vibrational_mode
+│  │  ├─ resistivity[:]
+│  │  │  ├─ coefficients [Ohm.m]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [Ohm.m]
+│  │  ├─ temperature[:]
+│  │  │  ├─ coefficients [K]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [K]
+│  │  ├─ time [s]
+│  │  └─ v_biasing[:]
+│  │     ├─ coefficients [V]
+│  │     ├─ grid_index
+│  │     ├─ grid_subset_index
+│  │     └─ values [V]
+│  ├─ grid_ggd[:]
+│  │  ├─ grid_subset[:]
+│  │  │  ├─ base[:]
+│  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  ├─ dimension
+│  │  │  ├─ element[:]
+│  │  │  │  └─ object[:]
+│  │  │  │     ├─ dimension
+│  │  │  │     ├─ index
+│  │  │  │     └─ space
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ metric
+│  │  │     ├─ jacobian [mixed]
+│  │  │     ├─ tensor_contravariant [mixed]
+│  │  │     └─ tensor_covariant [mixed]
+│  │  ├─ identifier
+│  │  │  ├─ description
+│  │  │  ├─ index
+│  │  │  └─ name
+│  │  ├─ path
+│  │  ├─ space[:]
+│  │  │  ├─ coordinates_type
+│  │  │  ├─ geometry_type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  └─ objects_per_dimension[:]
+│  │  │     ├─ geometry_content
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     └─ object[:]
+│  │  │        ├─ boundary[:]
+│  │  │        │  ├─ index
+│  │  │        │  └─ neighbours
+│  │  │        ├─ geometry [mixed]
+│  │  │        ├─ geometry_2d [mixed]
+│  │  │        ├─ measure [m^dimension]
+│  │  │        └─ nodes
+│  │  └─ time [s]
+│  ├─ material[:]
+│  │  ├─ grid_subset[:]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ identifiers
+│  │  │     ├─ descriptions
+│  │  │     ├─ indices
+│  │  │     └─ names
+│  │  └─ time [s]
+│  ├─ thickness[:]
+│  │  ├─ grid_subset[:]
+│  │  │  ├─ coefficients [m]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [m]
+│  │  └─ time [s]
+│  └─ type
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ first_wall_enclosed_volume [m³]
+├─ first_wall_power_flux_peak
+│  ├─ data [W.m⁻²]
+│  └─ time [s]
+├─ first_wall_surface_area [m²]
+├─ global_quantities
+│  ├─ current_tor [A]
+│  ├─ electrons
+│  │  ├─ gas_puff [s⁻¹]
+│  │  ├─ particle_flux_from_plasma [s⁻¹]
+│  │  ├─ particle_flux_from_wall [s⁻¹]
+│  │  ├─ power_inner_target [W]
+│  │  ├─ power_outer_target [W]
+│  │  └─ pumping_speed [s⁻¹]
+│  ├─ neutral[:]
+│  │  ├─ element[:]
+│  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  ├─ atoms_n
+│  │  │  └─ z_n [Elementary Charge Unit]
+│  │  ├─ gas_puff [s⁻¹]
+│  │  ├─ incident_species[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ energies [eV]
+│  │  │  ├─ label
+│  │  │  ├─ sputtering_chemical_coefficient
+│  │  │  └─ sputtering_physical_coefficient
+│  │  ├─ label
+│  │  ├─ particle_flux_from_plasma [s⁻¹]
+│  │  ├─ particle_flux_from_wall [s⁻¹]
+│  │  ├─ pumping_speed [s⁻¹]
+│  │  ├─ recycling_energy_coefficient
+│  │  ├─ recycling_particles_coefficient
+│  │  └─ wall_inventory
+│  ├─ power_black_body [W]
+│  ├─ power_conducted [W]
+│  ├─ power_convected [W]
+│  ├─ power_currents [W]
+│  ├─ power_density_inner_target_max [W]
+│  ├─ power_density_outer_target_max [W]
+│  ├─ power_incident [W]
+│  ├─ power_inner_target_ion_total [W]
+│  ├─ power_neutrals [W]
+│  ├─ power_radiated [W]
+│  ├─ power_recombination_neutrals [W]
+│  ├─ power_recombination_plasma [W]
+│  ├─ power_to_cooling [W]
+│  └─ temperature [K]
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ temperature_reference
+│  ├─ data [K]
+│  └─ description
+└─ time [s]
+

waves

IMASdd.waves
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ coherent_wave[:]
+│  ├─ beam_tracing[:]
+│  │  ├─ beam[:]
+│  │  │  ├─ e_field
+│  │  │  │  ├─ minus
+│  │  │  │  │  ├─ imaginary [V.m⁻¹]
+│  │  │  │  │  └─ real [V.m⁻¹]
+│  │  │  │  ├─ parallel
+│  │  │  │  │  ├─ imaginary [V.m⁻¹]
+│  │  │  │  │  └─ real [V.m⁻¹]
+│  │  │  │  └─ plus
+│  │  │  │     ├─ imaginary [V.m⁻¹]
+│  │  │  │     └─ real [V.m⁻¹]
+│  │  │  ├─ electrons
+│  │  │  │  └─ power [W]
+│  │  │  ├─ ion[:]
+│  │  │  │  ├─ element[:]
+│  │  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  │  ├─ atoms_n
+│  │  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  │  ├─ label
+│  │  │  │  ├─ multiple_states_flag
+│  │  │  │  ├─ power [W]
+│  │  │  │  ├─ state[:]
+│  │  │  │  │  ├─ electron_configuration
+│  │  │  │  │  ├─ label
+│  │  │  │  │  ├─ power [W]
+│  │  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  │  ├─ vibrational_mode
+│  │  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  │  ├─ length [m]
+│  │  │  ├─ phase
+│  │  │  │  ├─ angle [rad]
+│  │  │  │  └─ curvature [m⁻¹]
+│  │  │  ├─ position
+│  │  │  │  ├─ phi [rad]
+│  │  │  │  ├─ psi [Wb]
+│  │  │  │  ├─ r [m]
+│  │  │  │  ├─ theta [rad]
+│  │  │  │  └─ z [m]
+│  │  │  ├─ power_flow_norm
+│  │  │  │  ├─ parallel
+│  │  │  │  └─ perpendicular
+│  │  │  ├─ power_initial [W]
+│  │  │  ├─ spot
+│  │  │  │  ├─ angle [rad]
+│  │  │  │  └─ size [m]
+│  │  │  └─ wave_vector
+│  │  │     ├─ k_r [m⁻¹]
+│  │  │     ├─ k_r_norm
+│  │  │     ├─ k_tor [m⁻¹]
+│  │  │     ├─ k_tor_norm
+│  │  │     ├─ k_z [m⁻¹]
+│  │  │     ├─ k_z_norm
+│  │  │     ├─ n_parallel
+│  │  │     ├─ n_perpendicular
+│  │  │     ├─ n_tor
+│  │  │     └─ varying_n_tor
+│  │  └─ time [s]
+│  ├─ full_wave[:]
+│  │  ├─ b_field
+│  │  │  ├─ bi_normal[:]
+│  │  │  │  ├─ coefficients [T]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [T]
+│  │  │  ├─ normal[:]
+│  │  │  │  ├─ coefficients [T]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [T]
+│  │  │  └─ parallel[:]
+│  │  │     ├─ coefficients [T]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [T]
+│  │  ├─ e_field
+│  │  │  ├─ bi_normal[:]
+│  │  │  │  ├─ coefficients [V.m⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [V.m⁻¹]
+│  │  │  ├─ minus[:]
+│  │  │  │  ├─ coefficients [V.m⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [V.m⁻¹]
+│  │  │  ├─ normal[:]
+│  │  │  │  ├─ coefficients [V.m⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [V.m⁻¹]
+│  │  │  ├─ parallel[:]
+│  │  │  │  ├─ coefficients [V.m⁻¹]
+│  │  │  │  ├─ grid_index
+│  │  │  │  ├─ grid_subset_index
+│  │  │  │  └─ values [V.m⁻¹]
+│  │  │  └─ plus[:]
+│  │  │     ├─ coefficients [V.m⁻¹]
+│  │  │     ├─ grid_index
+│  │  │     ├─ grid_subset_index
+│  │  │     └─ values [V.m⁻¹]
+│  │  ├─ grid
+│  │  │  ├─ grid_subset[:]
+│  │  │  │  ├─ base[:]
+│  │  │  │  │  ├─ jacobian [mixed]
+│  │  │  │  │  ├─ tensor_contravariant [mixed]
+│  │  │  │  │  └─ tensor_covariant [mixed]
+│  │  │  │  ├─ dimension
+│  │  │  │  ├─ element[:]
+│  │  │  │  │  └─ object[:]
+│  │  │  │  │     ├─ dimension
+│  │  │  │  │     ├─ index
+│  │  │  │  │     └─ space
+│  │  │  │  ├─ identifier
+│  │  │  │  │  ├─ description
+│  │  │  │  │  ├─ index
+│  │  │  │  │  └─ name
+│  │  │  │  └─ metric
+│  │  │  │     ├─ jacobian [mixed]
+│  │  │  │     ├─ tensor_contravariant [mixed]
+│  │  │  │     └─ tensor_covariant [mixed]
+│  │  │  ├─ identifier
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ path
+│  │  │  └─ space[:]
+│  │  │     ├─ coordinates_type
+│  │  │     ├─ geometry_type
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     ├─ identifier
+│  │  │     │  ├─ description
+│  │  │     │  ├─ index
+│  │  │     │  └─ name
+│  │  │     └─ objects_per_dimension[:]
+│  │  │        ├─ geometry_content
+│  │  │        │  ├─ description
+│  │  │        │  ├─ index
+│  │  │        │  └─ name
+│  │  │        └─ object[:]
+│  │  │           ├─ boundary[:]
+│  │  │           │  ├─ index
+│  │  │           │  └─ neighbours
+│  │  │           ├─ geometry [mixed]
+│  │  │           ├─ geometry_2d [mixed]
+│  │  │           ├─ measure [m^dimension]
+│  │  │           └─ nodes
+│  │  ├─ k_perpendicular[:]
+│  │  │  ├─ coefficients [V.m⁻¹]
+│  │  │  ├─ grid_index
+│  │  │  ├─ grid_subset_index
+│  │  │  └─ values [V.m⁻¹]
+│  │  └─ time [s]
+│  ├─ global_quantities[:]
+│  │  ├─ current_tor [A]
+│  │  ├─ current_tor_n_tor [A]
+│  │  ├─ electrons
+│  │  │  ├─ distribution_assumption
+│  │  │  ├─ power_fast [W]
+│  │  │  ├─ power_fast_n_tor [W]
+│  │  │  ├─ power_thermal [W]
+│  │  │  └─ power_thermal_n_tor [W]
+│  │  ├─ frequency [Hz]
+│  │  ├─ ion[:]
+│  │  │  ├─ distribution_assumption
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ power_fast [W]
+│  │  │  ├─ power_fast_n_tor [W]
+│  │  │  ├─ power_thermal [W]
+│  │  │  ├─ power_thermal_n_tor [W]
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ label
+│  │  │  │  ├─ power_fast [W]
+│  │  │  │  ├─ power_fast_n_tor [W]
+│  │  │  │  ├─ power_thermal [W]
+│  │  │  │  ├─ power_thermal_n_tor [W]
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ n_tor
+│  │  ├─ power [W]
+│  │  ├─ power_n_tor [W]
+│  │  └─ time [s]
+│  ├─ identifier
+│  │  ├─ antenna_name
+│  │  ├─ index_in_antenna
+│  │  └─ type
+│  │     ├─ description
+│  │     ├─ index
+│  │     └─ name
+│  ├─ profiles_1d[:]
+│  │  ├─ current_parallel_density [A.m⁻²]
+│  │  ├─ current_parallel_density_n_tor [A.m⁻²]
+│  │  ├─ current_tor_inside [A]
+│  │  ├─ current_tor_inside_n_tor [A]
+│  │  ├─ e_field_n_tor[:]
+│  │  │  ├─ minus
+│  │  │  │  ├─ amplitude [V.m⁻¹]
+│  │  │  │  └─ phase [V.m⁻¹]
+│  │  │  ├─ parallel
+│  │  │  │  ├─ amplitude [V.m⁻¹]
+│  │  │  │  └─ phase [V.m⁻¹]
+│  │  │  └─ plus
+│  │  │     ├─ amplitude [V.m⁻¹]
+│  │  │     └─ phase [V.m⁻¹]
+│  │  ├─ electrons
+│  │  │  ├─ power_density_fast [W.m⁻³]
+│  │  │  ├─ power_density_fast_n_tor [W.m⁻³]
+│  │  │  ├─ power_density_thermal [W.m⁻³]
+│  │  │  ├─ power_density_thermal_n_tor [W.m⁻³]
+│  │  │  ├─ power_inside_fast [W]
+│  │  │  ├─ power_inside_fast_n_tor [W]
+│  │  │  ├─ power_inside_thermal [W]
+│  │  │  └─ power_inside_thermal_n_tor [W]
+│  │  ├─ grid
+│  │  │  ├─ area [m²]
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ psi_boundary [Wb]
+│  │  │  ├─ psi_magnetic_axis [Wb]
+│  │  │  ├─ rho_pol_norm
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ surface [m²]
+│  │  │  └─ volume [m³]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ power_density_fast [W.m⁻³]
+│  │  │  ├─ power_density_fast_n_tor [W.m⁻³]
+│  │  │  ├─ power_density_thermal [W.m⁻³]
+│  │  │  ├─ power_density_thermal_n_tor [W.m⁻³]
+│  │  │  ├─ power_inside_fast [W]
+│  │  │  ├─ power_inside_fast_n_tor [W]
+│  │  │  ├─ power_inside_thermal [W]
+│  │  │  ├─ power_inside_thermal_n_tor [W]
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ label
+│  │  │  │  ├─ power_density_fast [W.m⁻³]
+│  │  │  │  ├─ power_density_fast_n_tor [W.m⁻³]
+│  │  │  │  ├─ power_density_thermal [W.m⁻³]
+│  │  │  │  ├─ power_density_thermal_n_tor [W.m⁻³]
+│  │  │  │  ├─ power_inside_fast [W]
+│  │  │  │  ├─ power_inside_fast_n_tor [W]
+│  │  │  │  ├─ power_inside_thermal [W]
+│  │  │  │  ├─ power_inside_thermal_n_tor [W]
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ k_perpendicular [V.m⁻¹]
+│  │  ├─ n_tor
+│  │  ├─ power_density [W.m⁻³]
+│  │  ├─ power_density_n_tor [W.m⁻³]
+│  │  ├─ power_inside [W]
+│  │  ├─ power_inside_n_tor [W]
+│  │  └─ time [s]
+│  ├─ profiles_2d[:]
+│  │  ├─ e_field_n_tor[:]
+│  │  │  ├─ minus
+│  │  │  │  ├─ amplitude [V.m⁻¹]
+│  │  │  │  └─ phase [V.m⁻¹]
+│  │  │  ├─ parallel
+│  │  │  │  ├─ amplitude [V.m⁻¹]
+│  │  │  │  └─ phase [V.m⁻¹]
+│  │  │  └─ plus
+│  │  │     ├─ amplitude [V.m⁻¹]
+│  │  │     └─ phase [V.m⁻¹]
+│  │  ├─ electrons
+│  │  │  ├─ power_density_fast [W.m⁻³]
+│  │  │  ├─ power_density_fast_n_tor [W.m⁻³]
+│  │  │  ├─ power_density_thermal [W.m⁻³]
+│  │  │  └─ power_density_thermal_n_tor [W.m⁻³]
+│  │  ├─ grid
+│  │  │  ├─ area [m²]
+│  │  │  ├─ psi [Wb]
+│  │  │  ├─ r [m]
+│  │  │  ├─ rho_tor [m]
+│  │  │  ├─ rho_tor_norm
+│  │  │  ├─ theta_geometric [rad]
+│  │  │  ├─ theta_straight [rad]
+│  │  │  ├─ type
+│  │  │  │  ├─ description
+│  │  │  │  ├─ index
+│  │  │  │  └─ name
+│  │  │  ├─ volume [m³]
+│  │  │  └─ z [m]
+│  │  ├─ ion[:]
+│  │  │  ├─ element[:]
+│  │  │  │  ├─ a [Atomic Mass Unit]
+│  │  │  │  ├─ atoms_n
+│  │  │  │  └─ z_n [Elementary Charge Unit]
+│  │  │  ├─ label
+│  │  │  ├─ multiple_states_flag
+│  │  │  ├─ power_density_fast [W.m⁻³]
+│  │  │  ├─ power_density_fast_n_tor [W.m⁻³]
+│  │  │  ├─ power_density_thermal [W.m⁻³]
+│  │  │  ├─ power_density_thermal_n_tor [W.m⁻³]
+│  │  │  ├─ state[:]
+│  │  │  │  ├─ electron_configuration
+│  │  │  │  ├─ label
+│  │  │  │  ├─ power_density_fast [W.m⁻³]
+│  │  │  │  ├─ power_density_fast_n_tor [W.m⁻³]
+│  │  │  │  ├─ power_density_thermal [W.m⁻³]
+│  │  │  │  ├─ power_density_thermal_n_tor [W.m⁻³]
+│  │  │  │  ├─ vibrational_level [Elementary Charge Unit]
+│  │  │  │  ├─ vibrational_mode
+│  │  │  │  ├─ z_max [Elementary Charge Unit]
+│  │  │  │  └─ z_min [Elementary Charge Unit]
+│  │  │  └─ z_ion [Elementary Charge Unit]
+│  │  ├─ n_tor
+│  │  ├─ power_density [W.m⁻³]
+│  │  ├─ power_density_n_tor [W.m⁻³]
+│  │  └─ time [s]
+│  └─ wave_solver_type
+│     ├─ description
+│     ├─ index
+│     └─ name
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ magnetic_axis
+│  ├─ r [m]
+│  └─ z [m]
+├─ time [s]
+└─ vacuum_toroidal_field
+   ├─ b0 [T]
+   └─ r0 [m]
+

workflow

IMASdd.workflow
+├─ code
+│  ├─ commit
+│  ├─ description
+│  ├─ library[:]
+│  │  ├─ commit
+│  │  ├─ description
+│  │  ├─ name
+│  │  ├─ parameters
+│  │  ├─ repository
+│  │  └─ version
+│  ├─ name
+│  ├─ output_flag
+│  ├─ parameters
+│  ├─ repository
+│  └─ version
+├─ ids_properties
+│  ├─ comment
+│  ├─ creation_date
+│  ├─ homogeneous_time
+│  ├─ name
+│  ├─ occurrence
+│  ├─ occurrence_type
+│  │  ├─ description
+│  │  ├─ index
+│  │  └─ name
+│  ├─ plugins
+│  │  ├─ infrastructure_get
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  ├─ infrastructure_put
+│  │  │  ├─ commit
+│  │  │  ├─ description
+│  │  │  ├─ name
+│  │  │  ├─ repository
+│  │  │  └─ version
+│  │  └─ node[:]
+│  │     ├─ get_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     ├─ path
+│  │     ├─ put_operation[:]
+│  │     │  ├─ commit
+│  │     │  ├─ description
+│  │     │  ├─ name
+│  │     │  ├─ parameters
+│  │     │  ├─ repository
+│  │     │  └─ version
+│  │     └─ readback[:]
+│  │        ├─ commit
+│  │        ├─ description
+│  │        ├─ name
+│  │        ├─ parameters
+│  │        ├─ repository
+│  │        └─ version
+│  ├─ provenance
+│  │  └─ node[:]
+│  │     ├─ path
+│  │     └─ sources
+│  ├─ provider
+│  └─ version_put
+│     ├─ access_layer
+│     ├─ access_layer_language
+│     └─ data_dictionary
+├─ time [s]
+└─ time_loop
+   ├─ component[:]
+   │  ├─ commit
+   │  ├─ description
+   │  ├─ name
+   │  ├─ parameters
+   │  ├─ repository
+   │  └─ version
+   ├─ time_end [s]
+   └─ workflow_cycle[:]
+      ├─ component[:]
+      │  ├─ control_float [mixed]
+      │  ├─ control_integer
+      │  ├─ execution_mode
+      │  ├─ index
+      │  ├─ time_interval_elapsed [s]
+      │  └─ time_interval_request [s]
+      └─ time [s]
+
diff --git a/v0.1.38/dd_details.html b/v0.1.38/dd_details.html new file mode 100644 index 000000000..e4a6932e8 --- /dev/null +++ b/v0.1.38/dd_details.html @@ -0,0 +1,6 @@ + +- · FUSE

amns_data.a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.a_σ

error of amns_data.a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.code.commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.code.library[:].name

Name of software

  • Data Type: STR_0D

amns_data.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

amns_data.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

amns_data.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.code.name

Name of software generating IDS

  • Data Type: STR_0D

amns_data.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["amns_data.time"]

amns_data.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

amns_data.code.repository

URL of software repository

  • Data Type: STR_0D

amns_data.code.version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.coordinate_system[:].coordinate[:].extrapolation_type

Extrapolation strategy when leaving the domain. The first value of the vector describes the behaviour at lower bound, the second describes the at upper bound. Possible values: 0=none, report error; 1=boundary value; 2=linear extrapolation

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

amns_data.coordinate_system[:].coordinate[:].interpolation_type

Interpolation strategy in this coordinate direction. Integer flag: 0=discrete (no interpolation); 1=linear; ...

  • Data Type: INT_0D

amns_data.coordinate_system[:].coordinate[:].label

Description of coordinate (e.g. "Electron temperature")

  • Data Type: STR_0D

amns_data.coordinate_system[:].coordinate[:].spacing

Flag for specific coordinate spacing (for optimization purposes). Integer flag: 0=undefined; 1=uniform; ...

  • Data Type: INT_0D

amns_data.coordinate_system[:].coordinate[:].transformation

Coordinate transformation applied to coordinate values stored in coord. Integer flag: 0=none; 1=log10; 2=ln

  • Data Type: INT_0D

amns_data.coordinate_system[:].coordinate[:].units

Units of coordinate (e.g. eV)

  • Data Type: STR_0D

amns_data.coordinate_system[:].coordinate[:].value_labels

String description of discrete coordinate values (if interpolation_type=0). E.g., for spectroscopic lines, the spectroscopic description of the transition.

  • Data Type: STR_1D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.coordinate_system[:].coordinate[:].values

Coordinate values

  • Units: units given by coordinate_system(:)/coordinate(:)/units
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

amns_data.coordinate_system[:].coordinate[:].values_σ

error of amnsdata.coordinatesystem[:].coordinate[:].values

  • Units: units given by coordinate_system(:)/coordinate(:)/units
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

amns_data.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

amns_data.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

amns_data.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

amns_data.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

amns_data.ids_properties.occurrence

N/A

  • Data Type: INT_0D

amns_data.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

amns_data.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

amns_data.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

amns_data.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

amns_data.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

amns_data.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

amns_data.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

amns_data.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

amns_data.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

amns_data.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

amns_data.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

amns_data.process[:].charge_state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

amns_data.process[:].charge_state[:].table_0d

0D table describing the process data

  • Units: units given by process(:)/results_units
  • Data Type: FLT_0D

amns_data.process[:].charge_state[:].table_0d_σ

error of amnsdata.process[:].chargestate[:].table_0d

  • Units: units given by process(:)/results_units
  • Data Type: FLT_0D

amns_data.process[:].charge_state[:].table_1d

1D table describing the process data

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_1D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_1d_σ

error of amnsdata.process[:].chargestate[:].table_1d

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_1D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_2d

2D table describing the process data

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_2D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_2d_σ

error of amnsdata.process[:].chargestate[:].table_2d

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_2D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_3d

3D table describing the process data

  • Units: units given by process(:)/results_units
  • Data Type: FLT_3D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_3d_σ

error of amnsdata.process[:].chargestate[:].table_3d

  • Units: units given by process(:)/results_units
  • Data Type: FLT_3D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_4d

4D table describing the process data

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_4D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_4d_σ

error of amnsdata.process[:].chargestate[:].table_4d

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_4D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_5d

5D table describing the process data

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_5D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_5d_σ

error of amnsdata.process[:].chargestate[:].table_5d

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_5D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_6d

6D table describing the process data

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_6D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].table_6d_σ

error of amnsdata.process[:].chargestate[:].table_6d

  • Units: units given by process(i1)/results_units
  • Data Type: FLT_6D
  • Coordinates: ["amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values", "amns_data.coordinate_system[:].coordinate[:].values"]

amns_data.process[:].charge_state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].charge_state[:].z_max_σ

error of amnsdata.process[:].chargestate[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].charge_state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].charge_state[:].z_min_σ

error of amnsdata.process[:].chargestate[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].citation

Reference to publication(s)

  • Data Type: STR_0D

amns_data.process[:].coordinate_index

Index in tables_coord, specifying what coordinate systems to use for this process (valid for all tables)

  • Data Type: INT_0D

amns_data.process[:].label

String identifying the process (e.g. EI, RC, ...)

  • Data Type: STR_0D

amns_data.process[:].products[:].charge

Charge number of the participant

  • Data Type: FLT_0D

amns_data.process[:].products[:].charge_σ

error of amns_data.process[:].products[:].charge

  • Data Type: FLT_0D

amns_data.process[:].products[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].products[:].element[:].a_σ

error of amns_data.process[:].products[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].products[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

amns_data.process[:].products[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].products[:].element[:].z_n_σ

error of amnsdata.process[:].products[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].products[:].label

String identifying reaction participant (e.g. "D", "e", "W", "CD4", "photon", "n")

  • Data Type: STR_0D

amns_data.process[:].products[:].mass

Mass of the participant

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].products[:].mass_σ

error of amns_data.process[:].products[:].mass

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].products[:].metastable

An array identifying the metastable; if zero-length, then not a metastable; if of length 1, then the value indicates the electronic level for the metastable (mostly used for atoms/ions); if of length 2, then the 1st would indicate the electronic level and the second the vibrational level for the metastable (mostly used for molecules and molecular ions); if of length 3, then the 1st would indicate the electronic level, the second the vibrational level and the third the rotational level for the metastable (mostly used for molecules and molecular ions)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

amns_data.process[:].products[:].metastable_label

Label identifying in text form the metastable

  • Data Type: STR_0D

amns_data.process[:].products[:].multiplicity

Multiplicity in the reaction

  • Data Type: FLT_0D

amns_data.process[:].products[:].multiplicity_σ

error of amns_data.process[:].products[:].multiplicity

  • Data Type: FLT_0D

amns_data.process[:].products[:].relative_charge

This is a flag indicating that charges are absolute (if set to 0), relative (if 1) or irrelevant (-1); relative would be used to categorize the ionization reactions from i to i+1 for all charge states; in the case of bundles, the +1 relative indicates the next bundle

  • Data Type: INT_0D

amns_data.process[:].products[:].role.description

Verbose description

  • Data Type: STR_0D

amns_data.process[:].products[:].role.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

amns_data.process[:].products[:].role.name

Short string identifier

  • Data Type: STR_0D

amns_data.process[:].provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

amns_data.process[:].reactants[:].charge

Charge number of the participant

  • Data Type: FLT_0D

amns_data.process[:].reactants[:].charge_σ

error of amns_data.process[:].reactants[:].charge

  • Data Type: FLT_0D

amns_data.process[:].reactants[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].reactants[:].element[:].a_σ

error of amns_data.process[:].reactants[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].reactants[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

amns_data.process[:].reactants[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].reactants[:].element[:].z_n_σ

error of amnsdata.process[:].reactants[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.process[:].reactants[:].label

String identifying reaction participant (e.g. "D", "e", "W", "CD4", "photon", "n")

  • Data Type: STR_0D

amns_data.process[:].reactants[:].mass

Mass of the participant

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].reactants[:].mass_σ

error of amns_data.process[:].reactants[:].mass

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

amns_data.process[:].reactants[:].metastable

An array identifying the metastable; if zero-length, then not a metastable; if of length 1, then the value indicates the electronic level for the metastable (mostly used for atoms/ions); if of length 2, then the 1st would indicate the electronic level and the second the vibrational level for the metastable (mostly used for molecules and molecular ions); if of length 3, then the 1st would indicate the electronic level, the second the vibrational level and the third the rotational level for the metastable (mostly used for molecules and molecular ions)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

amns_data.process[:].reactants[:].metastable_label

Label identifying in text form the metastable

  • Data Type: STR_0D

amns_data.process[:].reactants[:].multiplicity

Multiplicity in the reaction

  • Data Type: FLT_0D

amns_data.process[:].reactants[:].multiplicity_σ

error of amns_data.process[:].reactants[:].multiplicity

  • Data Type: FLT_0D

amns_data.process[:].reactants[:].relative_charge

This is a flag indicating that charges are absolute (if set to 0), relative (if 1) or irrelevant (-1); relative would be used to categorize the ionization reactions from i to i+1 for all charge states; in the case of bundles, the +1 relative indicates the next bundle

  • Data Type: INT_0D

amns_data.process[:].reactants[:].role.description

Verbose description

  • Data Type: STR_0D

amns_data.process[:].reactants[:].role.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

amns_data.process[:].reactants[:].role.name

Short string identifier

  • Data Type: STR_0D

amns_data.process[:].result_label

Description of the process result (rate, cross section, sputtering yield, ...)

  • Data Type: STR_0D

amns_data.process[:].result_transformation

Transformation of the process result. Integer flag: 0=no transformation; 1=10^; 2=exp()

  • Data Type: INT_0D

amns_data.process[:].result_units

Units of the process result

  • Data Type: STR_0D

amns_data.process[:].source

Filename or subroutine name used to provide this data

  • Data Type: STR_0D

amns_data.process[:].table_dimension

Table dimensionality of the process (1 to 6), valid for all charge states. Indicates which of the tables is filled (below the charge_state node)

  • Data Type: INT_0D

amns_data.release[:].data_entry[:].description

Description of this data entry

  • Data Type: STR_0D

amns_data.release[:].data_entry[:].run

Which run number is the active run number for this version

  • Data Type: INT_0D

amns_data.release[:].data_entry[:].shot

Shot number = Mass*1000+Nuclear_charge

  • Data Type: INT_0D

amns_data.release[:].date

Date of this release

  • Data Type: STR_0D

amns_data.release[:].description

Description of this release

  • Data Type: STR_0D

amns_data.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

amns_data.z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

amns_data.z_n_σ

error of amnsdata.zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

b_field_non_axisymmetric.code.commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.code.library[:].name

Name of software

  • Data Type: STR_0D

b_field_non_axisymmetric.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

b_field_non_axisymmetric.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.code.name

Name of software generating IDS

  • Data Type: STR_0D

b_field_non_axisymmetric.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["b_field_non_axisymmetric.time"]

b_field_non_axisymmetric.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

b_field_non_axisymmetric.code.repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.code.version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.configuration

In case of a constant (single time slice) b_field description, name of the corresponding scenario/configuration

  • Data Type: STR_0D

b_field_non_axisymmetric.control_surface_names

List of control surface names, refers to the ../timeslice/controlsurface index

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

b_field_non_axisymmetric.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.occurrence

N/A

  • Data Type: INT_0D

b_field_non_axisymmetric.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

b_field_non_axisymmetric.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

b_field_non_axisymmetric.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

b_field_non_axisymmetric.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_normal

Normal component of the vacuum error magnetic field on the various surface points

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_normal_σ

error of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_normal

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_normal_fourier

Fourier coefficients of the normal component of the vacuum error magnetic field on the various surface points

  • Units: T
  • Data Type: CPX_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].n_tor"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_r

R component of the vacuum error magnetic field on the various surface points

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_r_σ

error of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_r

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_tor

Toroidal component of the vacuum error magnetic field on the various surface points

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_tor_σ

error of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_tor

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_z

Z component of the vacuum error magnetic field on the various surface points

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_z_σ

error of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_z

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r", "b_field_non_axisymmetric.time_slice[:].control_surface[:].phi"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].n_tor

Toroidal mode number

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r_σ

error of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].normalvector.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.z_σ

error of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].normalvector.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r_σ

error of bfieldnonaxisymmetric.timeslice[:].control_surface[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.z_σ

error of bfieldnonaxisymmetric.timeslice[:].control_surface[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].phi

Toroidal angle array, on which the Fourier decomposition is carried out

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].control_surface[:].phi_σ

error of bfieldnonaxisymmetric.timeslice[:].control_surface[:].phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].field_map.b_field_r

R component of the vacuum error magnetic field

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.phi", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.b_field_r_σ

error of bfieldnonaxisymmetric.timeslice[:].fieldmap.bfield_r

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.phi", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.b_field_tor

Toroidal component of the vacuum error magnetic field

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.phi", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.b_field_tor_σ

error of bfieldnonaxisymmetric.timeslice[:].fieldmap.bfield_tor

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.phi", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.b_field_z

Z component of the vacuum error magnetic field

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.phi", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.b_field_z_σ

error of bfieldnonaxisymmetric.timeslice[:].fieldmap.bfield_z

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.phi", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.grid.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r"]

b_field_non_axisymmetric.time_slice[:].field_map.grid.phi_σ

error of bfieldnonaxisymmetric.timeslice[:].field_map.grid.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r"]

b_field_non_axisymmetric.time_slice[:].field_map.grid.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].field_map.grid.r_σ

error of bfieldnonaxisymmetric.timeslice[:].field_map.grid.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

b_field_non_axisymmetric.time_slice[:].field_map.grid.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r"]

b_field_non_axisymmetric.time_slice[:].field_map.grid.z_σ

error of bfieldnonaxisymmetric.timeslice[:].field_map.grid.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r"]

b_field_non_axisymmetric.time_slice[:].field_map.ripple_amplitude

Value of (bfieldmax-bfieldmin)/(bfieldmax+bfieldmin), where bfieldmax resp. bfieldmin) is the maximum (resp. minimum) of the magnetic field amplitude over a 2pi rotation in toroidal angle phi at a given R, Z position.

  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].field_map.ripple_amplitude_σ

error of bfieldnonaxisymmetric.timeslice[:].fieldmap.rippleamplitude

  • Data Type: FLT_2D
  • Coordinates: ["b_field_non_axisymmetric.time_slice[:].field_map.grid.r", "b_field_non_axisymmetric.time_slice[:].field_map.grid.z"]

b_field_non_axisymmetric.time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

balance_of_plant.Q_plant

Electricity gain of the plant (ratio of net electric / plant electricity during operation)

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.Q_plant_σ

error of balanceofplant.Q_plant

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.code.commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.code.library[:].name

Name of software

  • Data Type: STR_0D

balance_of_plant.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

balance_of_plant.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.code.name

Name of software generating IDS

  • Data Type: STR_0D

balance_of_plant.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

balance_of_plant.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

balance_of_plant.code.repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.code.version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

balance_of_plant.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

balance_of_plant.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

balance_of_plant.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

balance_of_plant.ids_properties.occurrence

N/A

  • Data Type: INT_0D

balance_of_plant.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

balance_of_plant.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

balance_of_plant.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

balance_of_plant.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

balance_of_plant.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

balance_of_plant.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

balance_of_plant.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

balance_of_plant.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

balance_of_plant.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

balance_of_plant.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

balance_of_plant.power_electric_net

Net electric power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_net_σ

error of balanceofplant.powerelectricnet

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_plant_operation.system[:].index

Index of the system, used to generate functions

  • Data Type: INT_0D

balance_of_plant.power_electric_plant_operation.system[:].name

Name of the system

  • Data Type: STR_0D

balance_of_plant.power_electric_plant_operation.system[:].power

Electrical power used to operate the system

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_plant_operation.system[:].power_σ

error of balanceofplant.powerelectricplant_operation.system[:].power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].index

Index of the system, used to generate functions

  • Data Type: INT_0D

balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].name

Name of the system

  • Data Type: STR_0D

balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].power

Electrical power used to operate the system

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].power_σ

error of balanceofplant.powerelectricplant_operation.system[:].subsystem[:].power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_plant_operation.total_power

Total

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_electric_plant_operation.total_power_σ

error of balanceofplant.powerelectricplantoperation.totalpower

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.generator_conversion_efficiency

Conversion efficiency of thermal to electric power of the steam cycle

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.generator_conversion_efficiency_σ

error of balanceofplant.powerplant.generatorconversion_efficiency

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.heat_load.breeder

The heat flow towards the breeder.

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.heat_load.breeder_σ

error of balanceofplant.powerplant.heatload.breeder

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.heat_load.divertor

The heat flow towards the divertor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.heat_load.divertor_σ

error of balanceofplant.powerplant.heatload.divertor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.heat_load.wall

The heat flow towards the wall.

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.heat_load.wall_σ

error of balanceofplant.powerplant.heatload.wall

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.power_cycle_type

Type of primary power cycle, :brayton = gas, :rankine = steam

  • Data Type: STR_0D

balance_of_plant.power_plant.power_electric_generated

The net electric power produced by the thermal plant, equal tot the power produced by turbines LESS the power consumed by pumps and compressors

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.power_electric_generated_σ

error of balanceofplant.powerplant.powerelectric_generated

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].index

Index of the system, used to generate functions

  • Data Type: INT_0D

balance_of_plant.power_plant.system[:].component[:].name

Name of the component

  • Data Type: STR_0D

balance_of_plant.power_plant.system[:].component[:].port[:].massflow

Mass Flow Rate of the fluid

  • Units: kg/s
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].massflow_σ

error of balanceofplant.power_plant.system[:].component[:].port[:].massflow

  • Units: kg/s
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].mechanicalPower

Shaft power associated with the component, (+) = into the system, (-) = out of the system

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].mechanicalPower_σ

error of balanceofplant.power_plant.system[:].component[:].port[:].mechanicalPower

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].name

Name of the port

  • Data Type: STR_0D

balance_of_plant.power_plant.system[:].component[:].port[:].pressure

Fluid pressure

  • Units: Bar
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].pressure_σ

error of balanceofplant.power_plant.system[:].component[:].port[:].pressure

  • Units: Bar
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].temperature

Fluid Temperature

  • Units: C
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].temperature_σ

error of balanceofplant.power_plant.system[:].component[:].port[:].temperature

  • Units: C
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].thermalPower

Heattransfer rate of the component, (+) = into the system, (-) = out of the system

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].component[:].port[:].thermalPower_σ

error of balanceofplant.power_plant.system[:].component[:].port[:].thermalPower

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.system[:].index

Index of the system, used to generate functions

  • Data Type: INT_0D

balance_of_plant.power_plant.system[:].name

Name of the system

  • Data Type: STR_0D

balance_of_plant.power_plant.total_heat_rejected

The total heat flow being rejected from the thermal plant

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.total_heat_rejected_σ

error of balanceofplant.powerplant.totalheat_rejected

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.total_heat_supplied

The total heat flow being supplied to the thermal Plant (Fusion thermal power).

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.power_plant.total_heat_supplied_σ

error of balanceofplant.powerplant.totalheat_supplied

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.thermal_efficiency_cycle

The fractional thermal effiency of the power cycle. Calculated as 1-Qout/Qin

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.thermal_efficiency_cycle_σ

error of balanceofplant.thermalefficiencycycle

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.thermal_efficiency_plant

The fractional thermal effiency of the entire BOP thermal plant, inlcudes all of the individual cycles. Calculated as 1-Qout/Qin

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.thermal_efficiency_plant_σ

error of balanceofplant.thermalefficiencyplant

  • Data Type: FLT_1D
  • Coordinates: ["balance_of_plant.time"]

balance_of_plant.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

barometry.code.commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.code.library[:].name

Name of software

  • Data Type: STR_0D

barometry.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

barometry.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

barometry.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.code.name

Name of software generating IDS

  • Data Type: STR_0D

barometry.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["barometry.time"]

barometry.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

barometry.code.repository

URL of software repository

  • Data Type: STR_0D

barometry.code.version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.gauge[:].calibration_coefficient

Coefficient used for converting raw signal into absolute pressure

  • Units: Pa
  • Data Type: FLT_0D

barometry.gauge[:].calibration_coefficient_σ

error of barometry.gauge[:].calibration_coefficient

  • Units: Pa
  • Data Type: FLT_0D

barometry.gauge[:].name

Name of the gauge

  • Data Type: STR_0D

barometry.gauge[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

barometry.gauge[:].position.phi_σ

error of barometry.gauge[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

barometry.gauge[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

barometry.gauge[:].position.r_σ

error of barometry.gauge[:].position.r

  • Units: m
  • Data Type: FLT_0D

barometry.gauge[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

barometry.gauge[:].position.z_σ

error of barometry.gauge[:].position.z

  • Units: m
  • Data Type: FLT_0D

barometry.gauge[:].pressure.data

Data

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["barometry.gauge[:].pressure.time"]

barometry.gauge[:].pressure.data_σ

error of barometry.gauge[:].pressure.data

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["barometry.gauge[:].pressure.time"]

barometry.gauge[:].pressure.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

barometry.gauge[:].type.description

Verbose description

  • Data Type: STR_0D

barometry.gauge[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

barometry.gauge[:].type.name

Short string identifier

  • Data Type: STR_0D

barometry.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

barometry.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

barometry.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

barometry.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

barometry.ids_properties.occurrence

N/A

  • Data Type: INT_0D

barometry.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

barometry.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

barometry.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

barometry.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

barometry.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

barometry.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

barometry.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

barometry.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

barometry.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

barometry.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

barometry.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

barometry.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

barometry.latency_σ

error of barometry.latency

  • Units: s
  • Data Type: FLT_0D

barometry.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

blanket.code.commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.code.library[:].name

Name of software

  • Data Type: STR_0D

blanket.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

blanket.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

blanket.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.code.name

Name of software generating IDS

  • Data Type: STR_0D

blanket.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

blanket.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

blanket.code.repository

URL of software repository

  • Data Type: STR_0D

blanket.code.version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

blanket.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

blanket.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

blanket.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

blanket.ids_properties.occurrence

N/A

  • Data Type: INT_0D

blanket.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

blanket.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

blanket.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

blanket.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

blanket.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

blanket.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

blanket.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

blanket.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

blanket.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

blanket.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

blanket.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

blanket.module[:].layer[:].material

Material of the layer

  • Data Type: STR_0D

blanket.module[:].layer[:].midplane_thickness

Thickness of layer evaluated at the midplane

  • Units: m
  • Data Type: FLT_0D

blanket.module[:].layer[:].midplane_thickness_σ

error of blanket.module[:].layer[:].midplane_thickness

  • Units: m
  • Data Type: FLT_0D

blanket.module[:].layer[:].name

Name of the blanket layer

  • Data Type: STR_0D

blanket.module[:].midplane_r

Radial distance from the first wall evaluated at the midplane (0.0 at the first wall)

  • Units: m
  • Data Type: FLT_1D

blanket.module[:].midplane_r_σ

error of blanket.module[:].midplane_r

  • Units: m
  • Data Type: FLT_1D

blanket.module[:].name

Name of the blanket module

  • Data Type: STR_0D

blanket.module[:].time_slice[:].midplane_volumetric_heating

Volumetric heating evaluated at the midplane

  • Units: W/m^3
  • Data Type: FLT_1D
  • Coordinates: ["blanket.module[:].midplane_r"]

blanket.module[:].time_slice[:].midplane_volumetric_heating_σ

error of blanket.module[:].timeslice[:].midplanevolumetric_heating

  • Units: W/m^3
  • Data Type: FLT_1D
  • Coordinates: ["blanket.module[:].midplane_r"]

blanket.module[:].time_slice[:].peak_escape_flux

Maximum neutron flux escaping from the back of the blanket module

  • Units: W/m^2
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].peak_escape_flux_σ

error of blanket.module[:].timeslice[:].peakescape_flux

  • Units: W/m^2
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].peak_wall_flux

Maximum neutron flux at the first wall

  • Units: W/m^2
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].peak_wall_flux_σ

error of blanket.module[:].timeslice[:].peakwall_flux

  • Units: W/m^2
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_incident_neutrons

Total incident neutron power on the blanket module

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_incident_neutrons_σ

error of blanket.module[:].timeslice[:].powerincident_neutrons

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_incident_radiated

Total incident radiative power on the blanket module

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_incident_radiated_σ

error of blanket.module[:].timeslice[:].powerincident_radiated

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_thermal_extracted

Total thermal power that is extracted from the blanket module

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_thermal_extracted_σ

error of blanket.module[:].timeslice[:].powerthermal_extracted

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_thermal_neutrons

Total neutron power (deposited + generated) in the blanket module

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_thermal_neutrons_σ

error of blanket.module[:].timeslice[:].powerthermal_neutrons

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_thermal_radiated

Total radiated power (incident - reflected) in the blanket module

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].power_thermal_radiated_σ

error of blanket.module[:].timeslice[:].powerthermal_radiated

  • Units: W
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

blanket.module[:].time_slice[:].tritium_breeding_ratio

Number of tritium atoms for each incident neutron (TBR)

  • Data Type: FLT_0D

blanket.module[:].time_slice[:].tritium_breeding_ratio_σ

error of blanket.module[:].timeslice[:].tritiumbreeding_ratio

  • Data Type: FLT_0D

blanket.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

blanket.tritium_breeding_ratio

Number of tritium atoms created for each fusion neutron (TBR)

  • Data Type: FLT_1D
  • Coordinates: ["blanket.time"]

blanket.tritium_breeding_ratio_σ

error of blanket.tritiumbreedingratio

  • Data Type: FLT_1D
  • Coordinates: ["blanket.time"]

bolometer.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].centre.phi_σ

error of bolometer.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].centre.r_σ

error of bolometer.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].centre.z_σ

error of bolometer.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

bolometer.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.channel[:].aperture[:].outline.x1_σ

error of bolometer.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.channel[:].aperture[:].outline.x1"]

bolometer.channel[:].aperture[:].outline.x2_σ

error of bolometer.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.channel[:].aperture[:].outline.x1"]

bolometer.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].radius_σ

error of bolometer.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].surface_σ

error of bolometer.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_unit_vector.x_σ

error of bolometer.channel[:].aperture[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_unit_vector.y_σ

error of bolometer.channel[:].aperture[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_unit_vector.z_σ

error of bolometer.channel[:].aperture[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x1_width_σ

error of bolometer.channel[:].aperture[:].x1_width

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_unit_vector.x_σ

error of bolometer.channel[:].aperture[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_unit_vector.y_σ

error of bolometer.channel[:].aperture[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_unit_vector.z_σ

error of bolometer.channel[:].aperture[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x2_width_σ

error of bolometer.channel[:].aperture[:].x2_width

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x3_unit_vector.x_σ

error of bolometer.channel[:].aperture[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x3_unit_vector.y_σ

error of bolometer.channel[:].aperture[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].aperture[:].x3_unit_vector.z_σ

error of bolometer.channel[:].aperture[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].detector.centre.phi_σ

error of bolometer.channel[:].detector.centre.phi

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].detector.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.centre.r_σ

error of bolometer.channel[:].detector.centre.r

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.centre.z_σ

error of bolometer.channel[:].detector.centre.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

bolometer.channel[:].detector.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.channel[:].detector.outline.x1_σ

error of bolometer.channel[:].detector.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.channel[:].detector.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.channel[:].detector.outline.x1"]

bolometer.channel[:].detector.outline.x2_σ

error of bolometer.channel[:].detector.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.channel[:].detector.outline.x1"]

bolometer.channel[:].detector.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.radius_σ

error of bolometer.channel[:].detector.radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

bolometer.channel[:].detector.surface_σ

error of bolometer.channel[:].detector.surface

  • Units: m^2
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_unit_vector.x_σ

error of bolometer.channel[:].detector.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_unit_vector.y_σ

error of bolometer.channel[:].detector.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_unit_vector.z_σ

error of bolometer.channel[:].detector.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x1_width_σ

error of bolometer.channel[:].detector.x1_width

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_unit_vector.x_σ

error of bolometer.channel[:].detector.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_unit_vector.y_σ

error of bolometer.channel[:].detector.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_unit_vector.z_σ

error of bolometer.channel[:].detector.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x2_width_σ

error of bolometer.channel[:].detector.x2_width

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x3_unit_vector.x_σ

error of bolometer.channel[:].detector.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x3_unit_vector.y_σ

error of bolometer.channel[:].detector.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].detector.x3_unit_vector.z_σ

error of bolometer.channel[:].detector.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].etendue

Etendue (geometric extent) of the channel's optical system

  • Units: m^2.sr
  • Data Type: FLT_0D

bolometer.channel[:].etendue_σ

error of bolometer.channel[:].etendue

  • Units: m^2.sr
  • Data Type: FLT_0D

bolometer.channel[:].etendue_method.description

Verbose description

  • Data Type: STR_0D

bolometer.channel[:].etendue_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

bolometer.channel[:].etendue_method.name

Short string identifier

  • Data Type: STR_0D

bolometer.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

bolometer.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.first_point.phi_σ

error of bolometer.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.first_point.r_σ

error of bolometer.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.first_point.z_σ

error of bolometer.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.second_point.phi_σ

error of bolometer.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.second_point.r_σ

error of bolometer.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.second_point.z_σ

error of bolometer.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.third_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.third_point.phi_σ

error of bolometer.channel[:].lineofsight.third_point.phi

  • Units: rad
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.third_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.third_point.r_σ

error of bolometer.channel[:].lineofsight.third_point.r

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.third_point.z

Height

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].line_of_sight.third_point.z_σ

error of bolometer.channel[:].lineofsight.third_point.z

  • Units: m
  • Data Type: FLT_0D

bolometer.channel[:].name

Name of the channel

  • Data Type: STR_0D

bolometer.channel[:].power.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.channel[:].power.time"]

bolometer.channel[:].power.data_σ

error of bolometer.channel[:].power.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.channel[:].power.time"]

bolometer.channel[:].power.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.channel[:].validity

Indicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)

  • Data Type: INT_0D

bolometer.channel[:].validity_timed.data

Data

  • Data Type: INT_1D
  • Coordinates: ["bolometer.channel[:].validity_timed.time"]

bolometer.channel[:].validity_timed.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.code.commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.code.library[:].name

Name of software

  • Data Type: STR_0D

bolometer.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bolometer.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

bolometer.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.code.name

Name of software generating IDS

  • Data Type: STR_0D

bolometer.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["bolometer.time"]

bolometer.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bolometer.code.repository

URL of software repository

  • Data Type: STR_0D

bolometer.code.version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.grid.dim1_σ

error of bolometer.grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.grid.dim2_σ

error of bolometer.grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.grid.volume_element

Volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["bolometer.grid.dim1", "bolometer.grid.dim2"]

bolometer.grid.volume_element_σ

error of bolometer.grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["bolometer.grid.dim1", "bolometer.grid.dim2"]

bolometer.grid_type.description

Verbose description

  • Data Type: STR_0D

bolometer.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

bolometer.grid_type.name

Short string identifier

  • Data Type: STR_0D

bolometer.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

bolometer.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

bolometer.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

bolometer.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

bolometer.ids_properties.occurrence

N/A

  • Data Type: INT_0D

bolometer.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

bolometer.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

bolometer.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

bolometer.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

bolometer.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bolometer.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

bolometer.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

bolometer.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

bolometer.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

bolometer.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

bolometer.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

bolometer.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

bolometer.latency_σ

error of bolometer.latency

  • Units: s
  • Data Type: FLT_0D

bolometer.power_density.data

Data

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["bolometer.grid.dim1", "bolometer.grid.dim2", "bolometer.power_density.time"]

bolometer.power_density.data_σ

error of bolometer.power_density.data

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["bolometer.grid.dim1", "bolometer.grid.dim2", "bolometer.power_density.time"]

bolometer.power_density.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bolometer.power_radiated_inside_lcfs

Radiated power from the plasma inside the Last Closed Flux Surface, reconstructed from bolometry data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.time"]

bolometer.power_radiated_inside_lcfs_σ

error of bolometer.powerradiatedinside_lcfs

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.time"]

bolometer.power_radiated_total

Total radiated power reconstructed from bolometry data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.time"]

bolometer.power_radiated_total_σ

error of bolometer.powerradiatedtotal

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["bolometer.time"]

bolometer.power_radiated_validity

Validity flag related to the radiated power reconstructions

  • Data Type: INT_1D
  • Coordinates: ["bolometer.time"]

bolometer.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.channel[:].filter.detection_efficiency

Probability of detection of a photon impacting the detector as a function of its wavelength

  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].filter.wavelengths"]

bremsstrahlung_visible.channel[:].filter.detection_efficiency_σ

error of bremsstrahlungvisible.channel[:].filter.detectionefficiency

  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].filter.wavelengths"]

bremsstrahlung_visible.channel[:].filter.wavelength_lower

Lower bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].filter.wavelength_lower_σ

error of bremsstrahlungvisible.channel[:].filter.wavelengthlower

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].filter.wavelength_upper

Upper bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].filter.wavelength_upper_σ

error of bremsstrahlungvisible.channel[:].filter.wavelengthupper

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].filter.wavelengths

Array of wavelength values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.channel[:].filter.wavelengths_σ

error of bremsstrahlung_visible.channel[:].filter.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.channel[:].intensity.data

Data

  • Units: (counts) s^-1
  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].intensity.time"]

bremsstrahlung_visible.channel[:].intensity.data_σ

error of bremsstrahlung_visible.channel[:].intensity.data

  • Units: (counts) s^-1
  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].intensity.time"]

bremsstrahlung_visible.channel[:].intensity.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.first_point.phi_σ

error of bremsstrahlungvisible.channel[:].lineofsight.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.first_point.r_σ

error of bremsstrahlungvisible.channel[:].lineofsight.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.first_point.z_σ

error of bremsstrahlungvisible.channel[:].lineofsight.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.second_point.phi_σ

error of bremsstrahlungvisible.channel[:].lineofsight.secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.second_point.r_σ

error of bremsstrahlungvisible.channel[:].lineofsight.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].line_of_sight.second_point.z_σ

error of bremsstrahlungvisible.channel[:].lineofsight.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

bremsstrahlung_visible.channel[:].name

Name of the channel

  • Data Type: STR_0D

bremsstrahlung_visible.channel[:].radiance_spectral.data

Data

  • Units: (photons).m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].radiance_spectral.time"]

bremsstrahlung_visible.channel[:].radiance_spectral.data_σ

error of bremsstrahlungvisible.channel[:].radiancespectral.data

  • Units: (photons).m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].radiance_spectral.time"]

bremsstrahlung_visible.channel[:].radiance_spectral.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.channel[:].zeff_line_average.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].zeff_line_average.time"]

bremsstrahlung_visible.channel[:].zeff_line_average.data_σ

error of bremsstrahlungvisible.channel[:].zeffline_average.data

  • Data Type: FLT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].zeff_line_average.time"]

bremsstrahlung_visible.channel[:].zeff_line_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.channel[:].zeff_line_average.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

bremsstrahlung_visible.channel[:].zeff_line_average.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["bremsstrahlung_visible.channel[:].zeff_line_average.time"]

bremsstrahlung_visible.code.commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.code.library[:].name

Name of software

  • Data Type: STR_0D

bremsstrahlung_visible.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bremsstrahlung_visible.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.code.name

Name of software generating IDS

  • Data Type: STR_0D

bremsstrahlung_visible.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["bremsstrahlung_visible.time"]

bremsstrahlung_visible.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bremsstrahlung_visible.code.repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.code.version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

bremsstrahlung_visible.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.occurrence

N/A

  • Data Type: INT_0D

bremsstrahlung_visible.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

bremsstrahlung_visible.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

bremsstrahlung_visible.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

bremsstrahlung_visible.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

bremsstrahlung_visible.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

bremsstrahlung_visible.latency_σ

error of bremsstrahlung_visible.latency

  • Units: s
  • Data Type: FLT_0D

bremsstrahlung_visible.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.code.commit

Unique commit reference of software

  • Data Type: STR_0D

build.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

build.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.code.library[:].name

Name of software

  • Data Type: STR_0D

build.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

build.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

build.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

build.code.name

Name of software generating IDS

  • Data Type: STR_0D

build.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

build.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

build.code.repository

URL of software repository

  • Data Type: STR_0D

build.code.version

Unique version (tag) of software

  • Data Type: STR_0D

build.divertors.lower.installed

1 if a lower divertor is installed

  • Data Type: INT_0D

build.divertors.upper.installed

1 if a upper divertor is installed

  • Data Type: INT_0D

build.flux_swing.flattop

Total flux required for the plasma flattop

  • Units: Wb
  • Data Type: FLT_0D

build.flux_swing.flattop_σ

error of build.flux_swing.flattop

  • Units: Wb
  • Data Type: FLT_0D

build.flux_swing.pf

Contribution of vertical field from PF coils to flux swing

  • Units: Wb
  • Data Type: FLT_0D

build.flux_swing.pf_σ

error of build.flux_swing.pf

  • Units: Wb
  • Data Type: FLT_0D

build.flux_swing.rampup

Total flux required for the plasma rampup

  • Units: Wb
  • Data Type: FLT_0D

build.flux_swing.rampup_σ

error of build.flux_swing.rampup

  • Units: Wb
  • Data Type: FLT_0D

build.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

build.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

build.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

build.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

build.ids_properties.occurrence

N/A

  • Data Type: INT_0D

build.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

build.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

build.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

build.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

build.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

build.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

build.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

build.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

build.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

build.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

build.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

build.layer[:].area

Cross sectional area of the layer

  • Units: m^2
  • Data Type: FLT_0D

build.layer[:].area_σ

error of build.layer[:].area

  • Units: m^2
  • Data Type: FLT_0D

build.layer[:].coils_inside

list of coils inside of this layer

  • Data Type: INT_1D

build.layer[:].end_radius

End radius of the layer

  • Units: m
  • Data Type: FLT_0D

build.layer[:].end_radius_σ

error of build.layer[:].end_radius

  • Units: m
  • Data Type: FLT_0D

build.layer[:].identifier

Integer to identify the same layer on the high-field-side and low-field-side

  • Data Type: INT_0D

build.layer[:].material

Material of the layer

  • Data Type: STR_0D

build.layer[:].name

Name of the layer

  • Data Type: STR_0D

build.layer[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.layer[:].outline.r_σ

error of build.layer[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.layer[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.layer[:].outline.r"]

build.layer[:].outline.z_σ

error of build.layer[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.layer[:].outline.r"]

build.layer[:].shape

Integer to identify the physical shape of the layer

  • Data Type: INT_0D

build.layer[:].shape_parameters

List of the shape specific parameters for given shape type

  • Data Type: FLT_1D

build.layer[:].shape_parameters_σ

error of build.layer[:].shape_parameters

  • Data Type: FLT_1D

build.layer[:].side

Integer set to -1 if layer is on the low-field-side and 1 if layer is on the high-field-side. 0 for plasma. 2 for inner (eg. OH) and 3 for outer (eg. cryostat)

  • Data Type: INT_0D

build.layer[:].start_radius

Start radius of the layer

  • Units: m
  • Data Type: FLT_0D

build.layer[:].start_radius_σ

error of build.layer[:].start_radius

  • Units: m
  • Data Type: FLT_0D

build.layer[:].thickness

Radial thickness of layer

  • Units: m
  • Data Type: FLT_0D

build.layer[:].thickness_σ

error of build.layer[:].thickness

  • Units: m
  • Data Type: FLT_0D

build.layer[:].type

Layer type code

  1. vacuum (use this to set mimimum radius for OH)
  2. OH
  3. TF
  4. BL
  5. Shielding
  6. Wall

-1) Vacuum vessel * Data Type: INT_0D


build.layer[:].volume

Volume of the layer

  • Units: m^3
  • Data Type: FLT_0D

build.layer[:].volume_σ

error of build.layer[:].volume

  • Units: m^3
  • Data Type: FLT_0D

build.layer[:].volume_no_structures

Volume of the layer without structures

  • Units: m^3
  • Data Type: FLT_0D

build.layer[:].volume_no_structures_σ

error of build.layer[:].volumenostructures

  • Units: m^3
  • Data Type: FLT_0D

build.oh.critical_b_field

Critical magnetic field density to quench superconducting OH

  • Units: T
  • Data Type: FLT_0D

build.oh.critical_b_field_σ

error of build.oh.criticalbfield

  • Units: T
  • Data Type: FLT_0D

build.oh.critical_j

Critical current density to quench superconducting OH

  • Units: A/m^2
  • Data Type: FLT_0D

build.oh.critical_j_σ

error of build.oh.critical_j

  • Units: A/m^2
  • Data Type: FLT_0D

build.oh.flattop_duration

Estimated duration of the flattop

  • Units: s
  • Data Type: FLT_0D

build.oh.flattop_duration_σ

error of build.oh.flattop_duration

  • Units: s
  • Data Type: FLT_0D

build.oh.max_b_field

Maximum magnetic field in the OH solenoid, as required to satisfy rampup and flattop flux consumption

  • Units: T
  • Data Type: FLT_0D

build.oh.max_b_field_σ

error of build.oh.maxbfield

  • Units: T
  • Data Type: FLT_0D

build.oh.max_j

Maximum current density in the OH solenoid, as required to satisfy rampup and flattop flux consumption

  • Units: A/m^2
  • Data Type: FLT_0D

build.oh.max_j_σ

error of build.oh.max_j

  • Units: A/m^2
  • Data Type: FLT_0D

build.oh.technology.JxB_strain

Fraction of maximum JxB strain over maximum total strain on the OH coils

  • Data Type: FLT_0D

build.oh.technology.JxB_strain_σ

error of build.oh.technology.JxB_strain

  • Data Type: FLT_0D

build.oh.technology.fraction_steel

Fraction of stainless steel in the OH coils cross-sectional areas

  • Data Type: FLT_0D

build.oh.technology.fraction_steel_σ

error of build.oh.technology.fraction_steel

  • Data Type: FLT_0D

build.oh.technology.fraction_void

Fraction of void in the OH coils cross-sectional area. Void is everything (like coolant) that is not structural nor conductor

  • Data Type: FLT_0D

build.oh.technology.fraction_void_σ

error of build.oh.technology.fraction_void

  • Data Type: FLT_0D

build.oh.technology.material

Material of the OH coils

  • Data Type: STR_0D

build.oh.technology.ratio_SC_to_copper

Fraction of superconductor to copper cross-sectional areas in OH coils

  • Data Type: FLT_0D

build.oh.technology.ratio_SC_to_copper_σ

error of build.oh.technology.ratioSCto_copper

  • Data Type: FLT_0D

build.oh.technology.temperature

OH coils temperature

  • Units: K
  • Data Type: FLT_0D

build.oh.technology.temperature_σ

error of build.oh.technology.temperature

  • Units: K
  • Data Type: FLT_0D

build.oh.technology.thermal_strain

Fraction of thermal expansion strain over maximum total strain on the OH coils

  • Data Type: FLT_0D

build.oh.technology.thermal_strain_σ

error of build.oh.technology.thermal_strain

  • Data Type: FLT_0D

build.pf_active.rail[:].coils_cleareance

Clereance that coils have from other structures

  • Units: m
  • Data Type: FLT_0D

build.pf_active.rail[:].coils_cleareance_σ

error of build.pfactive.rail[:].coilscleareance

  • Units: m
  • Data Type: FLT_0D

build.pf_active.rail[:].coils_number

Number of coils on the rail

  • Data Type: INT_0D

build.pf_active.rail[:].name

Name of the coil rail

  • Data Type: STR_0D

build.pf_active.rail[:].outline.distance

Distance along the rail skipping gaps

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.pf_active.rail[:].outline.r"]

build.pf_active.rail[:].outline.distance_σ

error of build.pf_active.rail[:].outline.distance

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.pf_active.rail[:].outline.r"]

build.pf_active.rail[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.pf_active.rail[:].outline.r_σ

error of build.pf_active.rail[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.pf_active.rail[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.pf_active.rail[:].outline.r"]

build.pf_active.rail[:].outline.z_σ

error of build.pf_active.rail[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.pf_active.rail[:].outline.r"]

build.pf_active.technology.JxB_strain

Fraction of maximum JxB strain over maximum total strain on the PF coils

  • Data Type: FLT_0D

build.pf_active.technology.JxB_strain_σ

error of build.pfactive.technology.JxBstrain

  • Data Type: FLT_0D

build.pf_active.technology.fraction_steel

Fraction of stainless steel in the PF coils cross-sectional areas

  • Data Type: FLT_0D

build.pf_active.technology.fraction_steel_σ

error of build.pfactive.technology.fractionsteel

  • Data Type: FLT_0D

build.pf_active.technology.fraction_void

Fraction of void in the PF coils cross-sectional area. Void is everything (like coolant) that is not structural nor conductor

  • Data Type: FLT_0D

build.pf_active.technology.fraction_void_σ

error of build.pfactive.technology.fractionvoid

  • Data Type: FLT_0D

build.pf_active.technology.material

Material of the PF coils

  • Data Type: STR_0D

build.pf_active.technology.ratio_SC_to_copper

Fraction of superconductor to copper cross-sectional areas in the PF coils

  • Data Type: FLT_0D

build.pf_active.technology.ratio_SC_to_copper_σ

error of build.pfactive.technology.ratioSCtocopper

  • Data Type: FLT_0D

build.pf_active.technology.temperature

PF coils temperature

  • Units: K
  • Data Type: FLT_0D

build.pf_active.technology.temperature_σ

error of build.pf_active.technology.temperature

  • Units: K
  • Data Type: FLT_0D

build.pf_active.technology.thermal_strain

Fraction of thermal expansion strain over maximum total strain on the PF coils

  • Data Type: FLT_0D

build.pf_active.technology.thermal_strain_σ

error of build.pfactive.technology.thermalstrain

  • Data Type: FLT_0D

build.structure[:].area

Cross sectional area of the structure

  • Units: m^2
  • Data Type: FLT_0D

build.structure[:].area_σ

error of build.structure[:].area

  • Units: m^2
  • Data Type: FLT_0D

build.structure[:].identifier

String to identify structure

  • Data Type: STR_0D

build.structure[:].material

Material of the structure

  • Data Type: STR_0D

build.structure[:].name

Name of the structure

  • Data Type: STR_0D

build.structure[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.structure[:].outline.r_σ

error of build.structure[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

build.structure[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.structure[:].outline.r"]

build.structure[:].outline.z_σ

error of build.structure[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["build.structure[:].outline.r"]

build.structure[:].toroidal_angles

Toroidal position(s) of the structure

  • Units: rad
  • Data Type: FLT_1D

build.structure[:].toroidal_angles_σ

error of build.structure[:].toroidal_angles

  • Units: rad
  • Data Type: FLT_1D

build.structure[:].toroidal_extent

Toroidal extent of the structure

  • Units: rad
  • Data Type: FLT_0D

build.structure[:].toroidal_extent_σ

error of build.structure[:].toroidal_extent

  • Units: rad
  • Data Type: FLT_0D

build.structure[:].type

Structure type code

  • Data Type: INT_0D

build.structure[:].volume

Volume of the structure

  • Units: m^3
  • Data Type: FLT_0D

build.structure[:].volume_σ

error of build.structure[:].volume

  • Units: m^3
  • Data Type: FLT_0D

build.tf.coils_n

Number of TF coils around the torus

  • Data Type: INT_0D

build.tf.critical_b_field

Critical magnetic field to quench superconducting TF

  • Units: T
  • Data Type: FLT_0D

build.tf.critical_b_field_σ

error of build.tf.criticalbfield

  • Units: T
  • Data Type: FLT_0D

build.tf.critical_j

Critical current density to quench superconducting TF

  • Units: A/m^2
  • Data Type: FLT_0D

build.tf.critical_j_σ

error of build.tf.critical_j

  • Units: A/m^2
  • Data Type: FLT_0D

build.tf.max_b_field

Maximum magnetic field evaluated at the TF high-field side

  • Units: T
  • Data Type: FLT_0D

build.tf.max_b_field_σ

error of build.tf.maxbfield

  • Units: T
  • Data Type: FLT_0D

build.tf.max_j

Maximum current density in the TF solenoid

  • Units: A/m^2
  • Data Type: FLT_0D

build.tf.max_j_σ

error of build.tf.max_j

  • Units: A/m^2
  • Data Type: FLT_0D

build.tf.nose_hfs_fraction

Fraction of TF radial build assigned to TF nose (solid inboard support structure)

  • Data Type: FLT_0D

build.tf.nose_hfs_fraction_σ

error of build.tf.nosehfsfraction

  • Data Type: FLT_0D

build.tf.ripple

Fraction of toroidal field ripple evaluated at the outermost radius of the plasma chamber

  • Data Type: FLT_0D

build.tf.ripple_σ

error of build.tf.ripple

  • Data Type: FLT_0D

build.tf.technology.JxB_strain

Fraction of maximum JxB strain over maximum total strain on the TF coils

  • Data Type: FLT_0D

build.tf.technology.JxB_strain_σ

error of build.tf.technology.JxB_strain

  • Data Type: FLT_0D

build.tf.technology.fraction_steel

Fraction of stainless steel in the TF coils cross-sectional areas

  • Data Type: FLT_0D

build.tf.technology.fraction_steel_σ

error of build.tf.technology.fraction_steel

  • Data Type: FLT_0D

build.tf.technology.fraction_void

Fraction of void in the TF coils cross-sectional area. Void is everything (like coolant) that is not structural nor conductor

  • Data Type: FLT_0D

build.tf.technology.fraction_void_σ

error of build.tf.technology.fraction_void

  • Data Type: FLT_0D

build.tf.technology.material

Material of the TF coils

  • Data Type: STR_0D

build.tf.technology.ratio_SC_to_copper

Fraction of superconductor to copper cross-sectional areas in the TF coils

  • Data Type: FLT_0D

build.tf.technology.ratio_SC_to_copper_σ

error of build.tf.technology.ratioSCto_copper

  • Data Type: FLT_0D

build.tf.technology.temperature

TF coils temperature

  • Units: K
  • Data Type: FLT_0D

build.tf.technology.temperature_σ

error of build.tf.technology.temperature

  • Units: K
  • Data Type: FLT_0D

build.tf.technology.thermal_strain

Fraction of thermal expansion strain over maximum total strain on the TF coils

  • Data Type: FLT_0D

build.tf.technology.thermal_strain_σ

error of build.tf.technology.thermal_strain

  • Data Type: FLT_0D

build.tf.wedge_thickness

Thickness of the TF coils wedge evaluated

  • Units: m
  • Data Type: FLT_0D

build.tf.wedge_thickness_σ

error of build.tf.wedge_thickness

  • Units: m
  • Data Type: FLT_0D

build.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.code.commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.code.library[:].name

Name of software

  • Data Type: STR_0D

calorimetry.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

calorimetry.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

calorimetry.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.code.name

Name of software generating IDS

  • Data Type: STR_0D

calorimetry.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.time"]

calorimetry.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

calorimetry.code.repository

URL of software repository

  • Data Type: STR_0D

calorimetry.code.version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.cooling_loop[:].identifier

ID of the loop

  • Data Type: STR_0D

calorimetry.cooling_loop[:].mass_flow.data

Data

  • Units: kg.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].mass_flow.time"]

calorimetry.cooling_loop[:].mass_flow.data_σ

error of calorimetry.coolingloop[:].massflow.data

  • Units: kg.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].mass_flow.time"]

calorimetry.cooling_loop[:].mass_flow.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.cooling_loop[:].mass_flow.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.cooling_loop[:].mass_flow.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].mass_flow.time"]

calorimetry.cooling_loop[:].name

Name of the loop

  • Data Type: STR_0D

calorimetry.cooling_loop[:].temperature_in.data

Data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].temperature_in.time"]

calorimetry.cooling_loop[:].temperature_in.data_σ

error of calorimetry.coolingloop[:].temperaturein.data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].temperature_in.time"]

calorimetry.cooling_loop[:].temperature_in.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.cooling_loop[:].temperature_in.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.cooling_loop[:].temperature_in.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].temperature_in.time"]

calorimetry.cooling_loop[:].temperature_out.data

Data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].temperature_out.time"]

calorimetry.cooling_loop[:].temperature_out.data_σ

error of calorimetry.coolingloop[:].temperatureout.data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].temperature_out.time"]

calorimetry.cooling_loop[:].temperature_out.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.cooling_loop[:].temperature_out.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.cooling_loop[:].temperature_out.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.cooling_loop[:].temperature_out.time"]

calorimetry.group[:].component[:].energy_cumulated.data

Data

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].energy_cumulated.time"]

calorimetry.group[:].component[:].energy_cumulated.data_σ

error of calorimetry.group[:].component[:].energy_cumulated.data

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].energy_cumulated.time"]

calorimetry.group[:].component[:].energy_cumulated.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.group[:].component[:].energy_cumulated.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].energy_cumulated.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.group[:].component[:].energy_cumulated.time"]

calorimetry.group[:].component[:].energy_total.data

Data

  • Units: J
  • Data Type: FLT_0D

calorimetry.group[:].component[:].energy_total.data_σ

error of calorimetry.group[:].component[:].energy_total.data

  • Units: J
  • Data Type: FLT_0D

calorimetry.group[:].component[:].energy_total.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].identifier

ID of the component

  • Data Type: STR_0D

calorimetry.group[:].component[:].mass_flow.data

Data

  • Units: kg.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].mass_flow.time"]

calorimetry.group[:].component[:].mass_flow.data_σ

error of calorimetry.group[:].component[:].mass_flow.data

  • Units: kg.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].mass_flow.time"]

calorimetry.group[:].component[:].mass_flow.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.group[:].component[:].mass_flow.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].mass_flow.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.group[:].component[:].mass_flow.time"]

calorimetry.group[:].component[:].name

Name of the component

  • Data Type: STR_0D

calorimetry.group[:].component[:].power.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].power.time"]

calorimetry.group[:].component[:].power.data_σ

error of calorimetry.group[:].component[:].power.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].power.time"]

calorimetry.group[:].component[:].power.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.group[:].component[:].power.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].power.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.group[:].component[:].power.time"]

calorimetry.group[:].component[:].temperature_in.data

Data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].temperature_in.time"]

calorimetry.group[:].component[:].temperature_in.data_σ

error of calorimetry.group[:].component[:].temperature_in.data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].temperature_in.time"]

calorimetry.group[:].component[:].temperature_in.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.group[:].component[:].temperature_in.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].temperature_in.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.group[:].component[:].temperature_in.time"]

calorimetry.group[:].component[:].temperature_out.data

Data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].temperature_out.time"]

calorimetry.group[:].component[:].temperature_out.data_σ

error of calorimetry.group[:].component[:].temperature_out.data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].temperature_out.time"]

calorimetry.group[:].component[:].temperature_out.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.group[:].component[:].temperature_out.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].temperature_out.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.group[:].component[:].temperature_out.time"]

calorimetry.group[:].component[:].transit_time.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].transit_time.time"]

calorimetry.group[:].component[:].transit_time.data_σ

error of calorimetry.group[:].component[:].transit_time.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["calorimetry.group[:].component[:].transit_time.time"]

calorimetry.group[:].component[:].transit_time.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

calorimetry.group[:].component[:].transit_time.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

calorimetry.group[:].component[:].transit_time.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["calorimetry.group[:].component[:].transit_time.time"]

calorimetry.group[:].identifier

ID of the group

  • Data Type: STR_0D

calorimetry.group[:].name

Name of the group

  • Data Type: STR_0D

calorimetry.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

calorimetry.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

calorimetry.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

calorimetry.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

calorimetry.ids_properties.occurrence

N/A

  • Data Type: INT_0D

calorimetry.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

calorimetry.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

calorimetry.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

calorimetry.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

calorimetry.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

calorimetry.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

calorimetry.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

calorimetry.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

calorimetry.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

calorimetry.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

calorimetry.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

calorimetry.latency_σ

error of calorimetry.latency

  • Units: s
  • Data Type: FLT_0D

calorimetry.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.calibration.luminance_to_temperature

Luminance to temperature conversion table

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...2"]

camera_ir.calibration.optical_temperature

Temperature of the optical components (digital levels)

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_ir.calibration.transmission_barrel

Transmission of the optical barrel

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_ir.calibration.transmission_mirror

Transmission of the mirror

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_ir.calibration.transmission_window

Transmission of the window

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_ir.code.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.code.library[:].name

Name of software

  • Data Type: STR_0D

camera_ir.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_ir.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

camera_ir.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.code.name

Name of software generating IDS

  • Data Type: STR_0D

camera_ir.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["camera_ir.time"]

camera_ir.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_ir.code.repository

URL of software repository

  • Data Type: STR_0D

camera_ir.code.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.fibre_bundle.fibre_positions.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.fibre_bundle.fibre_positions.x1_σ

error of camerair.fibrebundle.fibre_positions.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.fibre_bundle.fibre_positions.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.fibre_bundle.fibre_positions.x1"]

camera_ir.fibre_bundle.fibre_positions.x2_σ

error of camerair.fibrebundle.fibre_positions.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.fibre_bundle.fibre_positions.x1"]

camera_ir.fibre_bundle.fibre_radius

Radius of a single fibre

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.fibre_radius_σ

error of camerair.fibrebundle.fibre_radius

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.centre.phi_σ

error of camerair.fibrebundle.geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.centre.r_σ

error of camerair.fibrebundle.geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.centre.z_σ

error of camerair.fibrebundle.geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

camera_ir.fibre_bundle.geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.fibre_bundle.geometry.outline.x1_σ

error of camerair.fibrebundle.geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.fibre_bundle.geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.fibre_bundle.geometry.outline.x1"]

camera_ir.fibre_bundle.geometry.outline.x2_σ

error of camerair.fibrebundle.geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.fibre_bundle.geometry.outline.x1"]

camera_ir.fibre_bundle.geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.radius_σ

error of camerair.fibrebundle.geometry.radius

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.surface_σ

error of camerair.fibrebundle.geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_unit_vector.x_σ

error of camerair.fibrebundle.geometry.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_unit_vector.y_σ

error of camerair.fibrebundle.geometry.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_unit_vector.z_σ

error of camerair.fibrebundle.geometry.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x1_width_σ

error of camerair.fibrebundle.geometry.x1_width

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_unit_vector.x_σ

error of camerair.fibrebundle.geometry.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_unit_vector.y_σ

error of camerair.fibrebundle.geometry.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_unit_vector.z_σ

error of camerair.fibrebundle.geometry.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x2_width_σ

error of camerair.fibrebundle.geometry.x2_width

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x3_unit_vector.x_σ

error of camerair.fibrebundle.geometry.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x3_unit_vector.y_σ

error of camerair.fibrebundle.geometry.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.fibre_bundle.geometry.x3_unit_vector.z_σ

error of camerair.fibrebundle.geometry.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.frame[:].surface_temperature

Surface temperature image. First dimension : line index (horizontal axis). Second dimension: column index (vertical axis). The size of this matrix is assumed to be constant over time

  • Units: K
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_ir.frame[:].surface_temperature_σ

error of camerair.frame[:].surfacetemperature

  • Units: K
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_ir.frame[:].time

Time

  • Units: s
  • Data Type: FLT_0D

camera_ir.frame_analysis[:].distance_separatrix_midplane

Distance between the measurement position and the separatrix, mapped along flux surfaces to the outboard midplane, in the major radius direction. Positive value means the measurement is outside of the separatrix.

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.frame_analysis[:].distance_separatrix_midplane_σ

error of camerair.frameanalysis[:].distanceseparatrixmidplane

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.frame_analysis[:].power_flux_parallel

Parallel heat flux received by the element monitored by the camera, along the distanceseparatrixmidplane coordinate

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.frame_analysis[:].distance_separatrix_midplane"]

camera_ir.frame_analysis[:].power_flux_parallel_σ

error of camerair.frameanalysis[:].powerfluxparallel

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.frame_analysis[:].distance_separatrix_midplane"]

camera_ir.frame_analysis[:].sol_heat_decay_length

Heat flux decay length in SOL at divertor entrance, mapped to the mid-plane, this is the lambda_q parameter defined in reference T. Eich et al, Nucl. Fusion 53 (2013) 093031

  • Units: m
  • Data Type: FLT_0D

camera_ir.frame_analysis[:].sol_heat_decay_length_σ

error of camerair.frameanalysis[:].solheatdecay_length

  • Units: m
  • Data Type: FLT_0D

camera_ir.frame_analysis[:].time

Time

  • Units: s
  • Data Type: FLT_0D

camera_ir.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

camera_ir.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

camera_ir.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

camera_ir.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

camera_ir.ids_properties.occurrence

N/A

  • Data Type: INT_0D

camera_ir.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

camera_ir.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_ir.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

camera_ir.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_ir.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

camera_ir.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

camera_ir.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

camera_ir.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

camera_ir.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

camera_ir.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

camera_ir.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

camera_ir.latency_σ

error of camera_ir.latency

  • Units: s
  • Data Type: FLT_0D

camera_ir.midplane.description

Verbose description

  • Data Type: STR_0D

camera_ir.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_ir.midplane.name

Short string identifier

  • Data Type: STR_0D

camera_ir.name

Name of the camera

  • Data Type: STR_0D

camera_ir.optical_element[:].back_surface.curvature_type.description

Verbose description

  • Data Type: STR_0D

camera_ir.optical_element[:].back_surface.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_ir.optical_element[:].back_surface.curvature_type.name

Short string identifier

  • Data Type: STR_0D

camera_ir.optical_element[:].back_surface.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].back_surface.x1_curvature_σ

error of camerair.opticalelement[:].backsurface.x1curvature

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].back_surface.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].back_surface.x2_curvature_σ

error of camerair.opticalelement[:].backsurface.x2curvature

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].front_surface.curvature_type.description

Verbose description

  • Data Type: STR_0D

camera_ir.optical_element[:].front_surface.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_ir.optical_element[:].front_surface.curvature_type.name

Short string identifier

  • Data Type: STR_0D

camera_ir.optical_element[:].front_surface.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].front_surface.x1_curvature_σ

error of camerair.opticalelement[:].frontsurface.x1curvature

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].front_surface.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].front_surface.x2_curvature_σ

error of camerair.opticalelement[:].frontsurface.x2curvature

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.centre.phi_σ

error of camerair.opticalelement[:].geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.centre.r_σ

error of camerair.opticalelement[:].geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.centre.z_σ

error of camerair.opticalelement[:].geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

camera_ir.optical_element[:].geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.optical_element[:].geometry.outline.x1_σ

error of camerair.opticalelement[:].geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.optical_element[:].geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].geometry.outline.x1"]

camera_ir.optical_element[:].geometry.outline.x2_σ

error of camerair.opticalelement[:].geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].geometry.outline.x1"]

camera_ir.optical_element[:].geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.radius_σ

error of camerair.opticalelement[:].geometry.radius

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.surface_σ

error of camerair.opticalelement[:].geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_unit_vector.x_σ

error of camerair.opticalelement[:].geometry.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_unit_vector.y_σ

error of camerair.opticalelement[:].geometry.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_unit_vector.z_σ

error of camerair.opticalelement[:].geometry.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x1_width_σ

error of camerair.opticalelement[:].geometry.x1_width

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_unit_vector.x_σ

error of camerair.opticalelement[:].geometry.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_unit_vector.y_σ

error of camerair.opticalelement[:].geometry.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_unit_vector.z_σ

error of camerair.opticalelement[:].geometry.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x2_width_σ

error of camerair.opticalelement[:].geometry.x2_width

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x3_unit_vector.x_σ

error of camerair.opticalelement[:].geometry.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x3_unit_vector.y_σ

error of camerair.opticalelement[:].geometry.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].geometry.x3_unit_vector.z_σ

error of camerair.opticalelement[:].geometry.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].material_properties.extinction_coefficient

Extinction coefficient (for metal)

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.extinction_coefficient_σ

error of camerair.opticalelement[:].materialproperties.extinctioncoefficient

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.refractive_index

Refractive index (for metal and dielectric)

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.refractive_index_σ

error of camerair.opticalelement[:].materialproperties.refractiveindex

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.roughness

Roughness parameter of the material. Varies in range [0, 1]. 0 is perfectly specular, 1 is perfectly rough

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.roughness_σ

error of camerair.opticalelement[:].material_properties.roughness

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.transmission_coefficient

Transmission coefficient (for dielectric)

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.transmission_coefficient_σ

error of camerair.opticalelement[:].materialproperties.transmissioncoefficient

  • Data Type: FLT_1D
  • Coordinates: ["camera_ir.optical_element[:].material_properties.wavelengths"]

camera_ir.optical_element[:].material_properties.type.description

Verbose description

  • Data Type: STR_0D

camera_ir.optical_element[:].material_properties.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_ir.optical_element[:].material_properties.type.name

Short string identifier

  • Data Type: STR_0D

camera_ir.optical_element[:].material_properties.wavelengths

Wavelengths array for refractiveindex, extinctioncoefficient and transmission_coefficient

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.optical_element[:].material_properties.wavelengths_σ

error of camerair.opticalelement[:].material_properties.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_ir.optical_element[:].thickness

Distance between frontsurface and backsurface along the X3 vector

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].thickness_σ

error of camerair.opticalelement[:].thickness

  • Units: m
  • Data Type: FLT_0D

camera_ir.optical_element[:].type.description

Verbose description

  • Data Type: STR_0D

camera_ir.optical_element[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_ir.optical_element[:].type.name

Short string identifier

  • Data Type: STR_0D

camera_ir.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].centre.phi_σ

error of camera_visible.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].centre.r_σ

error of camera_visible.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].centre.z_σ

error of camera_visible.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

camera_visible.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].aperture[:].outline.x1_σ

error of camera_visible.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].aperture[:].outline.x1"]

camera_visible.channel[:].aperture[:].outline.x2_σ

error of camera_visible.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].aperture[:].outline.x1"]

camera_visible.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].radius_σ

error of camera_visible.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].surface_σ

error of camera_visible.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_unit_vector.x_σ

error of cameravisible.channel[:].aperture[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_unit_vector.y_σ

error of cameravisible.channel[:].aperture[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_unit_vector.z_σ

error of cameravisible.channel[:].aperture[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x1_width_σ

error of cameravisible.channel[:].aperture[:].x1width

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_unit_vector.x_σ

error of cameravisible.channel[:].aperture[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_unit_vector.y_σ

error of cameravisible.channel[:].aperture[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_unit_vector.z_σ

error of cameravisible.channel[:].aperture[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x2_width_σ

error of cameravisible.channel[:].aperture[:].x2width

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x3_unit_vector.x_σ

error of cameravisible.channel[:].aperture[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x3_unit_vector.y_σ

error of cameravisible.channel[:].aperture[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].aperture[:].x3_unit_vector.z_σ

error of cameravisible.channel[:].aperture[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].columns_n

Number of pixel columns in the horizontal direction

  • Data Type: INT_0D

camera_visible.channel[:].detector[:].counts_to_radiance

Counts to radiance factor, for each pixel of the detector. Includes both the transmission losses in the relay optics and the quantum efficiency of the camera itself, integrated over the wavelength range

  • Units: photons.m^-2.s^-1.sr^-1.counts^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_visible.channel[:].detector[:].counts_to_radiance_σ

error of cameravisible.channel[:].detector[:].countsto_radiance

  • Units: photons.m^-2.s^-1.sr^-1.counts^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_visible.channel[:].detector[:].exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].exposure_time_σ

error of cameravisible.channel[:].detector[:].exposuretime

  • Units: s
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].frame[:].image_raw

Raw image (unprocessed) (digital levels). First dimension : line index (horizontal axis). Second dimension: column index (vertical axis).

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_visible.channel[:].detector[:].frame[:].radiance

Radiance image. First dimension : line index (horizontal axis). Second dimension: column index (vertical axis).

  • Units: photons.m^-2.s^-1.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_visible.channel[:].detector[:].frame[:].radiance_σ

error of camera_visible.channel[:].detector[:].frame[:].radiance

  • Units: photons.m^-2.s^-1.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_visible.channel[:].detector[:].frame[:].time

Time

  • Units: s
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim1_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.emission_grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim2_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.emission_grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim3

Third dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim3_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.emission_grid.dim3

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.grid_type.description

Verbose description

  • Data Type: STR_0D

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.grid_type.name

Short string identifier

  • Data Type: STR_0D

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.data

Interpolated Ray Transfer Matrix (RTM, or geometry matrix), which provides transformation of the reflected light from each interpolation knot to the receiver (detector pixel). When convolving with an emission profile, the values must be interpolated to the emission grid and multiplied by the volume of the grid cells. The interpolated matrix is given on an array of interpolation knots of coordinates r, z and phi (third dimension of this array). The first two dimension correspond to the detector pixels : first dimension : line index (horizontal axis); second dimension: column index (vertical axis).

  • Units: m^-2
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.data_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.data

  • Units: m^-2
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.phi

Toroidal angle (oriented counter-clockwise when viewing from above) of interpolation knots

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.phi_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r

Major radius of interpolation knots

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.z

Height of interpolation knots

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r"]

camera_visible.channel[:].detector[:].geometry_matrix.interpolated.z_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r"]

camera_visible.channel[:].detector[:].geometry_matrix.voxel_map

Voxel map for geometry matrix. The cells with same number are merged in the computation into a single emission source meta-cell (the voxel). Cells with number -1 are excluded. Voxel count starts from 0.

  • Data Type: INT_3D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim1", "camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim2", "camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim3"]

camera_visible.channel[:].detector[:].geometry_matrix.voxels_n

Number of voxels defined in the voxel_map.

  • Data Type: INT_0D

camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data

The Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to each pixel of the receiver (detector). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxelindices. The pixel indices corresponding to an element of this array can be found in pixelindices

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.with_reflections.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.pixel_indices

List of pixel indices used in the sparse data array. The first dimension refers to the data array index. The second dimension lists the line index (horizontal axis) in first position, then the column index (vertical axis).

  • Data Type: INT_2D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data", "1...2"]

camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.voxel_indices

List of voxel indices (defined in the voxel map) used in the sparse data array

  • Data Type: INT_1D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data"]

camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data

The Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to each pixel of the receiver (detector). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxelindices. The pixel indices corresponding to an element of this array can be found in pixelindices

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data_σ

error of cameravisible.channel[:].detector[:].geometrymatrix.without_reflections.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.pixel_indices

List of pixel indices used in the sparse data array. The first dimension refers to the data array index. The second dimension lists the line index (horizontal axis) in first position, then the column index (vertical axis).

  • Data Type: INT_2D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data", "1...2"]

camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.voxel_indices

List of voxel indices (defined in the voxel map) used in the sparse data array

  • Data Type: INT_1D
  • Coordinates: ["camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data"]

camera_visible.channel[:].detector[:].lines_n

Number of pixel lines in the vertical direction

  • Data Type: INT_0D

camera_visible.channel[:].detector[:].noise

Detector noise (e.g. read-out noise) (rms counts per second exposure time)

  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].noise_σ

error of camera_visible.channel[:].detector[:].noise

  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].pixel_to_alpha

Alpha angle of each pixel in the horizontal axis

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].pixel_to_alpha_σ

error of cameravisible.channel[:].detector[:].pixelto_alpha

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].pixel_to_beta

Beta angle of each pixel in the vertical axis

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].pixel_to_beta_σ

error of cameravisible.channel[:].detector[:].pixelto_beta

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].detector[:].wavelength_lower

Lower bound of the detector wavelength range

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].wavelength_lower_σ

error of cameravisible.channel[:].detector[:].wavelengthlower

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].wavelength_upper

Upper bound of the detector wavelength range

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].detector[:].wavelength_upper_σ

error of cameravisible.channel[:].detector[:].wavelengthupper

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.fibre_positions.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].fibre_bundle.fibre_positions.x1_σ

error of cameravisible.channel[:].fibrebundle.fibre_positions.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].fibre_bundle.fibre_positions.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].fibre_bundle.fibre_positions.x1"]

camera_visible.channel[:].fibre_bundle.fibre_positions.x2_σ

error of cameravisible.channel[:].fibrebundle.fibre_positions.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].fibre_bundle.fibre_positions.x1"]

camera_visible.channel[:].fibre_bundle.fibre_radius

Radius of a single fibre

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.fibre_radius_σ

error of cameravisible.channel[:].fibrebundle.fibre_radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.centre.phi_σ

error of cameravisible.channel[:].fibrebundle.geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.centre.r_σ

error of cameravisible.channel[:].fibrebundle.geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.centre.z_σ

error of cameravisible.channel[:].fibrebundle.geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

camera_visible.channel[:].fibre_bundle.geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].fibre_bundle.geometry.outline.x1_σ

error of cameravisible.channel[:].fibrebundle.geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].fibre_bundle.geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].fibre_bundle.geometry.outline.x1"]

camera_visible.channel[:].fibre_bundle.geometry.outline.x2_σ

error of cameravisible.channel[:].fibrebundle.geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].fibre_bundle.geometry.outline.x1"]

camera_visible.channel[:].fibre_bundle.geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.radius_σ

error of cameravisible.channel[:].fibrebundle.geometry.radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.surface_σ

error of cameravisible.channel[:].fibrebundle.geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x_σ

error of cameravisible.channel[:].fibrebundle.geometry.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y_σ

error of cameravisible.channel[:].fibrebundle.geometry.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z_σ

error of cameravisible.channel[:].fibrebundle.geometry.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x1_width_σ

error of cameravisible.channel[:].fibrebundle.geometry.x1_width

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x_σ

error of cameravisible.channel[:].fibrebundle.geometry.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y_σ

error of cameravisible.channel[:].fibrebundle.geometry.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z_σ

error of cameravisible.channel[:].fibrebundle.geometry.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x2_width_σ

error of cameravisible.channel[:].fibrebundle.geometry.x2_width

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x_σ

error of cameravisible.channel[:].fibrebundle.geometry.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y_σ

error of cameravisible.channel[:].fibrebundle.geometry.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z_σ

error of cameravisible.channel[:].fibrebundle.geometry.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].name

Name of the channel

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].back_surface.curvature_type.description

Verbose description

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].back_surface.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_visible.channel[:].optical_element[:].back_surface.curvature_type.name

Short string identifier

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].back_surface.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].back_surface.x1_curvature_σ

error of cameravisible.channel[:].opticalelement[:].backsurface.x1curvature

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].back_surface.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].back_surface.x2_curvature_σ

error of cameravisible.channel[:].opticalelement[:].backsurface.x2curvature

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].front_surface.curvature_type.description

Verbose description

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].front_surface.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_visible.channel[:].optical_element[:].front_surface.curvature_type.name

Short string identifier

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].front_surface.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].front_surface.x1_curvature_σ

error of cameravisible.channel[:].opticalelement[:].frontsurface.x1curvature

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].front_surface.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].front_surface.x2_curvature_σ

error of cameravisible.channel[:].opticalelement[:].frontsurface.x2curvature

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.centre.phi_σ

error of cameravisible.channel[:].opticalelement[:].geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.centre.r_σ

error of cameravisible.channel[:].opticalelement[:].geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.centre.z_σ

error of cameravisible.channel[:].opticalelement[:].geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

camera_visible.channel[:].optical_element[:].geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].optical_element[:].geometry.outline.x1_σ

error of cameravisible.channel[:].opticalelement[:].geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].optical_element[:].geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].geometry.outline.x1"]

camera_visible.channel[:].optical_element[:].geometry.outline.x2_σ

error of cameravisible.channel[:].opticalelement[:].geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].geometry.outline.x1"]

camera_visible.channel[:].optical_element[:].geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.radius_σ

error of cameravisible.channel[:].opticalelement[:].geometry.radius

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.surface_σ

error of cameravisible.channel[:].opticalelement[:].geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x1_width_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x1_width

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x2_width_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x2_width

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z_σ

error of cameravisible.channel[:].opticalelement[:].geometry.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].material_properties.extinction_coefficient

Extinction coefficient (for metal)

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.extinction_coefficient_σ

error of cameravisible.channel[:].opticalelement[:].materialproperties.extinctioncoefficient

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.refractive_index

Refractive index (for metal and dielectric)

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.refractive_index_σ

error of cameravisible.channel[:].opticalelement[:].materialproperties.refractiveindex

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.roughness

Roughness parameter of the material. Varies in range [0, 1]. 0 is perfectly specular, 1 is perfectly rough

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.roughness_σ

error of cameravisible.channel[:].opticalelement[:].material_properties.roughness

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.transmission_coefficient

Transmission coefficient (for dielectric)

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.transmission_coefficient_σ

error of cameravisible.channel[:].opticalelement[:].materialproperties.transmissioncoefficient

  • Data Type: FLT_1D
  • Coordinates: ["camera_visible.channel[:].optical_element[:].material_properties.wavelengths"]

camera_visible.channel[:].optical_element[:].material_properties.type.description

Verbose description

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].material_properties.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_visible.channel[:].optical_element[:].material_properties.type.name

Short string identifier

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].material_properties.wavelengths

Wavelengths array for refractiveindex, extinctioncoefficient and transmission_coefficient

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].optical_element[:].material_properties.wavelengths_σ

error of cameravisible.channel[:].opticalelement[:].material_properties.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_visible.channel[:].optical_element[:].thickness

Distance between frontsurface and backsurface along the X3 vector

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].thickness_σ

error of cameravisible.channel[:].opticalelement[:].thickness

  • Units: m
  • Data Type: FLT_0D

camera_visible.channel[:].optical_element[:].type.description

Verbose description

  • Data Type: STR_0D

camera_visible.channel[:].optical_element[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_visible.channel[:].optical_element[:].type.name

Short string identifier

  • Data Type: STR_0D

camera_visible.channel[:].viewing_angle_alpha_bounds

Minimum and maximum values of alpha angle of the field of view, where alpha is the agle between the axis X3 and projection of the chord of view on the plane X1X3 counted clockwise from the top view of X2 axis. X1, X2, X3 are the ones of the first aperture (i.e. the closest to the plasma).

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_visible.channel[:].viewing_angle_alpha_bounds_σ

error of cameravisible.channel[:].viewinganglealphabounds

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_visible.channel[:].viewing_angle_beta_bounds

Minimum and maximum values of beta angle of the field of view, where beta is the angle between the axis X3 and projection of the chord of view on the plane X2X3 counted clockwise from the top view of X1 axis. X1, X2, X3 are the ones of the first aperture (i.e. the closest to the plasma).

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_visible.channel[:].viewing_angle_beta_bounds_σ

error of cameravisible.channel[:].viewinganglebetabounds

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_visible.code.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.code.library[:].name

Name of software

  • Data Type: STR_0D

camera_visible.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_visible.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

camera_visible.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.code.name

Name of software generating IDS

  • Data Type: STR_0D

camera_visible.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["camera_visible.time"]

camera_visible.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_visible.code.repository

URL of software repository

  • Data Type: STR_0D

camera_visible.code.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

camera_visible.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

camera_visible.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

camera_visible.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

camera_visible.ids_properties.occurrence

N/A

  • Data Type: INT_0D

camera_visible.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

camera_visible.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_visible.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

camera_visible.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_visible.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

camera_visible.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

camera_visible.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

camera_visible.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

camera_visible.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

camera_visible.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

camera_visible.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

camera_visible.latency_σ

error of camera_visible.latency

  • Units: s
  • Data Type: FLT_0D

camera_visible.name

Name of the camera

  • Data Type: STR_0D

camera_visible.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.aperture.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_x_rays.aperture.centre.phi_σ

error of cameraxrays.aperture.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_x_rays.aperture.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.centre.r_σ

error of cameraxrays.aperture.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.centre.z_σ

error of cameraxrays.aperture.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

camera_x_rays.aperture.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.aperture.outline.x1_σ

error of cameraxrays.aperture.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.aperture.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.aperture.outline.x1"]

camera_x_rays.aperture.outline.x2_σ

error of cameraxrays.aperture.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.aperture.outline.x1"]

camera_x_rays.aperture.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.radius_σ

error of cameraxrays.aperture.radius

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_x_rays.aperture.surface_σ

error of cameraxrays.aperture.surface

  • Units: m^2
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_unit_vector.x_σ

error of cameraxrays.aperture.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_unit_vector.y_σ

error of cameraxrays.aperture.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_unit_vector.z_σ

error of cameraxrays.aperture.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x1_width_σ

error of cameraxrays.aperture.x1_width

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_unit_vector.x_σ

error of cameraxrays.aperture.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_unit_vector.y_σ

error of cameraxrays.aperture.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_unit_vector.z_σ

error of cameraxrays.aperture.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x2_width_σ

error of cameraxrays.aperture.x2_width

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x3_unit_vector.x_σ

error of cameraxrays.aperture.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x3_unit_vector.y_σ

error of cameraxrays.aperture.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.aperture.x3_unit_vector.z_σ

error of cameraxrays.aperture.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.camera_dimensions

Total camera dimension in each direction (x1, x2)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_x_rays.camera.camera_dimensions_σ

error of cameraxrays.camera.camera_dimensions

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_x_rays.camera.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_x_rays.camera.centre.phi_σ

error of cameraxrays.camera.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_x_rays.camera.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.centre.r_σ

error of cameraxrays.camera.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.centre.z_σ

error of cameraxrays.camera.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.identifier

ID of the camera

  • Data Type: STR_0D

camera_x_rays.camera.line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.first_point.phi_σ

error of cameraxrays.camera.lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.first_point.r_σ

error of cameraxrays.camera.lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.first_point.z_σ

error of cameraxrays.camera.lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.second_point.phi_σ

error of cameraxrays.camera.lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.second_point.r_σ

error of cameraxrays.camera.lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.line_of_sight.second_point.z_σ

error of cameraxrays.camera.lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixel_dimensions

Pixel dimension in each direction (x1, x2)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_x_rays.camera.pixel_dimensions_σ

error of cameraxrays.camera.pixel_dimensions

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

camera_x_rays.camera.pixel_position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixel_position.phi_σ

error of cameraxrays.camera.pixel_position.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixel_position.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixel_position.r_σ

error of cameraxrays.camera.pixel_position.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixel_position.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixel_position.z_σ

error of cameraxrays.camera.pixel_position.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.camera.pixels_n

Number of pixels in each direction (x1, x2)

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

camera_x_rays.camera.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x1_unit_vector.x_σ

error of cameraxrays.camera.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x1_unit_vector.y_σ

error of cameraxrays.camera.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x1_unit_vector.z_σ

error of cameraxrays.camera.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x2_unit_vector.x_σ

error of cameraxrays.camera.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x2_unit_vector.y_σ

error of cameraxrays.camera.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x2_unit_vector.z_σ

error of cameraxrays.camera.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x3_unit_vector.x_σ

error of cameraxrays.camera.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x3_unit_vector.y_σ

error of cameraxrays.camera.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.camera.x3_unit_vector.z_σ

error of cameraxrays.camera.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.code.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.code.library[:].name

Name of software

  • Data Type: STR_0D

camera_x_rays.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_x_rays.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.code.name

Name of software generating IDS

  • Data Type: STR_0D

camera_x_rays.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["camera_x_rays.time"]

camera_x_rays.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_x_rays.code.repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.code.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.detector_humidity.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.detector_humidity.time"]

camera_x_rays.detector_humidity.data_σ

error of cameraxrays.detector_humidity.data

  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.detector_humidity.time"]

camera_x_rays.detector_humidity.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.detector_temperature.data

Data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.detector_temperature.time"]

camera_x_rays.detector_temperature.data_σ

error of cameraxrays.detector_temperature.data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.detector_temperature.time"]

camera_x_rays.detector_temperature.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.energy_configuration_name

Name of the chosen energy configuration (energy detection threshold)

  • Data Type: STR_0D

camera_x_rays.energy_threshold_lower

Lower energy detection threshold on each pixel of the detector (photons are counted only if their energy is above this value)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.energy_threshold_lower_σ

error of cameraxrays.energythresholdlower

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.exposure_time_σ

error of cameraxrays.exposure_time

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.filter_window.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

camera_x_rays.filter_window.centre.phi_σ

error of cameraxrays.filter_window.centre.phi

  • Units: rad
  • Data Type: FLT_0D

camera_x_rays.filter_window.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.centre.r_σ

error of cameraxrays.filter_window.centre.r

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.centre.z_σ

error of cameraxrays.filter_window.centre.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.curvature_type.description

Verbose description

  • Data Type: STR_0D

camera_x_rays.filter_window.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_x_rays.filter_window.curvature_type.name

Short string identifier

  • Data Type: STR_0D

camera_x_rays.filter_window.geometry_type.description

Verbose description

  • Data Type: STR_0D

camera_x_rays.filter_window.geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_x_rays.filter_window.geometry_type.name

Short string identifier

  • Data Type: STR_0D

camera_x_rays.filter_window.identifier

ID of the filter

  • Data Type: STR_0D

camera_x_rays.filter_window.material.description

Verbose description

  • Data Type: STR_0D

camera_x_rays.filter_window.material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_x_rays.filter_window.material.name

Short string identifier

  • Data Type: STR_0D

camera_x_rays.filter_window.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.filter_window.outline.x1_σ

error of cameraxrays.filter_window.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.filter_window.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.filter_window.outline.x1"]

camera_x_rays.filter_window.outline.x2_σ

error of cameraxrays.filter_window.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.filter_window.outline.x1"]

camera_x_rays.filter_window.photon_absorption

Probability of absorbing a photon passing through the filter as a function of its wavelength

  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.filter_window.wavelengths"]

camera_x_rays.filter_window.photon_absorption_σ

error of cameraxrays.filterwindow.photonabsorption

  • Data Type: FLT_1D
  • Coordinates: ["camera_x_rays.filter_window.wavelengths"]

camera_x_rays.filter_window.radius

Radius of the circle, used only if geometry_type/index = 2

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.radius_σ

error of cameraxrays.filter_window.radius

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.surface

Surface of the filter, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

camera_x_rays.filter_window.surface_σ

error of cameraxrays.filter_window.surface

  • Units: m^2
  • Data Type: FLT_0D

camera_x_rays.filter_window.thickness

Thickness of the filter window

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.thickness_σ

error of cameraxrays.filter_window.thickness

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.wavelength_lower

Lower bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.wavelength_lower_σ

error of cameraxrays.filterwindow.wavelengthlower

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.wavelength_upper

Upper bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.wavelength_upper_σ

error of cameraxrays.filterwindow.wavelengthupper

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.wavelengths

Array of wavelength values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.filter_window.wavelengths_σ

error of cameraxrays.filter_window.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.filter_window.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_curvature_σ

error of cameraxrays.filterwindow.x1curvature

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_unit_vector.x_σ

error of cameraxrays.filterwindow.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_unit_vector.y_σ

error of cameraxrays.filterwindow.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_unit_vector.z_σ

error of cameraxrays.filterwindow.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_width

Full width of the filter in the X1 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x1_width_σ

error of cameraxrays.filterwindow.x1width

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_curvature_σ

error of cameraxrays.filterwindow.x2curvature

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_unit_vector.x_σ

error of cameraxrays.filterwindow.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_unit_vector.y_σ

error of cameraxrays.filterwindow.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_unit_vector.z_σ

error of cameraxrays.filterwindow.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_width

Full width of the filter in the X2 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x2_width_σ

error of cameraxrays.filterwindow.x2width

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x3_unit_vector.x_σ

error of cameraxrays.filterwindow.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x3_unit_vector.y_σ

error of cameraxrays.filterwindow.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.filter_window.x3_unit_vector.z_σ

error of cameraxrays.filterwindow.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

camera_x_rays.frame[:].counts_n

Number of counts detected on each pixel during one exposure time. First dimension : line index (horizontal axis). Second dimension: column index (vertical axis).

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.frame[:].time

Time

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

camera_x_rays.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

camera_x_rays.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

camera_x_rays.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

camera_x_rays.ids_properties.occurrence

N/A

  • Data Type: INT_0D

camera_x_rays.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

camera_x_rays.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

camera_x_rays.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

camera_x_rays.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

camera_x_rays.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

camera_x_rays.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

camera_x_rays.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

camera_x_rays.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

camera_x_rays.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

camera_x_rays.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

camera_x_rays.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.latency_σ

error of cameraxrays.latency

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.name

Name of the camera

  • Data Type: STR_0D

camera_x_rays.photon_energy

List of values of the photon energy (coordinate for quantum_effiency)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.photon_energy_σ

error of cameraxrays.photon_energy

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

camera_x_rays.pixel_status

Status of each pixel : +1 for valid pixels, -1 for inactive pixels, -2 for mis-calibrated pixels.

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

camera_x_rays.quantum_efficiency

Quantum efficiency of the detector, i.e. conversion factor multiplying the number of counts to obtain the number of photons impacting the detector, tabulated as a function of the photon energy, for each pixel of the detector. If all pixels have the same quantum efficiency, just set the size of the first and second dimensions to 1

  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "camera_x_rays.photon_energy"]

camera_x_rays.quantum_efficiency_σ

error of cameraxrays.quantum_efficiency

  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "camera_x_rays.photon_energy"]

camera_x_rays.readout_time

Time used to read out each frame on the detector

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.readout_time_σ

error of cameraxrays.readout_time

  • Units: s
  • Data Type: FLT_0D

camera_x_rays.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.aperture.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

charge_exchange.aperture.centre.phi_σ

error of charge_exchange.aperture.centre.phi

  • Units: rad
  • Data Type: FLT_0D

charge_exchange.aperture.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.centre.r_σ

error of charge_exchange.aperture.centre.r

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.centre.z_σ

error of charge_exchange.aperture.centre.z

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

charge_exchange.aperture.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.aperture.outline.x1_σ

error of charge_exchange.aperture.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.aperture.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.aperture.outline.x1"]

charge_exchange.aperture.outline.x2_σ

error of charge_exchange.aperture.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.aperture.outline.x1"]

charge_exchange.aperture.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.radius_σ

error of charge_exchange.aperture.radius

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

charge_exchange.aperture.surface_σ

error of charge_exchange.aperture.surface

  • Units: m^2
  • Data Type: FLT_0D

charge_exchange.aperture.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_unit_vector.x_σ

error of chargeexchange.aperture.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_unit_vector.y_σ

error of chargeexchange.aperture.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_unit_vector.z_σ

error of chargeexchange.aperture.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x1_width_σ

error of chargeexchange.aperture.x1width

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_unit_vector.x_σ

error of chargeexchange.aperture.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_unit_vector.y_σ

error of chargeexchange.aperture.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_unit_vector.z_σ

error of chargeexchange.aperture.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x2_width_σ

error of chargeexchange.aperture.x2width

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x3_unit_vector.x_σ

error of chargeexchange.aperture.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x3_unit_vector.y_σ

error of chargeexchange.aperture.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

charge_exchange.aperture.x3_unit_vector.z_σ

error of chargeexchange.aperture.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.a

Mass of atom of the diagnostic neutral beam particle

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.a_σ

error of charge_exchange.channel[:].bes.a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.doppler_shift.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].bes.doppler_shift.time"]

charge_exchange.channel[:].bes.doppler_shift.data_σ

error of chargeexchange.channel[:].bes.dopplershift.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].bes.doppler_shift.time"]

charge_exchange.channel[:].bes.doppler_shift.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].bes.label

String identifying the diagnostic neutral beam particle

  • Data Type: STR_0D

charge_exchange.channel[:].bes.lorentz_shift.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].bes.lorentz_shift.time"]

charge_exchange.channel[:].bes.lorentz_shift.data_σ

error of chargeexchange.channel[:].bes.lorentzshift.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].bes.lorentz_shift.time"]

charge_exchange.channel[:].bes.lorentz_shift.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].bes.radiances.data

Data

  • Units: (photons) m^-2.s^-1.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].bes.radiances.time"]

charge_exchange.channel[:].bes.radiances.data_σ

error of charge_exchange.channel[:].bes.radiances.data

  • Units: (photons) m^-2.s^-1.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].bes.radiances.time"]

charge_exchange.channel[:].bes.radiances.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].bes.transition_wavelength

Unshifted wavelength of the BES transition

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.transition_wavelength_σ

error of chargeexchange.channel[:].bes.transitionwavelength

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.z_ion

Ion charge of the diagnostic neutral beam particle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.z_ion_σ

error of chargeexchange.channel[:].bes.zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.z_n

Nuclear charge of the diagnostic neutral beam particle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].bes.z_n_σ

error of chargeexchange.channel[:].bes.zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].a

Mass of atom of the ion

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion[:].a_σ

error of charge_exchange.channel[:].ion[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion[:].label

String identifying the ion (e.g. H+, D+, T+, He+2, C+6, ...)

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].n_i_over_n_e.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].n_i_over_n_e.time"]

charge_exchange.channel[:].ion[:].n_i_over_n_e.data_σ

error of chargeexchange.channel[:].ion[:].niovern_e.data

  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].n_i_over_n_e.time"]

charge_exchange.channel[:].ion[:].n_i_over_n_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].ion[:].n_i_over_n_e_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].n_i_over_n_e_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].ion[:].n_i_over_n_e_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].t_i.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].t_i.time"]

charge_exchange.channel[:].ion[:].t_i.data_σ

error of chargeexchange.channel[:].ion[:].ti.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].t_i.time"]

charge_exchange.channel[:].ion[:].t_i.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].ion[:].t_i_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].t_i_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].ion[:].t_i_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].velocity_pol.data

Data

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].velocity_pol.time"]

charge_exchange.channel[:].ion[:].velocity_pol.data_σ

error of chargeexchange.channel[:].ion[:].velocitypol.data

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].velocity_pol.time"]

charge_exchange.channel[:].ion[:].velocity_pol.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].ion[:].velocity_pol_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].velocity_pol_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].ion[:].velocity_pol_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].velocity_tor.data

Data

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].velocity_tor.time"]

charge_exchange.channel[:].ion[:].velocity_tor.data_σ

error of chargeexchange.channel[:].ion[:].velocitytor.data

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion[:].velocity_tor.time"]

charge_exchange.channel[:].ion[:].velocity_tor.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].ion[:].velocity_tor_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].velocity_tor_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].ion[:].velocity_tor_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].ion[:].z_ion

Ion charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion[:].z_ion_σ

error of chargeexchange.channel[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion[:].z_n_σ

error of chargeexchange.channel[:].ion[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].a

Mass of atom of the fast ion

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].a_σ

error of chargeexchange.channel[:].ionfast[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].label

String identifying the fast ion (e.g. H+, D+, T+, He+2, C+6, ...)

  • Data Type: STR_0D

charge_exchange.channel[:].ion_fast[:].radiance.data

Data

  • Units: (photons) m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion_fast[:].radiance.time"]

charge_exchange.channel[:].ion_fast[:].radiance.data_σ

error of chargeexchange.channel[:].ionfast[:].radiance.data

  • Units: (photons) m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].ion_fast[:].radiance.time"]

charge_exchange.channel[:].ion_fast[:].radiance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].ion_fast[:].radiance_spectral_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].ion_fast[:].radiance_spectral_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].ion_fast[:].radiance_spectral_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].ion_fast[:].transition_wavelength

Unshifted wavelength of the fast ion charge exchange transition

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].transition_wavelength_σ

error of chargeexchange.channel[:].ionfast[:].transition_wavelength

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].z_ion

Fast ion charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].z_ion_σ

error of chargeexchange.channel[:].ionfast[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].z_n

Nuclear charge of the fast ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].ion_fast[:].z_n_σ

error of chargeexchange.channel[:].ionfast[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

charge_exchange.channel[:].momentum_tor.data

Data

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].momentum_tor.time"]

charge_exchange.channel[:].momentum_tor.data_σ

error of chargeexchange.channel[:].momentumtor.data

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].momentum_tor.time"]

charge_exchange.channel[:].momentum_tor.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].momentum_tor_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].momentum_tor_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].momentum_tor_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].name

Name of the channel

  • Data Type: STR_0D

charge_exchange.channel[:].position.phi.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].position.phi.time"]

charge_exchange.channel[:].position.phi.data_σ

error of charge_exchange.channel[:].position.phi.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].position.phi.time"]

charge_exchange.channel[:].position.phi.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].position.r.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].position.r.time"]

charge_exchange.channel[:].position.r.data_σ

error of charge_exchange.channel[:].position.r.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].position.r.time"]

charge_exchange.channel[:].position.r.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].position.z.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].position.z.time"]

charge_exchange.channel[:].position.z.data_σ

error of charge_exchange.channel[:].position.z.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].position.z.time"]

charge_exchange.channel[:].position.z.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].exposure_time_σ

error of chargeexchange.channel[:].spectrum[:].exposuretime

  • Units: s
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].grating

Number of grating lines per unit length

  • Units: m^-1
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].grating_σ

error of charge_exchange.channel[:].spectrum[:].grating

  • Units: m^-1
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].instrument_function

Array of Gaussian widths and amplitudes which as a sum make up the instrument fuction. IF(lambda) = sum( instrumentfunction(1,i)/sqrt(2 * pi * instrumentfunction(2,i)^2 ) * exp( -lambda^2/(2 * instrumentfunction(2,i)^2) ) ),whereby sum( instrumentfunction(1,i) ) = 1

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

charge_exchange.channel[:].spectrum[:].instrument_function_σ

error of chargeexchange.channel[:].spectrum[:].instrumentfunction

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

charge_exchange.channel[:].spectrum[:].intensity_spectrum.data

Data

  • Units: (photoelectrons).s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].spectrum[:].intensity_spectrum.time"]

charge_exchange.channel[:].spectrum[:].intensity_spectrum.data_σ

error of chargeexchange.channel[:].spectrum[:].intensityspectrum.data

  • Units: (photoelectrons).s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].spectrum[:].intensity_spectrum.time"]

charge_exchange.channel[:].spectrum[:].intensity_spectrum.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.data

Data

  • Units: (photonelectrons).s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.data_σ

error of chargeexchange.channel[:].spectrum[:].processedline[:].intensity.data

  • Units: (photonelectrons).s^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].processed_line[:].label

String identifying the processed spectral line: Spectroscopy notation emitting element (e.g. D I, Be IV, W I, C VI), transition - if known - between round brackets (e.g. (3-2) ) and indication type of charge exchange - if applicable - between square brackets (e.g. [ACX] or [PCX]). Example for beryllium active charge exchange line at 468.5 nm: 'Be IV (8-6) [ACX]'. Example for impact excitation tungsten line coming from the plasma edge: 'W I'

  • Data Type: STR_0D

charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.data

Data

  • Units: m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.data_σ

error of chargeexchange.channel[:].spectrum[:].processedline[:].radiance.data

  • Units: m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].processed_line[:].shift.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].shift.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].shift.data_σ

error of chargeexchange.channel[:].spectrum[:].processedline[:].shift.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].shift.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].shift.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].processed_line[:].wavelength_central

Unshifted central wavelength of the processed spectral line

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].processed_line[:].wavelength_central_σ

error of chargeexchange.channel[:].spectrum[:].processedline[:].wavelength_central

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].processed_line[:].width.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].width.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].width.data_σ

error of chargeexchange.channel[:].spectrum[:].processedline[:].width.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].processed_line[:].width.time"]

charge_exchange.channel[:].spectrum[:].processed_line[:].width.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].radiance_calibration

Radiance calibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].wavelengths"]

charge_exchange.channel[:].spectrum[:].radiance_calibration_σ

error of chargeexchange.channel[:].spectrum[:].radiancecalibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].spectrum[:].wavelengths"]

charge_exchange.channel[:].spectrum[:].radiance_calibration_date

Date of the radiance calibration (yyyymmdd)

  • Data Type: STR_0D

charge_exchange.channel[:].spectrum[:].radiance_continuum.data

Data

  • Units: m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].spectrum[:].radiance_continuum.time"]

charge_exchange.channel[:].spectrum[:].radiance_continuum.data_σ

error of chargeexchange.channel[:].spectrum[:].radiancecontinuum.data

  • Units: m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].spectrum[:].radiance_continuum.time"]

charge_exchange.channel[:].spectrum[:].radiance_continuum.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].radiance_spectral.data

Data

  • Units: (photons) m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].spectrum[:].radiance_spectral.time"]

charge_exchange.channel[:].spectrum[:].radiance_spectral.data_σ

error of chargeexchange.channel[:].spectrum[:].radiancespectral.data

  • Units: (photons) m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "charge_exchange.channel[:].spectrum[:].radiance_spectral.time"]

charge_exchange.channel[:].spectrum[:].radiance_spectral.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].slit_width

Width of the slit (placed in the object focal plane)

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].slit_width_σ

error of chargeexchange.channel[:].spectrum[:].slitwidth

  • Units: m
  • Data Type: FLT_0D

charge_exchange.channel[:].spectrum[:].wavelength_calibration_date

Date of the wavelength calibration (yyyymmdd)

  • Data Type: STR_0D

charge_exchange.channel[:].spectrum[:].wavelengths

Measured wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].spectrum[:].wavelengths_σ

error of charge_exchange.channel[:].spectrum[:].wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].t_i_average.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].t_i_average.time"]

charge_exchange.channel[:].t_i_average.data_σ

error of chargeexchange.channel[:].ti_average.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].t_i_average.time"]

charge_exchange.channel[:].t_i_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].t_i_average_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].t_i_average_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].t_i_average_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].zeff.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].zeff.time"]

charge_exchange.channel[:].zeff.data_σ

error of charge_exchange.channel[:].zeff.data

  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].zeff.time"]

charge_exchange.channel[:].zeff.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].zeff_line_average.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].zeff_line_average.time"]

charge_exchange.channel[:].zeff_line_average.data_σ

error of chargeexchange.channel[:].zeffline_average.data

  • Data Type: FLT_1D
  • Coordinates: ["charge_exchange.channel[:].zeff_line_average.time"]

charge_exchange.channel[:].zeff_line_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

charge_exchange.channel[:].zeff_line_average_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].zeff_line_average_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].zeff_line_average_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.channel[:].zeff_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.channel[:].zeff_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.channel[:].zeff_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.code.commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.code.library[:].name

Name of software

  • Data Type: STR_0D

charge_exchange.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

charge_exchange.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.code.name

Name of software generating IDS

  • Data Type: STR_0D

charge_exchange.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["charge_exchange.time"]

charge_exchange.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

charge_exchange.code.repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.code.version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.etendue

Etendue (geometric extent) of the optical system

  • Units: m^2.str
  • Data Type: FLT_0D

charge_exchange.etendue_σ

error of charge_exchange.etendue

  • Units: m^2.str
  • Data Type: FLT_0D

charge_exchange.etendue_method.description

Verbose description

  • Data Type: STR_0D

charge_exchange.etendue_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.etendue_method.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

charge_exchange.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

charge_exchange.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

charge_exchange.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

charge_exchange.ids_properties.occurrence

N/A

  • Data Type: INT_0D

charge_exchange.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

charge_exchange.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

charge_exchange.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

charge_exchange.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

charge_exchange.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

charge_exchange.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

charge_exchange.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

charge_exchange.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

charge_exchange.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

charge_exchange.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

charge_exchange.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

charge_exchange.latency_σ

error of charge_exchange.latency

  • Units: s
  • Data Type: FLT_0D

charge_exchange.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.code.commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.code.library[:].name

Name of software

  • Data Type: STR_0D

coils_non_axisymmetric.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

coils_non_axisymmetric.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.code.name

Name of software generating IDS

  • Data Type: STR_0D

coils_non_axisymmetric.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["coils_non_axisymmetric.time"]

coils_non_axisymmetric.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

coils_non_axisymmetric.code.repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.code.version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].area

Area of the conductor cross-section, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].area_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].area

  • Units: m^2
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].height

Full height of the rectangle in the binormal direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].height_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].height

  • Units: m
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.binormal

Coordinates along the binormal axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal"]

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.binormal_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].outline.binormal

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal"]

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal

Coordinate along the normal axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].outline.normal

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].radius_inner

Inner radius of the annulus, used only if geometry_type/index = 5

  • Units: m
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].radius_inner_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].crosssection[:].radiusinner

  • Units: m
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].width

Full width of the rectangle or square in the normal direction, when geometrytype/index = 3 or 4. Diameter of the circle when geometrytype/index = 2. Outer diameter of the annulus in case geometry_type/index = 5

  • Units: m
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].width_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].width

  • Units: m
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].elements.centres.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.centres.phi_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.centres.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.centres.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.centres.r_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.centres.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.centres.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.centres.z_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.centres.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.phi_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.end_points.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.r_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.end_points.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.z_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.end_points.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.phi_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.intermediate_points.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.r_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.intermediate_points.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.z_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.intermediate_points.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.phi_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.start_points.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.r_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.start_points.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.z_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].elements.start_points.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].elements.types"]

coils_non_axisymmetric.coil[:].conductor[:].elements.types

Type of every element: 1: line segment, its ends are given by the start and end points; index = 2: arc of a circle; index = 3: full circle

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.coil[:].conductor[:].resistance

conductor resistance

  • Units: Ohm
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].resistance_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].conductor[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].voltage.time"]

coils_non_axisymmetric.coil[:].conductor[:].voltage.data_σ

error of coilsnonaxisymmetric.coil[:].conductor[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].conductor[:].voltage.time"]

coils_non_axisymmetric.coil[:].conductor[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.coil[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].current.time"]

coils_non_axisymmetric.coil[:].current.data_σ

error of coilsnonaxisymmetric.coil[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].current.time"]

coils_non_axisymmetric.coil[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.coil[:].identifier

Alphanumeric identifier of coil

  • Data Type: STR_0D

coils_non_axisymmetric.coil[:].name

Name of the coil

  • Data Type: STR_0D

coils_non_axisymmetric.coil[:].resistance

Coil resistance

  • Units: Ohm
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].resistance_σ

error of coilsnonaxisymmetric.coil[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].turns

Number of total turns in the coil. May be a fraction when describing the coil connections.

  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].turns_σ

error of coilsnonaxisymmetric.coil[:].turns

  • Data Type: FLT_0D

coils_non_axisymmetric.coil[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].voltage.time"]

coils_non_axisymmetric.coil[:].voltage.data_σ

error of coilsnonaxisymmetric.coil[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["coils_non_axisymmetric.coil[:].voltage.time"]

coils_non_axisymmetric.coil[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

coils_non_axisymmetric.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.occurrence

N/A

  • Data Type: INT_0D

coils_non_axisymmetric.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

coils_non_axisymmetric.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

coils_non_axisymmetric.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

coils_non_axisymmetric.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

coils_non_axisymmetric.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

coils_non_axisymmetric.latency_σ

error of coilsnonaxisymmetric.latency

  • Units: s
  • Data Type: FLT_0D

coils_non_axisymmetric.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.code.commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.code.library[:].name

Name of software

  • Data Type: STR_0D

controllers.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

controllers.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

controllers.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.code.name

Name of software generating IDS

  • Data Type: STR_0D

controllers.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["controllers.time"]

controllers.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

controllers.code.repository

URL of software repository

  • Data Type: STR_0D

controllers.code.version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.controllability_metrics[:].data

Array of scalar metrics in time

  • Data Type: FLT_1D

controllers.controllability_metrics[:].data_σ

error of controllers.controllability_metrics[:].data

  • Data Type: FLT_1D

controllers.controllability_metrics[:].identifier.description

Verbose description

  • Data Type: STR_0D

controllers.controllability_metrics[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

controllers.controllability_metrics[:].identifier.name

Short string identifier

  • Data Type: STR_0D

controllers.controllability_metrics[:].time

Controlability metric time

  • Units: s
  • Data Type: FLT_1D

controllers.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

controllers.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

controllers.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

controllers.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

controllers.ids_properties.occurrence

N/A

  • Data Type: INT_0D

controllers.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

controllers.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

controllers.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

controllers.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

controllers.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

controllers.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

controllers.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

controllers.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

controllers.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

controllers.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

controllers.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

controllers.linear_controller[:].controller_class

One of a known class of controllers

  • Data Type: STR_0D

controllers.linear_controller[:].description

Description of this controller

  • Data Type: STR_0D

controllers.linear_controller[:].input_names

Names of the input signals, following the SDN convention

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].inputs.data

Data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.linear_controller[:].inputs.time"]

controllers.linear_controller[:].inputs.data_σ

error of controllers.linear_controller[:].inputs.data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.linear_controller[:].inputs.time"]

controllers.linear_controller[:].inputs.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].name

Name of this controller

  • Data Type: STR_0D

controllers.linear_controller[:].output_names

Names of the output signals following the SDN convention

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].outputs.data

Data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.linear_controller[:].outputs.time"]

controllers.linear_controller[:].outputs.data_σ

error of controllers.linear_controller[:].outputs.data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.linear_controller[:].outputs.time"]

controllers.linear_controller[:].outputs.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].pid.d.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].output_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].pid.d.time"]

controllers.linear_controller[:].pid.d.data_σ

error of controllers.linear_controller[:].pid.d.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].output_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].pid.d.time"]

controllers.linear_controller[:].pid.d.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].pid.i.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].output_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].pid.i.time"]

controllers.linear_controller[:].pid.i.data_σ

error of controllers.linear_controller[:].pid.i.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].output_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].pid.i.time"]

controllers.linear_controller[:].pid.i.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].pid.p.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].output_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].pid.p.time"]

controllers.linear_controller[:].pid.p.data_σ

error of controllers.linear_controller[:].pid.p.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].output_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].pid.p.time"]

controllers.linear_controller[:].pid.p.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].pid.tau.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["controllers.linear_controller[:].pid.tau.time"]

controllers.linear_controller[:].pid.tau.data_σ

error of controllers.linear_controller[:].pid.tau.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["controllers.linear_controller[:].pid.tau.time"]

controllers.linear_controller[:].pid.tau.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].statespace.a.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].statespace.a.time"]

controllers.linear_controller[:].statespace.a.data_σ

error of controllers.linear_controller[:].statespace.a.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].statespace.a.time"]

controllers.linear_controller[:].statespace.a.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].statespace.b.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].statespace.b.time"]

controllers.linear_controller[:].statespace.b.data_σ

error of controllers.linear_controller[:].statespace.b.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].input_names", "controllers.linear_controller[:].statespace.b.time"]

controllers.linear_controller[:].statespace.b.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].statespace.c.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].output_names", "controllers.linear_controller[:].statespace.c.time"]

controllers.linear_controller[:].statespace.c.data_σ

error of controllers.linear_controller[:].statespace.c.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].output_names", "controllers.linear_controller[:].statespace.c.time"]

controllers.linear_controller[:].statespace.c.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].statespace.d.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].output_names", "controllers.linear_controller[:].statespace.d.time"]

controllers.linear_controller[:].statespace.d.data_σ

error of controllers.linear_controller[:].statespace.d.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["controllers.linear_controller[:].statespace.state_names", "controllers.linear_controller[:].output_names", "controllers.linear_controller[:].statespace.d.time"]

controllers.linear_controller[:].statespace.d.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].statespace.deltat.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["controllers.linear_controller[:].statespace.deltat.time"]

controllers.linear_controller[:].statespace.deltat.data_σ

error of controllers.linear_controller[:].statespace.deltat.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["controllers.linear_controller[:].statespace.deltat.time"]

controllers.linear_controller[:].statespace.deltat.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.linear_controller[:].statespace.state_names

Names of the states

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

controllers.nonlinear_controller[:].controller_class

One of a known class of controllers

  • Data Type: STR_0D

controllers.nonlinear_controller[:].description

Description of this controller

  • Data Type: STR_0D

controllers.nonlinear_controller[:].function

Method to be defined

  • Data Type: STR_0D

controllers.nonlinear_controller[:].input_names

Names of the input signals, following the SDN convention

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

controllers.nonlinear_controller[:].inputs.data

Data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.nonlinear_controller[:].inputs.time"]

controllers.nonlinear_controller[:].inputs.data_σ

error of controllers.nonlinear_controller[:].inputs.data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.nonlinear_controller[:].inputs.time"]

controllers.nonlinear_controller[:].inputs.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.nonlinear_controller[:].name

Name of this controller

  • Data Type: STR_0D

controllers.nonlinear_controller[:].output_names

Output signal names following the SDN convention

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

controllers.nonlinear_controller[:].outputs.data

Data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.nonlinear_controller[:].outputs.time"]

controllers.nonlinear_controller[:].outputs.data_σ

error of controllers.nonlinear_controller[:].outputs.data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "controllers.nonlinear_controller[:].outputs.time"]

controllers.nonlinear_controller[:].outputs.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

controllers.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].identifier.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].identifier.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].conductivity_parallel

Parallel conductivity

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].conductivity_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].conductivityparallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].current_parallel_inside

Parallel current driven inside the flux surface. Cumulative surface integral of j_total

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].current_parallel_inside_σ

error of coreinstantchanges.change[:].profiles1d[:].currentparallel_inside

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.diamagnetic

Diamagnetic component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.diamagnetic_σ

error of coreinstantchanges.change[:].profiles1d[:].efield.diamagnetic

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.parallel

Parallel component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].efield.parallel

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.poloidal

Poloidal component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.poloidal_σ

error of coreinstantchanges.change[:].profiles1d[:].efield.poloidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.radial

Radial component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.radial_σ

error of coreinstantchanges.change[:].profiles1d[:].efield.radial

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.toroidal

Toroidal component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].e_field.toroidal_σ

error of coreinstantchanges.change[:].profiles1d[:].efield.toroidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.collisionality_norm

Collisionality normalised to the bounce frequency

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.collisionality_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.collisionalitynorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_σ

error of coreinstantchanges.change[:].profiles_1d[:].electrons.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fast_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.densitythermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.density_validity

Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].electrons.pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_σ

error of coreinstantchanges.change[:].profiles_1d[:].electrons.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.pressurefast_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_perpendicular_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.pressurefast_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.pressure_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_σ

error of coreinstantchanges.change[:].profiles_1d[:].electrons.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].electrons.temperature_validity

Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.area_σ

error of coreinstantchanges.change[:].profiles_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.psi_σ

error of coreinstantchanges.change[:].profiles_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].grid.psi_boundary_σ

error of coreinstantchanges.change[:].profiles1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].grid.psi_magnetic_axis_σ

error of coreinstantchanges.change[:].profiles1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.rho_pol_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_σ

error of coreinstantchanges.change[:].profiles1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.surface_σ

error of coreinstantchanges.change[:].profiles_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].grid.volume_σ

error of coreinstantchanges.change[:].profiles_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fast_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].densitythermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].density_validity

Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].a_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].z_n_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].pressurefast_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_perpendicular_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].pressurefast_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].rotation_frequency_tor_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].rotationfrequency_tor

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fast_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densitythermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].ionisation_potential

Cumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.

  • Units: eV
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].ionisation_potential_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].ionisationpotential

  • Units: eV
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].pressurefast_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].pressurefast_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].rotation_frequency_tor_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].rotationfrequency_tor

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].temperature_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average

Average Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zaverage

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_1d

Average charge profile of the charge state bundle (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_1d_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zaverage_1d

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_square_1d

Average square charge profile of the charge state bundle (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_square_1d_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zaveragesquare1d

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_max_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_min_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_square_average

Average Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_square_average_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zsquare_average

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_validity

Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.diamagnetic

Diamagnetic component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.diamagnetic_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.parallel

Parallel component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.parallel_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.poloidal

Poloidal component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.poloidal_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.radial

Radial component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.radial_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.toroidal

Toroidal component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.toroidal_σ

error of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_1d

Average charge of the ion species (sum of states charge weighted by state density and divided by ion density)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_1d_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].zion_1d

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_square_1d

Average square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_square_1d_σ

error of coreinstantchanges.change[:].profiles1d[:].ion[:].zionsquare1d

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_bootstrap

Bootstrap current density = average(JBootstrap.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_bootstrap_σ

error of coreinstantchanges.change[:].profiles1d[:].jbootstrap

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_non_inductive

Non-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_non_inductive_σ

error of coreinstantchanges.change[:].profiles1d[:].jnon_inductive

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_ohmic

Ohmic parallel current density = average(JOhmic.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_ohmic_σ

error of coreinstantchanges.change[:].profiles1d[:].johmic

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_tor

Total toroidal current density = average(J_Tor/R) / average(1/R)

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_tor_σ

error of coreinstantchanges.change[:].profiles1d[:].jtor

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_total

Total parallel current density = average(jtot.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].j_total_σ

error of coreinstantchanges.change[:].profiles1d[:].jtotal

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].magnetic_shear

Magnetic shear, defined as rhotor/q . dq/drhotor

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].magnetic_shear_σ

error of coreinstantchanges.change[:].profiles1d[:].magneticshear

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].momentum_tor

Total plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].momentum_tor_σ

error of coreinstantchanges.change[:].profiles1d[:].momentumtor

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].n_i_thermal_total

Total ion thermal density (sum over species and charge states)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].n_i_thermal_total_σ

error of coreinstantchanges.change[:].profiles1d[:].nithermaltotal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].n_i_total_over_n_e_σ

error of coreinstantchanges.change[:].profiles1d[:].nitotaloverne

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].density_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].density_fast_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].density_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].densitythermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].a_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].z_n_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].label

String identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].pressurefast_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_perpendicular_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].pressurefast_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_fast_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].densitythermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].pressurefast_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].pressurefast_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].temperature_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ

error of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].neutral[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].neutral[:].temperature_σ

error of coreinstantchanges.change[:].profiles_1d[:].neutral[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].phi_potential

Electrostatic potential, averaged on the magnetic flux surface

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].phi_potential_σ

error of coreinstantchanges.change[:].profiles1d[:].phipotential

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_ion_total

Total (sum over ion species) thermal ion pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_ion_total_σ

error of coreinstantchanges.change[:].profiles1d[:].pressureion_total

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_parallel

Total parallel pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_parallel_σ

error of coreinstantchanges.change[:].profiles1d[:].pressureparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_perpendicular

Total perpendicular pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_perpendicular_σ

error of coreinstantchanges.change[:].profiles1d[:].pressureperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_thermal

Thermal pressure (electrons+ions)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].pressure_thermal_σ

error of coreinstantchanges.change[:].profiles1d[:].pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].q

Safety factor (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].q_σ

error of coreinstantchanges.change[:].profiles_1d[:].q

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].rotation_frequency_tor_sonic

Derivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].rotation_frequency_tor_sonic_σ

error of coreinstantchanges.change[:].profiles1d[:].rotationfrequencytorsonic

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].t_i_average

Ion temperature (averaged on charge states and ion species)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_σ

error of coreinstantchanges.change[:].profiles1d[:].ti_average

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_instant_changes.change[:].profiles_1d[:].zeff

Effective charge

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].zeff_σ

error of coreinstantchanges.change[:].profiles_1d[:].zeff

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.chi_squared_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.chi_squared

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured

Measured values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.measured

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].zeff_fit.reconstructed

Value reconstructed from the fit

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.reconstructed_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.reconstructed

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.rho_tor_norm_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.time_measurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_width_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.timemeasurementwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.change[:].profiles_1d[:].zeff_fit.weight_σ

error of coreinstantchanges.change[:].profiles1d[:].zefffit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured"]

core_instant_changes.code.commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.code.library[:].name

Name of software

  • Data Type: STR_0D

core_instant_changes.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.code.name

Name of software generating IDS

  • Data Type: STR_0D

core_instant_changes.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["core_instant_changes.time"]

core_instant_changes.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.code.repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.code.version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

core_instant_changes.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

core_instant_changes.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

core_instant_changes.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

core_instant_changes.ids_properties.occurrence

N/A

  • Data Type: INT_0D

core_instant_changes.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

core_instant_changes.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_instant_changes.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

core_instant_changes.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_instant_changes.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

core_instant_changes.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

core_instant_changes.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

core_instant_changes.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

core_instant_changes.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

core_instant_changes.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

core_instant_changes.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_instant_changes.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.time"]

core_instant_changes.vacuum_toroidal_field.b0_σ

error of coreinstantchanges.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_instant_changes.time"]

core_instant_changes.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

core_instant_changes.vacuum_toroidal_field.r0_σ

error of coreinstantchanges.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

core_profiles.code.commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.code.library[:].name

Name of software

  • Data Type: STR_0D

core_profiles.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_profiles.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

core_profiles.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.code.name

Name of software generating IDS

  • Data Type: STR_0D

core_profiles.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_profiles.code.repository

URL of software repository

  • Data Type: STR_0D

core_profiles.code.version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.covariance.data

Covariance matrix

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.covariance.rows_uri", "core_profiles.covariance.rows_uri"]

core_profiles.covariance.data_σ

error of core_profiles.covariance.data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.covariance.rows_uri", "core_profiles.covariance.rows_uri"]

core_profiles.covariance.description

Description of this covariance matrix

  • Data Type: STR_0D

core_profiles.covariance.rows_uri

List of URIs corresponding to the rows (1st dimension) of the covariance matrix. If not all indices of a given node are used, they must be listed explicitly e.g. rowsuri(i) = pfactive:1/coil(i) will refer to a list of indices of the occurrence 1 of the pfactive IDS of this data entry. If the rows correspond to all indices of a given vector it is sufficient to give a single URI where this vector is denoted using the (:) implicit notation, e.g. rowsuri(1) = /gridggd(3)/gridsubset(2)/elements(:).

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

core_profiles.global_quantities.beta_pol

Poloidal beta. Defined as betap = 4 int(p dV) / [R0 * mu0 * Ip^2]

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.beta_pol_σ

error of coreprofiles.globalquantities.beta_pol

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.beta_tor

Toroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.beta_tor_σ

error of coreprofiles.globalquantities.beta_tor

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.beta_tor_norm

Normalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA]

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.beta_tor_norm_σ

error of coreprofiles.globalquantities.betatornorm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.current_bootstrap

Bootstrap current (toroidal component). Positive sign means anti-clockwise when viewed from above.

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.current_bootstrap_σ

error of coreprofiles.globalquantities.current_bootstrap

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.current_non_inductive

Total non-inductive current (toroidal component). Positive sign means anti-clockwise when viewed from above.

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.current_non_inductive_σ

error of coreprofiles.globalquantities.currentnoninductive

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.current_ohmic

Ohmic current (toroidal component). Positive sign means anti-clockwise when viewed from above.

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.current_ohmic_σ

error of coreprofiles.globalquantities.current_ohmic

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ejima

Ejima coefficient : resistive psi losses divided by (mu0RIp). See S. Ejima et al, Nuclear Fusion, Vol.22, No.10 (1982), 1313

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ejima_σ

error of coreprofiles.globalquantities.ejima

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.energy_diamagnetic

Plasma energy content = 3/2 * integral over the plasma volume of the total perpendicular pressure

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.energy_diamagnetic_σ

error of coreprofiles.globalquantities.energy_diamagnetic

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ion[:].n_i_volume_average

Volume averaged density of this ion species (averaged over the plasma volume up to the LCFS)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ion[:].n_i_volume_average_σ

error of coreprofiles.globalquantities.ion[:].nivolume_average

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ion[:].t_i_volume_average

Volume averaged temperature of this ion species (averaged over the plasma volume up to the LCFS)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ion[:].t_i_volume_average_σ

error of coreprofiles.globalquantities.ion[:].tivolume_average

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ion_time_slice

Time slice of the profiles1d array used to define the ion composition of the globalquantities/ion array.

  • Units: s
  • Data Type: FLT_0D

core_profiles.global_quantities.ion_time_slice_σ

error of coreprofiles.globalquantities.iontimeslice

  • Units: s
  • Data Type: FLT_0D

core_profiles.global_quantities.ip

Total plasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.ip_σ

error of coreprofiles.globalquantities.ip

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.li_3

Internal inductance. The li3 definition is used, i.e. li3 = 2/R0/mu0^2/Ip^2 * int(Bp^2 dV).

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.li_3_σ

error of coreprofiles.globalquantities.li_3

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.n_e_volume_average

Volume averaged electron density (average over the plasma volume up to the LCFS)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.n_e_volume_average_σ

error of coreprofiles.globalquantities.nevolume_average

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.polarized_fuel_fraction

N/A

  • Data Type: FLT_0D

core_profiles.global_quantities.polarized_fuel_fraction_σ

error of coreprofiles.globalquantities.polarizedfuelfraction

  • Data Type: FLT_0D

core_profiles.global_quantities.resistive_psi_losses

Resistive part of the poloidal flux losses, defined as the volume-averaged scalar product of the electric field and the ohmic current density, normalized by the plasma current and integrated in time from the beginning of the plasma discharge: int ( (int(Efieldtor.johmtor) dV) / Ip ) dt)

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.resistive_psi_losses_σ

error of coreprofiles.globalquantities.resistivepsilosses

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.t_e_peaking

Electron temperature peaking factor, defined as the Te value at the magnetic axis divided by the volume averaged Te (average over the plasma volume up to the LCFS)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.t_e_peaking_σ

error of coreprofiles.globalquantities.tepeaking

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.t_e_volume_average

Volume averaged electron temperature (average over the plasma volume up to the LCFS)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.t_e_volume_average_σ

error of coreprofiles.globalquantities.tevolume_average

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.t_i_average_peaking

Ion temperature (averaged over ion species and states) peaking factor, defined as the Ti value at the magnetic axis divided by the volume averaged Ti (average over the plasma volume up to the LCFS)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.t_i_average_peaking_σ

error of coreprofiles.globalquantities.tiaverage_peaking

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.v_loop

LCFS loop voltage (positive value drives positive ohmic current that flows anti-clockwise when viewed from above)

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.v_loop_σ

error of coreprofiles.globalquantities.v_loop

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.z_eff_resistive

Volume average plasma effective charge, estimated from the flux consumption in the ohmic phase

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.global_quantities.z_eff_resistive_σ

error of coreprofiles.globalquantities.zeffresistive

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

core_profiles.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

core_profiles.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

core_profiles.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

core_profiles.ids_properties.occurrence

N/A

  • Data Type: INT_0D

core_profiles.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

core_profiles.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

core_profiles.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_profiles.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

core_profiles.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

core_profiles.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

core_profiles.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

core_profiles.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

core_profiles.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

core_profiles.profiles_1d[:].conductivity_parallel

Parallel conductivity

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].conductivity_parallel_σ

error of coreprofiles.profiles1d[:].conductivity_parallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].current_parallel_inside

Parallel current driven inside the flux surface. Cumulative surface integral of j_total

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].current_parallel_inside_σ

error of coreprofiles.profiles1d[:].currentparallelinside

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.diamagnetic

Diamagnetic component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.diamagnetic_σ

error of coreprofiles.profiles1d[:].e_field.diamagnetic

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.parallel

Parallel component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.parallel_σ

error of coreprofiles.profiles1d[:].e_field.parallel

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.poloidal

Poloidal component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.poloidal_σ

error of coreprofiles.profiles1d[:].e_field.poloidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.radial

Radial component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.radial_σ

error of coreprofiles.profiles1d[:].e_field.radial

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.toroidal

Toroidal component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].e_field.toroidal_σ

error of coreprofiles.profiles1d[:].e_field.toroidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.collisionality_norm

Collisionality normalised to the bounce frequency

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.collisionality_norm_σ

error of coreprofiles.profiles1d[:].electrons.collisionality_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density_σ

error of coreprofiles.profiles1d[:].electrons.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density_fast_σ

error of coreprofiles.profiles1d[:].electrons.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].electrons.densityfit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].electrons.density_fit.measured_σ

error of coreprofiles.profiles1d[:].electrons.density_fit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].electrons.density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].electrons.density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].electrons.density_fit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].electrons.densityfit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].electrons.densityfit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].electrons.densityfit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_fit.weight_σ

error of coreprofiles.profiles1d[:].electrons.density_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.density_fit.measured"]

core_profiles.profiles_1d[:].electrons.density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density_thermal_σ

error of coreprofiles.profiles1d[:].electrons.density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.density_validity

Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_profiles.profiles_1d[:].electrons.pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_σ

error of coreprofiles.profiles1d[:].electrons.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_fast_parallel_σ

error of coreprofiles.profiles1d[:].electrons.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular_σ

error of coreprofiles.profiles1d[:].electrons.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.pressure_thermal_σ

error of coreprofiles.profiles1d[:].electrons.pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.temperature_σ

error of coreprofiles.profiles1d[:].electrons.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].electrons.temperaturefit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].electrons.temperature_fit.measured_σ

error of coreprofiles.profiles1d[:].electrons.temperature_fit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].electrons.temperature_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].electrons.temperature_fit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].electrons.temperaturefit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].electrons.temperaturefit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].electrons.temperaturefit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_fit.weight_σ

error of coreprofiles.profiles1d[:].electrons.temperature_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

core_profiles.profiles_1d[:].electrons.temperature_validity

Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_profiles.profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.area_σ

error of coreprofiles.profiles1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.psi_σ

error of coreprofiles.profiles1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].grid.psi_boundary_σ

error of coreprofiles.profiles1d[:].grid.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].grid.psi_magnetic_axis_σ

error of coreprofiles.profiles1d[:].grid.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].grid.psi_norm

Normalized poloidal magnetic flux

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.psi_norm_σ

error of coreprofiles.profiles1d[:].grid.psi_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.rho_pol_norm_σ

error of coreprofiles.profiles1d[:].grid.rhopolnorm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.rho_tor_σ

error of coreprofiles.profiles1d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].grid.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].grid.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.surface_σ

error of coreprofiles.profiles1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].grid.volume_σ

error of coreprofiles.profiles1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density_σ

error of coreprofiles.profiles1d[:].ion[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density_fast_σ

error of coreprofiles.profiles1d[:].ion[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].ion[:].densityfit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].ion[:].density_fit.measured_σ

error of coreprofiles.profiles1d[:].ion[:].density_fit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].ion[:].density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].ion[:].density_fit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].ion[:].densityfit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].ion[:].densityfit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].ion[:].densityfit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_fit.weight_σ

error of coreprofiles.profiles1d[:].ion[:].density_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density_thermal_σ

error of coreprofiles.profiles1d[:].ion[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].density_validity

Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].element[:].a_σ

error of coreprofiles.profiles1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].element[:].z_n_σ

error of coreprofiles.profiles1d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_σ

error of coreprofiles.profiles1d[:].ion[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_fast_parallel_σ

error of coreprofiles.profiles1d[:].ion[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular_σ

error of coreprofiles.profiles1d[:].ion[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].pressure_thermal_σ

error of coreprofiles.profiles1d[:].ion[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].rotation_frequency_tor_σ

error of coreprofiles.profiles1d[:].ion[:].rotationfrequencytor

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].density_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fast_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].density_fit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].density_fit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].density_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

core_profiles.profiles_1d[:].ion[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].density_thermal_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential

Cumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.

  • Units: eV
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].ionisation_potential

  • Units: eV
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].rotationfrequencytor

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].temperature_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_average

Average Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_average_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].z_average

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_average_1d

Average charge profile of the charge state bundle (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].z_average_1d_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].zaverage1d

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d

Average square charge profile of the charge state bundle (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].zaveragesquare_1d

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_max_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_min_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_square_average

Average Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].state[:].z_square_average_σ

error of coreprofiles.profiles1d[:].ion[:].state[:].zsquareaverage

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].temperature_σ

error of coreprofiles.profiles1d[:].ion[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].ion[:].temperaturefit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.measured_σ

error of coreprofiles.profiles1d[:].ion[:].temperature_fit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].ion[:].temperature_fit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].ion[:].temperaturefit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_fit.weight_σ

error of coreprofiles.profiles1d[:].ion[:].temperature_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

core_profiles.profiles_1d[:].ion[:].temperature_validity

Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

core_profiles.profiles_1d[:].ion[:].velocity.diamagnetic

Diamagnetic component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.diamagnetic_σ

error of coreprofiles.profiles1d[:].ion[:].velocity.diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.parallel

Parallel component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.parallel_σ

error of coreprofiles.profiles1d[:].ion[:].velocity.parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.poloidal

Poloidal component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.poloidal_σ

error of coreprofiles.profiles1d[:].ion[:].velocity.poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.radial

Radial component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.radial_σ

error of coreprofiles.profiles1d[:].ion[:].velocity.radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.toroidal

Toroidal component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].velocity.toroidal_σ

error of coreprofiles.profiles1d[:].ion[:].velocity.toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].z_ion_σ

error of coreprofiles.profiles1d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].ion[:].z_ion_1d

Average charge of the ion species (sum of states charge weighted by state density and divided by ion density)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].z_ion_1d_σ

error of coreprofiles.profiles1d[:].ion[:].zion1d

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].z_ion_square_1d

Average square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].ion[:].z_ion_square_1d_σ

error of coreprofiles.profiles1d[:].ion[:].zionsquare_1d

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_bootstrap

Bootstrap current density = average(JBootstrap.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_bootstrap_σ

error of coreprofiles.profiles1d[:].j_bootstrap

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_non_inductive

Non-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_non_inductive_σ

error of coreprofiles.profiles1d[:].jnoninductive

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_ohmic

Ohmic parallel current density = average(JOhmic.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_ohmic_σ

error of coreprofiles.profiles1d[:].j_ohmic

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_tor

Total toroidal current density = average(J_Tor/R) / average(1/R)

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_tor_σ

error of coreprofiles.profiles1d[:].j_tor

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_total

Total parallel current density = average(jtot.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].j_total_σ

error of coreprofiles.profiles1d[:].j_total

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].magnetic_shear

Magnetic shear, defined as rhotor/q . dq/drhotor

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].magnetic_shear_σ

error of coreprofiles.profiles1d[:].magnetic_shear

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].momentum_tor

Total plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].momentum_tor_σ

error of coreprofiles.profiles1d[:].momentum_tor

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].n_i_thermal_total

Total ion thermal density (sum over species and charge states)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].n_i_thermal_total_σ

error of coreprofiles.profiles1d[:].nithermal_total

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].n_i_total_over_n_e_σ

error of coreprofiles.profiles1d[:].nitotalovern_e

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].density_σ

error of coreprofiles.profiles1d[:].neutral[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].density_fast_σ

error of coreprofiles.profiles1d[:].neutral[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].density_thermal_σ

error of coreprofiles.profiles1d[:].neutral[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].neutral[:].element[:].a_σ

error of coreprofiles.profiles1d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_profiles.profiles_1d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].neutral[:].element[:].z_n_σ

error of coreprofiles.profiles1d[:].neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

core_profiles.profiles_1d[:].neutral[:].label

String identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)

  • Data Type: STR_0D

core_profiles.profiles_1d[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

core_profiles.profiles_1d[:].neutral[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_σ

error of coreprofiles.profiles1d[:].neutral[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel_σ

error of coreprofiles.profiles1d[:].neutral[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular_σ

error of coreprofiles.profiles1d[:].neutral[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].pressure_thermal_σ

error of coreprofiles.profiles1d[:].neutral[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].density_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].density_fast_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].density_thermal_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_profiles.profiles_1d[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

core_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].neutral[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].temperature_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level_σ

error of coreprofiles.profiles1d[:].neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_profiles.profiles_1d[:].neutral[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].neutral[:].temperature_σ

error of coreprofiles.profiles1d[:].neutral[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].phi_potential

Electrostatic potential, averaged on the magnetic flux surface

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].phi_potential_σ

error of coreprofiles.profiles1d[:].phi_potential

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure

Total pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_σ

error of coreprofiles.profiles1d[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_ion_total

Total (sum over ion species) thermal ion pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_ion_total_σ

error of coreprofiles.profiles1d[:].pressureiontotal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_parallel

Total parallel pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_parallel_σ

error of coreprofiles.profiles1d[:].pressure_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_perpendicular

Total perpendicular pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_perpendicular_σ

error of coreprofiles.profiles1d[:].pressure_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_thermal

Thermal pressure (electrons+ions)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].pressure_thermal_σ

error of coreprofiles.profiles1d[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].q

Safety factor (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].q_σ

error of coreprofiles.profiles1d[:].q

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].rotation_frequency_tor_sonic

Derivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].rotation_frequency_tor_sonic_σ

error of coreprofiles.profiles1d[:].rotationfrequencytor_sonic

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].t_i_average

Ion temperature (averaged on charge states and ion species)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].t_i_average_σ

error of coreprofiles.profiles1d[:].tiaverage

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].t_i_average_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].tiaveragefit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].t_i_average_fit.measured_σ

error of coreprofiles.profiles1d[:].tiaverage_fit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].t_i_average_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].t_i_average_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].tiaverage_fit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].tiaveragefit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].tiaveragefit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].tiaveragefit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].t_i_average_fit.weight_σ

error of coreprofiles.profiles1d[:].tiaverage_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].t_i_average_fit.measured"]

core_profiles.profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_profiles.profiles_1d[:].zeff

Effective charge

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].zeff_σ

error of coreprofiles.profiles1d[:].zeff

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].grid.rho_tor_norm"]

core_profiles.profiles_1d[:].zeff_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.chi_squared_σ

error of coreprofiles.profiles1d[:].zefffit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.measured

Measured values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].zeff_fit.measured_σ

error of coreprofiles.profiles1d[:].zeff_fit.measured

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_1d[:].zeff_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

core_profiles.profiles_1d[:].zeff_fit.reconstructed

Value reconstructed from the fit

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.reconstructed_σ

error of coreprofiles.profiles1d[:].zeff_fit.reconstructed

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.rho_tor_norm_σ

error of coreprofiles.profiles1d[:].zefffit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.time_measurement_σ

error of coreprofiles.profiles1d[:].zefffit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_1d[:].zeff_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.time_measurement_width_σ

error of coreprofiles.profiles1d[:].zefffit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_1d[:].zeff_fit.weight_σ

error of coreprofiles.profiles1d[:].zeff_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.profiles_1d[:].zeff_fit.measured"]

core_profiles.profiles_2d[:].grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_2d[:].grid.dim1_σ

error of coreprofiles.profiles2d[:].grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_2d[:].grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_2d[:].grid.dim2_σ

error of coreprofiles.profiles2d[:].grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.profiles_2d[:].grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].grid.volume_element_σ

error of coreprofiles.profiles2d[:].grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].grid_type.description

Verbose description

  • Data Type: STR_0D

core_profiles.profiles_2d[:].grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.profiles_2d[:].grid_type.name

Short string identifier

  • Data Type: STR_0D

core_profiles.profiles_2d[:].ion[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].density_σ

error of coreprofiles.profiles2d[:].ion[:].density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].density_fast_σ

error of coreprofiles.profiles2d[:].ion[:].density_fast

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].density_thermal_σ

error of coreprofiles.profiles2d[:].ion[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].element[:].a_σ

error of coreprofiles.profiles2d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_profiles.profiles_2d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].element[:].z_n_σ

error of coreprofiles.profiles2d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].ion_index

Index of the corresponding ion species in the ../../../profiles_1d/ion array

  • Data Type: INT_0D

core_profiles.profiles_2d[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

core_profiles.profiles_2d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

core_profiles.profiles_2d[:].ion[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_σ

error of coreprofiles.profiles2d[:].ion[:].pressure

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_fast_parallel_σ

error of coreprofiles.profiles2d[:].ion[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_fast_perpendicular_σ

error of coreprofiles.profiles2d[:].ion[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].pressure_thermal_σ

error of coreprofiles.profiles2d[:].ion[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)

  • Units: rad.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].rotation_frequency_tor_σ

error of coreprofiles.profiles2d[:].ion[:].rotationfrequencytor

  • Units: rad.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].density_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].density_fast_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].density_fast

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].density_thermal_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_profiles.profiles_2d[:].ion[:].state[:].ionisation_potential

Cumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.

  • Units: eV
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].ionisation_potential_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].ionisation_potential

  • Units: eV
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

core_profiles.profiles_2d[:].ion[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_parallel_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_perpendicular_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].pressure_thermal_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)

  • Units: rad.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].rotation_frequency_tor_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].rotationfrequencytor

  • Units: rad.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].temperature_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].vibrational_level_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_average

Average Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_average_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].z_average

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_max_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_min_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_square_average

Average Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].state[:].z_square_average_σ

error of coreprofiles.profiles2d[:].ion[:].state[:].zsquareaverage

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].temperature_σ

error of coreprofiles.profiles2d[:].ion[:].temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.diamagnetic

Diamagnetic component

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.diamagnetic_σ

error of coreprofiles.profiles2d[:].ion[:].velocity.diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.parallel

Parallel component

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.parallel_σ

error of coreprofiles.profiles2d[:].ion[:].velocity.parallel

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.poloidal

Poloidal component

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.poloidal_σ

error of coreprofiles.profiles2d[:].ion[:].velocity.poloidal

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.radial

Radial component

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.radial_σ

error of coreprofiles.profiles2d[:].ion[:].velocity.radial

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.toroidal

Toroidal component

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].velocity.toroidal_σ

error of coreprofiles.profiles2d[:].ion[:].velocity.toroidal

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].ion[:].z_ion_σ

error of coreprofiles.profiles2d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].momentum_tor

Total plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].momentum_tor_σ

error of coreprofiles.profiles2d[:].momentum_tor

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].n_i_thermal_total

Total ion thermal density (sum over species and charge states)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].n_i_thermal_total_σ

error of coreprofiles.profiles2d[:].nithermal_total

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].n_i_total_over_n_e_σ

error of coreprofiles.profiles2d[:].nitotalovern_e

  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_ion_total

Total (sum over ion species) thermal ion pressure

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_ion_total_σ

error of coreprofiles.profiles2d[:].pressureiontotal

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_parallel

Total parallel pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_parallel_σ

error of coreprofiles.profiles2d[:].pressure_parallel

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_perpendicular

Total perpendicular pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_perpendicular_σ

error of coreprofiles.profiles2d[:].pressure_perpendicular

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_thermal

Thermal pressure (electrons+ions)

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].pressure_thermal_σ

error of coreprofiles.profiles2d[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].t_i_average

Ion temperature (averaged on states and ion species)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].t_i_average_σ

error of coreprofiles.profiles2d[:].tiaverage

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_profiles.profiles_2d[:].zeff

Effective charge

  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.profiles_2d[:].zeff_σ

error of coreprofiles.profiles2d[:].zeff

  • Data Type: FLT_2D
  • Coordinates: ["core_profiles.profiles_2d[:].grid.dim1", "core_profiles.profiles_2d[:].grid.dim2"]

core_profiles.statistics[:].quantity_2d[:].distribution.bins

Bins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantity

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].quantity_2d[:].distribution.bins_σ

error of coreprofiles.statistics[:].quantity2d[:].distribution.bins

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].quantity_2d[:].distribution.probability

Probability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantity

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].quantity_2d[:].distribution.probability_σ

error of coreprofiles.statistics[:].quantity2d[:].distribution.probability

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].quantity_2d[:].path

Path of the quantity within the IDS, following the syntax given in the link below

  • Data Type: STR_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_index

Only if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the grid used to represent the statistics value

  • Data Type: INT_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_subset_index

Only if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the new grid subset the statistics value is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.description

Verbose description

  • Data Type: STR_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.name

Short string identifier

  • Data Type: STR_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].uq_input_path

For Sobol index only, path to the related the uqinput quantity, e.g. ../../../uqinput_2d(3)

  • Data Type: INT_0D

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].value

Value of the statistics for that quantity, the array corresponding to the first dimension of the original 2D quantity

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.statistics[:].quantity_2d[:].statistics_type[:].value_σ

error of coreprofiles.statistics[:].quantity2d[:].statistics_type[:].value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.statistics[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_profiles.statistics[:].time_width

Width of the time interval over which the statistics have been calculated. By convention, the time interval starts at time-time_width and ends at time.

  • Units: s
  • Data Type: FLT_0D

core_profiles.statistics[:].time_width_σ

error of coreprofiles.statistics[:].timewidth

  • Units: s
  • Data Type: FLT_0D

core_profiles.statistics[:].uq_input_2d[:].distribution.bins

Bins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantity

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].uq_input_2d[:].distribution.bins_σ

error of coreprofiles.statistics[:].uqinput_2d[:].distribution.bins

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].uq_input_2d[:].distribution.probability

Probability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantity

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].uq_input_2d[:].distribution.probability_σ

error of coreprofiles.statistics[:].uqinput_2d[:].distribution.probability

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

core_profiles.statistics[:].uq_input_2d[:].path

Path of the quantity within the IDS, following the syntax given in the link below

  • Data Type: STR_0D

core_profiles.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_profiles.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.vacuum_toroidal_field.b0_σ

error of coreprofiles.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_profiles.time"]

core_profiles.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

core_profiles.vacuum_toroidal_field.r0_σ

error of coreprofiles.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

core_sources.code.commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.code.library[:].name

Name of software

  • Data Type: STR_0D

core_sources.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_sources.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

core_sources.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.code.name

Name of software generating IDS

  • Data Type: STR_0D

core_sources.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["core_sources.time"]

core_sources.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_sources.code.repository

URL of software repository

  • Data Type: STR_0D

core_sources.code.version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

core_sources.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

core_sources.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

core_sources.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

core_sources.ids_properties.occurrence

N/A

  • Data Type: INT_0D

core_sources.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

core_sources.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_sources.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

core_sources.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

core_sources.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

core_sources.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

core_sources.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

core_sources.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

core_sources.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

core_sources.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

core_sources.source[:].code.commit

Unique commit reference of software

  • Data Type: STR_0D

core_sources.source[:].code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_sources.source[:].code.name

Name of software used

  • Data Type: STR_0D

core_sources.source[:].code.output_flag.data

Data

  • Data Type: INT_1D
  • Coordinates: ["core_sources.source[:].code.output_flag.time"]

core_sources.source[:].code.output_flag.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_sources.source[:].code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_sources.source[:].code.repository

URL of software repository

  • Data Type: STR_0D

core_sources.source[:].code.version

Unique version (tag) of software

  • Data Type: STR_0D

core_sources.source[:].global_quantities[:].current_parallel

Parallel current driven

  • Units: A
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].current_parallel_σ

error of coresources.source[:].globalquantities[:].current_parallel

  • Units: A
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].electrons.particles

Electron particle source

  • Units: s^-1
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].electrons.particles_σ

error of coresources.source[:].globalquantities[:].electrons.particles

  • Units: s^-1
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].electrons.power

Power coupled to electrons

  • Units: W
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].electrons.power_σ

error of coresources.source[:].globalquantities[:].electrons.power

  • Units: W
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].power

Total power coupled to the plasma

  • Units: W
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].power_σ

error of coresources.source[:].globalquantities[:].power

  • Units: W
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].torque_tor

Toroidal torque

  • Units: kg.m^2.s^-2
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].torque_tor_σ

error of coresources.source[:].globalquantities[:].torque_tor

  • Units: kg.m^2.s^-2
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].total_ion_particles

Total ion particle source (summed over ion species)

  • Units: (ions).s^-1
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].total_ion_particles_σ

error of coresources.source[:].globalquantities[:].totalionparticles

  • Units: (ions).s^-1
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].total_ion_power

Total power coupled to ion species (summed over ion species)

  • Units: W
  • Data Type: FLT_0D

core_sources.source[:].global_quantities[:].total_ion_power_σ

error of coresources.source[:].globalquantities[:].totalionpower

  • Units: W
  • Data Type: FLT_0D

core_sources.source[:].identifier.description

Verbose description

  • Data Type: STR_0D

core_sources.source[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_sources.source[:].identifier.name

Short string identifier

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].conductivity_parallel

Parallel conductivity due to this source

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].conductivity_parallel_σ

error of coresources.source[:].profiles1d[:].conductivity_parallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].current_parallel_inside

Parallel current driven inside the flux surface. Cumulative surface integral of j_parallel

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].current_parallel_inside_σ

error of coresources.source[:].profiles1d[:].currentparallelinside

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.energy

Source term for the electron energy equation

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.energy_σ

error of coresources.source[:].profiles1d[:].electrons.energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.explicit_part

Explicit part of the source term

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].electrons.energydecomposed.explicitpart

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].electrons.energydecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles

Source term for electron density equation

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_σ

error of coresources.source[:].profiles1d[:].electrons.particles

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.explicit_part

Explicit part of the source term

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].electrons.particlesdecomposed.explicitpart

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].electrons.particlesdecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_inside

Electron source inside the flux surface. Cumulative volume integral of the source term for the electron density equation.

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.particles_inside_σ

error of coresources.source[:].profiles1d[:].electrons.particles_inside

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.power_inside

Power coupled to electrons inside the flux surface. Cumulative volume integral of the source term for the electron energy equation

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].electrons.power_inside_σ

error of coresources.source[:].profiles1d[:].electrons.power_inside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.area_σ

error of coresources.source[:].profiles1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.psi_σ

error of coresources.source[:].profiles1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].grid.psi_boundary_σ

error of coresources.source[:].profiles1d[:].grid.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis_σ

error of coresources.source[:].profiles1d[:].grid.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].grid.psi_norm

Normalized poloidal magnetic flux

  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.psi_norm_σ

error of coresources.source[:].profiles1d[:].grid.psi_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.rho_pol_norm_σ

error of coresources.source[:].profiles1d[:].grid.rhopolnorm

  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.rho_tor_σ

error of coresources.source[:].profiles1d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_sources.source[:].profiles_1d[:].grid.rho_tor_norm_σ

error of coresources.source[:].profiles1d[:].grid.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_sources.source[:].profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.surface_σ

error of coresources.source[:].profiles1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].grid.volume_σ

error of coresources.source[:].profiles1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].element[:].a_σ

error of coresources.source[:].profiles1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].element[:].z_n_σ

error of coresources.source[:].profiles1d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].energy

Source term for the ion energy transport equation.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].energy_σ

error of coresources.source[:].profiles1d[:].ion[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.explicit_part

Explicit part of the source term

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].energydecomposed.explicitpart

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].energydecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].fast_particles_energy

Incoming energy of the fast ion particles (eg. fusion 3.5MeV alphas or 1MeV nbi)

  • Units: eV
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].fast_particles_energy_σ

error of coresources.source[:].profiles1d[:].ion[:].fastparticlesenergy

  • Units: eV
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].ion[:].momentum.diamagnetic

Diamagnetic component

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.diamagnetic_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.parallel

Parallel component

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.parallel_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.poloidal

Poloidal component

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.poloidal_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.radial

Radial component

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.radial_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal

Toroidal component

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.explicit_part

Explicit part of the source term

  • Units: kg.m^2.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.toroidaldecomposed.explicitpart

  • Units: kg.m^2.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].momentum.toroidaldecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].ion[:].particles

Source term for ion density equation

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_σ

error of coresources.source[:].profiles1d[:].ion[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.explicit_part

Explicit part of the source term

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].particlesdecomposed.explicitpart

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].particlesdecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_inside

Ion source inside the flux surface. Cumulative volume integral of the source term for the ion density equation.

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].particles_inside_σ

error of coresources.source[:].profiles1d[:].ion[:].particles_inside

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].power_inside

Power coupled to the ion species inside the flux surface. Cumulative volume integral of the source term for the electron energy equation

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].power_inside_σ

error of coresources.source[:].profiles1d[:].ion[:].power_inside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].energy

Source terms for the charge state energy transport equation

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.explicit_part

Explicit part of the source term

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].energydecomposed.explicitpart

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].energydecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles

Source term for the charge state density transport equation

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.explicit_part

Explicit part of the source term

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].particlesdecomposed.explicitpart

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].particlesdecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_inside

State source inside the flux surface. Cumulative volume integral of the source term for the electron density equation.

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_inside_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].particles_inside

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].power_inside

Power coupled to the state inside the flux surface. Cumulative volume integral of the source term for the electron energy equation

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].power_inside_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].power_inside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].z_max_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].state[:].z_min_σ

error of coresources.source[:].profiles1d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].ion[:].z_ion_σ

error of coresources.source[:].profiles1d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].j_parallel

Parallel current density source, average(J.B) / B0, where B0 = coresources/vacuumtoroidal_field/b0

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].j_parallel_σ

error of coresources.source[:].profiles1d[:].j_parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].momentum_tor

Source term for total toroidal momentum equation

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].momentum_tor_σ

error of coresources.source[:].profiles1d[:].momentum_tor

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].momentum_tor_j_cross_b_field

Contribution to the toroidal momentum source term (already included in the momentum_tor node) corresponding to the toroidal torques onto the thermal plasma due to Lorentz force associated with radial currents. These currents appear as return-currents (enforcing quasi-neutrality, div(J)=0) balancing radial currents of non-thermal particles, e.g. radial currents of fast and trapped neutral-beam-ions.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].momentum_tor_j_cross_b_field_σ

error of coresources.source[:].profiles1d[:].momentumtorjcrossb_field

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].neutral[:].element[:].a_σ

error of coresources.source[:].profiles1d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].neutral[:].element[:].z_n_σ

error of coresources.source[:].profiles1d[:].neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].neutral[:].energy

Source term for the neutral energy transport equation.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].energy_σ

error of coresources.source[:].profiles1d[:].neutral[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].neutral[:].label

String identifying the neutral species (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].neutral[:].particles

Source term for neutral density equation

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].particles_σ

error of coresources.source[:].profiles1d[:].neutral[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].energy

Source terms for the state energy transport equation

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].state[:].energy_σ

error of coresources.source[:].profiles1d[:].neutral[:].state[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].particles

Source term for the state density transport equation

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].state[:].particles_σ

error of coresources.source[:].profiles1d[:].neutral[:].state[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ

error of coresources.source[:].profiles1d[:].neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_sources.source[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_sources.source[:].profiles_1d[:].torque_tor_inside

Toroidal torque inside the flux surface. Cumulative volume integral of the source term for the total toroidal momentum equation

  • Units: kg.m^2.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].torque_tor_inside_σ

error of coresources.source[:].profiles1d[:].torquetorinside

  • Units: kg.m^2.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_energy

Source term for the total (summed over ion species) energy equation

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_energy_σ

error of coresources.source[:].profiles1d[:].totalionenergy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.explicit_part

Explicit part of the source term

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.explicit_part_σ

error of coresources.source[:].profiles1d[:].totalionenergydecomposed.explicitpart

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.implicit_part

Implicit part of the source term, i.e. to be multiplied by the equation's primary quantity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.implicit_part_σ

error of coresources.source[:].profiles1d[:].totalionenergydecomposed.implicitpart

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_power_inside

Total power coupled to ion species (summed over ion species) inside the flux surface. Cumulative volume integral of the source term for the total ion energy equation

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].profiles_1d[:].total_ion_power_inside_σ

error of coresources.source[:].profiles1d[:].totalionpower_inside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

core_sources.source[:].species.ion.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.element[:].a_σ

error of core_sources.source[:].species.ion.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_sources.source[:].species.ion.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.element[:].z_n_σ

error of coresources.source[:].species.ion.element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

core_sources.source[:].species.ion.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_sources.source[:].species.ion.state.label

String identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

core_sources.source[:].species.ion.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.state.vibrational_level_σ

error of coresources.source[:].species.ion.state.vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_sources.source[:].species.ion.state.z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.state.z_max_σ

error of coresources.source[:].species.ion.state.zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.state.z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.state.z_min_σ

error of coresources.source[:].species.ion.state.zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.ion.z_ion_σ

error of coresources.source[:].species.ion.zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.element[:].a_σ

error of core_sources.source[:].species.neutral.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_sources.source[:].species.neutral.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.element[:].z_n_σ

error of coresources.source[:].species.neutral.element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

core_sources.source[:].species.neutral.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_sources.source[:].species.neutral.state.label

String identifying neutral state

  • Data Type: STR_0D

core_sources.source[:].species.neutral.state.neutral_type.description

Verbose description

  • Data Type: STR_0D

core_sources.source[:].species.neutral.state.neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_sources.source[:].species.neutral.state.neutral_type.name

Short string identifier

  • Data Type: STR_0D

core_sources.source[:].species.neutral.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.state.vibrational_level_σ

error of coresources.source[:].species.neutral.state.vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_sources.source[:].species.neutral.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_sources.source[:].species.type.description

Verbose description

  • Data Type: STR_0D

core_sources.source[:].species.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_sources.source[:].species.type.name

Short string identifier

  • Data Type: STR_0D

core_sources.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_sources.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.time"]

core_sources.vacuum_toroidal_field.b0_σ

error of coresources.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_sources.time"]

core_sources.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

core_sources.vacuum_toroidal_field.r0_σ

error of coresources.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

core_transport.code.commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.code.library[:].name

Name of software

  • Data Type: STR_0D

core_transport.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_transport.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

core_transport.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.code.name

Name of software generating IDS

  • Data Type: STR_0D

core_transport.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["core_transport.time"]

core_transport.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_transport.code.repository

URL of software repository

  • Data Type: STR_0D

core_transport.code.version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

core_transport.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

core_transport.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

core_transport.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

core_transport.ids_properties.occurrence

N/A

  • Data Type: INT_0D

core_transport.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

core_transport.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_transport.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

core_transport.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

core_transport.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

core_transport.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

core_transport.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

core_transport.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

core_transport.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

core_transport.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

core_transport.model[:].code.commit

Unique commit reference of software

  • Data Type: STR_0D

core_transport.model[:].code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

core_transport.model[:].code.name

Name of software used

  • Data Type: STR_0D

core_transport.model[:].code.output_flag.data

Data

  • Data Type: INT_1D
  • Coordinates: ["core_transport.model[:].code.output_flag.time"]

core_transport.model[:].code.output_flag.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

core_transport.model[:].code.repository

URL of software repository

  • Data Type: STR_0D

core_transport.model[:].code.version

Unique version (tag) of software

  • Data Type: STR_0D

core_transport.model[:].comment

Any comment describing the model

  • Data Type: STR_0D

core_transport.model[:].flux_multiplier

Multiplier applied to the particule flux when adding its contribution in the expression of the heat flux : can be 0, 3/2 or 5/2

  • Data Type: FLT_0D

core_transport.model[:].flux_multiplier_σ

error of coretransport.model[:].fluxmultiplier

  • Data Type: FLT_0D

core_transport.model[:].identifier.description

Verbose description

  • Data Type: STR_0D

core_transport.model[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

core_transport.model[:].identifier.name

Short string identifier

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].conductivity_parallel

Parallel conductivity

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].conductivity_parallel_σ

error of coretransport.model[:].profiles1d[:].conductivity_parallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].e_field_radial

Radial component of the electric field (calculated e.g. by a neoclassical model)

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].e_field_radial_σ

error of coretransport.model[:].profiles1d[:].efieldradial

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.energy.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.energy.d_σ

error of coretransport.model[:].profiles1d[:].electrons.energy.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.energy.flux

Flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.energy.flux_σ

error of coretransport.model[:].profiles1d[:].electrons.energy.flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.energy.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.energy.v_σ

error of coretransport.model[:].profiles1d[:].electrons.energy.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.particles.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.particles.d_σ

error of coretransport.model[:].profiles1d[:].electrons.particles.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.particles.flux

Flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.particles.flux_σ

error of coretransport.model[:].profiles1d[:].electrons.particles.flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.particles.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].electrons.particles.v_σ

error of coretransport.model[:].profiles1d[:].electrons.particles.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.area_σ

error of coretransport.model[:].profiles1d[:].grid_d.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.psi_σ

error of coretransport.model[:].profiles1d[:].grid_d.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_d.psi_boundary_σ

error of coretransport.model[:].profiles1d[:].gridd.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_d.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_d.psi_magnetic_axis_σ

error of coretransport.model[:].profiles1d[:].gridd.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_d.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.rho_pol_norm_σ

error of coretransport.model[:].profiles1d[:].gridd.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.rho_tor_σ

error of coretransport.model[:].profiles1d[:].gridd.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm_σ

error of coretransport.model[:].profiles1d[:].gridd.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].profiles_1d[:].grid_d.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.surface_σ

error of coretransport.model[:].profiles1d[:].grid_d.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_d.volume_σ

error of coretransport.model[:].profiles1d[:].grid_d.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.area_σ

error of coretransport.model[:].profiles1d[:].grid_flux.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.psi_σ

error of coretransport.model[:].profiles1d[:].grid_flux.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_flux.psi_boundary_σ

error of coretransport.model[:].profiles1d[:].gridflux.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_flux.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_flux.psi_magnetic_axis_σ

error of coretransport.model[:].profiles1d[:].gridflux.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_flux.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.rho_pol_norm_σ

error of coretransport.model[:].profiles1d[:].gridflux.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_σ

error of coretransport.model[:].profiles1d[:].gridflux.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm_σ

error of coretransport.model[:].profiles1d[:].gridflux.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].profiles_1d[:].grid_flux.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.surface_σ

error of coretransport.model[:].profiles1d[:].grid_flux.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_flux.volume_σ

error of coretransport.model[:].profiles1d[:].grid_flux.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.area_σ

error of coretransport.model[:].profiles1d[:].grid_v.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.psi_σ

error of coretransport.model[:].profiles1d[:].grid_v.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_v.psi_boundary_σ

error of coretransport.model[:].profiles1d[:].gridv.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_v.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_v.psi_magnetic_axis_σ

error of coretransport.model[:].profiles1d[:].gridv.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].grid_v.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.rho_pol_norm_σ

error of coretransport.model[:].profiles1d[:].gridv.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.rho_tor_σ

error of coretransport.model[:].profiles1d[:].gridv.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm_σ

error of coretransport.model[:].profiles1d[:].gridv.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.model[:].profiles_1d[:].grid_v.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.surface_σ

error of coretransport.model[:].profiles1d[:].grid_v.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].grid_v.volume_σ

error of coretransport.model[:].profiles1d[:].grid_v.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].element[:].a_σ

error of coretransport.model[:].profiles1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_transport.model[:].profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].element[:].z_n_σ

error of coretransport.model[:].profiles1d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].energy.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].energy.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].energy.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].energy.flux

Flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].energy.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].energy.flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].energy.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].energy.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].energy.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

core_transport.model[:].profiles_1d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

core_transport.model[:].profiles_1d[:].ion[:].particles.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].particles.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].particles.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].particles.flux

Flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].particles.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].particles.flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].particles.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].particles.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].particles.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].energy.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.flux

Flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].energy.flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].energy.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flow_damping_rate

Damping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flow_damping_rate_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.flowdampingrate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.d_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].particles.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.flux

Flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.flux_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].particles.flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.v_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].particles.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].z_max_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].state[:].z_min_σ

error of coretransport.model[:].profiles1d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].ion[:].z_ion_σ

error of coretransport.model[:].profiles1d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].momentum_tor.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].momentum_tor.d_σ

error of coretransport.model[:].profiles1d[:].momentum_tor.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].momentum_tor.flux

Flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].momentum_tor.flux_σ

error of coretransport.model[:].profiles1d[:].momentum_tor.flux

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].momentum_tor.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].momentum_tor.v_σ

error of coretransport.model[:].profiles1d[:].momentum_tor.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].neutral[:].element[:].a_σ

error of coretransport.model[:].profiles1d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

core_transport.model[:].profiles_1d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].neutral[:].element[:].z_n_σ

error of coretransport.model[:].profiles1d[:].neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].neutral[:].energy.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].energy.d_σ

error of coretransport.model[:].profiles1d[:].neutral[:].energy.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].energy.flux

Flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].energy.flux_σ

error of coretransport.model[:].profiles1d[:].neutral[:].energy.flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].energy.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].energy.v_σ

error of coretransport.model[:].profiles1d[:].neutral[:].energy.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

core_transport.model[:].profiles_1d[:].neutral[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

core_transport.model[:].profiles_1d[:].neutral[:].particles.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].particles.d_σ

error of coretransport.model[:].profiles1d[:].neutral[:].particles.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].particles.flux

Flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].particles.flux_σ

error of coretransport.model[:].profiles1d[:].neutral[:].particles.flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].particles.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].particles.v_σ

error of coretransport.model[:].profiles1d[:].neutral[:].particles.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.d_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].energy.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.flux

Flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.flux_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].energy.flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.v_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].energy.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.d_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].particles.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.flux

Flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.flux_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].particles.flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.v_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].particles.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ

error of coretransport.model[:].profiles1d[:].neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

core_transport.model[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

core_transport.model[:].profiles_1d[:].total_ion_energy.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].total_ion_energy.d_σ

error of coretransport.model[:].profiles1d[:].totalionenergy.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].total_ion_energy.flux

Flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].total_ion_energy.flux_σ

error of coretransport.model[:].profiles1d[:].totalionenergy.flux

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].total_ion_energy.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.model[:].profiles_1d[:].total_ion_energy.v_σ

error of coretransport.model[:].profiles1d[:].totalionenergy.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm"]

core_transport.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

core_transport.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.time"]

core_transport.vacuum_toroidal_field.b0_σ

error of coretransport.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["core_transport.time"]

core_transport.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

core_transport.vacuum_toroidal_field.r0_σ

error of coretransport.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

costing.availability

Availability fraction of the plant

  • Data Type: FLT_0D

costing.availability_σ

error of costing.availability

  • Data Type: FLT_0D

costing.code.commit

Unique commit reference of software

  • Data Type: STR_0D

costing.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

costing.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.code.library[:].name

Name of software

  • Data Type: STR_0D

costing.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

costing.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

costing.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

costing.code.name

Name of software generating IDS

  • Data Type: STR_0D

costing.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

costing.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

costing.code.repository

URL of software repository

  • Data Type: STR_0D

costing.code.version

Unique version (tag) of software

  • Data Type: STR_0D

costing.construction_start_year

Year that plant construction begins

  • Units: year
  • Data Type: FLT_0D

costing.construction_start_year_σ

error of costing.constructionstartyear

  • Units: year
  • Data Type: FLT_0D

costing.cost_decommissioning.cost

Cost to decomission the plant

  • Units: $M
  • Data Type: FLT_0D

costing.cost_decommissioning.cost_σ

error of costing.cost_decommissioning.cost

  • Units: $M
  • Data Type: FLT_0D

costing.cost_decommissioning.system[:].cost

Cost to decommission the system

  • Units: $M
  • Data Type: FLT_0D

costing.cost_decommissioning.system[:].cost_σ

error of costing.cost_decommissioning.system[:].cost

  • Units: $M
  • Data Type: FLT_0D

costing.cost_decommissioning.system[:].name

Name of the system to decommission

  • Data Type: STR_0D

costing.cost_decommissioning.system[:].subsystem[:].cost

Cost to decommission the subsystem

  • Units: $M
  • Data Type: FLT_0D

costing.cost_decommissioning.system[:].subsystem[:].cost_σ

error of costing.cost_decommissioning.system[:].subsystem[:].cost

  • Units: $M
  • Data Type: FLT_0D

costing.cost_decommissioning.system[:].subsystem[:].name

Name of the subsystem to decommission

  • Data Type: STR_0D

costing.cost_direct_capital.cost

Total direct capital

  • Units: $M
  • Data Type: FLT_0D

costing.cost_direct_capital.cost_σ

error of costing.costdirectcapital.cost

  • Units: $M
  • Data Type: FLT_0D

costing.cost_direct_capital.system[:].cost

Cost of the system

  • Units: $M
  • Data Type: FLT_0D

costing.cost_direct_capital.system[:].cost_σ

error of costing.costdirectcapital.system[:].cost

  • Units: $M
  • Data Type: FLT_0D

costing.cost_direct_capital.system[:].name

Name of the system

  • Data Type: STR_0D

costing.cost_direct_capital.system[:].subsystem[:].cost

Cost of the subsystem

  • Units: $M
  • Data Type: FLT_0D

costing.cost_direct_capital.system[:].subsystem[:].cost_σ

error of costing.costdirectcapital.system[:].subsystem[:].cost

  • Units: $M
  • Data Type: FLT_0D

costing.cost_direct_capital.system[:].subsystem[:].name

Name of the subsystem

  • Data Type: STR_0D

costing.cost_lifetime

Total cost of fusion power plant

  • Units: $M
  • Data Type: FLT_0D

costing.cost_lifetime_σ

error of costing.cost_lifetime

  • Units: $M
  • Data Type: FLT_0D

costing.cost_operations.system[:].name

Name of the system

  • Data Type: STR_0D

costing.cost_operations.system[:].subsystem[:].name

Name of the subsystem

  • Data Type: STR_0D

costing.cost_operations.system[:].subsystem[:].yearly_cost

Cost of the subsystem per year

  • Units: $M/year
  • Data Type: FLT_0D

costing.cost_operations.system[:].subsystem[:].yearly_cost_σ

error of costing.costoperations.system[:].subsystem[:].yearlycost

  • Units: $M/year
  • Data Type: FLT_0D

costing.cost_operations.system[:].yearly_cost

Cost of system per year

  • Units: $M/year
  • Data Type: FLT_0D

costing.cost_operations.system[:].yearly_cost_σ

error of costing.costoperations.system[:].yearlycost

  • Units: $M/year
  • Data Type: FLT_0D

costing.cost_operations.yearly_cost

Anual cost to operate the plant

  • Units: $M/year
  • Data Type: FLT_0D

costing.cost_operations.yearly_cost_σ

error of costing.costoperations.yearlycost

  • Units: $M/year
  • Data Type: FLT_0D

costing.future.inflation_rate

Predicted average rate of future inflation

  • Data Type: FLT_0D

costing.future.inflation_rate_σ

error of costing.future.inflation_rate

  • Data Type: FLT_0D

costing.future.learning.hts.learning_rate

Learning rate for ReBCO technology production

  • Data Type: FLT_0D

costing.future.learning.hts.learning_rate_σ

error of costing.future.learning.hts.learning_rate

  • Data Type: FLT_0D

costing.future.learning.hts.production_increase

Factor by which production of ReBCO multiplies

  • Data Type: FLT_0D

costing.future.learning.hts.production_increase_σ

error of costing.future.learning.hts.production_increase

  • Data Type: FLT_0D

costing.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

costing.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

costing.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

costing.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

costing.ids_properties.occurrence

N/A

  • Data Type: INT_0D

costing.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

costing.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

costing.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

costing.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

costing.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

costing.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

costing.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

costing.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

costing.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

costing.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

costing.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

costing.levelized_CoE

Levelized cost of electiricity (total cost / total electricy generated)

  • Units: $/kWh
  • Data Type: FLT_0D

costing.levelized_CoE_σ

error of costing.levelized_CoE

  • Units: $/kWh
  • Data Type: FLT_0D

costing.plant_lifetime

Lifetime of the plant

  • Units: year
  • Data Type: FLT_0D

costing.plant_lifetime_σ

error of costing.plant_lifetime

  • Units: year
  • Data Type: FLT_0D

costing.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.code.commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.code.library[:].name

Name of software

  • Data Type: STR_0D

cryostat.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

cryostat.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

cryostat.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.code.name

Name of software generating IDS

  • Data Type: STR_0D

cryostat.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["cryostat.time"]

cryostat.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

cryostat.code.repository

URL of software repository

  • Data Type: STR_0D

cryostat.code.version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.description_2d[:].cryostat.type.description

Verbose description

  • Data Type: STR_0D

cryostat.description_2d[:].cryostat.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

cryostat.description_2d[:].cryostat.type.name

Short string identifier

  • Data Type: STR_0D

cryostat.description_2d[:].cryostat.unit[:].annular.centreline.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r_σ

error of cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].annular.centreline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.centreline.z_σ

error of cryostat.description_2d[:].cryostat.unit[:].annular.centreline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r_σ

error of cryostat.description2d[:].cryostat.unit[:].annular.outlineinner.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.z_σ

error of cryostat.description2d[:].cryostat.unit[:].annular.outlineinner.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r_σ

error of cryostat.description2d[:].cryostat.unit[:].annular.outlineouter.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.z_σ

error of cryostat.description2d[:].cryostat.unit[:].annular.outlineouter.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.resistivity

Resistivity of the vessel unit

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].cryostat.unit[:].annular.resistivity_σ

error of cryostat.description_2d[:].cryostat.unit[:].annular.resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].cryostat.unit[:].annular.thickness

Thickness of the vessel layer in the perpendicular direction to the centreline. Thickness(i) is the thickness of the layer between centreline/r(i),z(i) and centreline/r(i+1),z(i+1)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r"]

cryostat.description_2d[:].cryostat.unit[:].annular.thickness_σ

error of cryostat.description_2d[:].cryostat.unit[:].annular.thickness

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r"]

cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.time"]

cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.data_σ

error of cryostat.description2d[:].cryostat.unit[:].element[:].jtor.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.time"]

cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].element[:].name

Name of the block element

  • Data Type: STR_0D

cryostat.description_2d[:].cryostat.unit[:].element[:].outline.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r_σ

error of cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].cryostat.unit[:].element[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r"]

cryostat.description_2d[:].cryostat.unit[:].element[:].outline.z_σ

error of cryostat.description_2d[:].cryostat.unit[:].element[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r"]

cryostat.description_2d[:].cryostat.unit[:].element[:].resistance

Resistance of the block element

  • Units: Ohm
  • Data Type: FLT_0D

cryostat.description_2d[:].cryostat.unit[:].element[:].resistance_σ

error of cryostat.description_2d[:].cryostat.unit[:].element[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

cryostat.description_2d[:].cryostat.unit[:].element[:].resistivity

Resistivity of the block element

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].cryostat.unit[:].element[:].resistivity_σ

error of cryostat.description_2d[:].cryostat.unit[:].element[:].resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].cryostat.unit[:].identifier

Identifier of the unit

  • Data Type: STR_0D

cryostat.description_2d[:].cryostat.unit[:].name

Name of the unit

  • Data Type: STR_0D

cryostat.description_2d[:].thermal_shield.type.description

Verbose description

  • Data Type: STR_0D

cryostat.description_2d[:].thermal_shield.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

cryostat.description_2d[:].thermal_shield.type.name

Short string identifier

  • Data Type: STR_0D

cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.centreline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.z_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.centreline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.outline_inner.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.z_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.outline_inner.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.outline_outer.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.z_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.outline_outer.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.resistivity

Resistivity of the vessel unit

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].thermal_shield.unit[:].annular.resistivity_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].thermal_shield.unit[:].annular.thickness

Thickness of the vessel layer in the perpendicular direction to the centreline. Thickness(i) is the thickness of the layer between centreline/r(i),z(i) and centreline/r(i+1),z(i+1)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r"]

cryostat.description_2d[:].thermal_shield.unit[:].annular.thickness_σ

error of cryostat.description2d[:].thermalshield.unit[:].annular.thickness

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.time"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.data_σ

error of cryostat.description2d[:].thermalshield.unit[:].element[:].j_tor.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.time"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].name

Name of the block element

  • Data Type: STR_0D

cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r_σ

error of cryostat.description2d[:].thermalshield.unit[:].element[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.z_σ

error of cryostat.description2d[:].thermalshield.unit[:].element[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r"]

cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistance

Resistance of the block element

  • Units: Ohm
  • Data Type: FLT_0D

cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistance_σ

error of cryostat.description2d[:].thermalshield.unit[:].element[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistivity

Resistivity of the block element

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistivity_σ

error of cryostat.description2d[:].thermalshield.unit[:].element[:].resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

cryostat.description_2d[:].thermal_shield.unit[:].identifier

Identifier of the unit

  • Data Type: STR_0D

cryostat.description_2d[:].thermal_shield.unit[:].name

Name of the unit

  • Data Type: STR_0D

cryostat.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

cryostat.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

cryostat.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

cryostat.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

cryostat.ids_properties.occurrence

N/A

  • Data Type: INT_0D

cryostat.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

cryostat.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

cryostat.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

cryostat.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

cryostat.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

cryostat.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

cryostat.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

cryostat.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

cryostat.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

cryostat.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

cryostat.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

cryostat.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

dataset_description.data_entry.machine

Name of the experimental device to which this data is related

  • Data Type: STR_0D

dataset_description.data_entry.pulse

Pulse number

  • Data Type: INT_0D

dataset_description.data_entry.pulse_type

Type of the data entry, e.g. "pulse", "simulation", ...

  • Data Type: STR_0D

dataset_description.data_entry.run

Run number

  • Data Type: INT_0D

dataset_description.data_entry.user

Username

  • Data Type: STR_0D

dataset_description.dd_version

Version of the physics data dictionary of this dataset

  • Data Type: STR_0D

dataset_description.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

dataset_description.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

dataset_description.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

dataset_description.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

dataset_description.ids_properties.occurrence

N/A

  • Data Type: INT_0D

dataset_description.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

dataset_description.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

dataset_description.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

dataset_description.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_description.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

dataset_description.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

dataset_description.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

dataset_description.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

dataset_description.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

dataset_description.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

dataset_description.imas_version

Version of the IMAS infrastructure used to produce this data entry. Refers to the global IMAS repository which links to versions of every infrastructure tools

  • Data Type: STR_0D

dataset_description.parent_entry.machine

Name of the experimental device to which this data is related

  • Data Type: STR_0D

dataset_description.parent_entry.pulse

Pulse number

  • Data Type: INT_0D

dataset_description.parent_entry.pulse_type

Type of the data entry, e.g. "pulse", "simulation", ...

  • Data Type: STR_0D

dataset_description.parent_entry.run

Run number

  • Data Type: INT_0D

dataset_description.parent_entry.user

Username

  • Data Type: STR_0D

dataset_description.pulse_time_begin

Date and time (UTC) at which the pulse started on the experiment, expressed in a human readable form (ISO 8601) : the format of the string shall be : YYYY-MM-DDTHH:MM:SSZ. Example : 2020-07-24T14:19:00Z

  • Data Type: STR_0D

dataset_description.pulse_time_begin_epoch.nanoseconds

Elapsed nanoseconds since the time in seconds indicated above

  • Data Type: INT_0D

dataset_description.pulse_time_begin_epoch.seconds

Elapsed seconds since the Unix Epoch time (01/01/1970 00:00:00 UTC)

  • Data Type: INT_0D

dataset_description.pulse_time_end_epoch.nanoseconds

Elapsed nanoseconds since the time in seconds indicated above

  • Data Type: INT_0D

dataset_description.pulse_time_end_epoch.seconds

Elapsed seconds since the Unix Epoch time (01/01/1970 00:00:00 UTC)

  • Data Type: INT_0D

dataset_description.simulation.comment_after

Comment made at the end of a simulation

  • Data Type: STR_0D

dataset_description.simulation.comment_before

Comment made when launching a simulation

  • Data Type: STR_0D

dataset_description.simulation.time_begin

Start time

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_begin_σ

error of datasetdescription.simulation.timebegin

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_begun

Actual wall-clock time simulation started

  • Units: UTC
  • Data Type: STR_0D

dataset_description.simulation.time_current

Current time of the simulation

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_current_σ

error of datasetdescription.simulation.timecurrent

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_end

Stop time

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_end_σ

error of datasetdescription.simulation.timeend

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_ended

Actual wall-clock time simulation finished

  • Units: UTC
  • Data Type: STR_0D

dataset_description.simulation.time_restart

Time of the last restart done during the simulation

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_restart_σ

error of datasetdescription.simulation.timerestart

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_step

Time interval between main steps, e.g. storage step (if relevant and constant)

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.time_step_σ

error of datasetdescription.simulation.timestep

  • Units: s
  • Data Type: FLT_0D

dataset_description.simulation.workflow

Description of the workflow which has been used to produce this data entry (e.g. copy of the Kepler MOML if using Kepler)

  • Data Type: STR_0D

dataset_description.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

dataset_fair.identifier

Persistent identifier allowing to cite this data in a public and persistent way, should be provided as HTTP URIs

  • Data Type: STR_0D

dataset_fair.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

dataset_fair.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

dataset_fair.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

dataset_fair.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

dataset_fair.ids_properties.occurrence

N/A

  • Data Type: INT_0D

dataset_fair.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

dataset_fair.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

dataset_fair.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

dataset_fair.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

dataset_fair.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

dataset_fair.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

dataset_fair.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

dataset_fair.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

dataset_fair.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

dataset_fair.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

dataset_fair.is_referenced_by

List of documents (e.g. publications) or datasets making use of this data entry (e.g. PIDs of other datasets using this data entry as input)

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

dataset_fair.is_replaced_by

Persistent identifier referencing the new version of this data (replacing the present version)

  • Data Type: STR_0D

dataset_fair.license

License(s) under which the data is made available (license description or, more convenient, publicly accessible URL pointing to the full license text)

  • Data Type: STR_0D

dataset_fair.replaces

Persistent identifier referencing the previous version of this data

  • Data Type: STR_0D

dataset_fair.rights_holder

The organisation owning or managing rights over this data

  • Data Type: STR_0D

dataset_fair.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

dataset_fair.valid

Date range during which the data is or was valid. Expressed as YYYY-MM-DD/YYYY-MM-DD, where the former (resp. latter) date is the data at which the data started (resp. ceased) to be valid. If the data is still valid, the slash should still be present, i.e. indicate the validity start date with YYYY-MM-DD/. If the data ceased being valid but there is no information on the validity start date, indicate /YYYY-MM-DD.

  • Data Type: STR_0D

disruption.code.commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.code.library[:].name

Name of software

  • Data Type: STR_0D

disruption.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

disruption.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

disruption.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.code.name

Name of software generating IDS

  • Data Type: STR_0D

disruption.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["disruption.time"]

disruption.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

disruption.code.repository

URL of software repository

  • Data Type: STR_0D

disruption.code.version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.global_quantities.current_halo_pol

Poloidal halo current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.current_halo_pol_σ

error of disruption.globalquantities.currenthalo_pol

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.current_halo_tor

Toroidal halo current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.current_halo_tor_σ

error of disruption.globalquantities.currenthalo_tor

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_ohm

Total ohmic cumulated energy (integral of the power over the disruption duration)

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_ohm_σ

error of disruption.globalquantities.energyohm

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_ohm_halo

Ohmic cumulated energy (integral of the power over the disruption duration) in the halo region

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_ohm_halo_σ

error of disruption.globalquantities.energyohm_halo

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_parallel_halo

Cumulated parallel energy (integral of the heat flux parallel power over the disruption duration) in the halo region

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_parallel_halo_σ

error of disruption.globalquantities.energyparallel_halo

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_radiated_electrons_impurities

Total cumulated energy (integral of the power over the disruption duration) radiated by electrons on impurities

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_radiated_electrons_impurities_σ

error of disruption.globalquantities.energyradiatedelectronsimpurities

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_radiated_electrons_impurities_halo

Cumulated energy (integral of the power over the disruption duration) radiated by electrons on impurities in the halo region

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.energy_radiated_electrons_impurities_halo_σ

error of disruption.globalquantities.energyradiatedelectronsimpurities_halo

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_ohm

Total ohmic power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_ohm_σ

error of disruption.globalquantities.powerohm

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_ohm_halo

Ohmic power in the halo region

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_ohm_halo_σ

error of disruption.globalquantities.powerohm_halo

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_parallel_halo

Power of the parallel heat flux in the halo region

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_parallel_halo_σ

error of disruption.globalquantities.powerparallel_halo

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_radiated_electrons_impurities

Total power radiated by electrons on impurities

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_radiated_electrons_impurities_σ

error of disruption.globalquantities.powerradiatedelectronsimpurities

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_radiated_electrons_impurities_halo

Power radiated by electrons on impurities in the halo region

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.power_radiated_electrons_impurities_halo_σ

error of disruption.globalquantities.powerradiatedelectronsimpurities_halo

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.psi_halo_boundary

Poloidal flux at halo region boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.global_quantities.psi_halo_boundary_σ

error of disruption.globalquantities.psihalo_boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.halo_currents[:].active_wall_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].active_wall_point.r_σ

error of disruption.halocurrents[:].activewall_point.r

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].active_wall_point.z

Height

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].active_wall_point.z_σ

error of disruption.halocurrents[:].activewall_point.z

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].current_halo_pol

Poloidal halo current crossing through this area

  • Units: A
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].current_halo_pol_σ

error of disruption.halocurrents[:].area[:].currenthalo_pol

  • Units: A
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].end_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].end_point.r_σ

error of disruption.halocurrents[:].area[:].endpoint.r

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].end_point.z

Height

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].end_point.z_σ

error of disruption.halocurrents[:].area[:].endpoint.z

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].start_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].start_point.r_σ

error of disruption.halocurrents[:].area[:].startpoint.r

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].start_point.z

Height

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].area[:].start_point.z_σ

error of disruption.halocurrents[:].area[:].startpoint.z

  • Units: m
  • Data Type: FLT_0D

disruption.halo_currents[:].time

Time

  • Units: s
  • Data Type: FLT_0D

disruption.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

disruption.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

disruption.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

disruption.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

disruption.ids_properties.occurrence

N/A

  • Data Type: INT_0D

disruption.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

disruption.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

disruption.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

disruption.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

disruption.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

disruption.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

disruption.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

disruption.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

disruption.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

disruption.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

disruption.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

disruption.profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.area_σ

error of disruption.profiles_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.psi_σ

error of disruption.profiles_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

disruption.profiles_1d[:].grid.psi_boundary_σ

error of disruption.profiles1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

disruption.profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

disruption.profiles_1d[:].grid.psi_magnetic_axis_σ

error of disruption.profiles1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

disruption.profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.rho_pol_norm_σ

error of disruption.profiles1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.rho_tor_σ

error of disruption.profiles1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

disruption.profiles_1d[:].grid.rho_tor_norm_σ

error of disruption.profiles1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

disruption.profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.surface_σ

error of disruption.profiles_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].grid.volume_σ

error of disruption.profiles_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].j_runaways

Runaways parallel current density = average(j.B) / B0, where B0 = Disruption/VacuumToroidalField/ B0

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].j_runaways_σ

error of disruption.profiles1d[:].jrunaways

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].power_density_conductive_losses

Power density of conductive losses to the wall (positive sign for losses)

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].power_density_conductive_losses_σ

error of disruption.profiles1d[:].powerdensityconductivelosses

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].power_density_radiative_losses

Power density of radiative losses (positive sign for losses)

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].power_density_radiative_losses_σ

error of disruption.profiles1d[:].powerdensityradiativelosses

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["disruption.profiles_1d[:].grid.rho_tor_norm"]

disruption.profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

disruption.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

disruption.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.vacuum_toroidal_field.b0_σ

error of disruption.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["disruption.time"]

disruption.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

disruption.vacuum_toroidal_field.r0_σ

error of disruption.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

distribution_sources.code.commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.code.library[:].name

Name of software

  • Data Type: STR_0D

distribution_sources.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distribution_sources.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.code.name

Name of software generating IDS

  • Data Type: STR_0D

distribution_sources.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distribution_sources.code.repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.code.version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

distribution_sources.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

distribution_sources.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

distribution_sources.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

distribution_sources.ids_properties.occurrence

N/A

  • Data Type: INT_0D

distribution_sources.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

distribution_sources.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

distribution_sources.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distribution_sources.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

distribution_sources.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

distribution_sources.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

distribution_sources.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

distribution_sources.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

distribution_sources.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

distribution_sources.magnetic_axis.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.magnetic_axis.r_σ

error of distributionsources.magneticaxis.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.magnetic_axis.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.magnetic_axis.z_σ

error of distributionsources.magneticaxis.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.source[:].ggd[:].discrete

List of indices of grid spaces (refers to ../grid/space) for which the source is discretely distributed. For example consider a source of 3.5 MeV alpha particles provided on a grid with two coordinates (spaces); rho_tor and energy. To specify that the source is given at energies exactly equal to 3.5 MeV, let discret have length 1 and set discrete(1)=2 since energy is dimension number 2. The source is then proportional to delta( 1 - energy / 3.5MeV ), where delta is the direct delta distribution. Discrete dimensions can only be used when the grid is rectangular.

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].jacobian_σ

error of distributionsources.source[:].ggd[:].grid.gridsubset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant_σ

error of distributionsources.source[:].ggd[:].grid.gridsubset[:].base[:].tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant_σ

error of distributionsources.source[:].ggd[:].grid.gridsubset[:].base[:].tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.jacobian_σ

error of distributionsources.source[:].ggd[:].grid.gridsubset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant_σ

error of distributionsources.source[:].ggd[:].grid.gridsubset[:].metric.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant_σ

error of distributionsources.source[:].ggd[:].grid.gridsubset[:].metric.tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distribution_sources.source[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.identifier.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.identifier.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS paths

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].grid.space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].identifier.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ

error of distributionsources.source[:].ggd[:].grid.space[:].objectsper_dimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of distributionsources.source[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].geometry2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ

error of distributionsources.source[:].ggd[:].grid.space[:].objectsper_dimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].particles[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: (m.s^-1)^-3.m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["distribution_sources.source[:].ggd[:].particles[:].values", "1...N"]

distribution_sources.source[:].ggd[:].particles[:].coefficients_σ

error of distribution_sources.source[:].ggd[:].particles[:].coefficients

  • Units: (m.s^-1)^-3.m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["distribution_sources.source[:].ggd[:].particles[:].values", "1...N"]

distribution_sources.source[:].ggd[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

distribution_sources.source[:].ggd[:].particles[:].values

One scalar value is provided per element in the grid subset.

  • Units: (m.s^-1)^-3.m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].particles[:].values_σ

error of distribution_sources.source[:].ggd[:].particles[:].values

  • Units: (m.s^-1)^-3.m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].particles

Particle source rate

  • Units: s^-1
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].particles_σ

error of distributionsources.source[:].globalquantities[:].particles

  • Units: s^-1
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].power

Total power of the source

  • Units: W
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].power_σ

error of distributionsources.source[:].globalquantities[:].power

  • Units: W
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].shinethrough.particles

Particle losses due to shinethrough

  • Units: s^-1
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].shinethrough.particles_σ

error of distributionsources.source[:].globalquantities[:].shinethrough.particles

  • Units: s^-1
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].shinethrough.power

Power losses due to shinethrough

  • Units: W
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].shinethrough.power_σ

error of distributionsources.source[:].globalquantities[:].shinethrough.power

  • Units: W
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].shinethrough.torque_tor

Toroidal torque losses due to shinethrough

  • Units: N.m
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].shinethrough.torque_tor_σ

error of distributionsources.source[:].globalquantities[:].shinethrough.torque_tor

  • Units: N.m
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].torque_tor

Total toroidal torque of the source

  • Units: N.m
  • Data Type: FLT_0D

distribution_sources.source[:].global_quantities[:].torque_tor_σ

error of distributionsources.source[:].globalquantities[:].torque_tor

  • Units: N.m
  • Data Type: FLT_0D

distribution_sources.source[:].gyro_type

Defines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth point

  • Data Type: INT_0D

distribution_sources.source[:].markers[:].coordinate_identifier[:].description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].markers[:].coordinate_identifier[:].index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].markers[:].coordinate_identifier[:].name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].markers[:].orbit_integrals.bounce_harmonics

Array of bounce harmonics k

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals.expressions

List of the expressions f(ntor,mpol,k,q,...) used in the orbit integrals

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals.m_pol

Array of poloidal mode numbers, where quantities vary as exp(-i.mpol.theta) and theta is the angle defined by the choice of ../../coordinateidentifier, with its centre at the magnetic axis recalled at the root of this IDS

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals.n_tor

Array of toroidal mode numbers, ntor, where quantities vary as exp(i.ntor.phi) and phi runs anticlockwise when viewed from above

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals.values

Values of the orbit integrals

  • Data Type: CPX_5D
  • Coordinates: ["distribution_sources.source[:].markers[:].orbit_integrals.expressions", "distribution_sources.source[:].markers[:].weights", "distribution_sources.source[:].markers[:].orbit_integrals.n_tor", "distribution_sources.source[:].markers[:].orbit_integrals.m_pol", "distribution_sources.source[:].markers[:].orbit_integrals.bounce_harmonics"]

distribution_sources.source[:].markers[:].orbit_integrals_instant.expressions

List of the expressions f(eq) used in the orbit integrals

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals_instant.time_orbit

Time array along the markers last orbit

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals_instant.time_orbit_σ

error of distributionsources.source[:].markers[:].orbitintegralsinstant.timeorbit

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].orbit_integrals_instant.values

Values of the orbit integrals

  • Data Type: CPX_3D
  • Coordinates: ["distribution_sources.source[:].markers[:].orbit_integrals_instant.expressions", "distribution_sources.source[:].markers[:].weights", "distribution_sources.source[:].markers[:].orbit_integrals_instant.time_orbit"]

distribution_sources.source[:].markers[:].positions

Position of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinates

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distribution_sources.source[:].markers[:].weights", "distribution_sources.source[:].markers[:].coordinate_identifier"]

distribution_sources.source[:].markers[:].positions_σ

error of distribution_sources.source[:].markers[:].positions

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distribution_sources.source[:].markers[:].weights", "distribution_sources.source[:].markers[:].coordinate_identifier"]

distribution_sources.source[:].markers[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distribution_sources.source[:].markers[:].toroidal_mode

In case the orbit integrals are calculated for a given MHD perturbation, index of the toroidal mode considered. Refers to the timeslice/toroidalmode array of the MHD_LINEAR IDS in which this perturbation is described

  • Data Type: INT_0D

distribution_sources.source[:].markers[:].weights

Weight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markers

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].markers[:].weights_σ

error of distribution_sources.source[:].markers[:].weights

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].process[:].nbi_beamlets_group

Index of the NBI beamlets group considered. Refers to the "unit/beamlets_group" array of the NBI IDS. 0 means sum over all beamlets groups.

  • Data Type: INT_0D

distribution_sources.source[:].process[:].nbi_energy.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].process[:].nbi_energy.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].process[:].nbi_energy.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].process[:].nbi_unit

Index of the NBI unit considered. Refers to the "unit" array of the NBI IDS. 0 means sum over all NBI units.

  • Data Type: INT_0D

distribution_sources.source[:].process[:].reactant_energy.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].process[:].reactant_energy.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].process[:].reactant_energy.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].process[:].type.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].process[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].process[:].type.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].profiles_1d[:].energy

Source term for the energy transport equation

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].energy_σ

error of distributionsources.source[:].profiles1d[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.area_σ

error of distributionsources.source[:].profiles1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.psi_σ

error of distributionsources.source[:].profiles1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

distribution_sources.source[:].profiles_1d[:].grid.psi_boundary_σ

error of distributionsources.source[:].profiles1d[:].grid.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

distribution_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

distribution_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis_σ

error of distributionsources.source[:].profiles1d[:].grid.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_0D

distribution_sources.source[:].profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.rho_pol_norm_σ

error of distributionsources.source[:].profiles1d[:].grid.rhopolnorm

  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.rho_tor_σ

error of distributionsources.source[:].profiles1d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm_σ

error of distributionsources.source[:].profiles1d[:].grid.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.source[:].profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.surface_σ

error of distributionsources.source[:].profiles1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].grid.volume_σ

error of distributionsources.source[:].profiles1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].momentum_tor

Source term for the toroidal momentum equation

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].momentum_tor_σ

error of distributionsources.source[:].profiles1d[:].momentum_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].particles

Source term for the density transport equation

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].particles_σ

error of distributionsources.source[:].profiles1d[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm"]

distribution_sources.source[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.element[:].a_σ

error of distribution_sources.source[:].species.ion.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distribution_sources.source[:].species.ion.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.element[:].z_n_σ

error of distributionsources.source[:].species.ion.element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

distribution_sources.source[:].species.ion.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distribution_sources.source[:].species.ion.state.label

String identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distribution_sources.source[:].species.ion.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.state.vibrational_level_σ

error of distributionsources.source[:].species.ion.state.vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distribution_sources.source[:].species.ion.state.z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.state.z_max_σ

error of distributionsources.source[:].species.ion.state.zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.state.z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.state.z_min_σ

error of distributionsources.source[:].species.ion.state.zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.ion.z_ion_σ

error of distributionsources.source[:].species.ion.zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.element[:].a_σ

error of distribution_sources.source[:].species.neutral.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distribution_sources.source[:].species.neutral.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.element[:].z_n_σ

error of distributionsources.source[:].species.neutral.element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

distribution_sources.source[:].species.neutral.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distribution_sources.source[:].species.neutral.state.label

String identifying neutral state

  • Data Type: STR_0D

distribution_sources.source[:].species.neutral.state.neutral_type.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].species.neutral.state.neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].species.neutral.state.neutral_type.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.source[:].species.neutral.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.state.vibrational_level_σ

error of distributionsources.source[:].species.neutral.state.vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distribution_sources.source[:].species.neutral.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distribution_sources.source[:].species.type.description

Verbose description

  • Data Type: STR_0D

distribution_sources.source[:].species.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distribution_sources.source[:].species.type.name

Short string identifier

  • Data Type: STR_0D

distribution_sources.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distribution_sources.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.vacuum_toroidal_field.b0_σ

error of distributionsources.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["distribution_sources.time"]

distribution_sources.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

distribution_sources.vacuum_toroidal_field.r0_σ

error of distributionsources.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

distributions.code.commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.code.library[:].name

Name of software

  • Data Type: STR_0D

distributions.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distributions.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

distributions.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.code.name

Name of software generating IDS

  • Data Type: STR_0D

distributions.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["distributions.time"]

distributions.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distributions.code.repository

URL of software repository

  • Data Type: STR_0D

distributions.code.version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values", "1...N"]

distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].coefficients_σ

error of distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values", "1...N"]

distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values_σ

error of distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values", "1...N"]

distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].coefficients_σ

error of distributions.distribution[:].ggd[:].expansionfd3v[:].gridsubset[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values", "1...N"]

distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values_σ

error of distributions.distribution[:].ggd[:].expansionfd3v[:].gridsubset[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].jacobian_σ

error of distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant_σ

error of distributions.distribution[:].ggd[:].grid.gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant_σ

error of distributions.distribution[:].ggd[:].grid.gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.jacobian_σ

error of distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant_σ

error of distributions.distribution[:].ggd[:].grid.gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant_σ

error of distributions.distribution[:].ggd[:].grid.gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["distributions.distribution[:].ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.identifier.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.identifier.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS paths

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].grid.space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].identifier.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ

error of distributions.distribution[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of distributions.distribution[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ

error of distributions.distribution[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].ggd[:].temperature

Reference temperature profile used to define the local thermal energy and the thermal velocity (for normalisation of the grid coordinates)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].ggd[:].temperature_σ

error of distributions.distribution[:].ggd[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.power_fast

Collisional power to the fast particle population

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.power_fast_σ

error of distributions.distribution[:].globalquantities[:].collisions.electrons.powerfast

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.power_thermal

Collisional power to the thermal particle population

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.power_thermal_σ

error of distributions.distribution[:].globalquantities[:].collisions.electrons.powerthermal

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.torque_fast_tor

Collisional toroidal torque to the fast particle population

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].globalquantities[:].collisions.electrons.torquefast_tor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.torque_thermal_tor

Collisional toroidal torque to the thermal particle population

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].globalquantities[:].collisions.electrons.torquethermal_tor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].power_fast

Collisional power to the fast particle population

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].power_fast_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].powerfast

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].power_thermal

Collisional power to the thermal particle population

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].powerthermal

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_fast

Collisional power to the fast particle population

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].powerfast

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_thermal

Collisional power to the thermal particle population

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].powerthermal

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque to the fast particle population

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].torquefast_tor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque to the thermal particle population

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].torquethermal_tor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_fast_tor

Collisional toroidal torque to the fast particle population

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].torquefast_tor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_thermal_tor

Collisional toroidal torque to the thermal particle population

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].torquethermal_tor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].collisions.ion[:].z_ion_σ

error of distributions.distribution[:].globalquantities[:].collisions.ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].current_tor

Toroidal current driven by the distribution

  • Units: A
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].current_tor_σ

error of distributions.distribution[:].globalquantities[:].currenttor

  • Units: A
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].energy

Total energy in the distribution

  • Units: J
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].energy_σ

error of distributions.distribution[:].global_quantities[:].energy

  • Units: J
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].energy_fast

Total energy of the fast particles in the distribution

  • Units: J
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].energy_fast_σ

error of distributions.distribution[:].globalquantities[:].energyfast

  • Units: J
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].energy_fast_parallel

Parallel energy of the fast particles in the distribution

  • Units: J
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].energy_fast_parallel_σ

error of distributions.distribution[:].globalquantities[:].energyfast_parallel

  • Units: J
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].particles_fast_n

Number of fast particles in the distribution, i.e. the volume integral of the density (note: this is the number of real particles and not markers)

  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].particles_fast_n_σ

error of distributions.distribution[:].globalquantities[:].particlesfast_n

  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].particles_n

Number of particles in the distribution, i.e. the volume integral of the density (note: this is the number of real particles and not markers)

  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].particles_n_σ

error of distributions.distribution[:].globalquantities[:].particlesn

  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].source[:].identifier.process_index

Index into distribution/process

  • Data Type: INT_0D

distributions.distribution[:].global_quantities[:].source[:].identifier.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].global_quantities[:].source[:].identifier.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].global_quantities[:].source[:].identifier.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].global_quantities[:].source[:].identifier.wave_index

Index into distribution/wave

  • Data Type: INT_0D

distributions.distribution[:].global_quantities[:].source[:].particles

Particle source rate

  • Units: s^-1
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].source[:].particles_σ

error of distributions.distribution[:].global_quantities[:].source[:].particles

  • Units: s^-1
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].source[:].power

Total power of the source

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].source[:].power_σ

error of distributions.distribution[:].global_quantities[:].source[:].power

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].source[:].torque_tor

Total toroidal torque of the source

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].source[:].torque_tor_σ

error of distributions.distribution[:].globalquantities[:].source[:].torquetor

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].thermalisation.particles

Source rate of thermal particles due to the thermalisation of fast particles

  • Units: s^-1
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].thermalisation.particles_σ

error of distributions.distribution[:].global_quantities[:].thermalisation.particles

  • Units: s^-1
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].thermalisation.power

Power input to the thermal particle population due to the thermalisation of fast particles

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].thermalisation.power_σ

error of distributions.distribution[:].global_quantities[:].thermalisation.power

  • Units: W
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].thermalisation.torque

Torque input to the thermal particle population due to the thermalisation of fast particles

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].thermalisation.torque_σ

error of distributions.distribution[:].global_quantities[:].thermalisation.torque

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].global_quantities[:].torque_tor_j_radial_σ

error of distributions.distribution[:].globalquantities[:].torquetorjradial

  • Units: N.m
  • Data Type: FLT_0D

distributions.distribution[:].gyro_type

Defines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth point

  • Data Type: INT_0D

distributions.distribution[:].is_delta_f

If isdeltaf=1, then the distribution represents the deviation from a Maxwellian; isdeltaf=0, then the distribution represents all particles, i.e. the full-f solution

  • Data Type: INT_0D

distributions.distribution[:].markers[:].coordinate_identifier[:].description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].markers[:].coordinate_identifier[:].index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].markers[:].coordinate_identifier[:].name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].markers[:].orbit_integrals.bounce_harmonics

Array of bounce harmonics k

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals.expressions

List of the expressions f(ntor,mpol,k,q,...) used in the orbit integrals

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals.m_pol

Array of poloidal mode numbers, where quantities vary as exp(-i.mpol.theta) and theta is the angle defined by the choice of ../../coordinateidentifier, with its centre at the magnetic axis recalled at the root of this IDS

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals.n_tor

Array of toroidal mode numbers, ntor, where quantities vary as exp(i.ntor.phi) and phi runs anticlockwise when viewed from above

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals.values

Values of the orbit integrals

  • Data Type: CPX_5D
  • Coordinates: ["distributions.distribution[:].markers[:].orbit_integrals.expressions", "distributions.distribution[:].markers[:].weights", "distributions.distribution[:].markers[:].orbit_integrals.n_tor", "distributions.distribution[:].markers[:].orbit_integrals.m_pol", "distributions.distribution[:].markers[:].orbit_integrals.bounce_harmonics"]

distributions.distribution[:].markers[:].orbit_integrals_instant.expressions

List of the expressions f(eq) used in the orbit integrals

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals_instant.time_orbit

Time array along the markers last orbit

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals_instant.time_orbit_σ

error of distributions.distribution[:].markers[:].orbitintegralsinstant.time_orbit

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].orbit_integrals_instant.values

Values of the orbit integrals

  • Data Type: CPX_3D
  • Coordinates: ["distributions.distribution[:].markers[:].orbit_integrals_instant.expressions", "distributions.distribution[:].markers[:].weights", "distributions.distribution[:].markers[:].orbit_integrals_instant.time_orbit"]

distributions.distribution[:].markers[:].positions

Position of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinates

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].markers[:].weights", "distributions.distribution[:].markers[:].coordinate_identifier"]

distributions.distribution[:].markers[:].positions_σ

error of distributions.distribution[:].markers[:].positions

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].markers[:].weights", "distributions.distribution[:].markers[:].coordinate_identifier"]

distributions.distribution[:].markers[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distributions.distribution[:].markers[:].toroidal_mode

In case the orbit integrals are calculated for a given MHD perturbation, index of the toroidal mode considered. Refers to the timeslice/toroidalmode array of the MHD_LINEAR IDS in which this perturbation is described

  • Data Type: INT_0D

distributions.distribution[:].markers[:].weights

Weight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markers

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].markers[:].weights_σ

error of distributions.distribution[:].markers[:].weights

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].process[:].nbi_beamlets_group

Index of the NBI beamlets group considered. Refers to the "unit/beamlets_group" array of the NBI IDS. 0 means sum over all beamlets groups.

  • Data Type: INT_0D

distributions.distribution[:].process[:].nbi_energy.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].process[:].nbi_energy.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].process[:].nbi_energy.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].process[:].nbi_unit

Index of the NBI unit considered. Refers to the "unit" array of the NBI IDS. 0 means sum over all NBI units.

  • Data Type: INT_0D

distributions.distribution[:].process[:].reactant_energy.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].process[:].reactant_energy.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].process[:].reactant_energy.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].process[:].type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].process[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].process[:].type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.power_fast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.power_thermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].co_passing.current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.current_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.currentfasttor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.current_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.current_tor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.density_σ

error of distributions.distribution[:].profiles1d[:].copassing.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.density_fast_σ

error of distributions.distribution[:].profiles1d[:].copassing.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.pressure_σ

error of distributions.distribution[:].profiles1d[:].copassing.pressure

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast_σ

error of distributions.distribution[:].profiles1d[:].copassing.pressure_fast

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast_parallel_σ

error of distributions.distribution[:].profiles1d[:].copassing.pressurefastparallel

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.source[:].energy

Source rate of energy density

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.source[:].energy_σ

error of distributions.distribution[:].profiles1d[:].copassing.source[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.process_index

Index into distribution/process

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.wave_index

Index into distribution/wave

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].co_passing.source[:].momentum_tor

Source rate of toroidal angular momentum density

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.source[:].momentum_tor_σ

error of distributions.distribution[:].profiles1d[:].copassing.source[:].momentum_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.source[:].particles

Source rate of thermal particle density

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.source[:].particles_σ

error of distributions.distribution[:].profiles1d[:].copassing.source[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].co_passing.torque_tor_j_radial_σ

error of distributions.distribution[:].profiles1d[:].copassing.torquetorj_radial

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles1d[:].collisions.electrons.powerfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles1d[:].collisions.electrons.powerthermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].collisions.electrons.torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].collisions.electrons.torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles1d[:].collisions.ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.power_fast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.power_thermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.current_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.currentfasttor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.current_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.current_tor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.density_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.density_fast_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.pressure_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.pressure

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.pressure_fast

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast_parallel_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.pressurefastparallel

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].energy

Source rate of energy density

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].energy_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.source[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.process_index

Index into distribution/process

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.wave_index

Index into distribution/wave

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].momentum_tor

Source rate of toroidal angular momentum density

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].momentum_tor_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.source[:].momentum_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].particles

Source rate of thermal particle density

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.source[:].particles_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.source[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].counter_passing.torque_tor_j_radial_σ

error of distributions.distribution[:].profiles1d[:].counterpassing.torquetorj_radial

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].current_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].currentfast_tor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].current_tor_σ

error of distributions.distribution[:].profiles1d[:].currenttor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].density_σ

error of distributions.distribution[:].profiles_1d[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].density_fast_σ

error of distributions.distribution[:].profiles1d[:].densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].fast_filter.energy

Energy at which the fast and thermal particle populations were separated, as a function of radius

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].fast_filter.energy_σ

error of distributions.distribution[:].profiles1d[:].fastfilter.energy

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].fast_filter.method.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].fast_filter.method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].fast_filter.method.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.area_σ

error of distributions.distribution[:].profiles_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.psi_σ

error of distributions.distribution[:].profiles_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].grid.psi_boundary_σ

error of distributions.distribution[:].profiles1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].grid.psi_magnetic_axis_σ

error of distributions.distribution[:].profiles1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.rho_pol_norm_σ

error of distributions.distribution[:].profiles1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.rho_tor_σ

error of distributions.distribution[:].profiles1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm_σ

error of distributions.distribution[:].profiles1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.surface_σ

error of distributions.distribution[:].profiles_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].grid.volume_σ

error of distributions.distribution[:].profiles_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].pressure_σ

error of distributions.distribution[:].profiles_1d[:].pressure

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].pressure_fast_σ

error of distributions.distribution[:].profiles1d[:].pressurefast

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].pressure_fast_parallel_σ

error of distributions.distribution[:].profiles1d[:].pressurefast_parallel

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].source[:].energy

Source rate of energy density

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].source[:].energy_σ

error of distributions.distribution[:].profiles_1d[:].source[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].source[:].identifier.process_index

Index into distribution/process

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].source[:].identifier.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].source[:].identifier.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].source[:].identifier.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].source[:].identifier.wave_index

Index into distribution/wave

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].source[:].momentum_tor

Source rate of toroidal angular momentum density

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].source[:].momentum_tor_σ

error of distributions.distribution[:].profiles1d[:].source[:].momentumtor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].source[:].particles

Source rate of thermal particle density

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].source[:].particles_σ

error of distributions.distribution[:].profiles_1d[:].source[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].thermalisation.energy

Source rate of energy density within the thermal particle population due to the thermalisation of fast particles

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].thermalisation.energy_σ

error of distributions.distribution[:].profiles_1d[:].thermalisation.energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].thermalisation.momentum_tor

Source rate of toroidal angular momentum density within the thermal particle population due to the thermalisation of fast particles

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].thermalisation.momentum_tor_σ

error of distributions.distribution[:].profiles1d[:].thermalisation.momentumtor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].thermalisation.particles

Source rate of thermal particle density due to the thermalisation of fast particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].thermalisation.particles_σ

error of distributions.distribution[:].profiles_1d[:].thermalisation.particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].torque_tor_j_radial_σ

error of distributions.distribution[:].profiles1d[:].torquetorjradial

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.powerfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.powerthermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_1d[:].trapped.current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.current_fast_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.currentfast_tor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.current_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.currenttor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.density_σ

error of distributions.distribution[:].profiles_1d[:].trapped.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.density_fast_σ

error of distributions.distribution[:].profiles1d[:].trapped.densityfast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.pressure_σ

error of distributions.distribution[:].profiles_1d[:].trapped.pressure

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.pressure_fast_σ

error of distributions.distribution[:].profiles1d[:].trapped.pressurefast

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.pressure_fast_parallel_σ

error of distributions.distribution[:].profiles1d[:].trapped.pressurefast_parallel

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.source[:].energy

Source rate of energy density

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.source[:].energy_σ

error of distributions.distribution[:].profiles_1d[:].trapped.source[:].energy

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.process_index

Index into distribution/process

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.wave_index

Index into distribution/wave

  • Data Type: INT_0D

distributions.distribution[:].profiles_1d[:].trapped.source[:].momentum_tor

Source rate of toroidal angular momentum density

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.source[:].momentum_tor_σ

error of distributions.distribution[:].profiles1d[:].trapped.source[:].momentumtor

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.source[:].particles

Source rate of thermal particle density

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.source[:].particles_σ

error of distributions.distribution[:].profiles_1d[:].trapped.source[:].particles

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_1d[:].trapped.torque_tor_j_radial_σ

error of distributions.distribution[:].profiles1d[:].trapped.torquetorjradial

  • Units: N.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.power_fast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.power_thermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].co_passing.current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.current_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.currentfasttor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.current_tor_σ

error of distributions.distribution[:].profiles2d[:].copassing.current_tor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.density_σ

error of distributions.distribution[:].profiles2d[:].copassing.density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.density_fast_σ

error of distributions.distribution[:].profiles2d[:].copassing.density_fast

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.pressure_σ

error of distributions.distribution[:].profiles2d[:].copassing.pressure

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast_σ

error of distributions.distribution[:].profiles2d[:].copassing.pressure_fast

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast_parallel_σ

error of distributions.distribution[:].profiles2d[:].copassing.pressurefastparallel

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].co_passing.torque_tor_j_radial_σ

error of distributions.distribution[:].profiles2d[:].copassing.torquetorj_radial

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles2d[:].collisions.electrons.powerfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles2d[:].collisions.electrons.powerthermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].collisions.electrons.torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].collisions.electrons.torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles2d[:].collisions.ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.power_fast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.power_thermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].power_fast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].power_thermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].torquefasttor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].torquethermaltor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].counter_passing.current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.current_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.currentfasttor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.current_tor_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.current_tor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.density_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.density_fast_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.density_fast

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.pressure_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.pressure

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.pressure_fast

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast_parallel_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.pressurefastparallel

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].counter_passing.torque_tor_j_radial_σ

error of distributions.distribution[:].profiles2d[:].counterpassing.torquetorj_radial

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].current_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].currentfast_tor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].current_tor_σ

error of distributions.distribution[:].profiles2d[:].currenttor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].density_σ

error of distributions.distribution[:].profiles_2d[:].density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].density_fast_σ

error of distributions.distribution[:].profiles2d[:].densityfast

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.area_σ

error of distributions.distribution[:].profiles_2d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.psi_σ

error of distributions.distribution[:].profiles_2d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.r_σ

error of distributions.distribution[:].profiles_2d[:].grid.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.rho_tor

Toroidal flux coordinate. The toroidal field used in its definition is indicated under vacuumtoroidalfield/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.rho_tor_σ

error of distributions.distribution[:].profiles2d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm_σ

error of distributions.distribution[:].profiles2d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.theta_geometric

Geometrical poloidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.theta_geometric_σ

error of distributions.distribution[:].profiles2d[:].grid.thetageometric

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.theta_straight

Straight field line poloidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.theta_straight_σ

error of distributions.distribution[:].profiles2d[:].grid.thetastraight

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].grid.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].grid.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.volume_σ

error of distributions.distribution[:].profiles_2d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm"]

distributions.distribution[:].profiles_2d[:].grid.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].grid.z_σ

error of distributions.distribution[:].profiles_2d[:].grid.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.distribution[:].profiles_2d[:].pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].pressure_σ

error of distributions.distribution[:].profiles_2d[:].pressure

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].pressure_fast_σ

error of distributions.distribution[:].profiles2d[:].pressurefast

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].pressure_fast_parallel_σ

error of distributions.distribution[:].profiles2d[:].pressurefast_parallel

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].torque_tor_j_radial_σ

error of distributions.distribution[:].profiles2d[:].torquetorjradial

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_fast_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.powerfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_thermal_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.powerthermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].a_σ

error of distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].z_n_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_fast

Collisional power density to the fast particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_fast_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].powerfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_thermal

Collisional power density to the thermal particle population

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_thermal_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].powerthermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].vibrational_level_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_max_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_min_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_fast_tor

Collisional toroidal torque density to the fast particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].torquefast_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_thermal_tor

Collisional toroidal torque density to the thermal particle population

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_thermal_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].torquethermal_tor

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].z_ion_σ

error of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].profiles_2d[:].trapped.current_fast_tor

Total toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.current_fast_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.currentfast_tor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.current_tor

Total toroidal driven current density (including electron and thermal ion back-current, or drag-current)

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.current_tor_σ

error of distributions.distribution[:].profiles2d[:].trapped.currenttor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.density_σ

error of distributions.distribution[:].profiles_2d[:].trapped.density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.density_fast

Density of fast particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.density_fast_σ

error of distributions.distribution[:].profiles2d[:].trapped.densityfast

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.pressure

Pressure (thermal+non-thermal)

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.pressure_σ

error of distributions.distribution[:].profiles_2d[:].trapped.pressure

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.pressure_fast

Pressure of fast particles

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.pressure_fast_σ

error of distributions.distribution[:].profiles2d[:].trapped.pressurefast

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.pressure_fast_parallel

Pressure of fast particles in the parallel direction

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.pressure_fast_parallel_σ

error of distributions.distribution[:].profiles2d[:].trapped.pressurefast_parallel

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.torque_tor_j_radial

Toroidal torque due to radial currents

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].profiles_2d[:].trapped.torque_tor_j_radial_σ

error of distributions.distribution[:].profiles2d[:].trapped.torquetorjradial

  • Units: N.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["distributions.distribution[:].profiles_2d[:].grid.r", "distributions.distribution[:].profiles_2d[:].grid.z"]

distributions.distribution[:].species.ion.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.element[:].a_σ

error of distributions.distribution[:].species.ion.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].species.ion.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.element[:].z_n_σ

error of distributions.distribution[:].species.ion.element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

distributions.distribution[:].species.ion.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].species.ion.state.label

String identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

distributions.distribution[:].species.ion.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.state.vibrational_level_σ

error of distributions.distribution[:].species.ion.state.vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].species.ion.state.z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.state.z_max_σ

error of distributions.distribution[:].species.ion.state.z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.state.z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.state.z_min_σ

error of distributions.distribution[:].species.ion.state.z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.ion.z_ion_σ

error of distributions.distribution[:].species.ion.z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.element[:].a_σ

error of distributions.distribution[:].species.neutral.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

distributions.distribution[:].species.neutral.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.element[:].z_n_σ

error of distributions.distribution[:].species.neutral.element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

distributions.distribution[:].species.neutral.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

distributions.distribution[:].species.neutral.state.label

String identifying neutral state

  • Data Type: STR_0D

distributions.distribution[:].species.neutral.state.neutral_type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].species.neutral.state.neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].species.neutral.state.neutral_type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].species.neutral.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.state.vibrational_level_σ

error of distributions.distribution[:].species.neutral.state.vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

distributions.distribution[:].species.neutral.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

distributions.distribution[:].species.type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].species.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].species.type.name

Short string identifier

  • Data Type: STR_0D

distributions.distribution[:].wave[:].antenna_name

Name of the antenna that launches this wave. Corresponds to the name specified in antennas/ec(i)/name, or antennas/ic(i)/name or antennas/lh(i)/name (depends of antenna/wave type) in the ANTENNAS IDS.

  • Data Type: STR_0D

distributions.distribution[:].wave[:].index_in_antenna

Index of the wave (starts at 1), separating different waves generated from a single antenna.

  • Data Type: INT_0D

distributions.distribution[:].wave[:].type.description

Verbose description

  • Data Type: STR_0D

distributions.distribution[:].wave[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.distribution[:].wave[:].type.name

Short string identifier

  • Data Type: STR_0D

distributions.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

distributions.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

distributions.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

distributions.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

distributions.ids_properties.occurrence

N/A

  • Data Type: INT_0D

distributions.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

distributions.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

distributions.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

distributions.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

distributions.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

distributions.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

distributions.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

distributions.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

distributions.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

distributions.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

distributions.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

distributions.magnetic_axis.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.time"]

distributions.magnetic_axis.r_σ

error of distributions.magnetic_axis.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.time"]

distributions.magnetic_axis.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.time"]

distributions.magnetic_axis.z_σ

error of distributions.magnetic_axis.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["distributions.time"]

distributions.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

distributions.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["distributions.time"]

distributions.vacuum_toroidal_field.b0_σ

error of distributions.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["distributions.time"]

distributions.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

distributions.vacuum_toroidal_field.r0_σ

error of distributions.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

divertors.code.commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.code.library[:].name

Name of software

  • Data Type: STR_0D

divertors.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

divertors.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

divertors.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.code.name

Name of software generating IDS

  • Data Type: STR_0D

divertors.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["divertors.time"]

divertors.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

divertors.code.repository

URL of software repository

  • Data Type: STR_0D

divertors.code.version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.divertor[:].current_incident.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].current_incident.time"]

divertors.divertor[:].current_incident.data_σ

error of divertors.divertor[:].current_incident.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].current_incident.time"]

divertors.divertor[:].current_incident.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].identifier

Alphanumeric identifier of divertor

  • Data Type: STR_0D

divertors.divertor[:].name

Name of the divertor

  • Data Type: STR_0D

divertors.divertor[:].particle_flux_recycled_total.data

Data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].particle_flux_recycled_total.time"]

divertors.divertor[:].particle_flux_recycled_total.data_σ

error of divertors.divertor[:].particlefluxrecycled_total.data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].particle_flux_recycled_total.time"]

divertors.divertor[:].particle_flux_recycled_total.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_black_body.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_black_body.time"]

divertors.divertor[:].power_black_body.data_σ

error of divertors.divertor[:].powerblackbody.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_black_body.time"]

divertors.divertor[:].power_black_body.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_conducted.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_conducted.time"]

divertors.divertor[:].power_conducted.data_σ

error of divertors.divertor[:].power_conducted.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_conducted.time"]

divertors.divertor[:].power_conducted.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_convected.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_convected.time"]

divertors.divertor[:].power_convected.data_σ

error of divertors.divertor[:].power_convected.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_convected.time"]

divertors.divertor[:].power_convected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_currents.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_currents.time"]

divertors.divertor[:].power_currents.data_σ

error of divertors.divertor[:].power_currents.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_currents.time"]

divertors.divertor[:].power_currents.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_incident.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_incident.time"]

divertors.divertor[:].power_incident.data_σ

error of divertors.divertor[:].power_incident.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_incident.time"]

divertors.divertor[:].power_incident.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_neutrals.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_neutrals.time"]

divertors.divertor[:].power_neutrals.data_σ

error of divertors.divertor[:].power_neutrals.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_neutrals.time"]

divertors.divertor[:].power_neutrals.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_radiated.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_radiated.time"]

divertors.divertor[:].power_radiated.data_σ

error of divertors.divertor[:].power_radiated.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_radiated.time"]

divertors.divertor[:].power_radiated.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_recombination_neutrals.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_recombination_neutrals.time"]

divertors.divertor[:].power_recombination_neutrals.data_σ

error of divertors.divertor[:].powerrecombinationneutrals.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_recombination_neutrals.time"]

divertors.divertor[:].power_recombination_neutrals.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_recombination_plasma.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_recombination_plasma.time"]

divertors.divertor[:].power_recombination_plasma.data_σ

error of divertors.divertor[:].powerrecombinationplasma.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_recombination_plasma.time"]

divertors.divertor[:].power_recombination_plasma.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].power_thermal_extracted.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_thermal_extracted.time"]

divertors.divertor[:].power_thermal_extracted.data_σ

error of divertors.divertor[:].powerthermalextracted.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].power_thermal_extracted.time"]

divertors.divertor[:].power_thermal_extracted.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].current_incident.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].current_incident.time"]

divertors.divertor[:].target[:].current_incident.data_σ

error of divertors.divertor[:].target[:].current_incident.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].current_incident.time"]

divertors.divertor[:].target[:].current_incident.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].extension_r

Target length projected on the major radius axis

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].extension_r_σ

error of divertors.divertor[:].target[:].extension_r

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].extension_z

Target length projected on the height axis

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].extension_z_σ

error of divertors.divertor[:].target[:].extension_z

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].flux_expansion.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].flux_expansion.time"]

divertors.divertor[:].target[:].flux_expansion.data_σ

error of divertors.divertor[:].target[:].flux_expansion.data

  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].flux_expansion.time"]

divertors.divertor[:].target[:].flux_expansion.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].heat_flux_steady_limit_max

Maximum steady state heat flux allowed on divertor target surface (engineering design limit)

  • Units: W.m^-2
  • Data Type: FLT_0D

divertors.divertor[:].target[:].heat_flux_steady_limit_max_σ

error of divertors.divertor[:].target[:].heatfluxsteadylimitmax

  • Units: W.m^-2
  • Data Type: FLT_0D

divertors.divertor[:].target[:].identifier

Alphanumeric identifier of target

  • Data Type: STR_0D

divertors.divertor[:].target[:].name

Name of the target

  • Data Type: STR_0D

divertors.divertor[:].target[:].power_black_body.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_black_body.time"]

divertors.divertor[:].target[:].power_black_body.data_σ

error of divertors.divertor[:].target[:].powerblackbody.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_black_body.time"]

divertors.divertor[:].target[:].power_black_body.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_conducted.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_conducted.time"]

divertors.divertor[:].target[:].power_conducted.data_σ

error of divertors.divertor[:].target[:].power_conducted.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_conducted.time"]

divertors.divertor[:].target[:].power_conducted.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_convected.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_convected.time"]

divertors.divertor[:].target[:].power_convected.data_σ

error of divertors.divertor[:].target[:].power_convected.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_convected.time"]

divertors.divertor[:].target[:].power_convected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_currents.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_currents.time"]

divertors.divertor[:].target[:].power_currents.data_σ

error of divertors.divertor[:].target[:].power_currents.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_currents.time"]

divertors.divertor[:].target[:].power_currents.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_flux_peak.data

Data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_flux_peak.time"]

divertors.divertor[:].target[:].power_flux_peak.data_σ

error of divertors.divertor[:].target[:].powerfluxpeak.data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_flux_peak.time"]

divertors.divertor[:].target[:].power_flux_peak.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_incident.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_incident.time"]

divertors.divertor[:].target[:].power_incident.data_σ

error of divertors.divertor[:].target[:].power_incident.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_incident.time"]

divertors.divertor[:].target[:].power_incident.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_incident_fraction.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_incident_fraction.time"]

divertors.divertor[:].target[:].power_incident_fraction.data_σ

error of divertors.divertor[:].target[:].powerincidentfraction.data

  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_incident_fraction.time"]

divertors.divertor[:].target[:].power_incident_fraction.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_neutrals.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_neutrals.time"]

divertors.divertor[:].target[:].power_neutrals.data_σ

error of divertors.divertor[:].target[:].power_neutrals.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_neutrals.time"]

divertors.divertor[:].target[:].power_neutrals.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_radiated.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_radiated.time"]

divertors.divertor[:].target[:].power_radiated.data_σ

error of divertors.divertor[:].target[:].power_radiated.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_radiated.time"]

divertors.divertor[:].target[:].power_radiated.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_recombination_neutrals.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_recombination_neutrals.time"]

divertors.divertor[:].target[:].power_recombination_neutrals.data_σ

error of divertors.divertor[:].target[:].powerrecombinationneutrals.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_recombination_neutrals.time"]

divertors.divertor[:].target[:].power_recombination_neutrals.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].power_recombination_plasma.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_recombination_plasma.time"]

divertors.divertor[:].target[:].power_recombination_plasma.data_σ

error of divertors.divertor[:].target[:].powerrecombinationplasma.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].power_recombination_plasma.time"]

divertors.divertor[:].target[:].power_recombination_plasma.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].t_e_target_sputtering_limit_max

Maximum plasma temperature allowed on the divertor target to avoid excessive sputtering

  • Units: eV
  • Data Type: FLT_0D

divertors.divertor[:].target[:].t_e_target_sputtering_limit_max_σ

error of divertors.divertor[:].target[:].tetargetsputteringlimit_max

  • Units: eV
  • Data Type: FLT_0D

divertors.divertor[:].target[:].temperature_limit_max

Maximum surface target temperature allowed to prevent damage (melting, recrystallization, sublimation, etc...)

  • Units: K
  • Data Type: FLT_0D

divertors.divertor[:].target[:].temperature_limit_max_σ

error of divertors.divertor[:].target[:].temperaturelimitmax

  • Units: K
  • Data Type: FLT_0D

divertors.divertor[:].target[:].tile[:].current_incident.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tile[:].current_incident.time"]

divertors.divertor[:].target[:].tile[:].current_incident.data_σ

error of divertors.divertor[:].target[:].tile[:].current_incident.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tile[:].current_incident.time"]

divertors.divertor[:].target[:].tile[:].current_incident.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].tile[:].identifier

Alphanumeric identifier of tile

  • Data Type: STR_0D

divertors.divertor[:].target[:].tile[:].name

Name of the tile

  • Data Type: STR_0D

divertors.divertor[:].target[:].tile[:].shunt_index

If the tile carries a measurement shunt, index of that shunt (in the magnetics IDS shunt array)

  • Data Type: INT_0D

divertors.divertor[:].target[:].tile[:].surface_area

Area of the tile surface facing the plasma

  • Units: m^2
  • Data Type: FLT_0D

divertors.divertor[:].target[:].tile[:].surface_area_σ

error of divertors.divertor[:].target[:].tile[:].surface_area

  • Units: m^2
  • Data Type: FLT_0D

divertors.divertor[:].target[:].tile[:].surface_outline.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tile[:].surface_outline.r"]

divertors.divertor[:].target[:].tile[:].surface_outline.phi_σ

error of divertors.divertor[:].target[:].tile[:].surface_outline.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tile[:].surface_outline.r"]

divertors.divertor[:].target[:].tile[:].surface_outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].tile[:].surface_outline.r_σ

error of divertors.divertor[:].target[:].tile[:].surface_outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].tile[:].surface_outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tile[:].surface_outline.r"]

divertors.divertor[:].target[:].tile[:].surface_outline.z_σ

error of divertors.divertor[:].target[:].tile[:].surface_outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tile[:].surface_outline.r"]

divertors.divertor[:].target[:].tilt_angle_pol.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tilt_angle_pol.time"]

divertors.divertor[:].target[:].tilt_angle_pol.data_σ

error of divertors.divertor[:].target[:].tiltanglepol.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tilt_angle_pol.time"]

divertors.divertor[:].target[:].tilt_angle_pol.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].tilt_angle_tor.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tilt_angle_tor.time"]

divertors.divertor[:].target[:].tilt_angle_tor.data_σ

error of divertors.divertor[:].target[:].tiltangletor.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].tilt_angle_tor.time"]

divertors.divertor[:].target[:].tilt_angle_tor.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].target[:].two_point_model[:].n_e_target

Electron density at divertor target

  • Units: m^-3
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].n_e_target_σ

error of divertors.divertor[:].target[:].twopointmodel[:].netarget

  • Units: m^-3
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].sol_heat_decay_length

Heat flux decay length in SOL at divertor entrance, mapped to the mid-plane, this is the lambda_q parameter defined in reference T. Eich et al, Nucl. Fusion 53 (2013) 093031

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].sol_heat_decay_length_σ

error of divertors.divertor[:].target[:].twopointmodel[:].solheatdecay_length

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].sol_heat_spreading_length

Heat flux spreading length in SOL at equatorial mid-plane, this is the S power spreading parameter defined in reference T. Eich et al, Nucl. Fusion 53 (2013) 093031. Relevant only for attached plasmas.

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].sol_heat_spreading_length_σ

error of divertors.divertor[:].target[:].twopointmodel[:].solheatspreading_length

  • Units: m
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].t_e_target

Electron temperature at divertor target

  • Units: eV
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].t_e_target_σ

error of divertors.divertor[:].target[:].twopointmodel[:].tetarget

  • Units: eV
  • Data Type: FLT_0D

divertors.divertor[:].target[:].two_point_model[:].time

Time

  • Units: s
  • Data Type: FLT_0D

divertors.divertor[:].target[:].wetted_area.data

Data

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].wetted_area.time"]

divertors.divertor[:].target[:].wetted_area.data_σ

error of divertors.divertor[:].target[:].wetted_area.data

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].target[:].wetted_area.time"]

divertors.divertor[:].target[:].wetted_area.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.divertor[:].wetted_area.data

Data

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].wetted_area.time"]

divertors.divertor[:].wetted_area.data_σ

error of divertors.divertor[:].wetted_area.data

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["divertors.divertor[:].wetted_area.time"]

divertors.divertor[:].wetted_area.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

divertors.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

divertors.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

divertors.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

divertors.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

divertors.ids_properties.occurrence

N/A

  • Data Type: INT_0D

divertors.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

divertors.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

divertors.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

divertors.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

divertors.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

divertors.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

divertors.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

divertors.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

divertors.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

divertors.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

divertors.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

divertors.midplane.description

Verbose description

  • Data Type: STR_0D

divertors.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

divertors.midplane.name

Short string identifier

  • Data Type: STR_0D

divertors.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ec_launchers.beam[:].available_launch_power

Available launch power

  • Units: W
  • Data Type: FLT_0D

ec_launchers.beam[:].available_launch_power_σ

error of eclaunchers.beam[:].availablelaunch_power

  • Units: W
  • Data Type: FLT_0D

ec_launchers.beam[:].efficiency.conversion

Conversion efficiency of electric power to microwave power

  • Data Type: FLT_0D

ec_launchers.beam[:].efficiency.conversion_σ

error of ec_launchers.beam[:].efficiency.conversion

  • Data Type: FLT_0D

ec_launchers.beam[:].efficiency.transmission

Transmission efficiency of microwave power from generator to antenna

  • Data Type: FLT_0D

ec_launchers.beam[:].efficiency.transmission_σ

error of ec_launchers.beam[:].efficiency.transmission

  • Data Type: FLT_0D

ec_launchers.beam[:].frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].frequency.time"]

ec_launchers.beam[:].frequency.data_σ

error of ec_launchers.beam[:].frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].frequency.time"]

ec_launchers.beam[:].frequency.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ec_launchers.beam[:].identifier

Beam identifier

  • Data Type: STR_0D

ec_launchers.beam[:].launching_position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].launching_position.phi_σ

error of eclaunchers.beam[:].launchingposition.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].launching_position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].launching_position.r_σ

error of eclaunchers.beam[:].launchingposition.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].launching_position.r_limit_max

Major radius upper limit for the system

  • Units: m
  • Data Type: FLT_0D

ec_launchers.beam[:].launching_position.r_limit_max_σ

error of eclaunchers.beam[:].launchingposition.rlimitmax

  • Units: m
  • Data Type: FLT_0D

ec_launchers.beam[:].launching_position.r_limit_min

Major radius lower limit for the system

  • Units: m
  • Data Type: FLT_0D

ec_launchers.beam[:].launching_position.r_limit_min_σ

error of eclaunchers.beam[:].launchingposition.rlimitmin

  • Units: m
  • Data Type: FLT_0D

ec_launchers.beam[:].launching_position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].launching_position.z_σ

error of eclaunchers.beam[:].launchingposition.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].mode

Identifier for the main plasma wave mode excited by the EC beam. For the ordinary mode (O-mode), mode=1. For the extraordinary mode (X-mode), mode=-1

  • Data Type: INT_0D

ec_launchers.beam[:].name

Beam name

  • Data Type: STR_0D

ec_launchers.beam[:].o_mode_fraction

Fraction of EC beam power launched in ordinary (O) mode. If all power is launched in ordinary mode (O-mode), omodefraction = 1.0. If all power is launched in extraordinary mode (X-mode), omodefraction = 0.0

  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].o_mode_fraction_σ

error of eclaunchers.beam[:].omode_fraction

  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].phase.angle

Rotation angle for the phase ellipse

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].phase.angle_σ

error of ec_launchers.beam[:].phase.angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].phase.curvature

Inverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams, in the horizontal direction (first index of the first coordinate) and in the vertical direction (second index of the first coordinate)

  • Units: m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "ec_launchers.beam[:].time"]

ec_launchers.beam[:].phase.curvature_σ

error of ec_launchers.beam[:].phase.curvature

  • Units: m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "ec_launchers.beam[:].time"]

ec_launchers.beam[:].power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].power_launched.time"]

ec_launchers.beam[:].power_launched.data_σ

error of eclaunchers.beam[:].powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].power_launched.time"]

ec_launchers.beam[:].power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ec_launchers.beam[:].spot.angle

Rotation angle for the spot ellipse

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].spot.angle_σ

error of ec_launchers.beam[:].spot.angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].spot.size

Size of the spot ellipse: distance between the central ray and the peripheral rays in the horizontal (first index of the first coordinate) and vertical direction (second index of the first coordinate)

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "ec_launchers.beam[:].time"]

ec_launchers.beam[:].spot.size_σ

error of ec_launchers.beam[:].spot.size

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "ec_launchers.beam[:].time"]

ec_launchers.beam[:].steering_angle_pol

Steering angle of the EC beam in the R,Z plane (from the -R axis towards the -Z axis), anglepol=atan2(-kZ,-kR), where kZ and k_R are the Z and R components of the mean wave vector in the EC beam

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].steering_angle_pol_σ

error of eclaunchers.beam[:].steeringangle_pol

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].steering_angle_tor

Steering angle of the EC beam away from the poloidal plane that is increasing towards the positive phi axis, angletor=arcsin(kphi/k), where k_phi is the component of the wave vector in the phi direction and k is the length of the wave vector. Here the term wave vector refers to the mean wave vector in the EC beam

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].steering_angle_tor_σ

error of eclaunchers.beam[:].steeringangle_tor

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ec_launchers.beam[:].time"]

ec_launchers.beam[:].time

Time base used for launchingposition, omode_fraction, angle, spot and phase quantities

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ec_launchers.code.commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.code.library[:].name

Name of software

  • Data Type: STR_0D

ec_launchers.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ec_launchers.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.code.name

Name of software generating IDS

  • Data Type: STR_0D

ec_launchers.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["ec_launchers.time"]

ec_launchers.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ec_launchers.code.repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.code.version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

ec_launchers.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

ec_launchers.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

ec_launchers.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

ec_launchers.ids_properties.occurrence

N/A

  • Data Type: INT_0D

ec_launchers.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

ec_launchers.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ec_launchers.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

ec_launchers.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ec_launchers.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

ec_launchers.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

ec_launchers.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

ec_launchers.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

ec_launchers.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

ec_launchers.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

ec_launchers.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

ec_launchers.latency_σ

error of ec_launchers.latency

  • Units: s
  • Data Type: FLT_0D

ec_launchers.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.channel[:].beam.phase.angle.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].beam.phase.angle.time"]

ece.channel[:].beam.phase.angle.data_σ

error of ece.channel[:].beam.phase.angle.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].beam.phase.angle.time"]

ece.channel[:].beam.phase.angle.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.channel[:].beam.phase.curvature.data

Data

  • Units: m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "ece.channel[:].beam.phase.curvature.time"]

ece.channel[:].beam.phase.curvature.data_σ

error of ece.channel[:].beam.phase.curvature.data

  • Units: m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "ece.channel[:].beam.phase.curvature.time"]

ece.channel[:].beam.phase.curvature.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.channel[:].beam.spot.angle.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].beam.spot.angle.time"]

ece.channel[:].beam.spot.angle.data_σ

error of ece.channel[:].beam.spot.angle.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].beam.spot.angle.time"]

ece.channel[:].beam.spot.angle.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.channel[:].beam.spot.size.data

Data

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "ece.channel[:].beam.spot.size.time"]

ece.channel[:].beam.spot.size.data_σ

error of ece.channel[:].beam.spot.size.data

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "ece.channel[:].beam.spot.size.time"]

ece.channel[:].beam.spot.size.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.channel[:].delta_position_suprathermal.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.phi_σ

error of ece.channel[:].deltapositionsuprathermal.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.psi

Poloidal flux

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.psi_σ

error of ece.channel[:].deltapositionsuprathermal.psi

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.r_σ

error of ece.channel[:].deltapositionsuprathermal.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.rho_tor_norm

Normalised toroidal flux coordinate

  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.rho_tor_norm_σ

error of ece.channel[:].deltapositionsuprathermal.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.theta

Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.theta_σ

error of ece.channel[:].deltapositionsuprathermal.theta

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].delta_position_suprathermal.z_σ

error of ece.channel[:].deltapositionsuprathermal.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].frequency.data_σ

error of ece.channel[:].frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].frequency.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

ece.channel[:].frequency.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].harmonic.data

Data

  • Data Type: INT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].harmonic.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

ece.channel[:].harmonic.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

ece.channel[:].if_bandwidth

Full-width of the Intermediate Frequency (IF) bandpass filter

  • Units: Hz
  • Data Type: FLT_0D

ece.channel[:].if_bandwidth_σ

error of ece.channel[:].if_bandwidth

  • Units: Hz
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.first_point.phi_σ

error of ece.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.first_point.r_σ

error of ece.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.first_point.z_σ

error of ece.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.second_point.phi_σ

error of ece.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.second_point.r_σ

error of ece.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].line_of_sight.second_point.z_σ

error of ece.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

ece.channel[:].name

Name of the channel

  • Data Type: STR_0D

ece.channel[:].optical_depth.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].optical_depth.data_σ

error of ece.channel[:].optical_depth.data

  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].optical_depth.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

ece.channel[:].optical_depth.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.phi_σ

error of ece.channel[:].position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.psi

Poloidal flux

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.psi_σ

error of ece.channel[:].position.psi

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.r_σ

error of ece.channel[:].position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.rho_tor_norm

Normalised toroidal flux coordinate

  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.rho_tor_norm_σ

error of ece.channel[:].position.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.theta

Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.theta_σ

error of ece.channel[:].position.theta

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].position.z_σ

error of ece.channel[:].position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].t_e.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].t_e.data_σ

error of ece.channel[:].t_e.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].t_e.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

ece.channel[:].t_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["ece.channel[:].time"]

ece.channel[:].t_e_voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].t_e_voltage.time"]

ece.channel[:].t_e_voltage.data_σ

error of ece.channel[:].tevoltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["ece.channel[:].t_e_voltage.time"]

ece.channel[:].t_e_voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.channel[:].t_e_voltage.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

ece.channel[:].t_e_voltage.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["ece.channel[:].t_e_voltage.time"]

ece.channel[:].time

Timebase for the processed dynamic data of this channel (outside of the beam structure)

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.code.commit

Unique commit reference of software

  • Data Type: STR_0D

ece.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ece.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.code.library[:].name

Name of software

  • Data Type: STR_0D

ece.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ece.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

ece.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ece.code.name

Name of software generating IDS

  • Data Type: STR_0D

ece.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["ece.time"]

ece.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ece.code.repository

URL of software repository

  • Data Type: STR_0D

ece.code.version

Unique version (tag) of software

  • Data Type: STR_0D

ece.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

ece.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

ece.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

ece.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

ece.ids_properties.occurrence

N/A

  • Data Type: INT_0D

ece.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

ece.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ece.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

ece.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

ece.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ece.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

ece.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

ece.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

ece.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

ece.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

ece.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

ece.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

ece.latency_σ

error of ece.latency

  • Units: s
  • Data Type: FLT_0D

ece.line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ece.line_of_sight.first_point.phi_σ

error of ece.lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

ece.line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.first_point.r_σ

error of ece.lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.first_point.z_σ

error of ece.lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ece.line_of_sight.second_point.phi_σ

error of ece.lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

ece.line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.second_point.r_σ

error of ece.lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ece.line_of_sight.second_point.z_σ

error of ece.lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ece.polarizer[:].centre.phi_σ

error of ece.polarizer[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

ece.polarizer[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].centre.r_σ

error of ece.polarizer[:].centre.r

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].centre.z_σ

error of ece.polarizer[:].centre.z

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].polarization_angle

Alignment angle of the polarizer in the (x1,x2) plane. Electric fields parallel to the polarizer angle will be reflected. The angle is defined with respect to the x1 unit vector, positive in the counter-clockwise direction when looking towards the plasma

  • Units: rad
  • Data Type: FLT_0D

ece.polarizer[:].polarization_angle_σ

error of ece.polarizer[:].polarization_angle

  • Units: rad
  • Data Type: FLT_0D

ece.polarizer[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].radius_σ

error of ece.polarizer[:].radius

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x1_unit_vector.x_σ

error of ece.polarizer[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x1_unit_vector.y_σ

error of ece.polarizer[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x1_unit_vector.z_σ

error of ece.polarizer[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x2_unit_vector.x_σ

error of ece.polarizer[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x2_unit_vector.y_σ

error of ece.polarizer[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x2_unit_vector.z_σ

error of ece.polarizer[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x3_unit_vector.x_σ

error of ece.polarizer[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x3_unit_vector.y_σ

error of ece.polarizer[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

ece.polarizer[:].x3_unit_vector.z_σ

error of ece.polarizer[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

ece.psi_normalization.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["ece.psi_normalization.time"]

ece.psi_normalization.psi_boundary_σ

error of ece.psinormalization.psiboundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["ece.psi_normalization.time"]

ece.psi_normalization.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["ece.psi_normalization.time"]

ece.psi_normalization.psi_magnetic_axis_σ

error of ece.psinormalization.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["ece.psi_normalization.time"]

ece.psi_normalization.time

Time for the R,Z,phi coordinates

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.t_e_central.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["ece.t_e_central.time"]

ece.t_e_central.data_σ

error of ece.tecentral.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["ece.t_e_central.time"]

ece.t_e_central.rho_tor_norm

Normalised toroidal flux coordinate of the measurement

  • Data Type: FLT_1D
  • Coordinates: ["ece.t_e_central.time"]

ece.t_e_central.rho_tor_norm_σ

error of ece.tecentral.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["ece.t_e_central.time"]

ece.t_e_central.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ece.t_e_central.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

ece.t_e_central.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["ece.t_e_central.time"]

ece.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.code.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.code.library[:].name

Name of software

  • Data Type: STR_0D

edge_profiles.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.code.name

Name of software generating IDS

  • Data Type: STR_0D

edge_profiles.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.time"]

edge_profiles.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.code.repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.code.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.ggd[:].a_field_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].a_field_parallel[:].values", "1...N"]

edge_profiles.ggd[:].a_field_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].afield_parallel[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].a_field_parallel[:].values", "1...N"]

edge_profiles.ggd[:].a_field_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].a_field_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].a_field_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].a_field_parallel[:].values_σ

error of edgeprofiles.ggd[:].afield_parallel[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].diamagnetic_σ

error of edgeprofiles.ggd[:].efield[:].diamagnetic

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].diamagnetic_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].e_field[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].e_field[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].parallel_σ

error of edgeprofiles.ggd[:].efield[:].parallel

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].parallel_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].poloidal_σ

error of edgeprofiles.ggd[:].efield[:].poloidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].poloidal_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].r_σ

error of edgeprofiles.ggd[:].efield[:].r

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].r_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].r_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].radial_σ

error of edgeprofiles.ggd[:].efield[:].radial

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].radial_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].toroidal_σ

error of edgeprofiles.ggd[:].efield[:].toroidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].toroidal_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].z_σ

error of edgeprofiles.ggd[:].efield[:].z

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].e_field[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].e_field[:].z_coefficients_σ

error of edgeprofiles.ggd[:].efield[:].z_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.density[:].values", "1...N"]

edge_profiles.ggd[:].electrons.density[:].coefficients_σ

error of edge_profiles.ggd[:].electrons.density[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.density[:].values", "1...N"]

edge_profiles.ggd[:].electrons.density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.density[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.density[:].values_σ

error of edge_profiles.ggd[:].electrons.density[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.density_fast[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.density_fast[:].values", "1...N"]

edge_profiles.ggd[:].electrons.density_fast[:].coefficients_σ

error of edgeprofiles.ggd[:].electrons.densityfast[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.density_fast[:].values", "1...N"]

edge_profiles.ggd[:].electrons.density_fast[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.density_fast[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.density_fast[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.density_fast[:].values_σ

error of edgeprofiles.ggd[:].electrons.densityfast[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.distribution_function[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.distribution_function[:].values", "1...N"]

edge_profiles.ggd[:].electrons.distribution_function[:].coefficients_σ

error of edgeprofiles.ggd[:].electrons.distributionfunction[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.distribution_function[:].values", "1...N"]

edge_profiles.ggd[:].electrons.distribution_function[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.distribution_function[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.distribution_function[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.distribution_function[:].values_σ

error of edgeprofiles.ggd[:].electrons.distributionfunction[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.pressure[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.pressure[:].values", "1...N"]

edge_profiles.ggd[:].electrons.pressure[:].coefficients_σ

error of edge_profiles.ggd[:].electrons.pressure[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.pressure[:].values", "1...N"]

edge_profiles.ggd[:].electrons.pressure[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.pressure[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.pressure[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.pressure[:].values_σ

error of edge_profiles.ggd[:].electrons.pressure[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].electrons.pressurefast_parallel[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values_σ

error of edgeprofiles.ggd[:].electrons.pressurefast_parallel[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].coefficients_σ

error of edgeprofiles.ggd[:].electrons.pressurefast_perpendicular[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values_σ

error of edgeprofiles.ggd[:].electrons.pressurefast_perpendicular[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.temperature[:].values", "1...N"]

edge_profiles.ggd[:].electrons.temperature[:].coefficients_σ

error of edge_profiles.ggd[:].electrons.temperature[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].electrons.temperature[:].values", "1...N"]

edge_profiles.ggd[:].electrons.temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.temperature[:].values_σ

error of edge_profiles.ggd[:].electrons.temperature[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].diamagnetic_σ

error of edge_profiles.ggd[:].electrons.velocity[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.velocity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].electrons.velocity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].parallel_σ

error of edge_profiles.ggd[:].electrons.velocity[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].poloidal_σ

error of edge_profiles.ggd[:].electrons.velocity[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].r_σ

error of edge_profiles.ggd[:].electrons.velocity[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].radial_σ

error of edge_profiles.ggd[:].electrons.velocity[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].toroidal_σ

error of edge_profiles.ggd[:].electrons.velocity[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].z_σ

error of edge_profiles.ggd[:].electrons.velocity[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].electrons.velocity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].electrons.velocity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].electrons.velocity[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].density[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].density[:].coefficients_σ

error of edge_profiles.ggd[:].ion[:].density[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].density[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].density[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].density[:].values_σ

error of edge_profiles.ggd[:].ion[:].density[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].density_fast[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].density_fast[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].densityfast[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].density_fast[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].density_fast[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].density_fast[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].density_fast[:].values_σ

error of edgeprofiles.ggd[:].ion[:].densityfast[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].element[:].a_σ

error of edge_profiles.ggd[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].element[:].z_n_σ

error of edgeprofiles.ggd[:].ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].energydensity_kinetic[:].coefficients

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values

One scalar value is provided per element in the grid subset.

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values_σ

error of edgeprofiles.ggd[:].ion[:].energydensity_kinetic[:].values

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

edge_profiles.ggd[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].pressure[:].coefficients_σ

error of edge_profiles.ggd[:].ion[:].pressure[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].pressure[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].pressure[:].values_σ

error of edge_profiles.ggd[:].ion[:].pressure[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].pressurefast_parallel[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values_σ

error of edgeprofiles.ggd[:].ion[:].pressurefast_parallel[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].pressurefast_perpendicular[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values_σ

error of edgeprofiles.ggd[:].ion[:].pressurefast_perpendicular[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].density[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].density[:].coefficients_σ

error of edge_profiles.ggd[:].ion[:].state[:].density[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].density[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].density[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].density[:].values_σ

error of edge_profiles.ggd[:].ion[:].state[:].density[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].density_fast[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].density_fast[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].densityfast[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].density_fast[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].density_fast[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].densityfast[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].distributionfunction[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].distributionfunction[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].energydensity_kinetic[:].coefficients

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values

One scalar value is provided per element in the grid subset.

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].energydensity_kinetic[:].values

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Elementary Charge Unit
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].ionisationpotential[:].coefficients

  • Units: Elementary Charge Unit
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values

One scalar value is provided per element in the grid subset.

  • Units: Elementary Charge Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].ionisationpotential[:].values

  • Units: Elementary Charge Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

edge_profiles.ggd[:].ion[:].state[:].pressure[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure[:].coefficients_σ

error of edge_profiles.ggd[:].ion[:].state[:].pressure[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].pressure[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].pressure[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure[:].values_σ

error of edge_profiles.ggd[:].ion[:].state[:].pressure[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_parallel[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_parallel[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_perpendicular[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_perpendicular[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].temperature[:].coefficients_σ

error of edge_profiles.ggd[:].ion[:].state[:].temperature[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].temperature[:].values_σ

error of edge_profiles.ggd[:].ion[:].state[:].temperature[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].velocity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].r_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].z_σ

error of edge_profiles.ggd[:].ion[:].state[:].velocity[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].diamagnetic_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].parallel_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].poloidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].r_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].radial_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].toroidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].z_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].diamagnetic_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].parallel_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].poloidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].r_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].radial_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].toroidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].z_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].state[:].vibrational_level_σ

error of edgeprofiles.ggd[:].ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_profiles.ggd[:].ion[:].state[:].z_average[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Elementary Charge Unit
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].z_average[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_average[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].zaverage[:].coefficients

  • Units: Elementary Charge Unit
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].z_average[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_average[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].z_average[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].z_average[:].values

One scalar value is provided per element in the grid subset.

  • Units: Elementary Charge Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_average[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].zaverage[:].values

  • Units: Elementary Charge Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_max

Maximum Z of the state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].state[:].z_max_σ

error of edgeprofiles.ggd[:].ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].state[:].z_min

Minimum Z of the state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].state[:].z_min_σ

error of edgeprofiles.ggd[:].ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Elementary Charge Unit
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].coefficients_σ

error of edgeprofiles.ggd[:].ion[:].state[:].zsquare_average[:].coefficients

  • Units: Elementary Charge Unit
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values

One scalar value is provided per element in the grid subset.

  • Units: Elementary Charge Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values_σ

error of edgeprofiles.ggd[:].ion[:].state[:].zsquare_average[:].values

  • Units: Elementary Charge Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].temperature[:].coefficients_σ

error of edge_profiles.ggd[:].ion[:].temperature[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].ion[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].ion[:].temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].temperature[:].values_σ

error of edge_profiles.ggd[:].ion[:].temperature[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].velocity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].ion[:].velocity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].parallel_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].poloidal_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].r_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].radial_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].toroidal_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].z_σ

error of edge_profiles.ggd[:].ion[:].velocity[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].velocity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].ion[:].velocity[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].ion[:].z_ion_σ

error of edgeprofiles.ggd[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].j_anomalous[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].diamagnetic_σ

error of edgeprofiles.ggd[:].janomalous[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].diamagnetic_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_anomalous[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_anomalous[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].parallel_σ

error of edgeprofiles.ggd[:].janomalous[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].parallel_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].poloidal_σ

error of edgeprofiles.ggd[:].janomalous[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].poloidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].r_σ

error of edgeprofiles.ggd[:].janomalous[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].r_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].r_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].radial_σ

error of edgeprofiles.ggd[:].janomalous[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].radial_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].toroidal_σ

error of edgeprofiles.ggd[:].janomalous[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].toroidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].z_σ

error of edgeprofiles.ggd[:].janomalous[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_anomalous[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_anomalous[:].z_coefficients_σ

error of edgeprofiles.ggd[:].janomalous[:].z_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].diamagnetic_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_diamagnetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_diamagnetic[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].parallel_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].parallel_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].poloidal_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].poloidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].r_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].r_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].radial_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].radial_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].toroidal_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].toroidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].z_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_diamagnetic[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jdiamagnetic[:].z_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].diamagneticcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_heat_viscosity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_heat_viscosity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].parallel_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].parallelcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].poloidal_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].poloidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].r_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].rcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].radial_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].radialcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].toroidal_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].toroidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].z_σ

error of edgeprofiles.ggd[:].jheat_viscosity[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_heat_viscosity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jheatviscosity[:].zcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jinertial[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].diamagnetic_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_inertial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_inertial[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].parallel_σ

error of edgeprofiles.ggd[:].jinertial[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].parallel_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].poloidal_σ

error of edgeprofiles.ggd[:].jinertial[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].poloidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].r_σ

error of edgeprofiles.ggd[:].jinertial[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].r_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].radial_σ

error of edgeprofiles.ggd[:].jinertial[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].radial_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].toroidal_σ

error of edgeprofiles.ggd[:].jinertial[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].toroidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].z_σ

error of edgeprofiles.ggd[:].jinertial[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_inertial[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_inertial[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jinertial[:].z_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].diamagnetic_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_ion_neutral_friction[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].parallel_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].poloidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].r_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].r_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].radial_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].radial_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].toroidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].z_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_ion_neutral_friction[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jionneutralfriction[:].z_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].j_parallel[:].values", "1...N"]

edge_profiles.ggd[:].j_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].jparallel[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].j_parallel[:].values", "1...N"]

edge_profiles.ggd[:].j_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel[:].values_σ

error of edgeprofiles.ggd[:].jparallel[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].diamagneticcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_parallel_viscosity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_parallel_viscosity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].parallel_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].parallelcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].poloidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].r_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].rcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].radial_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].radialcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].toroidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].z_σ

error of edgeprofiles.ggd[:].jparallel_viscosity[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_parallel_viscosity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jparallelviscosity[:].zcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].diamagneticcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_perpendicular_viscosity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].parallelcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].poloidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].r_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].rcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].radialcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].toroidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].z_σ

error of edgeprofiles.ggd[:].jperpendicular_viscosity[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_perpendicular_viscosity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jperpendicularviscosity[:].zcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].diamagneticcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_pfirsch_schlueter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].parallelcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].poloidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].r_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].rcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].radialcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].toroidalcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].z_σ

error of edgeprofiles.ggd[:].jpfirsch_schlueter[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_pfirsch_schlueter[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jpfirschschlueter[:].zcoefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].diamagnetic_σ

error of edgeprofiles.ggd[:].jtotal[:].diamagnetic

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].diamagnetic_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].j_total[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].j_total[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].parallel_σ

error of edgeprofiles.ggd[:].jtotal[:].parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].parallel_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].poloidal_σ

error of edgeprofiles.ggd[:].jtotal[:].poloidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].poloidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].r_σ

error of edgeprofiles.ggd[:].jtotal[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].r_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].r_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].radial_σ

error of edgeprofiles.ggd[:].jtotal[:].radial

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].radial_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].toroidal_σ

error of edgeprofiles.ggd[:].jtotal[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].toroidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].z_σ

error of edgeprofiles.ggd[:].jtotal[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].j_total[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].j_total[:].z_coefficients_σ

error of edgeprofiles.ggd[:].jtotal[:].z_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].n_i_total_over_n_e[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].n_i_total_over_n_e[:].values", "1...N"]

edge_profiles.ggd[:].n_i_total_over_n_e[:].coefficients_σ

error of edgeprofiles.ggd[:].nitotaloverne[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].n_i_total_over_n_e[:].values", "1...N"]

edge_profiles.ggd[:].n_i_total_over_n_e[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].n_i_total_over_n_e[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].n_i_total_over_n_e[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].n_i_total_over_n_e[:].values_σ

error of edgeprofiles.ggd[:].nitotaloverne[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].density[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].density[:].coefficients_σ

error of edge_profiles.ggd[:].neutral[:].density[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].density[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].density[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].density[:].values_σ

error of edge_profiles.ggd[:].neutral[:].density[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].density_fast[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].density_fast[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].densityfast[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].density_fast[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].density_fast[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].density_fast[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].density_fast[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].densityfast[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].neutral[:].element[:].a_σ

error of edge_profiles.ggd[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].neutral[:].element[:].z_n_σ

error of edgeprofiles.ggd[:].neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].energydensity_kinetic[:].coefficients

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values

One scalar value is provided per element in the grid subset.

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].energydensity_kinetic[:].values

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].label

String identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)

  • Data Type: STR_0D

edge_profiles.ggd[:].neutral[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].pressure[:].coefficients_σ

error of edge_profiles.ggd[:].neutral[:].pressure[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].pressure[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].pressure[:].values_σ

error of edge_profiles.ggd[:].neutral[:].pressure[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].pressurefast_parallel[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].pressurefast_parallel[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].pressurefast_perpendicular[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].pressurefast_perpendicular[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].density[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density[:].coefficients_σ

error of edge_profiles.ggd[:].neutral[:].state[:].density[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].density[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].density[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density[:].values_σ

error of edge_profiles.ggd[:].neutral[:].state[:].density[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].densityfast[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].densityfast[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].distributionfunction[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].distributionfunction[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].energydensity_kinetic[:].coefficients

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values

One scalar value is provided per element in the grid subset.

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].energydensity_kinetic[:].values

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

edge_profiles.ggd[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

edge_profiles.ggd[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure[:].coefficients_σ

error of edge_profiles.ggd[:].neutral[:].state[:].pressure[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values_σ

error of edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_parallel[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_parallel[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_perpendicular[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_perpendicular[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].temperature[:].coefficients_σ

error of edge_profiles.ggd[:].neutral[:].state[:].temperature[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values_σ

error of edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z_σ

error of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].diamagnetic_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].parallel_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].poloidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].r_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].radial_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].toroidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].z_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].diamagnetic_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].parallel_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].poloidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].r_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].radial_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].toroidal_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].z_coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].neutral[:].state[:].vibrational_level_σ

error of edgeprofiles.ggd[:].neutral[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_profiles.ggd[:].neutral[:].temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].temperature[:].coefficients_σ

error of edge_profiles.ggd[:].neutral[:].temperature[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].neutral[:].temperature[:].values", "1...N"]

edge_profiles.ggd[:].neutral[:].temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].temperature[:].values_σ

error of edge_profiles.ggd[:].neutral[:].temperature[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].velocity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].neutral[:].velocity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].parallel_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].parallel_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].poloidal_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].poloidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].r_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].r_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].radial_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].radial_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].toroidal_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].toroidal_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].z_σ

error of edge_profiles.ggd[:].neutral[:].velocity[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].neutral[:].velocity[:].z_coefficients_σ

error of edgeprofiles.ggd[:].neutral[:].velocity[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.ggd[:].phi_potential[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].phi_potential[:].values", "1...N"]

edge_profiles.ggd[:].phi_potential[:].coefficients_σ

error of edgeprofiles.ggd[:].phipotential[:].coefficients

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].phi_potential[:].values", "1...N"]

edge_profiles.ggd[:].phi_potential[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].phi_potential[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].phi_potential[:].values

One scalar value is provided per element in the grid subset.

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].phi_potential[:].values_σ

error of edgeprofiles.ggd[:].phipotential[:].values

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].pressure_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].pressure_parallel[:].values", "1...N"]

edge_profiles.ggd[:].pressure_parallel[:].coefficients_σ

error of edgeprofiles.ggd[:].pressureparallel[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].pressure_parallel[:].values", "1...N"]

edge_profiles.ggd[:].pressure_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].pressure_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].pressure_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].pressure_parallel[:].values_σ

error of edgeprofiles.ggd[:].pressureparallel[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].pressure_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].pressure_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].pressure_perpendicular[:].coefficients_σ

error of edgeprofiles.ggd[:].pressureperpendicular[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].pressure_perpendicular[:].values", "1...N"]

edge_profiles.ggd[:].pressure_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].pressure_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].pressure_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].pressure_perpendicular[:].values_σ

error of edgeprofiles.ggd[:].pressureperpendicular[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].pressure_thermal[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].pressure_thermal[:].values", "1...N"]

edge_profiles.ggd[:].pressure_thermal[:].coefficients_σ

error of edgeprofiles.ggd[:].pressurethermal[:].coefficients

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].pressure_thermal[:].values", "1...N"]

edge_profiles.ggd[:].pressure_thermal[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].pressure_thermal[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].pressure_thermal[:].values

One scalar value is provided per element in the grid subset.

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].pressure_thermal[:].values_σ

error of edgeprofiles.ggd[:].pressurethermal[:].values

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].t_i_average[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].t_i_average[:].values", "1...N"]

edge_profiles.ggd[:].t_i_average[:].coefficients_σ

error of edgeprofiles.ggd[:].ti_average[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].t_i_average[:].values", "1...N"]

edge_profiles.ggd[:].t_i_average[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].t_i_average[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].t_i_average[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].t_i_average[:].values_σ

error of edgeprofiles.ggd[:].ti_average[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_profiles.ggd[:].zeff[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].zeff[:].values", "1...N"]

edge_profiles.ggd[:].zeff[:].coefficients_σ

error of edge_profiles.ggd[:].zeff[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_profiles.ggd[:].zeff[:].values", "1...N"]

edge_profiles.ggd[:].zeff[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd[:].zeff[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd[:].zeff[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd[:].zeff[:].values_σ

error of edge_profiles.ggd[:].zeff[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.ggd_fast[:].electrons.density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].electrons.density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].electrons.density[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: m^-3
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].electrons.density[:].value_σ

error of edgeprofiles.ggdfast[:].electrons.density[:].value

  • Units: m^-3
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].electrons.temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].electrons.temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].electrons.temperature[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: eV
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].electrons.temperature[:].value_σ

error of edgeprofiles.ggdfast[:].electrons.temperature[:].value

  • Units: eV
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].energy_thermal[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].energy_thermal[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].energy_thermal[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: J
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].energy_thermal[:].value_σ

error of edgeprofiles.ggdfast[:].energy_thermal[:].value

  • Units: J
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].content[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].content[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].content[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].content[:].value_σ

error of edgeprofiles.ggdfast[:].ion[:].content[:].value

  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].density[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: m^-3
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].density[:].value_σ

error of edgeprofiles.ggdfast[:].ion[:].density[:].value

  • Units: m^-3
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].element[:].a_σ

error of edgeprofiles.ggdfast[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].element[:].z_n_σ

error of edgeprofiles.ggdfast[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

edge_profiles.ggd_fast[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.ggd_fast[:].ion[:].temperature[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: eV
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].temperature[:].value_σ

error of edgeprofiles.ggdfast[:].ion[:].temperature[:].value

  • Units: eV
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].ion[:].z_ion_σ

error of edgeprofiles.ggdfast[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.ggd_fast[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_profiles.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element"]

edge_profiles.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of edgeprofiles.gridggd[:].grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element"]

edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of edgeprofiles.gridggd[:].gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of edgeprofiles.gridggd[:].gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element"]

edge_profiles.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of edgeprofiles.gridggd[:].grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element"]

edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of edgeprofiles.gridggd[:].gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of edgeprofiles.gridggd[:].gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_profiles.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_profiles.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_profiles.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of edgeprofiles.gridggd[:].space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of edgeprofiles.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of edgeprofiles.gridggd[:].space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_profiles.grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_profiles.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

edge_profiles.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

edge_profiles.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

edge_profiles.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

edge_profiles.ids_properties.occurrence

N/A

  • Data Type: INT_0D

edge_profiles.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

edge_profiles.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

edge_profiles.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_profiles.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

edge_profiles.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

edge_profiles.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

edge_profiles.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

edge_profiles.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

edge_profiles.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

edge_profiles.midplane.description

Verbose description

  • Data Type: STR_0D

edge_profiles.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.midplane.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].conductivity_parallel

Parallel conductivity

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].conductivity_parallel_σ

error of edgeprofiles.profiles1d[:].conductivity_parallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].current_parallel_inside

Parallel current driven inside the flux surface. Cumulative surface integral of j_total

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].current_parallel_inside_σ

error of edgeprofiles.profiles1d[:].currentparallelinside

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.diamagnetic

Diamagnetic component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.diamagnetic_σ

error of edgeprofiles.profiles1d[:].e_field.diamagnetic

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.parallel

Parallel component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.parallel_σ

error of edgeprofiles.profiles1d[:].e_field.parallel

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.poloidal

Poloidal component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.poloidal_σ

error of edgeprofiles.profiles1d[:].e_field.poloidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.radial

Radial component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.radial_σ

error of edgeprofiles.profiles1d[:].e_field.radial

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.toroidal

Toroidal component

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].e_field.toroidal_σ

error of edgeprofiles.profiles1d[:].e_field.toroidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.collisionality_norm

Collisionality normalised to the bounce frequency

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.collisionality_norm_σ

error of edgeprofiles.profiles1d[:].electrons.collisionality_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density_σ

error of edgeprofiles.profiles1d[:].electrons.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density_fast_σ

error of edgeprofiles.profiles1d[:].electrons.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].electrons.densityfit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].electrons.density_fit.measured_σ

error of edgeprofiles.profiles1d[:].electrons.density_fit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].electrons.density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].electrons.density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].electrons.density_fit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].electrons.densityfit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].electrons.densityfit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].electrons.densityfit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].electrons.densityfit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_fit.weight_σ

error of edgeprofiles.profiles1d[:].electrons.density_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.density_fit.measured"]

edge_profiles.profiles_1d[:].electrons.density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density_thermal_σ

error of edgeprofiles.profiles1d[:].electrons.density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.density_validity

Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].electrons.pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_σ

error of edgeprofiles.profiles1d[:].electrons.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_fast_parallel_σ

error of edgeprofiles.profiles1d[:].electrons.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular_σ

error of edgeprofiles.profiles1d[:].electrons.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.pressure_thermal_σ

error of edgeprofiles.profiles1d[:].electrons.pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.temperature_σ

error of edgeprofiles.profiles1d[:].electrons.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].electrons.temperaturefit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.measured_σ

error of edgeprofiles.profiles1d[:].electrons.temperature_fit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].electrons.temperature_fit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].electrons.temperaturefit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].electrons.temperaturefit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].electrons.temperaturefit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].electrons.temperaturefit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_fit.weight_σ

error of edgeprofiles.profiles1d[:].electrons.temperature_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].electrons.temperature_fit.measured"]

edge_profiles.profiles_1d[:].electrons.temperature_validity

Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.area_σ

error of edgeprofiles.profiles1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.psi_σ

error of edgeprofiles.profiles1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].grid.psi_boundary_σ

error of edgeprofiles.profiles1d[:].grid.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].grid.psi_magnetic_axis_σ

error of edgeprofiles.profiles1d[:].grid.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].grid.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].grid.rhopolnorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.rho_tor_σ

error of edgeprofiles.profiles1d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].grid.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].grid.volume_σ

error of edgeprofiles.profiles1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density_σ

error of edgeprofiles.profiles1d[:].ion[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density_fast_σ

error of edgeprofiles.profiles1d[:].ion[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].ion[:].densityfit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].ion[:].density_fit.measured_σ

error of edgeprofiles.profiles1d[:].ion[:].density_fit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].ion[:].density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].ion[:].density_fit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].ion[:].densityfit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].ion[:].densityfit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].ion[:].densityfit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].ion[:].densityfit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_fit.weight_σ

error of edgeprofiles.profiles1d[:].ion[:].density_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density_thermal_σ

error of edgeprofiles.profiles1d[:].ion[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].density_validity

Indicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].element[:].a_σ

error of edgeprofiles.profiles1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].element[:].z_n_σ

error of edgeprofiles.profiles1d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_σ

error of edgeprofiles.profiles1d[:].ion[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_fast_parallel_σ

error of edgeprofiles.profiles1d[:].ion[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular_σ

error of edgeprofiles.profiles1d[:].ion[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].pressure_thermal_σ

error of edgeprofiles.profiles1d[:].ion[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].rotation_frequency_tor_σ

error of edgeprofiles.profiles1d[:].ion[:].rotationfrequencytor

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fast_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured

Measured values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].density_fit.measured

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed

Value reconstructed from the fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].density_fit.reconstructed

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].density_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].density_thermal_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential

Cumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: eV
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].ionisation_potential

  • Units: eV
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor

Toroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].rotationfrequencytor

  • Units: rad.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].temperature_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_average

Average Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_average_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].z_average

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_average_1d

Average charge profile of the charge state bundle (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].z_average_1d_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].zaverage1d

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d

Average square charge profile of the charge state bundle (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].zaveragesquare_1d

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_max_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_min_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_square_average

Average Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].state[:].z_square_average_σ

error of edgeprofiles.profiles1d[:].ion[:].state[:].zsquareaverage

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].temperature_σ

error of edgeprofiles.profiles1d[:].ion[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].ion[:].temperaturefit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured_σ

error of edgeprofiles.profiles1d[:].ion[:].temperature_fit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].ion[:].temperature_fit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].ion[:].temperaturefit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].ion[:].temperaturefit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_fit.weight_σ

error of edgeprofiles.profiles1d[:].ion[:].temperature_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured"]

edge_profiles.profiles_1d[:].ion[:].temperature_validity

Indicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be used

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].ion[:].velocity.diamagnetic

Diamagnetic component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.diamagnetic_σ

error of edgeprofiles.profiles1d[:].ion[:].velocity.diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.parallel

Parallel component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.parallel_σ

error of edgeprofiles.profiles1d[:].ion[:].velocity.parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.poloidal

Poloidal component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.poloidal_σ

error of edgeprofiles.profiles1d[:].ion[:].velocity.poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.radial

Radial component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.radial_σ

error of edgeprofiles.profiles1d[:].ion[:].velocity.radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.toroidal

Toroidal component

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].velocity.toroidal_σ

error of edgeprofiles.profiles1d[:].ion[:].velocity.toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].z_ion_σ

error of edgeprofiles.profiles1d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].ion[:].z_ion_1d

Average charge of the ion species (sum of states charge weighted by state density and divided by ion density)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].z_ion_1d_σ

error of edgeprofiles.profiles1d[:].ion[:].zion1d

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].z_ion_square_1d

Average square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].ion[:].z_ion_square_1d_σ

error of edgeprofiles.profiles1d[:].ion[:].zionsquare_1d

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_bootstrap

Bootstrap current density = average(JBootstrap.B) / B0, where B0 = edgeprofiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_bootstrap_σ

error of edgeprofiles.profiles1d[:].j_bootstrap

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_non_inductive

Non-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = edgeprofiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_non_inductive_σ

error of edgeprofiles.profiles1d[:].jnoninductive

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_ohmic

Ohmic parallel current density = average(JOhmic.B) / B0, where B0 = edgeprofiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_ohmic_σ

error of edgeprofiles.profiles1d[:].j_ohmic

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_tor

Total toroidal current density = average(J_Tor/R) / average(1/R)

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_tor_σ

error of edgeprofiles.profiles1d[:].j_tor

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_total

Total parallel current density = average(jtot.B) / B0, where B0 = edgeprofiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].j_total_σ

error of edgeprofiles.profiles1d[:].j_total

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].magnetic_shear

Magnetic shear, defined as rhotor/q . dq/drhotor

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].magnetic_shear_σ

error of edgeprofiles.profiles1d[:].magnetic_shear

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].momentum_tor

Total plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].momentum_tor_σ

error of edgeprofiles.profiles1d[:].momentum_tor

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].n_i_thermal_total

Total ion thermal density (sum over species and charge states)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].n_i_thermal_total_σ

error of edgeprofiles.profiles1d[:].nithermal_total

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].n_i_total_over_n_e_σ

error of edgeprofiles.profiles1d[:].nitotalovern_e

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].density_σ

error of edgeprofiles.profiles1d[:].neutral[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].density_fast_σ

error of edgeprofiles.profiles1d[:].neutral[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].density_thermal_σ

error of edgeprofiles.profiles1d[:].neutral[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].neutral[:].element[:].a_σ

error of edgeprofiles.profiles1d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].neutral[:].element[:].z_n_σ

error of edgeprofiles.profiles1d[:].neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].neutral[:].label

String identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].neutral[:].pressure

Pressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_σ

error of edgeprofiles.profiles1d[:].neutral[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel_σ

error of edgeprofiles.profiles1d[:].neutral[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular_σ

error of edgeprofiles.profiles1d[:].neutral[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].pressure_thermal_σ

error of edgeprofiles.profiles1d[:].neutral[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].density_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].density_fast_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].density_thermal_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].density_thermal

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure

Pressure (thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal

Pressure (thermal) associated with random motion ~average((v-average(v))^2)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].temperature_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level_σ

error of edgeprofiles.profiles1d[:].neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].neutral[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].neutral[:].temperature_σ

error of edgeprofiles.profiles1d[:].neutral[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].phi_potential

Electrostatic potential, averaged on the magnetic flux surface

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].phi_potential_σ

error of edgeprofiles.profiles1d[:].phi_potential

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_ion_total

Total (sum over ion species) thermal ion pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_ion_total_σ

error of edgeprofiles.profiles1d[:].pressureiontotal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_parallel

Total parallel pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_parallel_σ

error of edgeprofiles.profiles1d[:].pressure_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_perpendicular

Total perpendicular pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_perpendicular_σ

error of edgeprofiles.profiles1d[:].pressure_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_thermal

Thermal pressure (electrons+ions)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].pressure_thermal_σ

error of edgeprofiles.profiles1d[:].pressure_thermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].q

Safety factor

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].q_σ

error of edgeprofiles.profiles1d[:].q

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].rotation_frequency_tor_sonic

Derivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocity

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].rotation_frequency_tor_sonic_σ

error of edgeprofiles.profiles1d[:].rotationfrequencytor_sonic

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].t_i_average

Ion temperature (averaged on charge states and ion species)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].t_i_average_σ

error of edgeprofiles.profiles1d[:].tiaverage

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].t_i_average_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].tiaveragefit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.measured

Measured values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].t_i_average_fit.measured_σ

error of edgeprofiles.profiles1d[:].tiaverage_fit.measured

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].t_i_average_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].t_i_average_fit.reconstructed

Value reconstructed from the fit

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].tiaverage_fit.reconstructed

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].tiaveragefit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].tiaveragefit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].tiaveragefit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].tiaveragefit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].t_i_average_fit.weight_σ

error of edgeprofiles.profiles1d[:].tiaverage_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].t_i_average_fit.measured"]

edge_profiles.profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_profiles.profiles_1d[:].zeff

Effective charge

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].zeff_σ

error of edgeprofiles.profiles1d[:].zeff

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].grid.rho_pol_norm"]

edge_profiles.profiles_1d[:].zeff_fit.chi_squared

Squared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.chi_squared_σ

error of edgeprofiles.profiles1d[:].zefffit.chisquared

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.local

Integer flag : 1 means local measurement, 0 means line-integrated measurement

  • Data Type: INT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.measured

Measured values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].zeff_fit.measured_σ

error of edgeprofiles.profiles1d[:].zeff_fit.measured

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.profiles_1d[:].zeff_fit.parameters

List of the fit specific parameters in XML format

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].zeff_fit.reconstructed

Value reconstructed from the fit

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.reconstructed_σ

error of edgeprofiles.profiles1d[:].zeff_fit.reconstructed

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.rho_pol_norm

Normalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.rho_pol_norm_σ

error of edgeprofiles.profiles1d[:].zefffit.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.rho_tor_norm

Normalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.rho_tor_norm_σ

error of edgeprofiles.profiles1d[:].zefffit.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.source

Path to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDS

  • Data Type: STR_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.time_measurement

Exact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.time_measurement_σ

error of edgeprofiles.profiles1d[:].zefffit.timemeasurement

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.description

Verbose description

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.profiles_1d[:].zeff_fit.time_measurement_width

In case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.time_measurement_width_σ

error of edgeprofiles.profiles1d[:].zefffit.timemeasurement_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.weight

Weight given to each measured value

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.profiles_1d[:].zeff_fit.weight_σ

error of edgeprofiles.profiles1d[:].zeff_fit.weight

  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.profiles_1d[:].zeff_fit.measured"]

edge_profiles.statistics[:].quantity_2d[:].distribution.bins

Bins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantity

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].quantity_2d[:].distribution.bins_σ

error of edgeprofiles.statistics[:].quantity2d[:].distribution.bins

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].quantity_2d[:].distribution.probability

Probability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantity

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].quantity_2d[:].distribution.probability_σ

error of edgeprofiles.statistics[:].quantity2d[:].distribution.probability

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].quantity_2d[:].path

Path of the quantity within the IDS, following the syntax given in the link below

  • Data Type: STR_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_index

Only if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the grid used to represent the statistics value

  • Data Type: INT_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_subset_index

Only if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the new grid subset the statistics value is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].uq_input_path

For Sobol index only, path to the related the uqinput quantity, e.g. ../../../uqinput_2d(3)

  • Data Type: INT_0D

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].value

Value of the statistics for that quantity, the array corresponding to the first dimension of the original 2D quantity

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].value_σ

error of edgeprofiles.statistics[:].quantity2d[:].statistics_type[:].value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.statistics[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_profiles.statistics[:].time_width

Width of the time interval over which the statistics have been calculated. By convention, the time interval starts at time-time_width and ends at time.

  • Units: s
  • Data Type: FLT_0D

edge_profiles.statistics[:].time_width_σ

error of edgeprofiles.statistics[:].timewidth

  • Units: s
  • Data Type: FLT_0D

edge_profiles.statistics[:].uq_input_2d[:].distribution.bins

Bins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantity

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].uq_input_2d[:].distribution.bins_σ

error of edgeprofiles.statistics[:].uqinput_2d[:].distribution.bins

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].uq_input_2d[:].distribution.probability

Probability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantity

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].uq_input_2d[:].distribution.probability_σ

error of edgeprofiles.statistics[:].uqinput_2d[:].distribution.probability

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_profiles.statistics[:].uq_input_2d[:].path

Path of the quantity within the IDS, following the syntax given in the link below

  • Data Type: STR_0D

edge_profiles.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_profiles.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.time"]

edge_profiles.vacuum_toroidal_field.b0_σ

error of edgeprofiles.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["edge_profiles.time"]

edge_profiles.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

edge_profiles.vacuum_toroidal_field.r0_σ

error of edgeprofiles.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

edge_sources.code.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.code.library[:].name

Name of software

  • Data Type: STR_0D

edge_sources.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_sources.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

edge_sources.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.code.name

Name of software generating IDS

  • Data Type: STR_0D

edge_sources.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["edge_sources.time"]

edge_sources.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_sources.code.repository

URL of software repository

  • Data Type: STR_0D

edge_sources.code.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element"]

edge_sources.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of edgesources.gridggd[:].grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element"]

edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of edgesources.gridggd[:].gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of edgesources.gridggd[:].gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

edge_sources.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

edge_sources.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

edge_sources.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

edge_sources.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_sources.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_sources.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element"]

edge_sources.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of edgesources.gridggd[:].grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element"]

edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of edgesources.gridggd[:].gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of edgesources.gridggd[:].gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_sources.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_sources.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_sources.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_sources.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_sources.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of edgesources.gridggd[:].space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of edgesources.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of edgesources.gridggd[:].space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_sources.grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_sources.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

edge_sources.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

edge_sources.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

edge_sources.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

edge_sources.ids_properties.occurrence

N/A

  • Data Type: INT_0D

edge_sources.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

edge_sources.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

edge_sources.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_sources.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

edge_sources.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

edge_sources.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

edge_sources.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

edge_sources.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

edge_sources.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

edge_sources.midplane.description

Verbose description

  • Data Type: STR_0D

edge_sources.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.midplane.name

Short string identifier

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].current[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].current[:].values", "1...N"]

edge_sources.source[:].ggd[:].current[:].coefficients_σ

error of edge_sources.source[:].ggd[:].current[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].current[:].values", "1...N"]

edge_sources.source[:].ggd[:].current[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].current[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].current[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].current[:].values_σ

error of edge_sources.source[:].ggd[:].current[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].electrons.energy[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].electrons.energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].electrons.energy[:].coefficients_σ

error of edge_sources.source[:].ggd[:].electrons.energy[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].electrons.energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].electrons.energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].electrons.energy[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].electrons.energy[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].electrons.energy[:].values_σ

error of edge_sources.source[:].ggd[:].electrons.energy[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].electrons.particles[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].electrons.particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].electrons.particles[:].coefficients_σ

error of edge_sources.source[:].ggd[:].electrons.particles[:].coefficients

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].electrons.particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].electrons.particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].electrons.particles[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].electrons.particles[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].electrons.particles[:].values_σ

error of edge_sources.source[:].ggd[:].electrons.particles[:].values

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].element[:].a_σ

error of edge_sources.source[:].ggd[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].element[:].z_n_σ

error of edgesources.source[:].ggd[:].ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].energy[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].energy[:].coefficients_σ

error of edge_sources.source[:].ggd[:].ion[:].energy[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].energy[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].energy[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].energy[:].values_σ

error of edge_sources.source[:].ggd[:].ion[:].energy[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].momentum[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].r_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].r_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].radial_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].radial_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].z_σ

error of edge_sources.source[:].ggd[:].ion[:].momentum[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].momentum[:].z_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].momentum[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].particles[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].particles[:].coefficients_σ

error of edge_sources.source[:].ggd[:].ion[:].particles[:].coefficients

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].particles[:].values

One scalar value is provided per element in the grid subset.

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].particles[:].values_σ

error of edge_sources.source[:].ggd[:].ion[:].particles[:].values

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].coefficients_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z_coefficients_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].coefficients_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].coefficients

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values

One scalar value is provided per element in the grid subset.

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values_σ

error of edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].vibrational_level_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].ion[:].state[:].z_max

Maximum Z of the state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].z_max_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].z_min

Minimum Z of the state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].state[:].z_min_σ

error of edgesources.source[:].ggd[:].ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].ion[:].z_ion_σ

error of edgesources.source[:].ggd[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].momentum[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].diamagnetic_σ

error of edge_sources.source[:].ggd[:].momentum[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].diamagnetic_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].momentum[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].momentum[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].parallel_σ

error of edge_sources.source[:].ggd[:].momentum[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].parallel_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].poloidal_σ

error of edge_sources.source[:].ggd[:].momentum[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].poloidal_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].r_σ

error of edge_sources.source[:].ggd[:].momentum[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].r_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].radial_σ

error of edge_sources.source[:].ggd[:].momentum[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].radial_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].toroidal_σ

error of edge_sources.source[:].ggd[:].momentum[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].toroidal_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].z_σ

error of edge_sources.source[:].ggd[:].momentum[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].momentum[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].momentum[:].z_coefficients_σ

error of edgesources.source[:].ggd[:].momentum[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].neutral[:].element[:].a_σ

error of edge_sources.source[:].ggd[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].neutral[:].element[:].z_n_σ

error of edgesources.source[:].ggd[:].neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].neutral[:].energy[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].energy[:].coefficients_σ

error of edge_sources.source[:].ggd[:].neutral[:].energy[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].energy[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].energy[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].energy[:].values_σ

error of edge_sources.source[:].ggd[:].neutral[:].energy[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].momentum[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].r_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].r_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].z_σ

error of edge_sources.source[:].ggd[:].neutral[:].momentum[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].momentum[:].z_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].momentum[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].particles[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].particles[:].coefficients_σ

error of edge_sources.source[:].ggd[:].neutral[:].particles[:].coefficients

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].particles[:].values

One scalar value is provided per element in the grid subset.

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].particles[:].values_σ

error of edge_sources.source[:].ggd[:].neutral[:].particles[:].values

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].coefficients_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z_coefficients_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].coefficients_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].coefficients

  • Units: s^-1.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values", "1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values

One scalar value is provided per element in the grid subset.

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values_σ

error of edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values

  • Units: s^-1.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].vibrational_level_σ

error of edgesources.source[:].ggd[:].neutral[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_sources.source[:].ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_sources.source[:].ggd[:].total_ion_energy[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].total_ion_energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].total_ion_energy[:].coefficients_σ

error of edgesources.source[:].ggd[:].totalion_energy[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["edge_sources.source[:].ggd[:].total_ion_energy[:].values", "1...N"]

edge_sources.source[:].ggd[:].total_ion_energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].total_ion_energy[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd[:].total_ion_energy[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd[:].total_ion_energy[:].values_σ

error of edgesources.source[:].ggd[:].totalion_energy[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_sources.source[:].ggd_fast[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].element[:].a_σ

error of edgesources.source[:].ggdfast[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_sources.source[:].ggd_fast[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].element[:].z_n_σ

error of edgesources.source[:].ggdfast[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

edge_sources.source[:].ggd_fast[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_sources.source[:].ggd_fast[:].ion[:].power[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_sources.source[:].ggd_fast[:].ion[:].power[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_sources.source[:].ggd_fast[:].ion[:].power[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: W
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].power[:].value_σ

error of edgesources.source[:].ggdfast[:].ion[:].power[:].value

  • Units: W
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].ion[:].z_ion_σ

error of edgesources.source[:].ggdfast[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].ggd_fast[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_sources.source[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_sources.source[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.source[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_sources.source[:].species.ion.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.element[:].a_σ

error of edge_sources.source[:].species.ion.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_sources.source[:].species.ion.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.element[:].z_n_σ

error of edgesources.source[:].species.ion.element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

edge_sources.source[:].species.ion.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_sources.source[:].species.ion.state.label

String identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

edge_sources.source[:].species.ion.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.state.vibrational_level_σ

error of edgesources.source[:].species.ion.state.vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_sources.source[:].species.ion.state.z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.state.z_max_σ

error of edgesources.source[:].species.ion.state.zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.state.z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.state.z_min_σ

error of edgesources.source[:].species.ion.state.zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.ion.z_ion_σ

error of edgesources.source[:].species.ion.zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.element[:].a_σ

error of edge_sources.source[:].species.neutral.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_sources.source[:].species.neutral.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.element[:].z_n_σ

error of edgesources.source[:].species.neutral.element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

edge_sources.source[:].species.neutral.state.electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_sources.source[:].species.neutral.state.label

String identifying neutral state

  • Data Type: STR_0D

edge_sources.source[:].species.neutral.state.neutral_type.description

Verbose description

  • Data Type: STR_0D

edge_sources.source[:].species.neutral.state.neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.source[:].species.neutral.state.neutral_type.name

Short string identifier

  • Data Type: STR_0D

edge_sources.source[:].species.neutral.state.vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.state.vibrational_level_σ

error of edgesources.source[:].species.neutral.state.vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_sources.source[:].species.neutral.state.vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_sources.source[:].species.type.description

Verbose description

  • Data Type: STR_0D

edge_sources.source[:].species.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_sources.source[:].species.type.name

Short string identifier

  • Data Type: STR_0D

edge_sources.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.code.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.code.library[:].name

Name of software

  • Data Type: STR_0D

edge_transport.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_transport.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

edge_transport.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.code.name

Name of software generating IDS

  • Data Type: STR_0D

edge_transport.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["edge_transport.time"]

edge_transport.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_transport.code.repository

URL of software repository

  • Data Type: STR_0D

edge_transport.code.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element"]

edge_transport.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of edgetransport.gridggd[:].grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element"]

edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of edgetransport.gridggd[:].gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of edgetransport.gridggd[:].gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

edge_transport.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

edge_transport.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

edge_transport.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

edge_transport.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_transport.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_transport.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element"]

edge_transport.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of edgetransport.gridggd[:].grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element"]

edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of edgetransport.gridggd[:].gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of edgetransport.gridggd[:].gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["edge_transport.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

edge_transport.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_transport.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_transport.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_transport.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of edgetransport.gridggd[:].space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of edgetransport.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of edgetransport.gridggd[:].space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

edge_transport.grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_transport.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

edge_transport.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

edge_transport.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

edge_transport.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

edge_transport.ids_properties.occurrence

N/A

  • Data Type: INT_0D

edge_transport.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

edge_transport.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

edge_transport.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

edge_transport.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

edge_transport.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

edge_transport.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

edge_transport.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

edge_transport.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

edge_transport.midplane.description

Verbose description

  • Data Type: STR_0D

edge_transport.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.midplane.name

Short string identifier

  • Data Type: STR_0D

edge_transport.model[:].code.commit

Unique commit reference of software

  • Data Type: STR_0D

edge_transport.model[:].code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

edge_transport.model[:].code.name

Name of software used

  • Data Type: STR_0D

edge_transport.model[:].code.output_flag.data

Data

  • Data Type: INT_1D
  • Coordinates: ["edge_transport.model[:].code.output_flag.time"]

edge_transport.model[:].code.output_flag.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

edge_transport.model[:].code.repository

URL of software repository

  • Data Type: STR_0D

edge_transport.model[:].code.version

Unique version (tag) of software

  • Data Type: STR_0D

edge_transport.model[:].flux_multiplier

Multiplier applied to the particule flux when adding its contribution in the expression of the heat flux : can be 0, 3/2 or 5/2

  • Data Type: FLT_0D

edge_transport.model[:].flux_multiplier_σ

error of edgetransport.model[:].fluxmultiplier

  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].conductivity[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].conductivity[:].diamagnetic

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].diamagneticcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].conductivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].conductivity[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].parallel_σ

error of edge_transport.model[:].ggd[:].conductivity[:].parallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].parallelcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].poloidal_σ

error of edge_transport.model[:].ggd[:].conductivity[:].poloidal

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].poloidalcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].r_σ

error of edge_transport.model[:].ggd[:].conductivity[:].r

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].rcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].radial_σ

error of edge_transport.model[:].ggd[:].conductivity[:].radial

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].radialcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].toroidal_σ

error of edge_transport.model[:].ggd[:].conductivity[:].toroidal

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].toroidalcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].z_σ

error of edge_transport.model[:].ggd[:].conductivity[:].z

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].conductivity[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].conductivity[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].conductivity[:].zcoefficients

  • Units: ohm^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].electrons.energy.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d[:].values_σ

error of edge_transport.model[:].ggd[:].electrons.energy.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].electrons.energy.flux[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux[:].values_σ

error of edge_transport.model[:].ggd[:].electrons.energy.flux[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.fluxpol[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.fluxpol[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.fluxradial[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.fluxradial[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].electrons.energy.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v[:].values_σ

error of edge_transport.model[:].ggd[:].electrons.energy.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.energy.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.energy.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].electrons.particles.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d[:].values_σ

error of edge_transport.model[:].ggd[:].electrons.particles.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].electrons.particles.flux[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux[:].values_σ

error of edge_transport.model[:].ggd[:].electrons.particles.flux[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.fluxpol[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.fluxpol[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.fluxradial[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.fluxradial[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].electrons.particles.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v[:].values_σ

error of edge_transport.model[:].ggd[:].electrons.particles.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].electrons.particles.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].electrons.particles.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].element[:].a_σ

error of edge_transport.model[:].ggd[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].element[:].z_n_σ

error of edgetransport.model[:].ggd[:].ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].energy.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].energy.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].energy.flux[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.fluxpol[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.fluxpol[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.fluxradial[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.fluxradial[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].energy.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].energy.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].energy.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].diamagneticcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].parallelcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].poloidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].rcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].radialcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].toroidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].zcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].diamagnetic

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].diamagnetic_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].parallel

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].parallel_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].poloidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].poloidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].r

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].r_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].radial

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].radial_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].toroidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].toroidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].z

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].z_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxpol[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxpol[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxradial[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.fluxradial[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z_σ

error of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].momentum.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].particles.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].particles.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].particles.flux[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.fluxpol[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.fluxpol[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.fluxradial[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.fluxradial[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].particles.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].particles.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].particles.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxpol[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxpol[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxradial[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxradial[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].label

String identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagneticcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallelcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].rcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radialcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].zcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].diamagnetic

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].diamagnetic_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].parallel

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].parallel_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].poloidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].poloidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].r

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].r_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].radial

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].radial_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].toroidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].toroidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].z

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].z_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxpol[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxpol[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxradial[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxradial[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxpol[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxpol[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxradial[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxradial[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values_σ

error of edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].vibrational_level_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].ion[:].state[:].z_max

Maximum Z of the state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].z_max_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].z_min

Minimum Z of the state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].state[:].z_min_σ

error of edgetransport.model[:].ggd[:].ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].ion[:].z_ion_σ

error of edgetransport.model[:].ggd[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].diamagneticcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.d[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].parallel_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].parallel

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].parallelcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].poloidal_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].poloidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].poloidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].r_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].r

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].rcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].radial_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].radial

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].radialcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].toroidal_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].toroidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].toroidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].z_σ

error of edge_transport.model[:].ggd[:].momentum.d[:].z

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.d[:].zcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].momentum.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].momentum.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].parallel_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].poloidal_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].r_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].radial_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].toroidal_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].z_σ

error of edge_transport.model[:].ggd[:].momentum.flux[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.flux[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].diamagnetic

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].diamagnetic_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].parallel

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].parallel_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].poloidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].poloidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].r

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].r_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].radial

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].radial_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].toroidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].toroidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].z

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].z_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxpol[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].momentum.fluxpol[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.fluxradial[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].momentum.fluxradial[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.v[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].parallel_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].poloidal_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].r_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].radial_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].toroidal_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].z_σ

error of edge_transport.model[:].ggd[:].momentum.v[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.v[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].momentum.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].momentum.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].momentum.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].momentum.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].momentum.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].momentum.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].momentum.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].neutral[:].element[:].a_σ

error of edge_transport.model[:].ggd[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].neutral[:].element[:].z_n_σ

error of edgetransport.model[:].ggd[:].neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].energy.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.fluxpol[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.fluxpol[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.fluxradial[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.fluxradial[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].energy.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].energy.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].diamagneticcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].parallelcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].poloidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].rcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].radialcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].toroidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].zcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].diamagnetic

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].diamagnetic_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].parallel

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].parallel_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].poloidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].poloidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].r

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].r_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].radial

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].radial_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].toroidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].toroidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].z

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].z_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxpol[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxpol[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxradial[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxradial[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z_σ

error of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].momentum.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].particles.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.fluxpol[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.fluxpol[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.fluxradial[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.fluxradial[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].particles.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].particles.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxpol[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxpol[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxradial[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxradial[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagneticcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallelcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].rcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radialcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidalcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].zcoefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagneticcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallelcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].rcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radialcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidalcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].zcoefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].diamagnetic

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].diamagnetic_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].parallel

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].parallel_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].poloidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].poloidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].r

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].r_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].radial

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].radial_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].toroidal

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].toroidal_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].z

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].z_coefficients

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxpol[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxpol[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxradial[:].coefficients

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxradial[:].values

  • Units: kg.m^-1.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic

Diamagnetic component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic_coefficients

Interpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagneticcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel

Parallel component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel_coefficients

Interpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallelcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal

Poloidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal_coefficients

Interpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].rcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial

Radial component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial_coefficients

Interpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radialcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidalcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z_coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].zcoefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxpol[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxpol[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxradial[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxradial[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].coefficients_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values_σ

error of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].vibrational_level_σ

error of edgetransport.model[:].ggd[:].neutral[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

edge_transport.model[:].ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalion_energy.d[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.d[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d[:].values_σ

error of edgetransport.model[:].ggd[:].totalion_energy.d[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.dpol[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.dpol[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.dradial[:].coefficients

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.dradial[:].values

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalion_energy.flux[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values_σ

error of edgetransport.model[:].ggd[:].totalion_energy.flux[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.fluxlimiter[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.fluxlimiter[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.fluxpol[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.fluxpol[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.fluxradial[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.fluxradial[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalion_energy.v[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.v[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.v[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.v[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v[:].values_σ

error of edgetransport.model[:].ggd[:].totalion_energy.v[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.vpol[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.vpol[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].coefficients_σ

error of edgetransport.model[:].ggd[:].totalionenergy.vradial[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values", "1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values_σ

error of edgetransport.model[:].ggd[:].totalionenergy.vradial[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: s^-1
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].value_σ

error of edgetransport.model[:].ggdfast[:].electrons.particlefluxintegrated[:].value

  • Units: s^-1
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].electrons.power[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].electrons.power[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].electrons.power[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: W
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].electrons.power[:].value_σ

error of edgetransport.model[:].ggdfast[:].electrons.power[:].value

  • Units: W
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].energy_flux_max[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].energy_flux_max[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].energy_flux_max[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: W.m^-2
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].energy_flux_max[:].value_σ

error of edgetransport.model[:].ggdfast[:].energyfluxmax[:].value

  • Units: W.m^-2
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].element[:].a_σ

error of edgetransport.model[:].ggdfast[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].element[:].z_n_σ

error of edgetransport.model[:].ggdfast[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

edge_transport.model[:].ggd_fast[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: s^-1
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].value_σ

error of edgetransport.model[:].ggdfast[:].ion[:].particlefluxintegrated[:].value

  • Units: s^-1
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].ion[:].z_ion_σ

error of edgetransport.model[:].ggdfast[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].element[:].a_σ

error of edgetransport.model[:].ggdfast[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].element[:].z_n_σ

error of edgetransport.model[:].ggdfast[:].neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: s^-1
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].value_σ

error of edgetransport.model[:].ggdfast[:].neutral[:].particlefluxintegrated[:].value

  • Units: s^-1
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].power[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].power[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].power[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: W
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].power[:].value_σ

error of edgetransport.model[:].ggdfast[:].power[:].value

  • Units: W
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].power_ion_total[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].power_ion_total[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

edge_transport.model[:].ggd_fast[:].power_ion_total[:].value

Scalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)

  • Units: W
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].power_ion_total[:].value_σ

error of edgetransport.model[:].ggdfast[:].poweriontotal[:].value

  • Units: W
  • Data Type: FLT_0D

edge_transport.model[:].ggd_fast[:].time

Time

  • Units: s
  • Data Type: FLT_0D

edge_transport.model[:].identifier.description

Verbose description

  • Data Type: STR_0D

edge_transport.model[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

edge_transport.model[:].identifier.name

Short string identifier

  • Data Type: STR_0D

edge_transport.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

em_coupling.active_coils

List of URIs of the active coils considered in the IDS

  • Data Type: STR_1D
  • Coordinates: ["pf_active.coil"]

em_coupling.b_field_pol_probes

List of URIs of the poloidal field probes considered in the IDS

  • Data Type: STR_1D
  • Coordinates: ["magnetics.b_field_pol_probe"]

em_coupling.b_field_pol_probes_active

Poloidal field coupling from active coils to poloidal field probes

  • Units: T/A
  • Data Type: FLT_2D
  • Coordinates: ["magnetics.b_field_pol_probe", "em_coupling.active_coils"]

em_coupling.b_field_pol_probes_active_σ

error of emcoupling.bfieldpolprobes_active

  • Units: T/A
  • Data Type: FLT_2D
  • Coordinates: ["magnetics.b_field_pol_probe", "em_coupling.active_coils"]

em_coupling.b_field_pol_probes_passive

Poloidal field coupling from passive loops to poloidal field probes

  • Units: T/A
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.b_field_pol_probes", "em_coupling.passive_loops"]

em_coupling.b_field_pol_probes_passive_σ

error of emcoupling.bfieldpolprobes_passive

  • Units: T/A
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.b_field_pol_probes", "em_coupling.passive_loops"]

em_coupling.b_field_pol_probes_plasma

Poloidal field coupling from plasma elements to poloidal field probes

  • Units: T/A
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.b_field_pol_probes", "em_coupling.plasma_elements"]

em_coupling.b_field_pol_probes_plasma_σ

error of emcoupling.bfieldpolprobes_plasma

  • Units: T/A
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.b_field_pol_probes", "em_coupling.plasma_elements"]

em_coupling.code.commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.code.library[:].name

Name of software

  • Data Type: STR_0D

em_coupling.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

em_coupling.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

em_coupling.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.code.name

Name of software generating IDS

  • Data Type: STR_0D

em_coupling.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["em_coupling.time"]

em_coupling.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

em_coupling.code.repository

URL of software repository

  • Data Type: STR_0D

em_coupling.code.version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.coupling_matrix[:].columns_uri

List of URIs corresponding to the columns (2nd dimension) of the coupling matrix. See examples above (rows_uri)

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

em_coupling.coupling_matrix[:].data

Coupling matrix

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.coupling_matrix[:].rows_uri", "em_coupling.coupling_matrix[:].columns_uri"]

em_coupling.coupling_matrix[:].data_σ

error of emcoupling.couplingmatrix[:].data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.coupling_matrix[:].rows_uri", "em_coupling.coupling_matrix[:].columns_uri"]

em_coupling.coupling_matrix[:].name

Name of this coupling matrix

  • Data Type: STR_0D

em_coupling.coupling_matrix[:].quantity.description

Verbose description

  • Data Type: STR_0D

em_coupling.coupling_matrix[:].quantity.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.coupling_matrix[:].quantity.name

Short string identifier

  • Data Type: STR_0D

em_coupling.coupling_matrix[:].rows_uri

List of URIs corresponding to the rows (1st dimension) of the coupling matrix. If not all indices of a given node are used, they must be listed explicitly e.g. rowsuri(i) = pfactive:1/coil(i) will refer to a list of indices of the occurrence 1 of the pfactive IDS of this data entry. If the rows correspond to all indices of a given vector, it is sufficient to give a insgle uri, the one of the vector with the impliicit notation (:), e.g. rowsuri(1) = /gridggd(3)/gridsubset(2)/elements(:).

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

em_coupling.flux_loops

List of URIs of the flux loops considered in the IDS

  • Data Type: STR_1D
  • Coordinates: ["magnetics.flux_loop"]

em_coupling.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element"]

em_coupling.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of emcoupling.gridggd[:].grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element"]

em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of emcoupling.gridggd[:].gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of emcoupling.gridggd[:].gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements. This must be equal to the sum of the dimensions of the individual objects forming the element.

  • Data Type: INT_0D

em_coupling.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object

  • Data Type: INT_0D

em_coupling.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

em_coupling.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

em_coupling.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

em_coupling.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

em_coupling.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element"]

em_coupling.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of emcoupling.gridggd[:].grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element"]

em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of emcoupling.gridggd[:].gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of emcoupling.gridggd[:].gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["em_coupling.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

em_coupling.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

em_coupling.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

em_coupling.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

em_coupling.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object may have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object. Its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of emcoupling.gridggd[:].space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of emcoupling.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of emcoupling.gridggd[:].space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

em_coupling.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

em_coupling.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

em_coupling.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

em_coupling.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

em_coupling.ids_properties.occurrence

N/A

  • Data Type: INT_0D

em_coupling.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

em_coupling.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

em_coupling.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

em_coupling.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

em_coupling.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

em_coupling.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

em_coupling.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

em_coupling.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

em_coupling.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

em_coupling.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

em_coupling.mutual_active_active

Mutual inductance coupling from active coils to active coils

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.active_coils", "em_coupling.active_coils"]

em_coupling.mutual_active_active_σ

error of emcoupling.mutualactive_active

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.active_coils", "em_coupling.active_coils"]

em_coupling.mutual_loops_active

Mutual inductance coupling from active coils to flux loops

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.flux_loops", "em_coupling.active_coils"]

em_coupling.mutual_loops_active_σ

error of emcoupling.mutualloops_active

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.flux_loops", "em_coupling.active_coils"]

em_coupling.mutual_loops_passive

Mutual inductance coupling from passive loops to flux loops

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.flux_loops", "em_coupling.passive_loops"]

em_coupling.mutual_loops_passive_σ

error of emcoupling.mutualloops_passive

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.flux_loops", "em_coupling.passive_loops"]

em_coupling.mutual_loops_plasma

Mutual inductance from plasma elements to poloidal flux loops

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.flux_loops", "em_coupling.plasma_elements"]

em_coupling.mutual_loops_plasma_σ

error of emcoupling.mutualloops_plasma

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.flux_loops", "em_coupling.plasma_elements"]

em_coupling.mutual_passive_active

Mutual inductance coupling from active coils to passive loops

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.passive_loops", "em_coupling.active_coils"]

em_coupling.mutual_passive_active_σ

error of emcoupling.mutualpassive_active

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.passive_loops", "em_coupling.active_coils"]

em_coupling.mutual_passive_passive

Mutual inductance coupling from passive loops to passive loops

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.passive_loops", "em_coupling.passive_loops"]

em_coupling.mutual_passive_passive_σ

error of emcoupling.mutualpassive_passive

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.passive_loops", "em_coupling.passive_loops"]

em_coupling.mutual_plasma_active

Mutual inductance coupling from active coils to plasma elements

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.plasma_elements", "em_coupling.active_coils"]

em_coupling.mutual_plasma_active_σ

error of emcoupling.mutualplasma_active

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.plasma_elements", "em_coupling.active_coils"]

em_coupling.mutual_plasma_passive

Mutual inductance coupling from passive loops to plasma elements

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.plasma_elements", "em_coupling.passive_loops"]

em_coupling.mutual_plasma_passive_σ

error of emcoupling.mutualplasma_passive

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.plasma_elements", "em_coupling.passive_loops"]

em_coupling.mutual_plasma_plasma

Mutual inductance coupling from plasma elements to plasma elements

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.plasma_elements", "em_coupling.plasma_elements"]

em_coupling.mutual_plasma_plasma_σ

error of emcoupling.mutualplasma_plasma

  • Units: H
  • Data Type: FLT_2D
  • Coordinates: ["em_coupling.plasma_elements", "em_coupling.plasma_elements"]

em_coupling.passive_loops

List of URIs of the passive loops considered in the IDS

  • Data Type: STR_1D
  • Coordinates: ["pf_passive.loop"]

em_coupling.plasma_elements

List of URIs of the plasma elements considered in the IDS

  • Data Type: STR_1D
  • Coordinates: ["pf_plasma.element"]

em_coupling.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.code.commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.code.library[:].name

Name of software

  • Data Type: STR_0D

equilibrium.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

equilibrium.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

equilibrium.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.code.name

Name of software generating IDS

  • Data Type: STR_0D

equilibrium.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

equilibrium.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

equilibrium.code.repository

URL of software repository

  • Data Type: STR_0D

equilibrium.code.version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].jacobian_σ

error of equilibrium.gridsggd[:].grid[:].gridsubset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_contravariant_σ

error of equilibrium.gridsggd[:].grid[:].gridsubset[:].base[:].tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_covariant_σ

error of equilibrium.gridsggd[:].grid[:].gridsubset[:].base[:].tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.jacobian_σ

error of equilibrium.gridsggd[:].grid[:].gridsubset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_contravariant_σ

error of equilibrium.gridsggd[:].grid[:].gridsubset[:].metric.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_covariant_σ

error of equilibrium.gridsggd[:].grid[:].gridsubset[:].metric.tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["equilibrium.grids_ggd[:].grid[:].grid_subset[:].element", "1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].identifier.description

Verbose description

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].identifier.name

Short string identifier

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS paths

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

equilibrium.grids_ggd[:].grid[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of equilibrium.gridsggd[:].grid[:].space[:].objectsper_dimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of equilibrium.gridsggd[:].grid[:].space[:].objectsperdimension[:].object[:].geometry2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of equilibrium.gridsggd[:].grid[:].space[:].objectsper_dimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

equilibrium.grids_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

equilibrium.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

equilibrium.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

equilibrium.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

equilibrium.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

equilibrium.ids_properties.occurrence

N/A

  • Data Type: INT_0D

equilibrium.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

equilibrium.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

equilibrium.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

equilibrium.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

equilibrium.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

equilibrium.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

equilibrium.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

equilibrium.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

equilibrium.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

equilibrium.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary.active_limiter_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.active_limiter_point.r_σ

error of equilibrium.timeslice[:].boundary.activelimiter_point.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.active_limiter_point.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.active_limiter_point.z_σ

error of equilibrium.timeslice[:].boundary.activelimiter_point.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.elongation

Elongation of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.elongation_σ

error of equilibrium.time_slice[:].boundary.elongation

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.elongation_lower

Elongation (lower half w.r.t. geometric axis) of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.elongation_lower_σ

error of equilibrium.timeslice[:].boundary.elongationlower

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.elongation_upper

Elongation (upper half w.r.t. geometric axis) of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.elongation_upper_σ

error of equilibrium.timeslice[:].boundary.elongationupper

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.geometric_axis.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.geometric_axis.r_σ

error of equilibrium.timeslice[:].boundary.geometricaxis.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.geometric_axis.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.geometric_axis.z_σ

error of equilibrium.timeslice[:].boundary.geometricaxis.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.minor_radius

Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.minor_radius_σ

error of equilibrium.timeslice[:].boundary.minorradius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary.outline.r_σ

error of equilibrium.time_slice[:].boundary.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].boundary.outline.r"]

equilibrium.time_slice[:].boundary.outline.z_σ

error of equilibrium.time_slice[:].boundary.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].boundary.outline.r"]

equilibrium.time_slice[:].boundary.ovality

Ovality of the plasma boundary [MXH c1]

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.ovality_σ

error of equilibrium.time_slice[:].boundary.ovality

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.psi

Value of the poloidal flux at which the boundary is taken

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.psi_σ

error of equilibrium.time_slice[:].boundary.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.psi_norm

Value of the normalised poloidal flux at which the boundary is taken (typically 99.x %), the flux being normalised to its value at the separatrix

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.psi_norm_σ

error of equilibrium.timeslice[:].boundary.psinorm

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness

Squareness of the plasma boundary [MXH -s2]

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_σ

error of equilibrium.time_slice[:].boundary.squareness

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_lower_inner

Lower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_lower_inner_σ

error of equilibrium.timeslice[:].boundary.squarenesslower_inner

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_lower_outer

Lower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_lower_outer_σ

error of equilibrium.timeslice[:].boundary.squarenesslower_outer

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_upper_inner

Upper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_upper_inner_σ

error of equilibrium.timeslice[:].boundary.squarenessupper_inner

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_upper_outer

Upper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.squareness_upper_outer_σ

error of equilibrium.timeslice[:].boundary.squarenessupper_outer

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.strike_point[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.strike_point[:].r_σ

error of equilibrium.timeslice[:].boundary.strikepoint[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.strike_point[:].z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.strike_point[:].z_σ

error of equilibrium.timeslice[:].boundary.strikepoint[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.tilt

Tilt of the plasma boundary [MXH c0]

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.tilt_σ

error of equilibrium.time_slice[:].boundary.tilt

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.triangularity

Triangularity of the plasma boundary [MXH sin(s1)]

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.triangularity_σ

error of equilibrium.time_slice[:].boundary.triangularity

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.triangularity_lower

Lower triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.triangularity_lower_σ

error of equilibrium.timeslice[:].boundary.triangularitylower

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.triangularity_upper

Upper triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.triangularity_upper_σ

error of equilibrium.timeslice[:].boundary.triangularityupper

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.twist

Twist of the plasma boundary [MXH c2]

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.twist_σ

error of equilibrium.time_slice[:].boundary.twist

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.type

0 (limiter) or 1 (diverted)

  • Data Type: INT_0D

equilibrium.time_slice[:].boundary.x_point[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.x_point[:].r_σ

error of equilibrium.timeslice[:].boundary.xpoint[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.x_point[:].z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary.x_point[:].z_σ

error of equilibrium.timeslice[:].boundary.xpoint[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.distance_inner_outer

Distance between the inner and outer separatrices, in the major radius direction, at the plasma outboard and at the height corresponding to the maximum R for the inner separatrix.

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.distance_inner_outer_σ

error of equilibrium.timeslice[:].boundarysecondaryseparatrix.distanceinner_outer

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r_σ

error of equilibrium.timeslice[:].boundarysecondary_separatrix.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary_secondary_separatrix.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r"]

equilibrium.time_slice[:].boundary_secondary_separatrix.outline.z_σ

error of equilibrium.timeslice[:].boundarysecondary_separatrix.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r"]

equilibrium.time_slice[:].boundary_secondary_separatrix.psi

Value of the poloidal flux at the separatrix

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.psi_σ

error of equilibrium.timeslice[:].boundarysecondary_separatrix.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].r_σ

error of equilibrium.timeslice[:].boundarysecondaryseparatrix.strikepoint[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].z_σ

error of equilibrium.timeslice[:].boundarysecondaryseparatrix.strikepoint[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].r_σ

error of equilibrium.timeslice[:].boundarysecondaryseparatrix.xpoint[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].z_σ

error of equilibrium.timeslice[:].boundarysecondaryseparatrix.xpoint[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.activelimiterpoint.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.activelimiterpoint.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.distance

Distance to the plasma boundary

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.distance_σ

error of equilibrium.timeslice[:].boundaryseparatrix.closestwallpoint.distance

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.closestwallpoint.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.closestwallpoint.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.drdzzero_point.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.drdzzero_point.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.elongation

Elongation of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.elongation_σ

error of equilibrium.timeslice[:].boundaryseparatrix.elongation

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.elongation_lower

Elongation (lower half w.r.t. geometric axis) of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.elongation_lower_σ

error of equilibrium.timeslice[:].boundaryseparatrix.elongation_lower

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.elongation_upper

Elongation (upper half w.r.t. geometric axis) of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.elongation_upper_σ

error of equilibrium.timeslice[:].boundaryseparatrix.elongation_upper

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].angle

Angle measured clockwise from radial cylindrical vector (grad R) to gap vector (pointing away from reference point)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].angle_σ

error of equilibrium.timeslice[:].boundaryseparatrix.gap[:].angle

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].identifier

Identifier of the gap

  • Data Type: STR_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].name

Name of the gap

  • Data Type: STR_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].r

Major radius of the reference point

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.gap[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].value

Value of the gap, i.e. distance between the reference point and the separatrix along the gap direction

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].value_σ

error of equilibrium.timeslice[:].boundaryseparatrix.gap[:].value

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].z

Height of the reference point

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.gap[:].z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.gap[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.geometric_axis.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.geometric_axis.r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.geometric_axis.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.geometric_axis.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.geometric_axis.z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.geometric_axis.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.minor_radius

Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.minor_radius_σ

error of equilibrium.timeslice[:].boundaryseparatrix.minor_radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary_separatrix.outline.r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].boundary_separatrix.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].boundary_separatrix.outline.r"]

equilibrium.time_slice[:].boundary_separatrix.outline.z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].boundary_separatrix.outline.r"]

equilibrium.time_slice[:].boundary_separatrix.psi

Value of the poloidal flux at the separatrix

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.psi_σ

error of equilibrium.timeslice[:].boundaryseparatrix.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_lower_inner

Lower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_lower_inner_σ

error of equilibrium.timeslice[:].boundaryseparatrix.squarenesslowerinner

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_lower_outer

Lower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_lower_outer_σ

error of equilibrium.timeslice[:].boundaryseparatrix.squarenesslowerouter

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_upper_inner

Upper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_upper_inner_σ

error of equilibrium.timeslice[:].boundaryseparatrix.squarenessupperinner

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_upper_outer

Upper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.squareness_upper_outer_σ

error of equilibrium.timeslice[:].boundaryseparatrix.squarenessupperouter

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.strike_point[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.strike_point[:].r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.strike_point[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.strike_point[:].z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.strike_point[:].z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.strike_point[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity

Triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_σ

error of equilibrium.timeslice[:].boundaryseparatrix.triangularity

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_inner

Inner triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_inner_σ

error of equilibrium.timeslice[:].boundaryseparatrix.triangularity_inner

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_lower

Lower triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_lower_σ

error of equilibrium.timeslice[:].boundaryseparatrix.triangularity_lower

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_minor

Minor triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_minor_σ

error of equilibrium.timeslice[:].boundaryseparatrix.triangularity_minor

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_outer

Outer triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_outer_σ

error of equilibrium.timeslice[:].boundaryseparatrix.triangularity_outer

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_upper

Upper triangularity of the plasma boundary

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.triangularity_upper_σ

error of equilibrium.timeslice[:].boundaryseparatrix.triangularity_upper

  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.type

0 (limiter) or 1 (diverted)

  • Data Type: INT_0D

equilibrium.time_slice[:].boundary_separatrix.x_point[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.x_point[:].r_σ

error of equilibrium.timeslice[:].boundaryseparatrix.x_point[:].r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.x_point[:].z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].boundary_separatrix.x_point[:].z_σ

error of equilibrium.timeslice[:].boundaryseparatrix.x_point[:].z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.chi_squared_σ

error of equilibrium.timeslice[:].constraints.bfieldtorvacuumr.chisquared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.measured

Measured value

  • Units: T.m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.measured_σ

error of equilibrium.timeslice[:].constraints.bfieldtorvacuum_r.measured

  • Units: T.m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.reconstructed

Value calculated from the reconstructed equilibrium

  • Units: T.m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.reconstructed_σ

error of equilibrium.timeslice[:].constraints.bfieldtorvacuum_r.reconstructed

  • Units: T.m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.time_measurement_σ

error of equilibrium.timeslice[:].constraints.bfieldtorvacuumr.timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.weight_σ

error of equilibrium.timeslice[:].constraints.bfieldtorvacuum_r.weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.bpolprobe[:].chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].measured

Measured value

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].measured_σ

error of equilibrium.timeslice[:].constraints.bpolprobe[:].measured

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.bpolprobe[:].reconstructed

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.bpolprobe[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.bpol_probe[:].weight_σ

error of equilibrium.timeslice[:].constraints.bpolprobe[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.chi_squared_reduced

Sum of the chi_squared of all constraints used for the equilibrium reconstruction, divided by the number of degrees of freedom of the identification model

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.chi_squared_reduced_σ

error of equilibrium.timeslice[:].constraints.chisquared_reduced

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.constraints_n

Number of constraints used (i.e. having a non-zero weight)

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.chi_squared_σ

error of equilibrium.timeslice[:].constraints.diamagneticflux.chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.measured

Measured value

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.measured_σ

error of equilibrium.timeslice[:].constraints.diamagneticflux.measured

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.reconstructed

Value calculated from the reconstructed equilibrium

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.reconstructed_σ

error of equilibrium.timeslice[:].constraints.diamagneticflux.reconstructed

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.time_measurement_σ

error of equilibrium.timeslice[:].constraints.diamagneticflux.time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.diamagnetic_flux.weight_σ

error of equilibrium.timeslice[:].constraints.diamagneticflux.weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.faradayangle[:].chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].measured

Measured value

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].measured_σ

error of equilibrium.timeslice[:].constraints.faradayangle[:].measured

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.faradayangle[:].reconstructed

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.faradayangle[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.faraday_angle[:].weight_σ

error of equilibrium.timeslice[:].constraints.faradayangle[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.fluxloop[:].chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].measured

Measured value

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].measured_σ

error of equilibrium.timeslice[:].constraints.fluxloop[:].measured

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.fluxloop[:].reconstructed

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.flux_loop[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.fluxloop[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.flux_loop[:].weight_σ

error of equilibrium.timeslice[:].constraints.fluxloop[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.freedom_degrees_n

Number of degrees of freedom of the identification model

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.ip.chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.chi_squared_σ

error of equilibrium.timeslice[:].constraints.ip.chisquared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.ip.measured

Measured value

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.measured_σ

error of equilibrium.time_slice[:].constraints.ip.measured

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.reconstructed

Value calculated from the reconstructed equilibrium

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.reconstructed_σ

error of equilibrium.time_slice[:].constraints.ip.reconstructed

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.ip.time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.time_measurement_σ

error of equilibrium.timeslice[:].constraints.ip.timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.ip.weight_σ

error of equilibrium.time_slice[:].constraints.ip.weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.chi_squared_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.measured

Measured value

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.measured_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.measured

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.reconstructed

Value calculated from the reconstructed equilibrium

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.reconstructed_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.reconstructed

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.time_measurement_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.weight_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.chi_squared_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.measured

Measured value

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.measured_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.measured

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.reconstructed

Value calculated from the reconstructed equilibrium

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.reconstructed_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.reconstructed

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.time_measurement_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.weight_σ

error of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].chi_squared

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].measured

Measured value

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].measured_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].measured

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.phi_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.psi_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].position.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.r_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].position.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.rho_tor_norm_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].position.rhotornorm

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].position.z_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].position.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].reconstructed

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.j_parallel[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_parallel[:].weight_σ

error of equilibrium.timeslice[:].constraints.jparallel[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.jtor[:].chi_squared

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.j_tor[:].measured

Measured value

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].measured_σ

error of equilibrium.timeslice[:].constraints.jtor[:].measured

  • Units: A.m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.phi_σ

error of equilibrium.timeslice[:].constraints.jtor[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.psi_σ

error of equilibrium.timeslice[:].constraints.jtor[:].position.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.r_σ

error of equilibrium.timeslice[:].constraints.jtor[:].position.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.rho_tor_norm_σ

error of equilibrium.timeslice[:].constraints.jtor[:].position.rhotornorm

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].position.z_σ

error of equilibrium.timeslice[:].constraints.jtor[:].position.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.jtor[:].reconstructed

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.j_tor[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.jtor[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.j_tor[:].weight_σ

error of equilibrium.timeslice[:].constraints.jtor[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.msepolarisationangle[:].chisquared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].measured

Measured value

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].measured_σ

error of equilibrium.timeslice[:].constraints.msepolarisation_angle[:].measured

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.msepolarisation_angle[:].reconstructed

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.msepolarisationangle[:].timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].weight_σ

error of equilibrium.timeslice[:].constraints.msepolarisation_angle[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: m^-3
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.ne[:].chi_squared

  • Units: m^-3
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.n_e[:].measured

Measured value

  • Units: m^-3
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].measured_σ

error of equilibrium.timeslice[:].constraints.ne[:].measured

  • Units: m^-3
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.phi_σ

error of equilibrium.timeslice[:].constraints.ne[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.psi_σ

error of equilibrium.timeslice[:].constraints.ne[:].position.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.r_σ

error of equilibrium.timeslice[:].constraints.ne[:].position.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.rho_tor_norm_σ

error of equilibrium.timeslice[:].constraints.ne[:].position.rhotornorm

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].position.z_σ

error of equilibrium.timeslice[:].constraints.ne[:].position.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.ne[:].reconstructed

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.n_e[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.ne[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e[:].weight_σ

error of equilibrium.timeslice[:].constraints.ne[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.neline[:].chisquared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].measured

Measured value

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].measured_σ

error of equilibrium.timeslice[:].constraints.ne_line[:].measured

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.ne_line[:].reconstructed

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.n_e_line[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.neline[:].timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.n_e_line[:].weight_σ

error of equilibrium.timeslice[:].constraints.ne_line[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.pfcurrent[:].chi_squared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.pf_current[:].measured

Measured value

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].measured_σ

error of equilibrium.timeslice[:].constraints.pfcurrent[:].measured

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.pfcurrent[:].reconstructed

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.pf_current[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.pfcurrent[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_current[:].weight_σ

error of equilibrium.timeslice[:].constraints.pfcurrent[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.pfpassivecurrent[:].chisquared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].measured

Measured value

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].measured_σ

error of equilibrium.timeslice[:].constraints.pfpassive_current[:].measured

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.pfpassive_current[:].reconstructed

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.pfpassivecurrent[:].timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pf_passive_current[:].weight_σ

error of equilibrium.timeslice[:].constraints.pfpassive_current[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.pressure[:].chisquared

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.pressure[:].measured

Measured value

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].measured_σ

error of equilibrium.time_slice[:].constraints.pressure[:].measured

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.phi_σ

error of equilibrium.time_slice[:].constraints.pressure[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.psi_σ

error of equilibrium.time_slice[:].constraints.pressure[:].position.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.r_σ

error of equilibrium.time_slice[:].constraints.pressure[:].position.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.rho_tor_norm_σ

error of equilibrium.timeslice[:].constraints.pressure[:].position.rhotor_norm

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].position.z_σ

error of equilibrium.time_slice[:].constraints.pressure[:].position.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].reconstructed_σ

error of equilibrium.time_slice[:].constraints.pressure[:].reconstructed

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.pressure[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.pressure[:].timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure[:].weight_σ

error of equilibrium.time_slice[:].constraints.pressure[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].chi_squared

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].measured

Measured value

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].measured_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].measured

  • Units: Pa
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.phi_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.psi_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].position.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.r_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].position.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.rho_tor_norm_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].position.rhotornorm

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].position.z_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].position.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].reconstructed_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].reconstructed

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.pressure_rotational[:].weight_σ

error of equilibrium.timeslice[:].constraints.pressurerotational[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].chi_squared

Squared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].chi_squared_σ

error of equilibrium.timeslice[:].constraints.q[:].chisquared

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.q[:].measured

Measured value

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].measured_σ

error of equilibrium.time_slice[:].constraints.q[:].measured

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.phi_σ

error of equilibrium.time_slice[:].constraints.q[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.psi_σ

error of equilibrium.time_slice[:].constraints.q[:].position.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.r_σ

error of equilibrium.time_slice[:].constraints.q[:].position.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.rho_tor_norm_σ

error of equilibrium.timeslice[:].constraints.q[:].position.rhotor_norm

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].position.z_σ

error of equilibrium.time_slice[:].constraints.q[:].position.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].reconstructed

Value calculated from the reconstructed equilibrium

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].reconstructed_σ

error of equilibrium.time_slice[:].constraints.q[:].reconstructed

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.q[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.q[:].timemeasurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.q[:].weight_σ

error of equilibrium.time_slice[:].constraints.q[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_r

Squared error on the major radius normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/r - position_measured/r)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_r_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].chisquaredr

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_z

Squared error on the altitude normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/z - position_measured/z)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_z_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].chisquaredz

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_measured.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_measured.r_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].position_measured.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_measured.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_measured.z_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].position_measured.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.r_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].position_reconstructed.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.z_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].position_reconstructed.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.strike_point[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.strike_point[:].weight_σ

error of equilibrium.timeslice[:].constraints.strikepoint[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].chi_squared_r

Squared error on the major radius normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/r - position_measured/r)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].chi_squared_r_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].chisquaredr

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].chi_squared_z

Squared error on the altitude normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/z - position_measured/z)^2 / sigma^2, where sigma is the standard deviation of the measurement error

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].chi_squared_z_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].chisquaredz

  • Units: m^-2
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].exact

Integer flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fit

  • Data Type: INT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_measured.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_measured.r_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].position_measured.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_measured.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_measured.z_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].position_measured.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.r

Major radius

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.r_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].position_reconstructed.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.z

Height

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.z_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].position_reconstructed.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].source

Path to the source data for this measurement in the IMAS data dictionary

  • Data Type: STR_0D

equilibrium.time_slice[:].constraints.x_point[:].time_measurement

Exact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been used

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].time_measurement_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].time_measurement

  • Units: s
  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].weight

Weight given to the measurement

  • Data Type: FLT_0D

equilibrium.time_slice[:].constraints.x_point[:].weight_σ

error of equilibrium.timeslice[:].constraints.xpoint[:].weight

  • Data Type: FLT_0D

equilibrium.time_slice[:].convergence.grad_shafranov_deviation_expression.description

Verbose description

  • Data Type: STR_0D

equilibrium.time_slice[:].convergence.grad_shafranov_deviation_expression.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.time_slice[:].convergence.grad_shafranov_deviation_expression.name

Short string identifier

  • Data Type: STR_0D

equilibrium.time_slice[:].convergence.grad_shafranov_deviation_value

Value of the residual deviation between the left and right hand side of the Grad Shafranov equation, evaluated as per gradshafranovdeviation_expression

  • Units: mixed
  • Data Type: FLT_0D

equilibrium.time_slice[:].convergence.grad_shafranov_deviation_value_σ

error of equilibrium.timeslice[:].convergence.gradshafranovdeviationvalue

  • Units: mixed
  • Data Type: FLT_0D

equilibrium.time_slice[:].convergence.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

equilibrium.time_slice[:].convergence.result.description

Verbose description

  • Data Type: STR_0D

equilibrium.time_slice[:].convergence.result.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.time_slice[:].convergence.result.name

Short string identifier

  • Data Type: STR_0D

equilibrium.time_slice[:].coordinate_system.grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].coordinate_system.grid.dim1_σ

error of equilibrium.timeslice[:].coordinatesystem.grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].coordinate_system.grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].coordinate_system.grid.dim2_σ

error of equilibrium.timeslice[:].coordinatesystem.grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].coordinate_system.grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.grid.volume_element_σ

error of equilibrium.timeslice[:].coordinatesystem.grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.grid_type.description

Verbose description

  • Data Type: STR_0D

equilibrium.time_slice[:].coordinate_system.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.time_slice[:].coordinate_system.grid_type.name

Short string identifier

  • Data Type: STR_0D

equilibrium.time_slice[:].coordinate_system.jacobian

Absolute value of the jacobian of the coordinate system

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.jacobian_σ

error of equilibrium.timeslice[:].coordinatesystem.jacobian

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.r

Values of the major radius on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.r_σ

error of equilibrium.timeslice[:].coordinatesystem.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.tensor_contravariant

Contravariant metric tensor on every point of the grid described by grid_type

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2", "1...3", "1...3"]

equilibrium.time_slice[:].coordinate_system.tensor_contravariant_σ

error of equilibrium.timeslice[:].coordinatesystem.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2", "1...3", "1...3"]

equilibrium.time_slice[:].coordinate_system.tensor_covariant

Covariant metric tensor on every point of the grid described by grid_type

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2", "1...3", "1...3"]

equilibrium.time_slice[:].coordinate_system.tensor_covariant_σ

error of equilibrium.timeslice[:].coordinatesystem.tensor_covariant

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2", "1...3", "1...3"]

equilibrium.time_slice[:].coordinate_system.z

Values of the Height on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].coordinate_system.z_σ

error of equilibrium.timeslice[:].coordinatesystem.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].coordinate_system.grid.dim1", "equilibrium.time_slice[:].coordinate_system.grid.dim2"]

equilibrium.time_slice[:].ggd[:].b_field_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].b_field_r[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].b_field_r[:].coefficients_σ

error of equilibrium.timeslice[:].ggd[:].bfield_r[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].b_field_r[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].b_field_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].b_field_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].b_field_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].b_field_r[:].values_σ

error of equilibrium.timeslice[:].ggd[:].bfield_r[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].b_field_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].b_field_tor[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].b_field_tor[:].coefficients_σ

error of equilibrium.timeslice[:].ggd[:].bfield_tor[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].b_field_tor[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].b_field_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].b_field_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].b_field_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].b_field_tor[:].values_σ

error of equilibrium.timeslice[:].ggd[:].bfield_tor[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].b_field_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].b_field_z[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].b_field_z[:].coefficients_σ

error of equilibrium.timeslice[:].ggd[:].bfield_z[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].b_field_z[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].b_field_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].b_field_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].b_field_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].b_field_z[:].values_σ

error of equilibrium.timeslice[:].ggd[:].bfield_z[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].j_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].j_parallel[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].j_parallel[:].coefficients_σ

error of equilibrium.timeslice[:].ggd[:].jparallel[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].j_parallel[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].j_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].j_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].j_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].j_parallel[:].values_σ

error of equilibrium.timeslice[:].ggd[:].jparallel[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].j_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].j_tor[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].j_tor[:].coefficients_σ

error of equilibrium.timeslice[:].ggd[:].jtor[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].j_tor[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].j_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].j_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].j_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].j_tor[:].values_σ

error of equilibrium.timeslice[:].ggd[:].jtor[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].phi[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].phi[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].phi[:].coefficients_σ

error of equilibrium.time_slice[:].ggd[:].phi[:].coefficients

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].phi[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].phi[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].phi[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].phi[:].values

One scalar value is provided per element in the grid subset.

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].phi[:].values_σ

error of equilibrium.time_slice[:].ggd[:].phi[:].values

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].psi[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].psi[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].psi[:].coefficients_σ

error of equilibrium.time_slice[:].ggd[:].psi[:].coefficients

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].psi[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].psi[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].psi[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].psi[:].values

One scalar value is provided per element in the grid subset.

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].psi[:].values_σ

error of equilibrium.time_slice[:].ggd[:].psi[:].values

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].r[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].r[:].coefficients_σ

error of equilibrium.time_slice[:].ggd[:].r[:].coefficients

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].r[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].r[:].values

One scalar value is provided per element in the grid subset.

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].r[:].values_σ

error of equilibrium.time_slice[:].ggd[:].r[:].values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].theta[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].theta[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].theta[:].coefficients_σ

error of equilibrium.time_slice[:].ggd[:].theta[:].coefficients

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].theta[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].theta[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].theta[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].theta[:].values

One scalar value is provided per element in the grid subset.

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].theta[:].values_σ

error of equilibrium.time_slice[:].ggd[:].theta[:].values

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].z[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].z[:].coefficients_σ

error of equilibrium.time_slice[:].ggd[:].z[:].coefficients

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].ggd[:].z[:].values", "1...N"]

equilibrium.time_slice[:].ggd[:].z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

equilibrium.time_slice[:].ggd[:].z[:].values

One scalar value is provided per element in the grid subset.

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].ggd[:].z[:].values_σ

error of equilibrium.time_slice[:].ggd[:].z[:].values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].global_quantities.area

Area of the LCFS poloidal cross section

  • Units: m^2
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.area_σ

error of equilibrium.timeslice[:].globalquantities.area

  • Units: m^2
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.beta_normal

Normalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA]

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.beta_normal_σ

error of equilibrium.timeslice[:].globalquantities.beta_normal

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.beta_pol

Poloidal beta. Defined as betap = 4 int(p dV) / [R0 * mu0 * Ip^2]

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.beta_pol_σ

error of equilibrium.timeslice[:].globalquantities.beta_pol

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.beta_tor

Toroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.beta_tor_σ

error of equilibrium.timeslice[:].globalquantities.beta_tor

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.current_centre.r

Major radius of the current center, defined as integral over the poloidal cross section of (j_torrdS) / Ip

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.current_centre.r_σ

error of equilibrium.timeslice[:].globalquantities.current_centre.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.current_centre.velocity_z

Vertical velocity of the current center

  • Units: m.s^-1
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.current_centre.velocity_z_σ

error of equilibrium.timeslice[:].globalquantities.currentcentre.velocityz

  • Units: m.s^-1
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.current_centre.z

Height of the current center, defined as integral over the poloidal cross section of (j_torzdS) / Ip

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.current_centre.z_σ

error of equilibrium.timeslice[:].globalquantities.current_centre.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.energy_mhd

Plasma energy content = 3/2 * int(p,dV) with p being the total pressure (thermal + fast particles) [J]. Time-dependent; Scalar

  • Units: J
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.energy_mhd_σ

error of equilibrium.timeslice[:].globalquantities.energy_mhd

  • Units: J
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.ip

Plasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.ip_σ

error of equilibrium.timeslice[:].globalquantities.ip

  • Units: A
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.length_pol

Poloidal length of the magnetic surface

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.length_pol_σ

error of equilibrium.timeslice[:].globalquantities.length_pol

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.li_3

Internal inductance

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.li_3_σ

error of equilibrium.timeslice[:].globalquantities.li_3

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.magnetic_axis.b_field_tor

Total toroidal magnetic field at the magnetic axis

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.magnetic_axis.b_field_tor_σ

error of equilibrium.timeslice[:].globalquantities.magneticaxis.bfield_tor

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.magnetic_axis.r

Major radius of the magnetic axis

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.magnetic_axis.r_σ

error of equilibrium.timeslice[:].globalquantities.magnetic_axis.r

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.magnetic_axis.z

Height of the magnetic axis

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.magnetic_axis.z_σ

error of equilibrium.timeslice[:].globalquantities.magnetic_axis.z

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.plasma_inductance

Plasma inductance 2 Emagnetic/Ip^2, where Emagnetic = 1/2 * int(psi.j_tor.dS) (integral over the plasma poloidal cross-section)

  • Units: H
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.plasma_inductance_σ

error of equilibrium.timeslice[:].globalquantities.plasma_inductance

  • Units: H
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.plasma_resistance

Plasma resistance = int(e_field.j.dV) / Ip^2

  • Units: ohm
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.plasma_resistance_σ

error of equilibrium.timeslice[:].globalquantities.plasma_resistance

  • Units: ohm
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.psi_axis

Poloidal flux at the magnetic axis

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.psi_axis_σ

error of equilibrium.timeslice[:].globalquantities.psi_axis

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.psi_boundary

Poloidal flux at the selected plasma boundary

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.psi_boundary_σ

error of equilibrium.timeslice[:].globalquantities.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.psi_external_average

Average (over the plasma poloidal cross section) plasma poloidal magnetic flux produced by all external circuits (CS and PF coils, eddy currents, VS in-vessel coils), given by the following formula : int(psiexternal.jtor.dS) / Ip

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.psi_external_average_σ

error of equilibrium.timeslice[:].globalquantities.psiexternalaverage

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_95

q at the 95% poloidal flux surface (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_95_σ

error of equilibrium.timeslice[:].globalquantities.q_95

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_axis

q at the magnetic axis

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_axis_σ

error of equilibrium.timeslice[:].globalquantities.q_axis

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.psi

Minimum q position in poloidal flux

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.psi_σ

error of equilibrium.timeslice[:].globalquantities.q_min.psi

  • Units: Wb
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.psi_norm

Minimum q position in normalised poloidal flux

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.psi_norm_σ

error of equilibrium.timeslice[:].globalquantities.qmin.psinorm

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.rho_tor_norm

Minimum q position in normalised toroidal flux coordinate

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.rho_tor_norm_σ

error of equilibrium.timeslice[:].globalquantities.qmin.rhotor_norm

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.value

Minimum q value

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.q_min.value_σ

error of equilibrium.timeslice[:].globalquantities.q_min.value

  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.rho_tor_boundary

Toroidal flux coordinate at the selected plasma boundary

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.rho_tor_boundary_σ

error of equilibrium.timeslice[:].globalquantities.rhotorboundary

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.surface_σ

error of equilibrium.timeslice[:].globalquantities.surface

  • Units: m^2
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.v_external

External voltage, i.e. time derivative of psiexternalaverage (with a minus sign : - dpsiexternalaverage/dtime)

  • Units: V
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.v_external_σ

error of equilibrium.timeslice[:].globalquantities.v_external

  • Units: V
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.b0_σ

error of equilibrium.timeslice[:].globalquantities.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.r0_σ

error of equilibrium.timeslice[:].globalquantities.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.volume

Total plasma volume

  • Units: m^3
  • Data Type: FLT_0D

equilibrium.time_slice[:].global_quantities.volume_σ

error of equilibrium.timeslice[:].globalquantities.volume

  • Units: m^3
  • Data Type: FLT_0D

equilibrium.time_slice[:].profiles_1d.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.area_σ

error of equilibrium.timeslice[:].profiles1d.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.b_field_average

Flux surface averaged modulus of B (always positive, irrespective of the sign convention for the B-field direction).

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.b_field_average_σ

error of equilibrium.timeslice[:].profiles1d.bfieldaverage

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.b_field_max

Maximum(modulus(B)) on the flux surface (always positive, irrespective of the sign convention for the B-field direction)

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.b_field_max_σ

error of equilibrium.timeslice[:].profiles1d.bfieldmax

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.b_field_min

Minimum(modulus(B)) on the flux surface (always positive, irrespective of the sign convention for the B-field direction)

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.b_field_min_σ

error of equilibrium.timeslice[:].profiles1d.bfieldmin

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.beta_pol

Poloidal beta profile. Defined as betap = 4 int(p dV) / [R0 * mu0 * Ip^2]

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.beta_pol_σ

error of equilibrium.timeslice[:].profiles1d.beta_pol

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.darea_dpsi

Radial derivative of the cross-sectional area of the flux surface with respect to psi

  • Units: m^2.Wb^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.darea_dpsi_σ

error of equilibrium.timeslice[:].profiles1d.darea_dpsi

  • Units: m^2.Wb^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.darea_drho_tor

Radial derivative of the cross-sectional area of the flux surface with respect to rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.darea_drho_tor_σ

error of equilibrium.timeslice[:].profiles1d.dareadrhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dpressure_dpsi

Derivative of pressure w.r.t. psi

  • Units: Pa.Wb^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dpressure_dpsi_σ

error of equilibrium.timeslice[:].profiles1d.dpressure_dpsi

  • Units: Pa.Wb^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dpsi_drho_tor

Derivative of Psi with respect to Rho_Tor

  • Units: Wb/m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dpsi_drho_tor_σ

error of equilibrium.timeslice[:].profiles1d.dpsidrhotor

  • Units: Wb/m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dvolume_dpsi

Radial derivative of the volume enclosed in the flux surface with respect to Psi

  • Units: m^3.Wb^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dvolume_dpsi_σ

error of equilibrium.timeslice[:].profiles1d.dvolume_dpsi

  • Units: m^3.Wb^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dvolume_drho_tor

Radial derivative of the volume enclosed in the flux surface with respect to Rho_Tor

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.dvolume_drho_tor_σ

error of equilibrium.timeslice[:].profiles1d.dvolumedrhotor

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.elongation

Elongation

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.elongation_σ

error of equilibrium.timeslice[:].profiles1d.elongation

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.f

Diamagnetic function (F=R B_Phi)

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.f_σ

error of equilibrium.timeslice[:].profiles1d.f

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.f_df_dpsi

Derivative of F w.r.t. Psi, multiplied with F

  • Units: T^2.m^2/Wb
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.f_df_dpsi_σ

error of equilibrium.timeslice[:].profiles1d.fdfdpsi

  • Units: T^2.m^2/Wb
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.fsa_bp

Flux surface averaged Bp

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.fsa_bp_σ

error of equilibrium.timeslice[:].profiles1d.fsa_bp

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.geometric_axis.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.geometric_axis.r_σ

error of equilibrium.timeslice[:].profiles1d.geometric_axis.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.geometric_axis.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.geometric_axis.z_σ

error of equilibrium.timeslice[:].profiles1d.geometric_axis.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm1

Flux surface averaged 1/R^2

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm1_σ

error of equilibrium.timeslice[:].profiles1d.gm1

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm10

Flux surface averaged R^2

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm10_σ

error of equilibrium.timeslice[:].profiles1d.gm10

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm2

Flux surface averaged |gradrhotor|^2/R^2

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm2_σ

error of equilibrium.timeslice[:].profiles1d.gm2

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm3

Flux surface averaged |gradrhotor|^2

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm3_σ

error of equilibrium.timeslice[:].profiles1d.gm3

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm4

Flux surface averaged 1/B^2

  • Units: T^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm4_σ

error of equilibrium.timeslice[:].profiles1d.gm4

  • Units: T^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm5

Flux surface averaged B^2

  • Units: T^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm5_σ

error of equilibrium.timeslice[:].profiles1d.gm5

  • Units: T^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm6

Flux surface averaged |gradrhotor|^2/B^2

  • Units: T^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm6_σ

error of equilibrium.timeslice[:].profiles1d.gm6

  • Units: T^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm7

Flux surface averaged |gradrhotor|

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm7_σ

error of equilibrium.timeslice[:].profiles1d.gm7

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm8

Flux surface averaged R

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm8_σ

error of equilibrium.timeslice[:].profiles1d.gm8

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm9

Flux surface averaged 1/R

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.gm9_σ

error of equilibrium.timeslice[:].profiles1d.gm9

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.j_parallel

Flux surface averaged approximation to parallel current density = average(j.B) / B0, where B0 = /vacuumtoroidalfield/b0

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.j_parallel_σ

error of equilibrium.timeslice[:].profiles1d.j_parallel

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.j_tor

Flux surface averaged toroidal current density = average(j_tor/R) / average(1/R)

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.j_tor_σ

error of equilibrium.timeslice[:].profiles1d.j_tor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.magnetic_shear

Magnetic shear, defined as rhotor/q . dq/drhotor

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.magnetic_shear_σ

error of equilibrium.timeslice[:].profiles1d.magnetic_shear

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.mass_density

Mass density

  • Units: kg.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.mass_density_σ

error of equilibrium.timeslice[:].profiles1d.mass_density

  • Units: kg.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.phi

Toroidal flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.phi_σ

error of equilibrium.timeslice[:].profiles1d.phi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.pressure_σ

error of equilibrium.timeslice[:].profiles1d.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.psi

Poloidal flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].profiles_1d.psi_σ

error of equilibrium.timeslice[:].profiles1d.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].profiles_1d.psi_norm

Normalised poloidal flux coordinate

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.psi_norm_σ

error of equilibrium.timeslice[:].profiles1d.psi_norm

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.q

Safety factor (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.q_σ

error of equilibrium.timeslice[:].profiles1d.q

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.r_inboard

Radial coordinate (major radius) on the inboard side of the magnetic axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.r_inboard_σ

error of equilibrium.timeslice[:].profiles1d.r_inboard

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.r_outboard

Radial coordinate (major radius) on the outboard side of the magnetic axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.r_outboard_σ

error of equilibrium.timeslice[:].profiles1d.r_outboard

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.rho_tor

Toroidal flux coordinate = sqrt(phi/(pi*b0)), where the toroidal flux, phi, corresponds to timeslice/profiles1d/phi, the toroidal magnetic field, b0, corresponds to vacuumtoroidalfield/b0 and pi can be found in the IMAS constants

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.rho_tor_σ

error of equilibrium.timeslice[:].profiles1d.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.rho_tor_norm_σ

error of equilibrium.timeslice[:].profiles1d.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.rho_volume_norm

Normalised square root of enclosed volume (radial coordinate). The normalizing value is the enclosed volume at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.rho_volume_norm_σ

error of equilibrium.timeslice[:].profiles1d.rhovolumenorm

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_lower_inner

Lower inner squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_lower_inner_σ

error of equilibrium.timeslice[:].profiles1d.squarenesslowerinner

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_lower_outer

Lower outer squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_lower_outer_σ

error of equilibrium.timeslice[:].profiles1d.squarenesslowerouter

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_upper_inner

Upper inner squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_upper_inner_σ

error of equilibrium.timeslice[:].profiles1d.squarenessupperinner

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_upper_outer

Upper outer squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.squareness_upper_outer_σ

error of equilibrium.timeslice[:].profiles1d.squarenessupperouter

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.surface_σ

error of equilibrium.timeslice[:].profiles1d.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.trapped_fraction

Trapped particle fraction

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.trapped_fraction_σ

error of equilibrium.timeslice[:].profiles1d.trapped_fraction

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.triangularity_lower

Lower triangularity w.r.t. magnetic axis

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.triangularity_lower_σ

error of equilibrium.timeslice[:].profiles1d.triangularity_lower

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.triangularity_upper

Upper triangularity w.r.t. magnetic axis

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.triangularity_upper_σ

error of equilibrium.timeslice[:].profiles1d.triangularity_upper

  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.volume

Volume enclosed in the flux surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_1d.volume_σ

error of equilibrium.timeslice[:].profiles1d.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time_slice[:].profiles_1d.psi"]

equilibrium.time_slice[:].profiles_2d[:].b_field_r

R component of the poloidal magnetic field

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].b_field_r_σ

error of equilibrium.timeslice[:].profiles2d[:].bfieldr

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].b_field_tor

Toroidal component of the magnetic field

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].b_field_tor_σ

error of equilibrium.timeslice[:].profiles2d[:].bfieldtor

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].b_field_z

Z component of the poloidal magnetic field

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].b_field_z_σ

error of equilibrium.timeslice[:].profiles2d[:].bfieldz

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].profiles_2d[:].grid.dim1_σ

error of equilibrium.timeslice[:].profiles2d[:].grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].profiles_2d[:].grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].profiles_2d[:].grid.dim2_σ

error of equilibrium.timeslice[:].profiles2d[:].grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

equilibrium.time_slice[:].profiles_2d[:].grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].grid.volume_element_σ

error of equilibrium.timeslice[:].profiles2d[:].grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].grid_type.description

Verbose description

  • Data Type: STR_0D

equilibrium.time_slice[:].profiles_2d[:].grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.time_slice[:].profiles_2d[:].grid_type.name

Short string identifier

  • Data Type: STR_0D

equilibrium.time_slice[:].profiles_2d[:].j_parallel

Defined as (j.B)/B0 where j and B are the current density and magnetic field vectors and B0 is the (signed) vacuum toroidal magnetic field strength at the geometric reference point (R0,Z0). It is formally not the component of the plasma current density parallel to the magnetic field

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].j_parallel_σ

error of equilibrium.timeslice[:].profiles2d[:].j_parallel

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].j_tor

Toroidal plasma current density

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].j_tor_σ

error of equilibrium.timeslice[:].profiles2d[:].j_tor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].phi

Toroidal flux

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].phi_σ

error of equilibrium.timeslice[:].profiles2d[:].phi

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].psi

Values of the poloidal flux at the grid in the poloidal plane

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].psi_σ

error of equilibrium.timeslice[:].profiles2d[:].psi

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].r

Values of the major radius on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].r_σ

error of equilibrium.timeslice[:].profiles2d[:].r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].theta

Values of the poloidal angle on the grid

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].theta_σ

error of equilibrium.timeslice[:].profiles2d[:].theta

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].type.description

Verbose description

  • Data Type: STR_0D

equilibrium.time_slice[:].profiles_2d[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

equilibrium.time_slice[:].profiles_2d[:].type.name

Short string identifier

  • Data Type: STR_0D

equilibrium.time_slice[:].profiles_2d[:].z

Values of the Height on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].profiles_2d[:].z_σ

error of equilibrium.timeslice[:].profiles2d[:].z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["equilibrium.time_slice[:].profiles_2d[:].grid.dim1", "equilibrium.time_slice[:].profiles_2d[:].grid.dim2"]

equilibrium.time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

equilibrium.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time"]

equilibrium.vacuum_toroidal_field.b0_σ

error of equilibrium.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["equilibrium.time"]

equilibrium.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

equilibrium.vacuum_toroidal_field.r0_σ

error of equilibrium.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

ferritic.code.commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.code.library[:].name

Name of software

  • Data Type: STR_0D

ferritic.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ferritic.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

ferritic.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.code.name

Name of software generating IDS

  • Data Type: STR_0D

ferritic.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["ferritic.time"]

ferritic.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ferritic.code.repository

URL of software repository

  • Data Type: STR_0D

ferritic.code.version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.grid_ggd.grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element"]

ferritic.grid_ggd.grid_subset[:].base[:].jacobian_σ

error of ferritic.gridggd.gridsubset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element"]

ferritic.grid_ggd.grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].base[:].tensor_contravariant_σ

error of ferritic.gridggd.gridsubset[:].base[:].tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].base[:].tensor_covariant_σ

error of ferritic.gridggd.gridsubset[:].base[:].tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].dimension

Space dimension of the grid subset elements. This must be equal to the sum of the dimensions of the individual objects forming the element.

  • Data Type: INT_0D

ferritic.grid_ggd.grid_subset[:].element[:].object[:].dimension

Dimension of the object

  • Data Type: INT_0D

ferritic.grid_ggd.grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

ferritic.grid_ggd.grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

ferritic.grid_ggd.grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

ferritic.grid_ggd.grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ferritic.grid_ggd.grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

ferritic.grid_ggd.grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element"]

ferritic.grid_ggd.grid_subset[:].metric.jacobian_σ

error of ferritic.gridggd.gridsubset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element"]

ferritic.grid_ggd.grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].metric.tensor_contravariant_σ

error of ferritic.gridggd.gridsubset[:].metric.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.grid_subset[:].metric.tensor_covariant_σ

error of ferritic.gridggd.gridsubset[:].metric.tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["ferritic.grid_ggd.grid_subset[:].element", "1...N", "1...N"]

ferritic.grid_ggd.identifier.description

Verbose description

  • Data Type: STR_0D

ferritic.grid_ggd.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ferritic.grid_ggd.identifier.name

Short string identifier

  • Data Type: STR_0D

ferritic.grid_ggd.path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

ferritic.grid_ggd.space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ferritic.grid_ggd.space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].identifier.description

Verbose description

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ferritic.grid_ggd.space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object may have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object. Its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry_σ

error of ferritic.gridggd.space[:].objectsper_dimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of ferritic.gridggd.space[:].objectsperdimension[:].object[:].geometry2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].measure_σ

error of ferritic.gridggd.space[:].objectsper_dimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

ferritic.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

ferritic.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

ferritic.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

ferritic.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

ferritic.ids_properties.occurrence

N/A

  • Data Type: INT_0D

ferritic.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

ferritic.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ferritic.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

ferritic.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

ferritic.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ferritic.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

ferritic.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

ferritic.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

ferritic.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

ferritic.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

ferritic.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

ferritic.object[:].axisymmetric[:].annulus.r

Centre major radius

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.r_σ

error of ferritic.object[:].axisymmetric[:].annulus.r

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.radius_inner

Inner radius

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.radius_inner_σ

error of ferritic.object[:].axisymmetric[:].annulus.radius_inner

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.radius_outer

Outer radius

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.radius_outer_σ

error of ferritic.object[:].axisymmetric[:].annulus.radius_outer

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.z

Centre height

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].annulus.z_σ

error of ferritic.object[:].axisymmetric[:].annulus.z

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].arcs_of_circle.curvature_radii

Curvature radius of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].axisymmetric[:].arcs_of_circle.r"]

ferritic.object[:].axisymmetric[:].arcs_of_circle.curvature_radii_σ

error of ferritic.object[:].axisymmetric[:].arcsofcircle.curvature_radii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].axisymmetric[:].arcs_of_circle.r"]

ferritic.object[:].axisymmetric[:].arcs_of_circle.r

Major radii of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.object[:].axisymmetric[:].arcs_of_circle.r_σ

error of ferritic.object[:].axisymmetric[:].arcsofcircle.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.object[:].axisymmetric[:].arcs_of_circle.z

Height of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].axisymmetric[:].arcs_of_circle.r"]

ferritic.object[:].axisymmetric[:].arcs_of_circle.z_σ

error of ferritic.object[:].axisymmetric[:].arcsofcircle.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].axisymmetric[:].arcs_of_circle.r"]

ferritic.object[:].axisymmetric[:].geometry_type

Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line')

  • Data Type: INT_0D

ferritic.object[:].axisymmetric[:].oblique.alpha

Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).

  • Units: rad
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.alpha_σ

error of ferritic.object[:].axisymmetric[:].oblique.alpha

  • Units: rad
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.beta

Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.

  • Units: rad
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.beta_σ

error of ferritic.object[:].axisymmetric[:].oblique.beta

  • Units: rad
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.length_alpha

Length of the parallelogram side inclined with angle alpha with respect to the major radius axis

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.length_alpha_σ

error of ferritic.object[:].axisymmetric[:].oblique.length_alpha

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.length_beta

Length of the parallelogram side inclined with angle beta with respect to the height axis

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.length_beta_σ

error of ferritic.object[:].axisymmetric[:].oblique.length_beta

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.r

Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.r_σ

error of ferritic.object[:].axisymmetric[:].oblique.r

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.z

Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].oblique.z_σ

error of ferritic.object[:].axisymmetric[:].oblique.z

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.object[:].axisymmetric[:].outline.r_σ

error of ferritic.object[:].axisymmetric[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.object[:].axisymmetric[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].axisymmetric[:].outline.r"]

ferritic.object[:].axisymmetric[:].outline.z_σ

error of ferritic.object[:].axisymmetric[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].axisymmetric[:].outline.r"]

ferritic.object[:].axisymmetric[:].rectangle.height

Vertical full height

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.height_σ

error of ferritic.object[:].axisymmetric[:].rectangle.height

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.r

Geometric centre R

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.r_σ

error of ferritic.object[:].axisymmetric[:].rectangle.r

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.width

Horizontal full width

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.width_σ

error of ferritic.object[:].axisymmetric[:].rectangle.width

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.z

Geometric centre Z

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].rectangle.z_σ

error of ferritic.object[:].axisymmetric[:].rectangle.z

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.first_point.r_σ

error of ferritic.object[:].axisymmetric[:].thickline.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.first_point.z_σ

error of ferritic.object[:].axisymmetric[:].thickline.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.second_point.r_σ

error of ferritic.object[:].axisymmetric[:].thickline.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.second_point.z_σ

error of ferritic.object[:].axisymmetric[:].thickline.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.thickness

Thickness

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].axisymmetric[:].thick_line.thickness_σ

error of ferritic.object[:].axisymmetric[:].thick_line.thickness

  • Units: m
  • Data Type: FLT_0D

ferritic.object[:].centroid.x

List of X coordinates

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.object[:].centroid.x_σ

error of ferritic.object[:].centroid.x

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.object[:].centroid.y

List of Y coordinates

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].centroid.y_σ

error of ferritic.object[:].centroid.y

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].centroid.z

List of Z coordinates

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].centroid.z_σ

error of ferritic.object[:].centroid.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].ggd_object_index

Index of GGD volumic object corresponding to each element. Refers to the array /gridggd/space(1)/objectsper_dimension(4)/object

  • Data Type: INT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].permeability_table_index

Index of permeability table to be used for each element. If not allocated or if an element is equal to EMPTYINT, use the sibling saturated relative permeability instead ../relativepermeability, for that element

  • Data Type: INT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].saturated_relative_permeability

Saturated relative magnetic permeability of each element

  • Units: H.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].saturated_relative_permeability_σ

error of ferritic.object[:].saturatedrelativepermeability

  • Units: H.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].b_field_r

R component of the magnetic field at each centroid

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].b_field_r_σ

error of ferritic.object[:].timeslice[:].bfield_r

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].b_field_tor

Toroidal component of the magnetic field at each centroid

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].b_field_tor_σ

error of ferritic.object[:].timeslice[:].bfield_tor

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].b_field_z

Z component of the magnetic field at each centroid

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].b_field_z_σ

error of ferritic.object[:].timeslice[:].bfield_z

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].magnetic_moment_r

R component of the magnetic moment of each element

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].magnetic_moment_r_σ

error of ferritic.object[:].timeslice[:].magneticmoment_r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].magnetic_moment_tor

Toroidal component of the magnetic moment of each element

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].magnetic_moment_tor_σ

error of ferritic.object[:].timeslice[:].magneticmoment_tor

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].magnetic_moment_z

Z component of the magnetic moment of each element

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].magnetic_moment_z_σ

error of ferritic.object[:].timeslice[:].magneticmoment_z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

ferritic.object[:].volume

Volume of each element of this object

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.object[:].volume_σ

error of ferritic.object[:].volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["ferritic.object[:].centroid.x"]

ferritic.permeability_table[:].b_field

Array of magnetic field values, for each of which the relative permeability is given

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.permeability_table[:].b_field_σ

error of ferritic.permeabilitytable[:].bfield

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ferritic.permeability_table[:].description

Description of this table

  • Data Type: STR_0D

ferritic.permeability_table[:].name

Name of this table

  • Data Type: STR_0D

ferritic.permeability_table[:].relative_permeability

Relative permeability as a function of the magnetic field

  • Data Type: FLT_1D
  • Coordinates: ["ferritic.permeability_table[:].b_field"]

ferritic.permeability_table[:].relative_permeability_σ

error of ferritic.permeabilitytable[:].relativepermeability

  • Data Type: FLT_1D
  • Coordinates: ["ferritic.permeability_table[:].b_field"]

ferritic.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

focs.b_field_z.data

Data

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "focs.b_field_z.time"]

focs.b_field_z.data_σ

error of focs.bfieldz.data

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "focs.b_field_z.time"]

focs.b_field_z.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

focs.b_field_z.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

focs.b_field_z.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["focs.b_field_z.time"]

focs.code.commit

Unique commit reference of software

  • Data Type: STR_0D

focs.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

focs.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.code.library[:].name

Name of software

  • Data Type: STR_0D

focs.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

focs.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

focs.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

focs.code.name

Name of software generating IDS

  • Data Type: STR_0D

focs.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["focs.time"]

focs.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

focs.code.repository

URL of software repository

  • Data Type: STR_0D

focs.code.version

Unique version (tag) of software

  • Data Type: STR_0D

focs.current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["focs.current.time"]

focs.current.data_σ

error of focs.current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["focs.current.time"]

focs.current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

focs.current.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

focs.current.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["focs.current.time"]

focs.fibre_length

Spun fibre length on the vacuum vessel

  • Units: m
  • Data Type: FLT_0D

focs.fibre_length_σ

error of focs.fibre_length

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.beat_length

Linear beat length

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.beat_length_σ

error of focs.fibreproperties.beatlength

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.id

ID of the fibre, e.g. commercial reference

  • Data Type: STR_0D

focs.fibre_properties.spun

Spun period

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.spun_σ

error of focs.fibre_properties.spun

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.spun_initial_azimuth

Spun fibre initial azimuth

  • Units: rad
  • Data Type: FLT_0D

focs.fibre_properties.spun_initial_azimuth_σ

error of focs.fibreproperties.spuninitial_azimuth

  • Units: rad
  • Data Type: FLT_0D

focs.fibre_properties.twist

Twist period

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.twist_σ

error of focs.fibre_properties.twist

  • Units: m
  • Data Type: FLT_0D

focs.fibre_properties.verdet_constant

Verdet constant

  • Units: rad.T^-1.m^-1
  • Data Type: FLT_0D

focs.fibre_properties.verdet_constant_σ

error of focs.fibreproperties.verdetconstant

  • Units: rad.T^-1.m^-1
  • Data Type: FLT_0D

focs.id

ID of the FOCS

  • Data Type: STR_0D

focs.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

focs.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

focs.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

focs.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

focs.ids_properties.occurrence

N/A

  • Data Type: INT_0D

focs.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

focs.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

focs.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

focs.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

focs.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

focs.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

focs.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

focs.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

focs.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

focs.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

focs.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

focs.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

focs.latency_σ

error of focs.latency

  • Units: s
  • Data Type: FLT_0D

focs.name

Name of the FOCS

  • Data Type: STR_0D

focs.outline.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["focs.outline.r"]

focs.outline.phi_σ

error of focs.outline.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["focs.outline.r"]

focs.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

focs.outline.r_σ

error of focs.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

focs.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["focs.outline.r"]

focs.outline.z_σ

error of focs.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["focs.outline.r"]

focs.stokes_initial.s0

S0 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_initial.s0_σ

error of focs.stokes_initial.s0

  • Data Type: FLT_0D

focs.stokes_initial.s1

S1 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_initial.s1_σ

error of focs.stokes_initial.s1

  • Data Type: FLT_0D

focs.stokes_initial.s2

S2 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_initial.s2_σ

error of focs.stokes_initial.s2

  • Data Type: FLT_0D

focs.stokes_initial.s3

S3 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_initial.s3_σ

error of focs.stokes_initial.s3

  • Data Type: FLT_0D

focs.stokes_output[:].s0

S0 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_output[:].s0_σ

error of focs.stokes_output[:].s0

  • Data Type: FLT_0D

focs.stokes_output[:].s1

S1 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_output[:].s1_σ

error of focs.stokes_output[:].s1

  • Data Type: FLT_0D

focs.stokes_output[:].s2

S2 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_output[:].s2_σ

error of focs.stokes_output[:].s2

  • Data Type: FLT_0D

focs.stokes_output[:].s3

S3 component of the unit Stokes vector

  • Data Type: FLT_0D

focs.stokes_output[:].s3_σ

error of focs.stokes_output[:].s3

  • Data Type: FLT_0D

focs.stokes_output[:].time

Time

  • Units: s
  • Data Type: FLT_0D

focs.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.code.commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.code.library[:].name

Name of software

  • Data Type: STR_0D

gas_injection.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_injection.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

gas_injection.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.code.name

Name of software generating IDS

  • Data Type: STR_0D

gas_injection.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["gas_injection.time"]

gas_injection.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_injection.code.repository

URL of software repository

  • Data Type: STR_0D

gas_injection.code.version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

gas_injection.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

gas_injection.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

gas_injection.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

gas_injection.ids_properties.occurrence

N/A

  • Data Type: INT_0D

gas_injection.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

gas_injection.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

gas_injection.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

gas_injection.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_injection.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

gas_injection.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

gas_injection.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

gas_injection.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

gas_injection.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

gas_injection.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

gas_injection.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

gas_injection.latency_σ

error of gas_injection.latency

  • Units: s
  • Data Type: FLT_0D

gas_injection.pipe[:].exit_position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

gas_injection.pipe[:].exit_position.phi_σ

error of gasinjection.pipe[:].exitposition.phi

  • Units: rad
  • Data Type: FLT_0D

gas_injection.pipe[:].exit_position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].exit_position.r_σ

error of gasinjection.pipe[:].exitposition.r

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].exit_position.z

Height

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].exit_position.z_σ

error of gasinjection.pipe[:].exitposition.z

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].flow_rate.data

Data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.pipe[:].flow_rate.time"]

gas_injection.pipe[:].flow_rate.data_σ

error of gasinjection.pipe[:].flowrate.data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.pipe[:].flow_rate.time"]

gas_injection.pipe[:].flow_rate.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.pipe[:].identifier

ID of the injection pipe

  • Data Type: STR_0D

gas_injection.pipe[:].length

Pipe length

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].length_σ

error of gas_injection.pipe[:].length

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].name

Name of the injection pipe

  • Data Type: STR_0D

gas_injection.pipe[:].second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

gas_injection.pipe[:].second_point.phi_σ

error of gasinjection.pipe[:].secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

gas_injection.pipe[:].second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].second_point.r_σ

error of gasinjection.pipe[:].secondpoint.r

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].second_point.z_σ

error of gasinjection.pipe[:].secondpoint.z

  • Units: m
  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].element[:].a_σ

error of gas_injection.pipe[:].species[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

gas_injection.pipe[:].species[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].element[:].z_n_σ

error of gasinjection.pipe[:].species[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].fraction

Relative fraction of this species (in molecules) in the gas mixture

  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].fraction_σ

error of gas_injection.pipe[:].species[:].fraction

  • Data Type: FLT_0D

gas_injection.pipe[:].species[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

gas_injection.pipe[:].valve_indices

Indices (from the ../../valve array of structure) of the valve(s) that are feeding this pipe

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

gas_injection.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.valve[:].electron_rate.data

Data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].electron_rate.time"]

gas_injection.valve[:].electron_rate.data_σ

error of gasinjection.valve[:].electronrate.data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].electron_rate.time"]

gas_injection.valve[:].electron_rate.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.valve[:].flow_rate.data

Data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].flow_rate.time"]

gas_injection.valve[:].flow_rate.data_σ

error of gasinjection.valve[:].flowrate.data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].flow_rate.time"]

gas_injection.valve[:].flow_rate.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.valve[:].flow_rate_max

Maximum flow rate of the valve

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_0D

gas_injection.valve[:].flow_rate_max_σ

error of gasinjection.valve[:].flowrate_max

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_0D

gas_injection.valve[:].flow_rate_min

Minimum flow rate of the valve

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_0D

gas_injection.valve[:].flow_rate_min_σ

error of gasinjection.valve[:].flowrate_min

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_0D

gas_injection.valve[:].identifier

ID of the valve

  • Data Type: STR_0D

gas_injection.valve[:].name

Name of the valve

  • Data Type: STR_0D

gas_injection.valve[:].pipe_indices

Indices (from the ../../pipe array of structure) of the pipe(s) that are fed by this valve

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

gas_injection.valve[:].response_curve.flow_rate

Flow rate at the exit of the valve

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].response_curve.voltage"]

gas_injection.valve[:].response_curve.flow_rate_σ

error of gasinjection.valve[:].responsecurve.flow_rate

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].response_curve.voltage"]

gas_injection.valve[:].response_curve.voltage

Voltage applied to open the valve

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.valve[:].response_curve.voltage_σ

error of gasinjection.valve[:].responsecurve.voltage

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_injection.valve[:].species[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

gas_injection.valve[:].species[:].element[:].a_σ

error of gas_injection.valve[:].species[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

gas_injection.valve[:].species[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

gas_injection.valve[:].species[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

gas_injection.valve[:].species[:].element[:].z_n_σ

error of gasinjection.valve[:].species[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

gas_injection.valve[:].species[:].fraction

Relative fraction of this species (in molecules) in the gas mixture

  • Data Type: FLT_0D

gas_injection.valve[:].species[:].fraction_σ

error of gas_injection.valve[:].species[:].fraction

  • Data Type: FLT_0D

gas_injection.valve[:].species[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

gas_injection.valve[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].voltage.time"]

gas_injection.valve[:].voltage.data_σ

error of gas_injection.valve[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["gas_injection.valve[:].voltage.time"]

gas_injection.valve[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_pumping.code.commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.code.library[:].name

Name of software

  • Data Type: STR_0D

gas_pumping.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_pumping.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.code.name

Name of software generating IDS

  • Data Type: STR_0D

gas_pumping.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["gas_pumping.time"]

gas_pumping.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_pumping.code.repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.code.version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.duct[:].flow_rate.data

Data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_pumping.duct[:].flow_rate.time"]

gas_pumping.duct[:].flow_rate.data_σ

error of gaspumping.duct[:].flowrate.data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_pumping.duct[:].flow_rate.time"]

gas_pumping.duct[:].flow_rate.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_pumping.duct[:].identifier

ID of the pumping duct

  • Data Type: STR_0D

gas_pumping.duct[:].name

Name of the pumping duct

  • Data Type: STR_0D

gas_pumping.duct[:].species[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

gas_pumping.duct[:].species[:].element[:].a_σ

error of gas_pumping.duct[:].species[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

gas_pumping.duct[:].species[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

gas_pumping.duct[:].species[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

gas_pumping.duct[:].species[:].element[:].z_n_σ

error of gaspumping.duct[:].species[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

gas_pumping.duct[:].species[:].flow_rate.data

Data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_pumping.duct[:].species[:].flow_rate.time"]

gas_pumping.duct[:].species[:].flow_rate.data_σ

error of gaspumping.duct[:].species[:].flowrate.data

  • Units: Pa.m^3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["gas_pumping.duct[:].species[:].flow_rate.time"]

gas_pumping.duct[:].species[:].flow_rate.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gas_pumping.duct[:].species[:].label

String identifying the neutral molecule (e.g. H2, D2, T2, N2, ...)

  • Data Type: STR_0D

gas_pumping.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

gas_pumping.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

gas_pumping.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

gas_pumping.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

gas_pumping.ids_properties.occurrence

N/A

  • Data Type: INT_0D

gas_pumping.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

gas_pumping.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

gas_pumping.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

gas_pumping.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gas_pumping.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

gas_pumping.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

gas_pumping.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

gas_pumping.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

gas_pumping.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

gas_pumping.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

gas_pumping.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.code.commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.code.library[:].name

Name of software

  • Data Type: STR_0D

gyrokinetics_local.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.code.name

Name of software generating IDS

  • Data Type: STR_0D

gyrokinetics_local.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["gyrokinetics_local.time"]

gyrokinetics_local.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.code.repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.code.version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.collisions.collisionality_norm

Normalised collisionality between two species

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.species"]

gyrokinetics_local.collisions.collisionality_norm_σ

error of gyrokineticslocal.collisions.collisionalitynorm

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.species"]

gyrokinetics_local.flux_surface.b_field_tor_sign

Sign of the toroidal magnetic field

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.b_field_tor_sign_σ

error of gyrokineticslocal.fluxsurface.bfieldtor_sign

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.dc_dr_minor_norm

Derivative of the 'c' shape coefficients with respect to rminornorm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.flux_surface.shape_coefficients_c"]

gyrokinetics_local.flux_surface.dc_dr_minor_norm_σ

error of gyrokineticslocal.fluxsurface.dcdrminor_norm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.flux_surface.shape_coefficients_c"]

gyrokinetics_local.flux_surface.delongation_dr_minor_norm

Derivative of the elongation with respect to rminornorm

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.delongation_dr_minor_norm_σ

error of gyrokineticslocal.fluxsurface.delongationdrminor_norm

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.dgeometric_axis_r_dr_minor

Derivative of the major radius of the surface geometric axis with respect to r_minor

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.dgeometric_axis_r_dr_minor_σ

error of gyrokineticslocal.fluxsurface.dgeometricaxisrdrminor

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.dgeometric_axis_z_dr_minor

Derivative of the height of the surface geometric axis with respect to r_minor

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.dgeometric_axis_z_dr_minor_σ

error of gyrokineticslocal.fluxsurface.dgeometricaxiszdrminor

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.ds_dr_minor_norm

Derivative of the 's' shape coefficients with respect to rminornorm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.flux_surface.shape_coefficients_s"]

gyrokinetics_local.flux_surface.ds_dr_minor_norm_σ

error of gyrokineticslocal.fluxsurface.dsdrminor_norm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.flux_surface.shape_coefficients_s"]

gyrokinetics_local.flux_surface.elongation

Elongation

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.elongation_σ

error of gyrokineticslocal.fluxsurface.elongation

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.ip_sign

Sign of the plasma current

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.ip_sign_σ

error of gyrokineticslocal.fluxsurface.ip_sign

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.magnetic_shear_r_minor

Magnetic shear, defined as rminornorm/q . dq/drminornorm (different definition from the equilibrium IDS)

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.magnetic_shear_r_minor_σ

error of gyrokineticslocal.fluxsurface.magneticshearr_minor

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.pressure_gradient_norm

Normalised pressure gradient (derivative with respect to rminornorm)

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.pressure_gradient_norm_σ

error of gyrokineticslocal.fluxsurface.pressuregradientnorm

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.q

Safety factor

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.q_σ

error of gyrokineticslocal.fluxsurface.q

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.r_minor_norm

Normalised minor radius of the flux surface of interest = 1/2 * (max(R) - min(R))/L_ref

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.r_minor_norm_σ

error of gyrokineticslocal.fluxsurface.rminornorm

  • Data Type: FLT_0D

gyrokinetics_local.flux_surface.shape_coefficients_c

'c' coefficients in the formula defining the shape of the flux surface

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.flux_surface.shape_coefficients_c_σ

error of gyrokineticslocal.fluxsurface.shapecoefficientsc

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.flux_surface.shape_coefficients_s

's' coefficients in the formula defining the shape of the flux surface

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.flux_surface.shape_coefficients_s_σ

error of gyrokineticslocal.fluxsurface.shapecoefficientss

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

gyrokinetics_local.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.occurrence

N/A

  • Data Type: INT_0D

gyrokinetics_local.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

gyrokinetics_local.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

gyrokinetics_local.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

gyrokinetics_local.linear.wavevector[:].binormal_wavevector_norm

Normalised binormal component of the wavevector

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].binormal_wavevector_norm_σ

error of gyrokineticslocal.linear.wavevector[:].binormalwavevector_norm

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol

Poloidal angle grid. The angle is defined with respect to (R0,Z0) with R0=(Rmax-Rmin)/2 and Z0=(Zmax-Zmin)/2. It is increasing clockwise. So (r,theta,phi) is right-handed. theta=0 for Z=Z0 and R>R0 (LFS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].anglepol

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_norm

Normalised perturbed parallel vector potential

  • Data Type: CPX_2D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_parity

Parity of the perturbed parallel vector potential with respect to theta = 0 (poloidal angle)

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_parity_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.afieldparallelperturbed_parity

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_weight

Amplitude of the perturbed parallel vector potential normalised to the sum of amplitudes of all perturbed fields

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_weight_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.afieldparallelperturbed_weight

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_norm

Normalised perturbed parallel magnetic field

  • Data Type: CPX_2D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_parity

Parity of the perturbed parallel magnetic field with respect to theta = 0 (poloidal angle)

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_parity_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.bfieldparallelperturbed_parity

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_weight

Amplitude of the perturbed parallel magnetic field normalised to the sum of amplitudes of all perturbed fields

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_weight_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.bfieldparallelperturbed_weight

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_norm

Normalised perturbed electrostatic potential

  • Data Type: CPX_2D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_parity

Parity of the perturbed electrostatic potential with respect to theta = 0 (poloidal angle)

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_parity_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.phipotentialperturbedparity

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_weight

Amplitude of the perturbed electrostatic potential normalised to the sum of amplitudes of all perturbed fields

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_weight_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.phipotentialperturbedweight

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].frequency_norm

Frequency

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].frequency_norm_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].frequencynorm

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_norm

Growth rate

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_norm_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].growthrate_norm

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_tolerance

Relative tolerance on the growth rate (convergence of the simulation)

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_tolerance_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].growthrate_tolerance

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].initial_value_run

Flag = 1 if this is an initial value run, 0 for an eigenvalue run

  • Data Type: INT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.energyafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.energybfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.energyphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorparallelafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorparallelbfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorparallelphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorperpendicularafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorperpendicularbfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorperpendicularphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.particlesafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.particlesbfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.particlesphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.energyafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.energybfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.energyphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorparallelafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorparallelbfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorparallelphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorperpendicularafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorperpendicularbfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorperpendicularphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.particlesafield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.particlesbfield_parallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.particlesphipotential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.density

Normalised density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.heat_flux_parallel

Normalised parallel heat flux (integral of 0.5 * m * v_par * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.j_parallel

Normalised parallel current density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.pressure_parallel

Normalised parallel temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.pressure_perpendicular

Normalised perpendicular temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.v_parallel_energy_perpendicular

Normalised moment (integral over 0.5 * m * vpar * vperp^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.v_perpendicular_square_energy

Normalised moment (integral over 0.5 * m * v_perp^2 * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.density

Normalised density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.heat_flux_parallel

Normalised parallel heat flux (integral of 0.5 * m * v_par * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.j_parallel

Normalised parallel current density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.pressure_parallel

Normalised parallel temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.pressure_perpendicular

Normalised perpendicular temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.v_parallel_energy_perpendicular

Normalised moment (integral over 0.5 * m * vpar * vperp^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.v_perpendicular_square_energy

Normalised moment (integral over 0.5 * m * v_perp^2 * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.density

Normalised density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.heat_flux_parallel

Normalised parallel heat flux (integral of 0.5 * m * v_par * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.j_parallel

Normalised parallel current density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.pressure_parallel

Normalised parallel temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.pressure_perpendicular

Normalised perpendicular temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.v_parallel_energy_perpendicular

Normalised moment (integral over 0.5 * m * vpar * vperp^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.v_perpendicular_square_energy

Normalised moment (integral over 0.5 * m * v_perp^2 * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.density

Normalised density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.heat_flux_parallel

Normalised parallel heat flux (integral of 0.5 * m * v_par * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.j_parallel

Normalised parallel current density

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.pressure_parallel

Normalised parallel temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.pressure_perpendicular

Normalised perpendicular temperature

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.v_parallel_energy_perpendicular

Normalised moment (integral over 0.5 * m * vpar * vperp^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.v_perpendicular_square_energy

Normalised moment (integral over 0.5 * m * v_perp^2 * v^2)

  • Data Type: CPX_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol", "gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].poloidal_turns

Number of poloidal turns considered in the flux-tube simulation

  • Data Type: INT_0D

gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm

Normalised time of the gyrokinetic simulation

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm_σ

error of gyrokineticslocal.linear.wavevector[:].eigenmode[:].timenorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.linear.wavevector[:].radial_wavevector_norm

Normalised radial component of the wavevector

  • Data Type: FLT_0D

gyrokinetics_local.linear.wavevector[:].radial_wavevector_norm_σ

error of gyrokineticslocal.linear.wavevector[:].radialwavevector_norm

  • Data Type: FLT_0D

gyrokinetics_local.model.adiabatic_electrons

Flag = 1 if electrons are adiabatic, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.collisions_energy_conservation

Flag = 1 if the collision operator conserves energy, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.collisions_finite_larmor_radius

Flag = 1 if finite larmor radius effects are retained in the collision operator, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.collisions_momentum_conservation

Flag = 1 if the collision operator conserves momentum, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.collisions_pitch_only

Flag = 1 if only pitch-angle scattering is retained, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.include_a_field_parallel

Flag = 1 if fluctuations of the parallel vector potential are retained, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.include_b_field_parallel

Flag = 1 if fluctuations of the parallel magnetic field are retained, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.include_centrifugal_effects

Flag = 1 if centrifugal effects are retained, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.include_coriolis_drift

Flag = 1 if Coriolis drift is included, 0 otherwise

  • Data Type: INT_0D

gyrokinetics_local.model.include_full_curvature_drift

Flag = 1 if all contributions to the curvature drift are included (including betaprime), 0 otherwise. Neglecting the betaprime contribution (Flag=0) is only recommended together with the neglect of parallel magnetic field fluctuations

  • Data Type: INT_0D

gyrokinetics_local.non_linear.angle_pol

Poloidal angle grid. The angle is defined with respect to (R0,Z0) with R0=(Rmax-Rmin)/2 and Z0=(Zmax-Zmin)/2. It is increasing clockwise. So (r,theta,phi) is right-handed. theta=0 for Z=Z0 and R>R0 (LFS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.angle_pol_σ

error of gyrokineticslocal.nonlinear.angle_pol

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.binormal_wavevector_norm

Array of normalised binormal wavevectors

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.binormal_wavevector_norm_σ

error of gyrokineticslocal.nonlinear.binormalwavevectornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_0D

gyrokinetics_local.non_linear.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

gyrokinetics_local.non_linear.fields_4d.a_field_parallel_perturbed_norm

Normalised perturbed parallel vector potential

  • Data Type: CPX_4D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fields_4d.b_field_parallel_perturbed_norm

Normalised perturbed parallel magnetic field

  • Data Type: CPX_4D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fields_4d.phi_potential_perturbed_norm

Normalised perturbed electrostatic potential

  • Data Type: CPX_4D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fields_intensity_1d.a_field_parallel_perturbed_norm

Normalised perturbed parallel vector potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_1d.a_field_parallel_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity1d.afieldparallelperturbednorm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_1d.b_field_parallel_perturbed_norm

Normalised perturbed parallel magnetic field

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_1d.b_field_parallel_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity1d.bfieldparallelperturbednorm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_1d.phi_potential_perturbed_norm

Normalised perturbed electrostatic potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_1d.phi_potential_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity1d.phipotentialperturbed_norm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.a_field_parallel_perturbed_norm

Normalised perturbed parallel vector potential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.a_field_parallel_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity2dsurfaceaverage.afieldparallelperturbednorm

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.b_field_parallel_perturbed_norm

Normalised perturbed parallel magnetic field

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.b_field_parallel_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity2dsurfaceaverage.bfieldparallelperturbednorm

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.phi_potential_perturbed_norm

Normalised perturbed electrostatic potential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.phi_potential_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity2dsurfaceaverage.phipotentialperturbed_norm

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fields_intensity_3d.a_field_parallel_perturbed_norm

Normalised perturbed parallel vector potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fields_intensity_3d.a_field_parallel_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity3d.afieldparallelperturbednorm

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fields_intensity_3d.b_field_parallel_perturbed_norm

Normalised perturbed parallel magnetic field

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fields_intensity_3d.b_field_parallel_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity3d.bfieldparallelperturbednorm

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fields_intensity_3d.phi_potential_perturbed_norm

Normalised perturbed electrostatic potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fields_intensity_3d.phi_potential_perturbed_norm_σ

error of gyrokineticslocal.nonlinear.fieldsintensity3d.phipotentialperturbed_norm

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fields_zonal_2d.a_field_parallel_perturbed_norm

Normalised perturbed parallel vector potential

  • Data Type: CPX_2D
  • Coordinates: ["gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fields_zonal_2d.b_field_parallel_perturbed_norm

Normalised perturbed parallel magnetic field

  • Data Type: CPX_2D
  • Coordinates: ["gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fields_zonal_2d.phi_potential_perturbed_norm

Normalised perturbed electrostatic potential

  • Data Type: CPX_2D
  • Coordinates: ["gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_1d.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.energyafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.energybfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1d.energyphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.momentumtorparallelafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.momentumtorparallelbfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1d.momentumtorparallelphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.momentumtorperpendicularafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1d.momentumtorperpendicularphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.particlesafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1d.particlesbfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1d.particlesphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.energyafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.energybfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.energyphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorparallelafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorparallelbfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorparallelphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorperpendicularafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorperpendicularphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.particlesafieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.particlesbfieldparallel

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes1drotatingframe.particlesphi_potential

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.energyafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.energybfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.energyphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorparallelafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorparallelbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorparallelphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorperpendicularafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorperpendicularbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorperpendicularphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.particlesafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.particlesbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysum.particlesphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.energyafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.energybfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.energyphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorparallelafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorparallelbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorparallelphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorperpendicularafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorperpendicularbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorperpendicularphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.particlesafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.particlesbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.particlesphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.energyafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.energybfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.energyphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorparallelafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorparallelbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorparallelphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorperpendicularafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorperpendicularbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorperpendicularphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.particlesafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.particlesbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsum.particlesphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.energyafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.energybfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.energyphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorparallelafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorparallelbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorparallelphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorperpendicularafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorperpendicularbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorperpendicularphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.particlesafield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.particlesbfield_parallel

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.particlesphipotential

  • Data Type: FLT_2D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.energyafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.energybfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3d.energyphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.momentumtorparallelafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.momentumtorparallelbfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3d.momentumtorparallelphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.momentumtorperpendicularafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3d.momentumtorperpendicularphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.particlesafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3d.particlesbfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3d.particlesphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.energyafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.energybfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.energyphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorparallelafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorparallelbfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorparallelphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorperpendicularafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorperpendicularphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.particlesafieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.particlesbfieldparallel

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes3drotatingframe.particlesphi_potential

  • Data Type: FLT_3D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm"]

gyrokinetics_local.non_linear.fluxes_4d.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.energyafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.energybfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4d.energyphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.momentumtorparallelafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.momentumtorparallelbfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4d.momentumtorparallelphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.momentumtorperpendicularafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4d.momentumtorperpendicularphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.particlesafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4d.particlesbfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4d.particlesphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.energyafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.energybfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.energyphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorparallelafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorparallelbfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorparallelphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorperpendicularafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorperpendicularphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.particlesafieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.particlesbfieldparallel

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes4drotatingframe.particlesphi_potential

  • Data Type: FLT_4D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol"]

gyrokinetics_local.non_linear.fluxes_5d.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.energyafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.energybfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5d.energyphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.momentumtorparallelafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.momentumtorparallelbfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5d.momentumtorparallelphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.momentumtorperpendicularafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5d.momentumtorperpendicularphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.particlesafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5d.particlesbfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5d.particlesphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised energy flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.energyafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised energy flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.energybfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_phi_potential

Contribution of the perturbed electrostatic potential to the normalised energy flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.energyphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorparallelafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_b_field_parallel

Contribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorparallelbfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_phi_potential

Contribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorparallelphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorperpendicularafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_b_field_parallel

Contribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorperpendicularbfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_phi_potential

Contribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorperpendicularphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_a_field_parallel

Contribution of the perturbed parallel electromagnetic potential to the normalised particle flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_a_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.particlesafieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_b_field_parallel

Contribution of the perturbed parallel magnetic field to the normalised particle flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_b_field_parallel_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.particlesbfieldparallel

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_phi_potential

Contribution of the perturbed electrostatic potential to the normalised particle flux

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_phi_potential_σ

error of gyrokineticslocal.nonlinear.fluxes5drotatingframe.particlesphi_potential

  • Data Type: FLT_5D
  • Coordinates: ["gyrokinetics_local.species", "gyrokinetics_local.non_linear.binormal_wavevector_norm", "gyrokinetics_local.non_linear.radial_wavevector_norm", "gyrokinetics_local.non_linear.angle_pol", "gyrokinetics_local.non_linear.time_norm"]

gyrokinetics_local.non_linear.quasi_linear

Flag = 1 if the non-linear fluxes are in fact calculated by a quasi-linear model, 0 if non-linear

  • Data Type: INT_0D

gyrokinetics_local.non_linear.radial_wavevector_norm

Array of normalised radial wavevectors

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.radial_wavevector_norm_σ

error of gyrokineticslocal.nonlinear.radialwavevectornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.time_interval_norm

Normalised time interval used to average fluxes in non-linear runs

  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

gyrokinetics_local.non_linear.time_interval_norm_σ

error of gyrokineticslocal.nonlinear.timeintervalnorm

  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

gyrokinetics_local.non_linear.time_norm

Normalised time of the gyrokinetic simulation

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.non_linear.time_norm_σ

error of gyrokineticslocal.nonlinear.time_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.normalizing_quantities.b_field_tor

Toroidal magnetic field at major radius r

  • Units: T
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.b_field_tor_σ

error of gyrokineticslocal.normalizingquantities.bfieldtor

  • Units: T
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.n_e

Electron density at outboard equatorial midplane of the flux surface (angle_pol = 0)

  • Units: m^-3
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.n_e_σ

error of gyrokineticslocal.normalizingquantities.n_e

  • Units: m^-3
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.r

Major radius of the flux surface of interest, defined as (min(R)+max(R))/2

  • Units: m
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.r_σ

error of gyrokineticslocal.normalizingquantities.r

  • Units: m
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.t_e

Electron temperature at outboard equatorial midplane of the flux surface (angle_pol = 0)

  • Units: eV
  • Data Type: FLT_0D

gyrokinetics_local.normalizing_quantities.t_e_σ

error of gyrokineticslocal.normalizingquantities.t_e

  • Units: eV
  • Data Type: FLT_0D

gyrokinetics_local.species[:].charge_norm

Normalised charge

  • Data Type: FLT_0D

gyrokinetics_local.species[:].charge_norm_σ

error of gyrokineticslocal.species[:].chargenorm

  • Data Type: FLT_0D

gyrokinetics_local.species[:].density_log_gradient_norm

Normalised logarithmic gradient (with respect to rminornorm) of the density

  • Data Type: FLT_0D

gyrokinetics_local.species[:].density_log_gradient_norm_σ

error of gyrokineticslocal.species[:].densityloggradientnorm

  • Data Type: FLT_0D

gyrokinetics_local.species[:].density_norm

Normalised density

  • Data Type: FLT_0D

gyrokinetics_local.species[:].density_norm_σ

error of gyrokineticslocal.species[:].densitynorm

  • Data Type: FLT_0D

gyrokinetics_local.species[:].mass_norm

Normalised mass

  • Data Type: FLT_0D

gyrokinetics_local.species[:].mass_norm_σ

error of gyrokineticslocal.species[:].massnorm

  • Data Type: FLT_0D

gyrokinetics_local.species[:].potential_energy_gradient_norm

Effective potential energy determining the poloidal variation of the species background density

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species_all.angle_pol"]

gyrokinetics_local.species[:].potential_energy_gradient_norm_σ

error of gyrokineticslocal.species[:].potentialenergygradientnorm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species_all.angle_pol"]

gyrokinetics_local.species[:].potential_energy_norm

Normalised gradient (with respect to rminornorm) of the effective potential energy

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species_all.angle_pol"]

gyrokinetics_local.species[:].potential_energy_norm_σ

error of gyrokineticslocal.species[:].potentialenergy_norm

  • Data Type: FLT_1D
  • Coordinates: ["gyrokinetics_local.species_all.angle_pol"]

gyrokinetics_local.species[:].temperature_log_gradient_norm

Normalised logarithmic gradient (with respect to rminornorm) of the temperature

  • Data Type: FLT_0D

gyrokinetics_local.species[:].temperature_log_gradient_norm_σ

error of gyrokineticslocal.species[:].temperatureloggradientnorm

  • Data Type: FLT_0D

gyrokinetics_local.species[:].temperature_norm

Normalised temperature

  • Data Type: FLT_0D

gyrokinetics_local.species[:].temperature_norm_σ

error of gyrokineticslocal.species[:].temperaturenorm

  • Data Type: FLT_0D

gyrokinetics_local.species[:].velocity_tor_gradient_norm

Normalised gradient (with respect to rminornorm) of the toroidal velocity

  • Data Type: FLT_0D

gyrokinetics_local.species[:].velocity_tor_gradient_norm_σ

error of gyrokineticslocal.species[:].velocitytorgradientnorm

  • Data Type: FLT_0D

gyrokinetics_local.species_all.angle_pol

Poloidal angle grid, from -pi to pi, on which the species dependent effective potential energy (which determines the poloidal variation of the density) is expressed. The angle is defined with respect to (R0,Z0) with R0=(Rmax-Rmin)/2 and Z0=(Zmax-Zmin)/2. It is increasing clockwise. So (r,theta,phi) is right-handed. theta=0 for Z=Z0 and R>R0 (LFS)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.species_all.angle_pol_σ

error of gyrokineticslocal.speciesall.angle_pol

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

gyrokinetics_local.species_all.beta_reference

Reference plasma beta (see detailed documentation at the root of the IDS)

  • Data Type: FLT_0D

gyrokinetics_local.species_all.beta_reference_σ

error of gyrokineticslocal.speciesall.beta_reference

  • Data Type: FLT_0D

gyrokinetics_local.species_all.debye_length_norm

Debye length computed from the reference quantities (see detailed documentation at the root of the IDS)

  • Data Type: FLT_0D

gyrokinetics_local.species_all.debye_length_norm_σ

error of gyrokineticslocal.speciesall.debyelengthnorm

  • Data Type: FLT_0D

gyrokinetics_local.species_all.shearing_rate_norm

Normalised ExB shearing rate (for non-linear runs only)

  • Data Type: FLT_0D

gyrokinetics_local.species_all.shearing_rate_norm_σ

error of gyrokineticslocal.speciesall.shearingratenorm

  • Data Type: FLT_0D

gyrokinetics_local.species_all.velocity_tor_norm

Normalised toroidal velocity of species (all species are assumed to have a purely toroidal velocity with a common toroidal angular frequency)

  • Data Type: FLT_0D

gyrokinetics_local.species_all.velocity_tor_norm_σ

error of gyrokineticslocal.speciesall.velocitytornorm

  • Data Type: FLT_0D

gyrokinetics_local.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].centre.phi_σ

error of hardxrays.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].centre.r_σ

error of hardxrays.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].centre.z_σ

error of hardxrays.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

hard_x_rays.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].aperture[:].outline.x1_σ

error of hardxrays.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].aperture[:].outline.x1"]

hard_x_rays.channel[:].aperture[:].outline.x2_σ

error of hardxrays.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].aperture[:].outline.x1"]

hard_x_rays.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].radius_σ

error of hardxrays.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].surface_σ

error of hardxrays.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_unit_vector.x_σ

error of hardxrays.channel[:].aperture[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_unit_vector.y_σ

error of hardxrays.channel[:].aperture[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_unit_vector.z_σ

error of hardxrays.channel[:].aperture[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x1_width_σ

error of hardxrays.channel[:].aperture[:].x1_width

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_unit_vector.x_σ

error of hardxrays.channel[:].aperture[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_unit_vector.y_σ

error of hardxrays.channel[:].aperture[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_unit_vector.z_σ

error of hardxrays.channel[:].aperture[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x2_width_σ

error of hardxrays.channel[:].aperture[:].x2_width

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x3_unit_vector.x_σ

error of hardxrays.channel[:].aperture[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x3_unit_vector.y_σ

error of hardxrays.channel[:].aperture[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].aperture[:].x3_unit_vector.z_σ

error of hardxrays.channel[:].aperture[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.centre.phi_σ

error of hardxrays.channel[:].detector.centre.phi

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.centre.r_σ

error of hardxrays.channel[:].detector.centre.r

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.centre.z_σ

error of hardxrays.channel[:].detector.centre.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

hard_x_rays.channel[:].detector.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].detector.outline.x1_σ

error of hardxrays.channel[:].detector.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].detector.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].detector.outline.x1"]

hard_x_rays.channel[:].detector.outline.x2_σ

error of hardxrays.channel[:].detector.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].detector.outline.x1"]

hard_x_rays.channel[:].detector.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.radius_σ

error of hardxrays.channel[:].detector.radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.surface_σ

error of hardxrays.channel[:].detector.surface

  • Units: m^2
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_unit_vector.x_σ

error of hardxrays.channel[:].detector.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_unit_vector.y_σ

error of hardxrays.channel[:].detector.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_unit_vector.z_σ

error of hardxrays.channel[:].detector.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x1_width_σ

error of hardxrays.channel[:].detector.x1_width

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_unit_vector.x_σ

error of hardxrays.channel[:].detector.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_unit_vector.y_σ

error of hardxrays.channel[:].detector.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_unit_vector.z_σ

error of hardxrays.channel[:].detector.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x2_width_σ

error of hardxrays.channel[:].detector.x2_width

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x3_unit_vector.x_σ

error of hardxrays.channel[:].detector.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x3_unit_vector.y_σ

error of hardxrays.channel[:].detector.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].detector.x3_unit_vector.z_σ

error of hardxrays.channel[:].detector.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].energy_band[:].detection_efficiency

Probability of detection of a photon impacting the detector as a function of its energy

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].energy_band[:].energies"]

hard_x_rays.channel[:].energy_band[:].detection_efficiency_σ

error of hardxrays.channel[:].energyband[:].detectionefficiency

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].energy_band[:].energies"]

hard_x_rays.channel[:].energy_band[:].energies

Array of discrete energy values inside the band

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].energy_band[:].energies_σ

error of hardxrays.channel[:].energy_band[:].energies

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].energy_band[:].lower_bound

Lower bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.channel[:].energy_band[:].lower_bound_σ

error of hardxrays.channel[:].energyband[:].lowerbound

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.channel[:].energy_band[:].upper_bound

Upper bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.channel[:].energy_band[:].upper_bound_σ

error of hardxrays.channel[:].energyband[:].upperbound

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.channel[:].etendue

Etendue (geometric extent) of the channel's optical system

  • Units: m^2.str
  • Data Type: FLT_0D

hard_x_rays.channel[:].etendue_σ

error of hardxrays.channel[:].etendue

  • Units: m^2.str
  • Data Type: FLT_0D

hard_x_rays.channel[:].etendue_method.description

Verbose description

  • Data Type: STR_0D

hard_x_rays.channel[:].etendue_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

hard_x_rays.channel[:].etendue_method.name

Short string identifier

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].centre.phi_σ

error of hardxrays.channel[:].filter_window[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].centre.r_σ

error of hardxrays.channel[:].filter_window[:].centre.r

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].centre.z_σ

error of hardxrays.channel[:].filter_window[:].centre.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].curvature_type.description

Verbose description

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

hard_x_rays.channel[:].filter_window[:].curvature_type.name

Short string identifier

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

hard_x_rays.channel[:].filter_window[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].identifier

ID of the filter

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].material.description

Verbose description

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

hard_x_rays.channel[:].filter_window[:].material.name

Short string identifier

  • Data Type: STR_0D

hard_x_rays.channel[:].filter_window[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].filter_window[:].outline.x1_σ

error of hardxrays.channel[:].filter_window[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].filter_window[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].filter_window[:].outline.x1"]

hard_x_rays.channel[:].filter_window[:].outline.x2_σ

error of hardxrays.channel[:].filter_window[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].filter_window[:].outline.x1"]

hard_x_rays.channel[:].filter_window[:].photon_absorption

Probability of absorbing a photon passing through the filter as a function of its wavelength

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].filter_window[:].wavelengths"]

hard_x_rays.channel[:].filter_window[:].photon_absorption_σ

error of hardxrays.channel[:].filterwindow[:].photonabsorption

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.channel[:].filter_window[:].wavelengths"]

hard_x_rays.channel[:].filter_window[:].radius

Radius of the circle, used only if geometry_type/index = 2

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].radius_σ

error of hardxrays.channel[:].filter_window[:].radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].surface

Surface of the filter, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].surface_σ

error of hardxrays.channel[:].filter_window[:].surface

  • Units: m^2
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].thickness

Thickness of the filter window

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].thickness_σ

error of hardxrays.channel[:].filter_window[:].thickness

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].wavelength_lower

Lower bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].wavelength_lower_σ

error of hardxrays.channel[:].filterwindow[:].wavelengthlower

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].wavelength_upper

Upper bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].wavelength_upper_σ

error of hardxrays.channel[:].filterwindow[:].wavelengthupper

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].wavelengths

Array of wavelength values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].filter_window[:].wavelengths_σ

error of hardxrays.channel[:].filter_window[:].wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].filter_window[:].x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_curvature_σ

error of hardxrays.channel[:].filterwindow[:].x1curvature

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_unit_vector.x_σ

error of hardxrays.channel[:].filterwindow[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_unit_vector.y_σ

error of hardxrays.channel[:].filterwindow[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_unit_vector.z_σ

error of hardxrays.channel[:].filterwindow[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_width

Full width of the filter in the X1 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x1_width_σ

error of hardxrays.channel[:].filterwindow[:].x1width

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_curvature_σ

error of hardxrays.channel[:].filterwindow[:].x2curvature

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_unit_vector.x_σ

error of hardxrays.channel[:].filterwindow[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_unit_vector.y_σ

error of hardxrays.channel[:].filterwindow[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_unit_vector.z_σ

error of hardxrays.channel[:].filterwindow[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_width

Full width of the filter in the X2 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x2_width_σ

error of hardxrays.channel[:].filterwindow[:].x2width

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x3_unit_vector.x_σ

error of hardxrays.channel[:].filterwindow[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x3_unit_vector.y_σ

error of hardxrays.channel[:].filterwindow[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].filter_window[:].x3_unit_vector.z_σ

error of hardxrays.channel[:].filterwindow[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

hard_x_rays.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.first_point.phi_σ

error of hardxrays.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.first_point.r_σ

error of hardxrays.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.first_point.z_σ

error of hardxrays.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.second_point.phi_σ

error of hardxrays.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.second_point.r_σ

error of hardxrays.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].line_of_sight.second_point.z_σ

error of hardxrays.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

hard_x_rays.channel[:].name

Name of the channel

  • Data Type: STR_0D

hard_x_rays.channel[:].radiance.data

Data

  • Units: (photons).s^-1.m^-2.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "hard_x_rays.channel[:].radiance.time"]

hard_x_rays.channel[:].radiance.data_σ

error of hardxrays.channel[:].radiance.data

  • Units: (photons).s^-1.m^-2.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "hard_x_rays.channel[:].radiance.time"]

hard_x_rays.channel[:].radiance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.channel[:].radiance.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

hard_x_rays.channel[:].radiance.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["hard_x_rays.channel[:].radiance.time"]

hard_x_rays.code.commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.code.library[:].name

Name of software

  • Data Type: STR_0D

hard_x_rays.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

hard_x_rays.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.code.name

Name of software generating IDS

  • Data Type: STR_0D

hard_x_rays.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["hard_x_rays.time"]

hard_x_rays.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

hard_x_rays.code.repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.code.version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.emissivity_profile_1d[:].emissivity

Radial profile of the plasma emissivity in this energy band

  • Units: (photons).m^-3.str^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].rho_tor_norm", "hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].emissivity_σ

error of hardxrays.emissivityprofile1d[:].emissivity

  • Units: (photons).m^-3.str^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].rho_tor_norm", "hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].half_width_external

External (towards separatrix) half width of the emissivity peak (in normalised toroidal flux)

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].half_width_external_σ

error of hardxrays.emissivityprofile1d[:].halfwidthexternal

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].half_width_internal

Internal (towards magnetic axis) half width of the emissivity peak (in normalised toroidal flux)

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].half_width_internal_σ

error of hardxrays.emissivityprofile1d[:].halfwidthinternal

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].lower_bound

Lower bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.emissivity_profile_1d[:].lower_bound_σ

error of hardxrays.emissivityprofile1d[:].lower_bound

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.emissivity_profile_1d[:].peak_position

Normalised toroidal flux coordinate position at which the emissivity peaks

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].peak_position_σ

error of hardxrays.emissivityprofile1d[:].peak_position

  • Data Type: FLT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.emissivity_profile_1d[:].rho_tor_norm

Normalised toroidal flux coordinate grid

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.emissivity_profile_1d[:].rho_tor_norm_σ

error of hardxrays.emissivityprofile1d[:].rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.emissivity_profile_1d[:].time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

hard_x_rays.emissivity_profile_1d[:].upper_bound

Upper bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.emissivity_profile_1d[:].upper_bound_σ

error of hardxrays.emissivityprofile1d[:].upper_bound

  • Units: eV
  • Data Type: FLT_0D

hard_x_rays.emissivity_profile_1d[:].validity_timed

Indicator of the validity of the emissivity profile data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["hard_x_rays.emissivity_profile_1d[:].time"]

hard_x_rays.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

hard_x_rays.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

hard_x_rays.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

hard_x_rays.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

hard_x_rays.ids_properties.occurrence

N/A

  • Data Type: INT_0D

hard_x_rays.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

hard_x_rays.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

hard_x_rays.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

hard_x_rays.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

hard_x_rays.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

hard_x_rays.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

hard_x_rays.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

hard_x_rays.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

hard_x_rays.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

hard_x_rays.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

hard_x_rays.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

hard_x_rays.latency_σ

error of hardxrays.latency

  • Units: s
  • Data Type: FLT_0D

hard_x_rays.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].available_launch_power

Available launch power

  • Units: W
  • Data Type: FLT_0D

ic_antennas.antenna[:].available_launch_power_σ

error of icantennas.antenna[:].availablelaunch_power

  • Units: W
  • Data Type: FLT_0D

ic_antennas.antenna[:].efficiency.conversion

Conversion efficiency of electric power to microwave power

  • Data Type: FLT_0D

ic_antennas.antenna[:].efficiency.conversion_σ

error of ic_antennas.antenna[:].efficiency.conversion

  • Data Type: FLT_0D

ic_antennas.antenna[:].efficiency.coupling

Coupling efficiency of launched microwave power to the plasma

  • Data Type: FLT_0D

ic_antennas.antenna[:].efficiency.coupling_σ

error of ic_antennas.antenna[:].efficiency.coupling

  • Data Type: FLT_0D

ic_antennas.antenna[:].efficiency.transmission

Transmission efficiency of microwave power from generator to antenna

  • Data Type: FLT_0D

ic_antennas.antenna[:].efficiency.transmission_σ

error of ic_antennas.antenna[:].efficiency.transmission

  • Data Type: FLT_0D

ic_antennas.antenna[:].frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].frequency.time"]

ic_antennas.antenna[:].frequency.data_σ

error of ic_antennas.antenna[:].frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].frequency.time"]

ic_antennas.antenna[:].frequency.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].identifier

Identifier of the antenna (unique within the set of all antennas of the experiment)

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].coupling_resistance.data

Data

  • Units: ohm
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].coupling_resistance.time"]

ic_antennas.antenna[:].module[:].coupling_resistance.data_σ

error of icantennas.antenna[:].module[:].couplingresistance.data

  • Units: ohm
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].coupling_resistance.time"]

ic_antennas.antenna[:].module[:].coupling_resistance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].current[:].amplitude.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].current[:].amplitude.time"]

ic_antennas.antenna[:].module[:].current[:].amplitude.data_σ

error of ic_antennas.antenna[:].module[:].current[:].amplitude.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].current[:].amplitude.time"]

ic_antennas.antenna[:].module[:].current[:].amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].current[:].identifier

Identifier

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].current[:].name

Name

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].current[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].current[:].phase.time"]

ic_antennas.antenna[:].module[:].current[:].phase.data_σ

error of ic_antennas.antenna[:].module[:].current[:].phase.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].current[:].phase.time"]

ic_antennas.antenna[:].module[:].current[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].current[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].current[:].position.phi_σ

error of ic_antennas.antenna[:].module[:].current[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].current[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].current[:].position.r_σ

error of ic_antennas.antenna[:].module[:].current[:].position.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].current[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].current[:].position.z_σ

error of ic_antennas.antenna[:].module[:].current[:].position.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].frequency.time"]

ic_antennas.antenna[:].module[:].frequency.data_σ

error of ic_antennas.antenna[:].module[:].frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].frequency.time"]

ic_antennas.antenna[:].module[:].frequency.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].identifier

Identifier of the module

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].matching_element[:].capacitance.data

Data

  • Units: F
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].matching_element[:].capacitance.time"]

ic_antennas.antenna[:].module[:].matching_element[:].capacitance.data_σ

error of icantennas.antenna[:].module[:].matchingelement[:].capacitance.data

  • Units: F
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].matching_element[:].capacitance.time"]

ic_antennas.antenna[:].module[:].matching_element[:].capacitance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].matching_element[:].name

Name

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].matching_element[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].matching_element[:].phase.time"]

ic_antennas.antenna[:].module[:].matching_element[:].phase.data_σ

error of icantennas.antenna[:].module[:].matchingelement[:].phase.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].matching_element[:].phase.time"]

ic_antennas.antenna[:].module[:].matching_element[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].matching_element[:].type.description

Verbose description

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].matching_element[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ic_antennas.antenna[:].module[:].matching_element[:].type.name

Short string identifier

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].name

Name of the module

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].phase_forward.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].phase_forward.time"]

ic_antennas.antenna[:].module[:].phase_forward.data_σ

error of icantennas.antenna[:].module[:].phaseforward.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].phase_forward.time"]

ic_antennas.antenna[:].module[:].phase_forward.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].phase_reflected.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].phase_reflected.time"]

ic_antennas.antenna[:].module[:].phase_reflected.data_σ

error of icantennas.antenna[:].module[:].phasereflected.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].phase_reflected.time"]

ic_antennas.antenna[:].module[:].phase_reflected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].power_forward.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].power_forward.time"]

ic_antennas.antenna[:].module[:].power_forward.data_σ

error of icantennas.antenna[:].module[:].powerforward.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].power_forward.time"]

ic_antennas.antenna[:].module[:].power_forward.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].power_launched.time"]

ic_antennas.antenna[:].module[:].power_launched.data_σ

error of icantennas.antenna[:].module[:].powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].power_launched.time"]

ic_antennas.antenna[:].module[:].power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].power_reflected.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].power_reflected.time"]

ic_antennas.antenna[:].module[:].power_reflected.data_σ

error of icantennas.antenna[:].module[:].powerreflected.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].power_reflected.time"]

ic_antennas.antenna[:].module[:].power_reflected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].pressure[:].amplitude.data

Data

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].pressure[:].amplitude.time"]

ic_antennas.antenna[:].module[:].pressure[:].amplitude.data_σ

error of ic_antennas.antenna[:].module[:].pressure[:].amplitude.data

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].pressure[:].amplitude.time"]

ic_antennas.antenna[:].module[:].pressure[:].amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].pressure[:].identifier

Identifier

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].pressure[:].name

Name

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].pressure[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].pressure[:].phase.time"]

ic_antennas.antenna[:].module[:].pressure[:].phase.data_σ

error of ic_antennas.antenna[:].module[:].pressure[:].phase.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].pressure[:].phase.time"]

ic_antennas.antenna[:].module[:].pressure[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].pressure[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].pressure[:].position.phi_σ

error of ic_antennas.antenna[:].module[:].pressure[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].pressure[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].pressure[:].position.r_σ

error of ic_antennas.antenna[:].module[:].pressure[:].position.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].pressure[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].pressure[:].position.z_σ

error of ic_antennas.antenna[:].module[:].pressure[:].position.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].current.time"]

ic_antennas.antenna[:].module[:].strap[:].current.data_σ

error of ic_antennas.antenna[:].module[:].strap[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].current.time"]

ic_antennas.antenna[:].module[:].strap[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].distance_to_conductor

Distance to conducting wall or other conductor behind the antenna strap

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].distance_to_conductor_σ

error of icantennas.antenna[:].module[:].strap[:].distanceto_conductor

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.r

Centre major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.r_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_inner

Inner radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_inner_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.annulus.radiusinner

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_outer

Outer radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_outer_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.annulus.radiusouter

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.z

Centre height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.z_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.curvature_radii

Curvature radius of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r"]

ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.curvature_radii_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.arcsofcircle.curvatureradii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r"]

ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r

Major radii of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.arcsof_circle.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.z

Height of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r"]

ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.z_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.arcsof_circle.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r"]

ic_antennas.antenna[:].module[:].strap[:].geometry.geometry_type

Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line')

  • Data Type: INT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.alpha

Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.alpha_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.alpha

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.beta

Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.beta_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.beta

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_alpha

Length of the parallelogram side inclined with angle alpha with respect to the major radius axis

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_alpha_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.oblique.lengthalpha

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_beta

Length of the parallelogram side inclined with angle beta with respect to the height axis

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_beta_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.oblique.lengthbeta

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.r

Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.r_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.z

Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.z_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].geometry.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r"]

ic_antennas.antenna[:].module[:].strap[:].geometry.outline.z_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r"]

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.height

Vertical full height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.height_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.r

Geometric centre R

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.r_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.width

Horizontal full width

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.width_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.width

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.z

Geometric centre Z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.z_σ

error of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.r_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.thickline.first_point.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.z_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.thickline.first_point.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.r_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.thickline.second_point.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.z_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.thickline.second_point.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.thickness

Thickness

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.thickness_σ

error of icantennas.antenna[:].module[:].strap[:].geometry.thickline.thickness

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].outline.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].outline.r"]

ic_antennas.antenna[:].module[:].strap[:].outline.phi_σ

error of ic_antennas.antenna[:].module[:].strap[:].outline.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].outline.r"]

ic_antennas.antenna[:].module[:].strap[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].outline.r_σ

error of ic_antennas.antenna[:].module[:].strap[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].outline.r"]

ic_antennas.antenna[:].module[:].strap[:].outline.z_σ

error of ic_antennas.antenna[:].module[:].strap[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].outline.r"]

ic_antennas.antenna[:].module[:].strap[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].phase.time"]

ic_antennas.antenna[:].module[:].strap[:].phase.data_σ

error of ic_antennas.antenna[:].module[:].strap[:].phase.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].strap[:].phase.time"]

ic_antennas.antenna[:].module[:].strap[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].strap[:].width_tor

Width of strap in the toroidal direction

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].strap[:].width_tor_σ

error of icantennas.antenna[:].module[:].strap[:].widthtor

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].voltage[:].amplitude.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].voltage[:].amplitude.time"]

ic_antennas.antenna[:].module[:].voltage[:].amplitude.data_σ

error of ic_antennas.antenna[:].module[:].voltage[:].amplitude.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].voltage[:].amplitude.time"]

ic_antennas.antenna[:].module[:].voltage[:].amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].voltage[:].identifier

Identifier

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].voltage[:].name

Name

  • Data Type: STR_0D

ic_antennas.antenna[:].module[:].voltage[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].voltage[:].phase.time"]

ic_antennas.antenna[:].module[:].voltage[:].phase.data_σ

error of ic_antennas.antenna[:].module[:].voltage[:].phase.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].module[:].voltage[:].phase.time"]

ic_antennas.antenna[:].module[:].voltage[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].module[:].voltage[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].voltage[:].position.phi_σ

error of ic_antennas.antenna[:].module[:].voltage[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].voltage[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].voltage[:].position.r_σ

error of ic_antennas.antenna[:].module[:].voltage[:].position.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].voltage[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].module[:].voltage[:].position.z_σ

error of ic_antennas.antenna[:].module[:].voltage[:].position.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.antenna[:].name

Name of the antenna (unique within the set of all antennas of the experiment)

  • Data Type: STR_0D

ic_antennas.antenna[:].power_forward.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].power_forward.time"]

ic_antennas.antenna[:].power_forward.data_σ

error of icantennas.antenna[:].powerforward.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].power_forward.time"]

ic_antennas.antenna[:].power_forward.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].power_launched.time"]

ic_antennas.antenna[:].power_launched.data_σ

error of icantennas.antenna[:].powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].power_launched.time"]

ic_antennas.antenna[:].power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].power_reflected.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].power_reflected.time"]

ic_antennas.antenna[:].power_reflected.data_σ

error of icantennas.antenna[:].powerreflected.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.antenna[:].power_reflected.time"]

ic_antennas.antenna[:].power_reflected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].surface_current[:].m_pol

Poloidal mode numbers, used to describe the spectrum of the antenna current. The poloidal angle is defined from the reference point; the angle at a point (R,Z) is given by atan((Z-Zref)/(R-Rref)), where Rref=referencepoint/r and Zref=referencepoint/z

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].surface_current[:].n_tor

Toroidal mode numbers, used to describe the spectrum of the antenna current. The wave vector toroidal component is defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi direction

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

ic_antennas.antenna[:].surface_current[:].spectrum

Spectrum of the total surface current on the antenna strap and passive components expressed in poloidal and toroidal modes

  • Units: A
  • Data Type: FLT_2D
  • Coordinates: ["ic_antennas.antenna[:].surface_current[:].m_pol", "ic_antennas.antenna[:].surface_current[:].n_tor"]

ic_antennas.antenna[:].surface_current[:].spectrum_σ

error of icantennas.antenna[:].surfacecurrent[:].spectrum

  • Units: A
  • Data Type: FLT_2D
  • Coordinates: ["ic_antennas.antenna[:].surface_current[:].m_pol", "ic_antennas.antenna[:].surface_current[:].n_tor"]

ic_antennas.antenna[:].surface_current[:].time

Time

  • Units: s
  • Data Type: FLT_0D

ic_antennas.code.commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.code.library[:].name

Name of software

  • Data Type: STR_0D

ic_antennas.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ic_antennas.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.code.name

Name of software generating IDS

  • Data Type: STR_0D

ic_antennas.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["ic_antennas.time"]

ic_antennas.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ic_antennas.code.repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.code.version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

ic_antennas.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

ic_antennas.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

ic_antennas.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

ic_antennas.ids_properties.occurrence

N/A

  • Data Type: INT_0D

ic_antennas.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

ic_antennas.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ic_antennas.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

ic_antennas.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ic_antennas.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

ic_antennas.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

ic_antennas.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

ic_antennas.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

ic_antennas.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

ic_antennas.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

ic_antennas.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

ic_antennas.latency_σ

error of ic_antennas.latency

  • Units: s
  • Data Type: FLT_0D

ic_antennas.power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.power_launched.time"]

ic_antennas.power_launched.data_σ

error of icantennas.powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["ic_antennas.power_launched.time"]

ic_antennas.power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ic_antennas.reference_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

ic_antennas.reference_point.r_σ

error of icantennas.referencepoint.r

  • Units: m
  • Data Type: FLT_0D

ic_antennas.reference_point.z

Height

  • Units: m
  • Data Type: FLT_0D

ic_antennas.reference_point.z_σ

error of icantennas.referencepoint.z

  • Units: m
  • Data Type: FLT_0D

ic_antennas.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

interferometer.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.first_point.phi_σ

error of interferometer.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.first_point.r_σ

error of interferometer.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.first_point.z_σ

error of interferometer.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.second_point.phi_σ

error of interferometer.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.second_point.r_σ

error of interferometer.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.second_point.z_σ

error of interferometer.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.third_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.third_point.phi_σ

error of interferometer.channel[:].lineofsight.third_point.phi

  • Units: rad
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.third_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.third_point.r_σ

error of interferometer.channel[:].lineofsight.third_point.r

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.third_point.z

Height

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].line_of_sight.third_point.z_σ

error of interferometer.channel[:].lineofsight.third_point.z

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["interferometer.channel[:].n_e.positions.r", "interferometer.channel[:].n_e.time"]

interferometer.channel[:].n_e.data_σ

error of interferometer.channel[:].n_e.data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["interferometer.channel[:].n_e.positions.r", "interferometer.channel[:].n_e.time"]

interferometer.channel[:].n_e.positions.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e.positions.r"]

interferometer.channel[:].n_e.positions.phi_σ

error of interferometer.channel[:].n_e.positions.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e.positions.r"]

interferometer.channel[:].n_e.positions.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].n_e.positions.r_σ

error of interferometer.channel[:].n_e.positions.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].n_e.positions.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e.positions.r"]

interferometer.channel[:].n_e.positions.z_σ

error of interferometer.channel[:].n_e.positions.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e.positions.r"]

interferometer.channel[:].n_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].n_e_line.data

Data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e_line.time"]

interferometer.channel[:].n_e_line.data_σ

error of interferometer.channel[:].neline.data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e_line.time"]

interferometer.channel[:].n_e_line.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].n_e_line.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

interferometer.channel[:].n_e_line.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["interferometer.channel[:].n_e_line.time"]

interferometer.channel[:].n_e_line_average.data

Data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e_line_average.time"]

interferometer.channel[:].n_e_line_average.data_σ

error of interferometer.channel[:].neline_average.data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].n_e_line_average.time"]

interferometer.channel[:].n_e_line_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].n_e_line_average.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

interferometer.channel[:].n_e_line_average.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["interferometer.channel[:].n_e_line_average.time"]

interferometer.channel[:].name

Name of the channel

  • Data Type: STR_0D

interferometer.channel[:].path_length_variation.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].path_length_variation.time"]

interferometer.channel[:].path_length_variation.data_σ

error of interferometer.channel[:].pathlengthvariation.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].path_length_variation.time"]

interferometer.channel[:].path_length_variation.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].wavelength[:].fringe_jump_correction

Signed number of 2pi phase corrections applied to remove a fringe jump, for each time slice on which a correction has been made

  • Data Type: INT_1D
  • Coordinates: ["interferometer.channel[:].wavelength[:].fringe_jump_correction_times"]

interferometer.channel[:].wavelength[:].fringe_jump_correction_times

List of time slices of the pulse on which a fringe jump correction has been made

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].wavelength[:].fringe_jump_correction_times_σ

error of interferometer.channel[:].wavelength[:].fringejumpcorrection_times

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].wavelength[:].phase_corrected.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].wavelength[:].phase_corrected.time"]

interferometer.channel[:].wavelength[:].phase_corrected.data_σ

error of interferometer.channel[:].wavelength[:].phase_corrected.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.channel[:].wavelength[:].phase_corrected.time"]

interferometer.channel[:].wavelength[:].phase_corrected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.channel[:].wavelength[:].phase_to_n_e_line

Conversion factor to be used to convert phase into line density for this wavelength

  • Units: m^-2.rad^-1
  • Data Type: FLT_0D

interferometer.channel[:].wavelength[:].phase_to_n_e_line_σ

error of interferometer.channel[:].wavelength[:].phasetoneline

  • Units: m^-2.rad^-1
  • Data Type: FLT_0D

interferometer.channel[:].wavelength[:].value

Wavelength value

  • Units: m
  • Data Type: FLT_0D

interferometer.channel[:].wavelength[:].value_σ

error of interferometer.channel[:].wavelength[:].value

  • Units: m
  • Data Type: FLT_0D

interferometer.code.commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.code.library[:].name

Name of software

  • Data Type: STR_0D

interferometer.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

interferometer.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

interferometer.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.code.name

Name of software generating IDS

  • Data Type: STR_0D

interferometer.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["interferometer.time"]

interferometer.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

interferometer.code.repository

URL of software repository

  • Data Type: STR_0D

interferometer.code.version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.electrons_n.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["interferometer.electrons_n.time"]

interferometer.electrons_n.data_σ

error of interferometer.electrons_n.data

  • Data Type: FLT_1D
  • Coordinates: ["interferometer.electrons_n.time"]

interferometer.electrons_n.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.electrons_n.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

interferometer.electrons_n.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["interferometer.electrons_n.time"]

interferometer.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

interferometer.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

interferometer.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

interferometer.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

interferometer.ids_properties.occurrence

N/A

  • Data Type: INT_0D

interferometer.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

interferometer.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

interferometer.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

interferometer.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

interferometer.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

interferometer.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

interferometer.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

interferometer.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

interferometer.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

interferometer.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

interferometer.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

interferometer.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

interferometer.latency_σ

error of interferometer.latency

  • Units: s
  • Data Type: FLT_0D

interferometer.n_e_volume_average.data

Data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.n_e_volume_average.time"]

interferometer.n_e_volume_average.data_σ

error of interferometer.nevolume_average.data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["interferometer.n_e_volume_average.time"]

interferometer.n_e_volume_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

interferometer.n_e_volume_average.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

interferometer.n_e_volume_average.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["interferometer.n_e_volume_average.time"]

interferometer.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.code.commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.code.library[:].name

Name of software

  • Data Type: STR_0D

iron_core.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

iron_core.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

iron_core.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.code.name

Name of software generating IDS

  • Data Type: STR_0D

iron_core.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["iron_core.time"]

iron_core.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

iron_core.code.repository

URL of software repository

  • Data Type: STR_0D

iron_core.code.version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

iron_core.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

iron_core.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

iron_core.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

iron_core.ids_properties.occurrence

N/A

  • Data Type: INT_0D

iron_core.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

iron_core.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

iron_core.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

iron_core.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

iron_core.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

iron_core.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

iron_core.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

iron_core.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

iron_core.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

iron_core.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

iron_core.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

iron_core.segment[:].b_field

Array of magnetic field values, for each of which the relative permeability is given

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].b_field_σ

error of ironcore.segment[:].bfield

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].geometry.annulus.r

Centre major radius

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.r_σ

error of iron_core.segment[:].geometry.annulus.r

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.radius_inner

Inner radius

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.radius_inner_σ

error of ironcore.segment[:].geometry.annulus.radiusinner

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.radius_outer

Outer radius

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.radius_outer_σ

error of ironcore.segment[:].geometry.annulus.radiusouter

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.z

Centre height

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.annulus.z_σ

error of iron_core.segment[:].geometry.annulus.z

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.arcs_of_circle.curvature_radii

Curvature radius of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].geometry.arcs_of_circle.r"]

iron_core.segment[:].geometry.arcs_of_circle.curvature_radii_σ

error of ironcore.segment[:].geometry.arcsofcircle.curvatureradii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].geometry.arcs_of_circle.r"]

iron_core.segment[:].geometry.arcs_of_circle.r

Major radii of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].geometry.arcs_of_circle.r_σ

error of ironcore.segment[:].geometry.arcsof_circle.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].geometry.arcs_of_circle.z

Height of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].geometry.arcs_of_circle.r"]

iron_core.segment[:].geometry.arcs_of_circle.z_σ

error of ironcore.segment[:].geometry.arcsof_circle.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].geometry.arcs_of_circle.r"]

iron_core.segment[:].geometry.geometry_type

Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line')

  • Data Type: INT_0D

iron_core.segment[:].geometry.oblique.alpha

Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).

  • Units: rad
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.alpha_σ

error of iron_core.segment[:].geometry.oblique.alpha

  • Units: rad
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.beta

Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.

  • Units: rad
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.beta_σ

error of iron_core.segment[:].geometry.oblique.beta

  • Units: rad
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.length_alpha

Length of the parallelogram side inclined with angle alpha with respect to the major radius axis

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.length_alpha_σ

error of ironcore.segment[:].geometry.oblique.lengthalpha

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.length_beta

Length of the parallelogram side inclined with angle beta with respect to the height axis

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.length_beta_σ

error of ironcore.segment[:].geometry.oblique.lengthbeta

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.r

Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.r_σ

error of iron_core.segment[:].geometry.oblique.r

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.z

Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.oblique.z_σ

error of iron_core.segment[:].geometry.oblique.z

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].geometry.outline.r_σ

error of iron_core.segment[:].geometry.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].geometry.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].geometry.outline.r"]

iron_core.segment[:].geometry.outline.z_σ

error of iron_core.segment[:].geometry.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].geometry.outline.r"]

iron_core.segment[:].geometry.rectangle.height

Vertical full height

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.height_σ

error of iron_core.segment[:].geometry.rectangle.height

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.r

Geometric centre R

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.r_σ

error of iron_core.segment[:].geometry.rectangle.r

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.width

Horizontal full width

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.width_σ

error of iron_core.segment[:].geometry.rectangle.width

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.z

Geometric centre Z

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.rectangle.z_σ

error of iron_core.segment[:].geometry.rectangle.z

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.first_point.r_σ

error of ironcore.segment[:].geometry.thickline.first_point.r

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.first_point.z_σ

error of ironcore.segment[:].geometry.thickline.first_point.z

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.second_point.r_σ

error of ironcore.segment[:].geometry.thickline.second_point.r

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.second_point.z_σ

error of ironcore.segment[:].geometry.thickline.second_point.z

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.thickness

Thickness

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].geometry.thick_line.thickness_σ

error of ironcore.segment[:].geometry.thickline.thickness

  • Units: m
  • Data Type: FLT_0D

iron_core.segment[:].identifier

ID of the segment

  • Data Type: STR_0D

iron_core.segment[:].magnetisation_r.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].magnetisation_r.time"]

iron_core.segment[:].magnetisation_r.data_σ

error of ironcore.segment[:].magnetisationr.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].magnetisation_r.time"]

iron_core.segment[:].magnetisation_r.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].magnetisation_z.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].magnetisation_z.time"]

iron_core.segment[:].magnetisation_z.data_σ

error of ironcore.segment[:].magnetisationz.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].magnetisation_z.time"]

iron_core.segment[:].magnetisation_z.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

iron_core.segment[:].name

Name of the segment

  • Data Type: STR_0D

iron_core.segment[:].permeability_relative

Relative permeability of the iron segment

  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].b_field"]

iron_core.segment[:].permeability_relative_σ

error of ironcore.segment[:].permeabilityrelative

  • Data Type: FLT_1D
  • Coordinates: ["iron_core.segment[:].b_field"]

iron_core.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

langmuir_probes.code.commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.code.library[:].name

Name of software

  • Data Type: STR_0D

langmuir_probes.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

langmuir_probes.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.code.name

Name of software generating IDS

  • Data Type: STR_0D

langmuir_probes.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.time"]

langmuir_probes.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

langmuir_probes.code.repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.code.version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.embedded[:].b_field_angle.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].b_field_angle.data_σ

error of langmuirprobes.embedded[:].bfield_angle.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].b_field_angle.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].b_field_angle.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].distance_separatrix_midplane.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].distance_separatrix_midplane.data_σ

error of langmuirprobes.embedded[:].distanceseparatrix_midplane.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].distance_separatrix_midplane.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].distance_separatrix_midplane.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].fluence.data

Data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].fluence.data_σ

error of langmuir_probes.embedded[:].fluence.data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].fluence.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].fluence.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].heat_flux_parallel.data

Data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].heat_flux_parallel.data_σ

error of langmuirprobes.embedded[:].heatflux_parallel.data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].heat_flux_parallel.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].heat_flux_parallel.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].identifier

ID of the probe

  • Data Type: STR_0D

langmuir_probes.embedded[:].ion_saturation_current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].ion_saturation_current.data_σ

error of langmuirprobes.embedded[:].ionsaturation_current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].ion_saturation_current.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].ion_saturation_current.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_parallel.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_parallel.data_σ

error of langmuirprobes.embedded[:].ji_parallel.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_parallel.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].j_i_parallel.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_parallel_sigma.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_parallel_sigma.data_σ

error of langmuirprobes.embedded[:].jiparallelsigma.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_parallel_sigma.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].j_i_parallel_sigma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation.data_σ

error of langmuirprobes.embedded[:].ji_saturation.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].j_i_saturation.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_kurtosis.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_kurtosis.data_σ

error of langmuirprobes.embedded[:].jisaturationkurtosis.data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_kurtosis.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].j_i_saturation_kurtosis.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_sigma.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_sigma.data_σ

error of langmuirprobes.embedded[:].jisaturationsigma.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_sigma.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].j_i_saturation_sigma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_skew.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_skew.data_σ

error of langmuirprobes.embedded[:].jisaturationskew.data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].j_i_saturation_skew.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].j_i_saturation_skew.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].multi_temperature_fits[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.data_σ

error of langmuirprobes.embedded[:].multitemperaturefits[:].te.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].multi_temperature_fits[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].multi_temperature_fits[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].multi_temperature_fits[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.data_σ

error of langmuirprobes.embedded[:].multitemperaturefits[:].ti.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].multi_temperature_fits[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].multi_temperature_fits[:].time"]

langmuir_probes.embedded[:].multi_temperature_fits[:].time

Timebase for the dynamic nodes of this probe located at this level of the IDS structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

langmuir_probes.embedded[:].n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].n_e.data_σ

error of langmuirprobes.embedded[:].ne.data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].n_e.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].n_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].name

Name of the probe

  • Data Type: STR_0D

langmuir_probes.embedded[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

langmuir_probes.embedded[:].position.phi_σ

error of langmuir_probes.embedded[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

langmuir_probes.embedded[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

langmuir_probes.embedded[:].position.r_σ

error of langmuir_probes.embedded[:].position.r

  • Units: m
  • Data Type: FLT_0D

langmuir_probes.embedded[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

langmuir_probes.embedded[:].position.z_σ

error of langmuir_probes.embedded[:].position.z

  • Units: m
  • Data Type: FLT_0D

langmuir_probes.embedded[:].surface_area

Area of the probe surface exposed to the plasma (use when assuming constant effective collection area)

  • Units: m^2
  • Data Type: FLT_0D

langmuir_probes.embedded[:].surface_area_σ

error of langmuirprobes.embedded[:].surfacearea

  • Units: m^2
  • Data Type: FLT_0D

langmuir_probes.embedded[:].surface_area_effective.data

Data

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].surface_area_effective.data_σ

error of langmuirprobes.embedded[:].surfacearea_effective.data

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].surface_area_effective.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].surface_area_effective.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].t_e.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].t_e.data_σ

error of langmuirprobes.embedded[:].te.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].t_e.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].t_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].t_i.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].t_i.data_σ

error of langmuirprobes.embedded[:].ti.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].t_i.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].t_i.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].time

Timebase for the dynamic nodes of this probe located at this level of the IDS structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

langmuir_probes.embedded[:].v_floating.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_floating.data_σ

error of langmuirprobes.embedded[:].vfloating.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_floating.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].v_floating.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_floating_sigma.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_floating_sigma.data_σ

error of langmuirprobes.embedded[:].vfloating_sigma.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_floating_sigma.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].v_floating_sigma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_plasma.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_plasma.data_σ

error of langmuirprobes.embedded[:].vplasma.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.embedded[:].v_plasma.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.embedded[:].v_plasma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.embedded[:].time"]

langmuir_probes.equilibrium_id.data_entry.machine

Name of the experimental device to which this data is related

  • Data Type: STR_0D

langmuir_probes.equilibrium_id.data_entry.pulse

Pulse number

  • Data Type: INT_0D

langmuir_probes.equilibrium_id.data_entry.pulse_type

Type of the data entry, e.g. "pulse", "simulation", ...

  • Data Type: STR_0D

langmuir_probes.equilibrium_id.data_entry.run

Run number

  • Data Type: INT_0D

langmuir_probes.equilibrium_id.data_entry.user

Username

  • Data Type: STR_0D

langmuir_probes.equilibrium_id.name

IDS name

  • Data Type: STR_0D

langmuir_probes.equilibrium_id.occurrence

IDS occurrence

  • Data Type: INT_0D

langmuir_probes.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

langmuir_probes.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

langmuir_probes.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

langmuir_probes.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

langmuir_probes.ids_properties.occurrence

N/A

  • Data Type: INT_0D

langmuir_probes.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

langmuir_probes.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

langmuir_probes.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

langmuir_probes.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

langmuir_probes.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

langmuir_probes.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

langmuir_probes.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

langmuir_probes.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

langmuir_probes.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

langmuir_probes.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

langmuir_probes.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

langmuir_probes.latency_σ

error of langmuir_probes.latency

  • Units: s
  • Data Type: FLT_0D

langmuir_probes.midplane.description

Verbose description

  • Data Type: STR_0D

langmuir_probes.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

langmuir_probes.midplane.name

Short string identifier

  • Data Type: STR_0D

langmuir_probes.reciprocating[:].identifier

ID of the probe

  • Data Type: STR_0D

langmuir_probes.reciprocating[:].name

Name of the probe

  • Data Type: STR_0D

langmuir_probes.reciprocating[:].plunge[:].b_field_angle.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].b_field_angle.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].bfield_angle.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].b_field_angle.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].b_field_angle.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.data

Data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].heatflux_parallel.data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ionsaturation_current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_kurtosis.data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_parallel.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_saturation.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.data

Data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_sigma.data

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_skew.data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.phi_σ

error of langmuir_probes.reciprocating[:].plunge[:].collector[:].position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.r_σ

error of langmuir_probes.reciprocating[:].plunge[:].collector[:].position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.validity

Indicator of the validity of the position data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.validity_timed

Indicator of the validity of the position data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].position.z_σ

error of langmuir_probes.reciprocating[:].plunge[:].collector[:].position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].te.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].ti.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].vfloating.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].collector[:].vfloating_sigma.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].distanceseparatrix_midplane.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].distancexpointz.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].machnumber_parallel.data

  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].n_e.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].ne.data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].n_e.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].n_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.phi_σ

error of langmuirprobes.reciprocating[:].plunge[:].positionaverage.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.r_σ

error of langmuirprobes.reciprocating[:].plunge[:].positionaverage.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.validity

Indicator of the validity of the position data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].position_average.validity_timed

Indicator of the validity of the position data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].position_average.z_σ

error of langmuirprobes.reciprocating[:].plunge[:].positionaverage.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].t_e_average.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].t_e_average.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].te_average.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].t_e_average.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].t_e_average.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].t_i_average.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].t_i_average.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].ti_average.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].t_i_average.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].t_i_average.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].time

Time of maximum penetration of the probe during a given plunge

  • Units: s
  • Data Type: FLT_0D

langmuir_probes.reciprocating[:].plunge[:].time_within_plunge

Time vector for describing the dynamics within the plunge

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

langmuir_probes.reciprocating[:].plunge[:].time_within_plunge_σ

error of langmuirprobes.reciprocating[:].plunge[:].timewithin_plunge

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

langmuir_probes.reciprocating[:].plunge[:].v_plasma.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].v_plasma.data_σ

error of langmuirprobes.reciprocating[:].plunge[:].vplasma.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].plunge[:].v_plasma.validity

Indicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

langmuir_probes.reciprocating[:].plunge[:].v_plasma.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].time_within_plunge"]

langmuir_probes.reciprocating[:].surface_area

Area of the surface exposed to the plasma of each collector (constant assuming negligible dependence on e.g. the magnetic field line angle)

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].collector"]

langmuir_probes.reciprocating[:].surface_area_σ

error of langmuirprobes.reciprocating[:].surfacearea

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["langmuir_probes.reciprocating[:].plunge[:].collector"]

langmuir_probes.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].available_launch_power

Available launch power

  • Units: W
  • Data Type: FLT_0D

lh_antennas.antenna[:].available_launch_power_σ

error of lhantennas.antenna[:].availablelaunch_power

  • Units: W
  • Data Type: FLT_0D

lh_antennas.antenna[:].distance_to_antenna

Radial distance to the antenna mouth (grid for the electron density profile). 0 at antenna mouth, increasing towards the plasma

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].distance_to_antenna_σ

error of lhantennas.antenna[:].distanceto_antenna

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].efficiency.conversion

Conversion efficiency of electric power to microwave power

  • Data Type: FLT_0D

lh_antennas.antenna[:].efficiency.conversion_σ

error of lh_antennas.antenna[:].efficiency.conversion

  • Data Type: FLT_0D

lh_antennas.antenna[:].efficiency.coupling

Coupling efficiency of launched microwave power to the plasma

  • Data Type: FLT_0D

lh_antennas.antenna[:].efficiency.coupling_σ

error of lh_antennas.antenna[:].efficiency.coupling

  • Data Type: FLT_0D

lh_antennas.antenna[:].efficiency.transmission

Transmission efficiency of microwave power from generator to antenna

  • Data Type: FLT_0D

lh_antennas.antenna[:].efficiency.transmission_σ

error of lh_antennas.antenna[:].efficiency.transmission

  • Data Type: FLT_0D

lh_antennas.antenna[:].frequency

Frequency

  • Units: Hz
  • Data Type: FLT_0D

lh_antennas.antenna[:].frequency_σ

error of lh_antennas.antenna[:].frequency

  • Units: Hz
  • Data Type: FLT_0D

lh_antennas.antenna[:].identifier

Identifier of the antenna (unique within the set of all antennas of the experiment)

  • Data Type: STR_0D

lh_antennas.antenna[:].model_name

Name of the antenna model used for antenna spectrum computation

  • Data Type: STR_0D

lh_antennas.antenna[:].module[:].identifier

Identifier of the module

  • Data Type: STR_0D

lh_antennas.antenna[:].module[:].name

Name of the module

  • Data Type: STR_0D

lh_antennas.antenna[:].module[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].phase.time"]

lh_antennas.antenna[:].module[:].phase.data_σ

error of lh_antennas.antenna[:].module[:].phase.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].phase.time"]

lh_antennas.antenna[:].module[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].module[:].power_forward.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].power_forward.time"]

lh_antennas.antenna[:].module[:].power_forward.data_σ

error of lhantennas.antenna[:].module[:].powerforward.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].power_forward.time"]

lh_antennas.antenna[:].module[:].power_forward.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].module[:].power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].power_launched.time"]

lh_antennas.antenna[:].module[:].power_launched.data_σ

error of lhantennas.antenna[:].module[:].powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].power_launched.time"]

lh_antennas.antenna[:].module[:].power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].module[:].power_reflected.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].power_reflected.time"]

lh_antennas.antenna[:].module[:].power_reflected.data_σ

error of lhantennas.antenna[:].module[:].powerreflected.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].power_reflected.time"]

lh_antennas.antenna[:].module[:].power_reflected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].module[:].reflection_coefficient.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].reflection_coefficient.time"]

lh_antennas.antenna[:].module[:].reflection_coefficient.data_σ

error of lhantennas.antenna[:].module[:].reflectioncoefficient.data

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].module[:].reflection_coefficient.time"]

lh_antennas.antenna[:].module[:].reflection_coefficient.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "lh_antennas.antenna[:].n_e.time"]

lh_antennas.antenna[:].n_e.data_σ

error of lhantennas.antenna[:].ne.data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "lh_antennas.antenna[:].n_e.time"]

lh_antennas.antenna[:].n_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].n_parallel_peak.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].n_parallel_peak.time"]

lh_antennas.antenna[:].n_parallel_peak.data_σ

error of lhantennas.antenna[:].nparallel_peak.data

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].n_parallel_peak.time"]

lh_antennas.antenna[:].n_parallel_peak.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].name

Name of the antenna (unique within the set of all antennas of the experiment)

  • Data Type: STR_0D

lh_antennas.antenna[:].phase_average.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].phase_average.time"]

lh_antennas.antenna[:].phase_average.data_σ

error of lhantennas.antenna[:].phaseaverage.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].phase_average.time"]

lh_antennas.antenna[:].phase_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].position.definition

Definition of the reference point

  • Data Type: STR_0D

lh_antennas.antenna[:].position.phi.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].position.phi.time"]

lh_antennas.antenna[:].position.phi.data_σ

error of lh_antennas.antenna[:].position.phi.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].position.phi.time"]

lh_antennas.antenna[:].position.phi.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].position.r.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].position.r.time"]

lh_antennas.antenna[:].position.r.data_σ

error of lh_antennas.antenna[:].position.r.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].position.r.time"]

lh_antennas.antenna[:].position.r.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].position.z.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].position.z.time"]

lh_antennas.antenna[:].position.z.data_σ

error of lh_antennas.antenna[:].position.z.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].position.z.time"]

lh_antennas.antenna[:].position.z.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].power_forward.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].power_forward.time"]

lh_antennas.antenna[:].power_forward.data_σ

error of lhantennas.antenna[:].powerforward.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].power_forward.time"]

lh_antennas.antenna[:].power_forward.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].power_launched.time"]

lh_antennas.antenna[:].power_launched.data_σ

error of lhantennas.antenna[:].powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].power_launched.time"]

lh_antennas.antenna[:].power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].power_reflected.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].power_reflected.time"]

lh_antennas.antenna[:].power_reflected.data_σ

error of lhantennas.antenna[:].powerreflected.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].power_reflected.time"]

lh_antennas.antenna[:].power_reflected.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].pressure_tank.data

Data

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].pressure_tank.time"]

lh_antennas.antenna[:].pressure_tank.data_σ

error of lhantennas.antenna[:].pressuretank.data

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].pressure_tank.time"]

lh_antennas.antenna[:].pressure_tank.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].reflection_coefficient.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].reflection_coefficient.time"]

lh_antennas.antenna[:].reflection_coefficient.data_σ

error of lhantennas.antenna[:].reflectioncoefficient.data

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].reflection_coefficient.time"]

lh_antennas.antenna[:].reflection_coefficient.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].row[:].n_pol

Refraction index in the poloidal direction. The poloidal angle is defined from the reference point; the angle at a point (R,Z) is given by atan((Z-Zref)/(R-Rref)), where Rref=referencepoint/r and Zref=referencepoint/z

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].n_pol_σ

error of lhantennas.antenna[:].row[:].npol

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].n_tor

Refraction index in the toroidal direction

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].n_tor_σ

error of lhantennas.antenna[:].row[:].ntor

  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].name

Name of the row

  • Data Type: STR_0D

lh_antennas.antenna[:].row[:].position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].position.time"]

lh_antennas.antenna[:].row[:].position.phi_σ

error of lh_antennas.antenna[:].row[:].position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].position.time"]

lh_antennas.antenna[:].row[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].position.time"]

lh_antennas.antenna[:].row[:].position.r_σ

error of lh_antennas.antenna[:].row[:].position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].position.time"]

lh_antennas.antenna[:].row[:].position.time

Time for the R,Z,phi coordinates

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.antenna[:].row[:].position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].position.time"]

lh_antennas.antenna[:].row[:].position.z_σ

error of lh_antennas.antenna[:].row[:].position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.antenna[:].row[:].position.time"]

lh_antennas.antenna[:].row[:].power_density_spectrum_1d

1D power density spectrum dP/dn_tor, as a function of time

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["lh_antennas.antenna[:].row[:].n_tor", "lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].power_density_spectrum_1d_σ

error of lhantennas.antenna[:].row[:].powerdensityspectrum1d

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["lh_antennas.antenna[:].row[:].n_tor", "lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].power_density_spectrum_2d

2D power density spectrum d2P/(dntor.dnpol), as a function of time

  • Units: W
  • Data Type: FLT_3D
  • Coordinates: ["lh_antennas.antenna[:].row[:].n_tor", "lh_antennas.antenna[:].row[:].n_pol", "lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].power_density_spectrum_2d_σ

error of lhantennas.antenna[:].row[:].powerdensityspectrum2d

  • Units: W
  • Data Type: FLT_3D
  • Coordinates: ["lh_antennas.antenna[:].row[:].n_tor", "lh_antennas.antenna[:].row[:].n_pol", "lh_antennas.antenna[:].row[:].time"]

lh_antennas.antenna[:].row[:].time

Timebase for the dynamic nodes of this probe located at this level of the IDS structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.code.commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.code.library[:].name

Name of software

  • Data Type: STR_0D

lh_antennas.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

lh_antennas.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.code.name

Name of software generating IDS

  • Data Type: STR_0D

lh_antennas.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["lh_antennas.time"]

lh_antennas.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

lh_antennas.code.repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.code.version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

lh_antennas.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

lh_antennas.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

lh_antennas.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

lh_antennas.ids_properties.occurrence

N/A

  • Data Type: INT_0D

lh_antennas.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

lh_antennas.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

lh_antennas.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

lh_antennas.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

lh_antennas.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

lh_antennas.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

lh_antennas.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

lh_antennas.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

lh_antennas.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

lh_antennas.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

lh_antennas.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

lh_antennas.latency_σ

error of lh_antennas.latency

  • Units: s
  • Data Type: FLT_0D

lh_antennas.power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.power_launched.time"]

lh_antennas.power_launched.data_σ

error of lhantennas.powerlaunched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["lh_antennas.power_launched.time"]

lh_antennas.power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

lh_antennas.reference_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

lh_antennas.reference_point.r_σ

error of lhantennas.referencepoint.r

  • Units: m
  • Data Type: FLT_0D

lh_antennas.reference_point.z

Height

  • Units: m
  • Data Type: FLT_0D

lh_antennas.reference_point.z_σ

error of lhantennas.referencepoint.z

  • Units: m
  • Data Type: FLT_0D

lh_antennas.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_pol_probe[:].area

Area of each turn of the sensor; becomes effective area when multiplied by the turns

  • Units: m^2
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].area_σ

error of magnetics.bfieldpol_probe[:].area

  • Units: m^2
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].bandwidth_3db

3dB bandwith (first index : lower frequency bound, second index : upper frequency bound)

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

magnetics.b_field_pol_probe[:].bandwidth_3db_σ

error of magnetics.bfieldpolprobe[:].bandwidth3db

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

magnetics.b_field_pol_probe[:].field.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].field.time"]

magnetics.b_field_pol_probe[:].field.data_σ

error of magnetics.bfieldpol_probe[:].field.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].field.time"]

magnetics.b_field_pol_probe[:].field.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_pol_probe[:].field.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.b_field_pol_probe[:].field.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].field.time"]

magnetics.b_field_pol_probe[:].identifier

ID of the probe

  • Data Type: STR_0D

magnetics.b_field_pol_probe[:].indices_differential

Indices (from the bpol_probe array of structure) of the two probes used to build the field difference field(second index) - field(first index). Use only if ../type/index = 6, leave empty otherwise

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

magnetics.b_field_pol_probe[:].length

Length of the sensor along it's normal vector (n)

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].length_σ

error of magnetics.bfieldpol_probe[:].length

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].name

Name of the probe

  • Data Type: STR_0D

magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear

Array of magnetic field values (corresponding to the assumption of a linear relation between magnetic field and probe coil current), for each of which the probe non-linear response is given in ../bfieldnon_linear

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear_σ

error of magnetics.bfieldpolprobe[:].nonlinearresponse.bfield_linear

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_pol_probe[:].non_linear_response.b_field_non_linear

Magnetic field value taking into account the non-linear response of the probe

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear"]

magnetics.b_field_pol_probe[:].non_linear_response.b_field_non_linear_σ

error of magnetics.bfieldpolprobe[:].nonlinearresponse.bfieldnonlinear

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear"]

magnetics.b_field_pol_probe[:].poloidal_angle

Angle of the sensor normal vector (vector parallel to the the axis of the coil, n on the diagram) with respect to horizontal plane (clockwise theta-like angle). Zero if sensor normal vector fully in the horizontal plane and oriented towards increasing major radius. Values in [0 , 2Pi]

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].poloidal_angle_σ

error of magnetics.bfieldpolprobe[:].poloidalangle

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].position.phi_σ

error of magnetics.bfieldpol_probe[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].position.r_σ

error of magnetics.bfieldpol_probe[:].position.r

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].position.z_σ

error of magnetics.bfieldpol_probe[:].position.z

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].toroidal_angle

Angle of the projection of the sensor normal vector (n) in the horizontal plane with the increasing R direction (i.e. grad(R)) (angle is counter-clockwise from above as in cocos=11 phi-like angle). Values should be taken modulo pi with values within (-pi/2,pi/2]. Zero if projected sensor normal is parallel to grad(R), pi/2 if it is parallel to grad(phi).

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].toroidal_angle_σ

error of magnetics.bfieldpolprobe[:].toroidalangle

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_pol_probe[:].turns

Turns in the coil, including sign

  • Data Type: INT_0D

magnetics.b_field_pol_probe[:].type.description

Verbose description

  • Data Type: STR_0D

magnetics.b_field_pol_probe[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

magnetics.b_field_pol_probe[:].type.name

Short string identifier

  • Data Type: STR_0D

magnetics.b_field_pol_probe[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].voltage.time"]

magnetics.b_field_pol_probe[:].voltage.data_σ

error of magnetics.bfieldpol_probe[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].voltage.time"]

magnetics.b_field_pol_probe[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_pol_probe[:].voltage.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.b_field_pol_probe[:].voltage.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.b_field_pol_probe[:].voltage.time"]

magnetics.b_field_tor_probe[:].area

Area of each turn of the sensor; becomes effective area when multiplied by the turns

  • Units: m^2
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].area_σ

error of magnetics.bfieldtor_probe[:].area

  • Units: m^2
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].bandwidth_3db

3dB bandwith (first index : lower frequency bound, second index : upper frequency bound)

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

magnetics.b_field_tor_probe[:].bandwidth_3db_σ

error of magnetics.bfieldtorprobe[:].bandwidth3db

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

magnetics.b_field_tor_probe[:].field.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].field.time"]

magnetics.b_field_tor_probe[:].field.data_σ

error of magnetics.bfieldtor_probe[:].field.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].field.time"]

magnetics.b_field_tor_probe[:].field.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_tor_probe[:].field.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.b_field_tor_probe[:].field.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].field.time"]

magnetics.b_field_tor_probe[:].identifier

ID of the probe

  • Data Type: STR_0D

magnetics.b_field_tor_probe[:].indices_differential

Indices (from the bpol_probe array of structure) of the two probes used to build the field difference field(second index) - field(first index). Use only if ../type/index = 6, leave empty otherwise

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

magnetics.b_field_tor_probe[:].length

Length of the sensor along it's normal vector (n)

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].length_σ

error of magnetics.bfieldtor_probe[:].length

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].name

Name of the probe

  • Data Type: STR_0D

magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear

Array of magnetic field values (corresponding to the assumption of a linear relation between magnetic field and probe coil current), for each of which the probe non-linear response is given in ../bfieldnon_linear

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear_σ

error of magnetics.bfieldtorprobe[:].nonlinearresponse.bfield_linear

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_tor_probe[:].non_linear_response.b_field_non_linear

Magnetic field value taking into account the non-linear response of the probe

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear"]

magnetics.b_field_tor_probe[:].non_linear_response.b_field_non_linear_σ

error of magnetics.bfieldtorprobe[:].nonlinearresponse.bfieldnonlinear

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear"]

magnetics.b_field_tor_probe[:].poloidal_angle

Angle of the sensor normal vector (vector parallel to the the axis of the coil, n on the diagram) with respect to horizontal plane (clockwise theta-like angle). Zero if sensor normal vector fully in the horizontal plane and oriented towards increasing major radius. Values in [0 , 2Pi]

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].poloidal_angle_σ

error of magnetics.bfieldtorprobe[:].poloidalangle

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].position.phi_σ

error of magnetics.bfieldtor_probe[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].position.r_σ

error of magnetics.bfieldtor_probe[:].position.r

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].position.z_σ

error of magnetics.bfieldtor_probe[:].position.z

  • Units: m
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].toroidal_angle

Angle of the projection of the sensor normal vector (n) in the horizontal plane with the increasing R direction (i.e. grad(R)) (angle is counter-clockwise from above as in cocos=11 phi-like angle). Values should be taken modulo pi with values within (-pi/2,pi/2]. Zero if projected sensor normal is parallel to grad(R), pi/2 if it is parallel to grad(phi).

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].toroidal_angle_σ

error of magnetics.bfieldtorprobe[:].toroidalangle

  • Units: rad
  • Data Type: FLT_0D

magnetics.b_field_tor_probe[:].turns

Turns in the coil, including sign

  • Data Type: INT_0D

magnetics.b_field_tor_probe[:].type.description

Verbose description

  • Data Type: STR_0D

magnetics.b_field_tor_probe[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

magnetics.b_field_tor_probe[:].type.name

Short string identifier

  • Data Type: STR_0D

magnetics.b_field_tor_probe[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].voltage.time"]

magnetics.b_field_tor_probe[:].voltage.data_σ

error of magnetics.bfieldtor_probe[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].voltage.time"]

magnetics.b_field_tor_probe[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.b_field_tor_probe[:].voltage.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.b_field_tor_probe[:].voltage.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.b_field_tor_probe[:].voltage.time"]

magnetics.code.commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.code.library[:].name

Name of software

  • Data Type: STR_0D

magnetics.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

magnetics.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

magnetics.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.code.name

Name of software generating IDS

  • Data Type: STR_0D

magnetics.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["magnetics.time"]

magnetics.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

magnetics.code.repository

URL of software repository

  • Data Type: STR_0D

magnetics.code.version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.diamagnetic_flux[:].data

Data

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.diamagnetic_flux[:].time"]

magnetics.diamagnetic_flux[:].data_σ

error of magnetics.diamagnetic_flux[:].data

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.diamagnetic_flux[:].time"]

magnetics.diamagnetic_flux[:].method_name

Name of the calculation method

  • Data Type: STR_0D

magnetics.diamagnetic_flux[:].time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.flux_loop[:].area

Effective area (ratio between flux and average magnetic field over the loop)

  • Units: m^2
  • Data Type: FLT_0D

magnetics.flux_loop[:].area_σ

error of magnetics.flux_loop[:].area

  • Units: m^2
  • Data Type: FLT_0D

magnetics.flux_loop[:].flux.data

Data

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.flux_loop[:].flux.time"]

magnetics.flux_loop[:].flux.data_σ

error of magnetics.flux_loop[:].flux.data

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.flux_loop[:].flux.time"]

magnetics.flux_loop[:].flux.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.flux_loop[:].flux.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.flux_loop[:].flux.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.flux_loop[:].flux.time"]

magnetics.flux_loop[:].gm9

Integral of 1/R over the loop area (ratio between flux and magnetic rigidity R0.B0). Use only if ../type/index = 3 to 6, leave empty otherwise.

  • Units: m
  • Data Type: FLT_0D

magnetics.flux_loop[:].gm9_σ

error of magnetics.flux_loop[:].gm9

  • Units: m
  • Data Type: FLT_0D

magnetics.flux_loop[:].identifier

ID of the flux loop

  • Data Type: STR_0D

magnetics.flux_loop[:].indices_differential

Indices (from the flux_loop array of structure) of the two flux loops used to build the flux difference flux(second index) - flux(first index). Use only if ../type/index = 6, leave empty otherwise

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

magnetics.flux_loop[:].name

Name of the flux loop

  • Data Type: STR_0D

magnetics.flux_loop[:].position[:].phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

magnetics.flux_loop[:].position[:].phi_σ

error of magnetics.flux_loop[:].position[:].phi

  • Units: rad
  • Data Type: FLT_0D

magnetics.flux_loop[:].position[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

magnetics.flux_loop[:].position[:].r_σ

error of magnetics.flux_loop[:].position[:].r

  • Units: m
  • Data Type: FLT_0D

magnetics.flux_loop[:].position[:].z

Height

  • Units: m
  • Data Type: FLT_0D

magnetics.flux_loop[:].position[:].z_σ

error of magnetics.flux_loop[:].position[:].z

  • Units: m
  • Data Type: FLT_0D

magnetics.flux_loop[:].type.description

Verbose description

  • Data Type: STR_0D

magnetics.flux_loop[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

magnetics.flux_loop[:].type.name

Short string identifier

  • Data Type: STR_0D

magnetics.flux_loop[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.flux_loop[:].voltage.time"]

magnetics.flux_loop[:].voltage.data_σ

error of magnetics.flux_loop[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.flux_loop[:].voltage.time"]

magnetics.flux_loop[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.flux_loop[:].voltage.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.flux_loop[:].voltage.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.flux_loop[:].voltage.time"]

magnetics.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

magnetics.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

magnetics.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

magnetics.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

magnetics.ids_properties.occurrence

N/A

  • Data Type: INT_0D

magnetics.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

magnetics.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

magnetics.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

magnetics.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

magnetics.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

magnetics.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

magnetics.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

magnetics.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

magnetics.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

magnetics.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

magnetics.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

magnetics.ip[:].data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.ip[:].time"]

magnetics.ip[:].data_σ

error of magnetics.ip[:].data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.ip[:].time"]

magnetics.ip[:].method_name

Name of the calculation method

  • Data Type: STR_0D

magnetics.ip[:].time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

magnetics.latency_σ

error of magnetics.latency

  • Units: s
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].area

Effective area of the loop wrapped around the guiding centre. In case of multiple layers, sum of the areas of each layer

  • Units: m^2
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].area_σ

error of magnetics.rogowski_coil[:].area

  • Units: m^2
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.rogowski_coil[:].current.time"]

magnetics.rogowski_coil[:].current.data_σ

error of magnetics.rogowski_coil[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.rogowski_coil[:].current.time"]

magnetics.rogowski_coil[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.rogowski_coil[:].current.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.rogowski_coil[:].current.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.rogowski_coil[:].current.time"]

magnetics.rogowski_coil[:].identifier

ID of the coil

  • Data Type: STR_0D

magnetics.rogowski_coil[:].indices_compound

Indices (from the rogowskicoil array of structure) of the partial Rogoswkis used to build the coumpound signal (sum of the partial Rogoswki signals). Can be set to any unique integer value for each section of a compound rogowski coil. Use only if ../measurequantity/index = 5, leave empty otherwise

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

magnetics.rogowski_coil[:].measured_quantity.description

Verbose description

  • Data Type: STR_0D

magnetics.rogowski_coil[:].measured_quantity.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

magnetics.rogowski_coil[:].measured_quantity.name

Short string identifier

  • Data Type: STR_0D

magnetics.rogowski_coil[:].name

Name of the coil

  • Data Type: STR_0D

magnetics.rogowski_coil[:].position[:].phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].position[:].phi_σ

error of magnetics.rogowski_coil[:].position[:].phi

  • Units: rad
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].position[:].r

Major radius

  • Units: m
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].position[:].r_σ

error of magnetics.rogowski_coil[:].position[:].r

  • Units: m
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].position[:].z

Height

  • Units: m
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].position[:].z_σ

error of magnetics.rogowski_coil[:].position[:].z

  • Units: m
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].turns_per_metre

Number of turns per unit length. In case of multiple layers, turns are counted for a single layer

  • Units: m^-1
  • Data Type: FLT_0D

magnetics.rogowski_coil[:].turns_per_metre_σ

error of magnetics.rogowskicoil[:].turnsper_metre

  • Units: m^-1
  • Data Type: FLT_0D

magnetics.shunt[:].divertor_index

If the shunt is located on a given divertor, index of that divertor in the divertors IDS

  • Data Type: INT_0D

magnetics.shunt[:].identifier

Alphanumeric identifier of the shunt

  • Data Type: STR_0D

magnetics.shunt[:].name

Name of the shunt

  • Data Type: STR_0D

magnetics.shunt[:].position.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.first_point.r_σ

error of magnetics.shunt[:].position.first_point.r

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.first_point.z_σ

error of magnetics.shunt[:].position.first_point.z

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.second_point.r_σ

error of magnetics.shunt[:].position.second_point.r

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].position.second_point.z_σ

error of magnetics.shunt[:].position.second_point.z

  • Units: m
  • Data Type: FLT_0D

magnetics.shunt[:].resistance

Shunt resistance

  • Units: Ohm
  • Data Type: FLT_0D

magnetics.shunt[:].resistance_σ

error of magnetics.shunt[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

magnetics.shunt[:].target_index

If the shunt is located on a divertor target, index of that target in the divertors IDS

  • Data Type: INT_0D

magnetics.shunt[:].tile_index

If the shunt is located on a divertor tile, index of that tile in the divertors IDS

  • Data Type: INT_0D

magnetics.shunt[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.shunt[:].voltage.time"]

magnetics.shunt[:].voltage.data_σ

error of magnetics.shunt[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["magnetics.shunt[:].voltage.time"]

magnetics.shunt[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

magnetics.shunt[:].voltage.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

magnetics.shunt[:].voltage.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["magnetics.shunt[:].voltage.time"]

magnetics.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.code.commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.code.library[:].name

Name of software

  • Data Type: STR_0D

mhd.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

mhd.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.code.name

Name of software generating IDS

  • Data Type: STR_0D

mhd.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["mhd.time"]

mhd.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd.code.repository

URL of software repository

  • Data Type: STR_0D

mhd.code.version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.ggd[:].a_field_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].a_field_r[:].values", "1...N"]

mhd.ggd[:].a_field_r[:].coefficients_σ

error of mhd.ggd[:].afieldr[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].a_field_r[:].values", "1...N"]

mhd.ggd[:].a_field_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].a_field_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].a_field_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].a_field_r[:].values_σ

error of mhd.ggd[:].afieldr[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].a_field_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].a_field_tor[:].values", "1...N"]

mhd.ggd[:].a_field_tor[:].coefficients_σ

error of mhd.ggd[:].afieldtor[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].a_field_tor[:].values", "1...N"]

mhd.ggd[:].a_field_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].a_field_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].a_field_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].a_field_tor[:].values_σ

error of mhd.ggd[:].afieldtor[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].a_field_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].a_field_z[:].values", "1...N"]

mhd.ggd[:].a_field_z[:].coefficients_σ

error of mhd.ggd[:].afieldz[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].a_field_z[:].values", "1...N"]

mhd.ggd[:].a_field_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].a_field_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].a_field_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].a_field_z[:].values_σ

error of mhd.ggd[:].afieldz[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].b_field_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].b_field_r[:].values", "1...N"]

mhd.ggd[:].b_field_r[:].coefficients_σ

error of mhd.ggd[:].bfieldr[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].b_field_r[:].values", "1...N"]

mhd.ggd[:].b_field_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].b_field_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].b_field_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].b_field_r[:].values_σ

error of mhd.ggd[:].bfieldr[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].b_field_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].b_field_tor[:].values", "1...N"]

mhd.ggd[:].b_field_tor[:].coefficients_σ

error of mhd.ggd[:].bfieldtor[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].b_field_tor[:].values", "1...N"]

mhd.ggd[:].b_field_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].b_field_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].b_field_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].b_field_tor[:].values_σ

error of mhd.ggd[:].bfieldtor[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].b_field_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].b_field_z[:].values", "1...N"]

mhd.ggd[:].b_field_z[:].coefficients_σ

error of mhd.ggd[:].bfieldz[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].b_field_z[:].values", "1...N"]

mhd.ggd[:].b_field_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].b_field_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].b_field_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].b_field_z[:].values_σ

error of mhd.ggd[:].bfieldz[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].electrons.temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].electrons.temperature[:].values", "1...N"]

mhd.ggd[:].electrons.temperature[:].coefficients_σ

error of mhd.ggd[:].electrons.temperature[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].electrons.temperature[:].values", "1...N"]

mhd.ggd[:].electrons.temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].electrons.temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].electrons.temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].electrons.temperature[:].values_σ

error of mhd.ggd[:].electrons.temperature[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_r[:].values", "1...N"]

mhd.ggd[:].j_r[:].coefficients_σ

error of mhd.ggd[:].j_r[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_r[:].values", "1...N"]

mhd.ggd[:].j_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].j_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].j_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_r[:].values_σ

error of mhd.ggd[:].j_r[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_tor[:].values", "1...N"]

mhd.ggd[:].j_tor[:].coefficients_σ

error of mhd.ggd[:].j_tor[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_tor[:].values", "1...N"]

mhd.ggd[:].j_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].j_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].j_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_tor[:].values_σ

error of mhd.ggd[:].j_tor[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_tor_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_tor_r[:].values", "1...N"]

mhd.ggd[:].j_tor_r[:].coefficients_σ

error of mhd.ggd[:].jtorr[:].coefficients

  • Units: A.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_tor_r[:].values", "1...N"]

mhd.ggd[:].j_tor_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].j_tor_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].j_tor_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_tor_r[:].values_σ

error of mhd.ggd[:].jtorr[:].values

  • Units: A.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_z[:].values", "1...N"]

mhd.ggd[:].j_z[:].coefficients_σ

error of mhd.ggd[:].j_z[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].j_z[:].values", "1...N"]

mhd.ggd[:].j_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].j_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].j_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].j_z[:].values_σ

error of mhd.ggd[:].j_z[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].mass_density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].mass_density[:].values", "1...N"]

mhd.ggd[:].mass_density[:].coefficients_σ

error of mhd.ggd[:].mass_density[:].coefficients

  • Units: kg.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].mass_density[:].values", "1...N"]

mhd.ggd[:].mass_density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].mass_density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].mass_density[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].mass_density[:].values_σ

error of mhd.ggd[:].mass_density[:].values

  • Units: kg.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].n_i_total[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].n_i_total[:].values", "1...N"]

mhd.ggd[:].n_i_total[:].coefficients_σ

error of mhd.ggd[:].nitotal[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].n_i_total[:].values", "1...N"]

mhd.ggd[:].n_i_total[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].n_i_total[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].n_i_total[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].n_i_total[:].values_σ

error of mhd.ggd[:].nitotal[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].phi_potential[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].phi_potential[:].values", "1...N"]

mhd.ggd[:].phi_potential[:].coefficients_σ

error of mhd.ggd[:].phi_potential[:].coefficients

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].phi_potential[:].values", "1...N"]

mhd.ggd[:].phi_potential[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].phi_potential[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].phi_potential[:].values

One scalar value is provided per element in the grid subset.

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].phi_potential[:].values_σ

error of mhd.ggd[:].phi_potential[:].values

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].psi[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].psi[:].values", "1...N"]

mhd.ggd[:].psi[:].coefficients_σ

error of mhd.ggd[:].psi[:].coefficients

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].psi[:].values", "1...N"]

mhd.ggd[:].psi[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].psi[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].psi[:].values

One scalar value is provided per element in the grid subset.

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].psi[:].values_σ

error of mhd.ggd[:].psi[:].values

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].t_i_average[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].t_i_average[:].values", "1...N"]

mhd.ggd[:].t_i_average[:].coefficients_σ

error of mhd.ggd[:].tiaverage[:].coefficients

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].t_i_average[:].values", "1...N"]

mhd.ggd[:].t_i_average[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].t_i_average[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].t_i_average[:].values

One scalar value is provided per element in the grid subset.

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].t_i_average[:].values_σ

error of mhd.ggd[:].tiaverage[:].values

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

mhd.ggd[:].velocity_parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_parallel[:].values", "1...N"]

mhd.ggd[:].velocity_parallel[:].coefficients_σ

error of mhd.ggd[:].velocity_parallel[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_parallel[:].values", "1...N"]

mhd.ggd[:].velocity_parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].velocity_parallel[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].velocity_parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_parallel[:].values_σ

error of mhd.ggd[:].velocity_parallel[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_parallel_over_b_field[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1.T^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_parallel_over_b_field[:].values", "1...N"]

mhd.ggd[:].velocity_parallel_over_b_field[:].coefficients_σ

error of mhd.ggd[:].velocityparalleloverbfield[:].coefficients

  • Units: m.s^-1.T^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_parallel_over_b_field[:].values", "1...N"]

mhd.ggd[:].velocity_parallel_over_b_field[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].velocity_parallel_over_b_field[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].velocity_parallel_over_b_field[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1.T^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_parallel_over_b_field[:].values_σ

error of mhd.ggd[:].velocityparalleloverbfield[:].values

  • Units: m.s^-1.T^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_r[:].values", "1...N"]

mhd.ggd[:].velocity_r[:].coefficients_σ

error of mhd.ggd[:].velocity_r[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_r[:].values", "1...N"]

mhd.ggd[:].velocity_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].velocity_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].velocity_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_r[:].values_σ

error of mhd.ggd[:].velocity_r[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_tor[:].values", "1...N"]

mhd.ggd[:].velocity_tor[:].coefficients_σ

error of mhd.ggd[:].velocity_tor[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_tor[:].values", "1...N"]

mhd.ggd[:].velocity_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].velocity_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].velocity_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_tor[:].values_σ

error of mhd.ggd[:].velocity_tor[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_z[:].values", "1...N"]

mhd.ggd[:].velocity_z[:].coefficients_σ

error of mhd.ggd[:].velocity_z[:].coefficients

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].velocity_z[:].values", "1...N"]

mhd.ggd[:].velocity_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].velocity_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].velocity_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].velocity_z[:].values_σ

error of mhd.ggd[:].velocity_z[:].values

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].vorticity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].vorticity[:].values", "1...N"]

mhd.ggd[:].vorticity[:].coefficients_σ

error of mhd.ggd[:].vorticity[:].coefficients

  • Units: s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].vorticity[:].values", "1...N"]

mhd.ggd[:].vorticity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].vorticity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].vorticity[:].values

One scalar value is provided per element in the grid subset.

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].vorticity[:].values_σ

error of mhd.ggd[:].vorticity[:].values

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].vorticity_over_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].vorticity_over_r[:].values", "1...N"]

mhd.ggd[:].vorticity_over_r[:].coefficients_σ

error of mhd.ggd[:].vorticityoverr[:].coefficients

  • Units: m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].vorticity_over_r[:].values", "1...N"]

mhd.ggd[:].vorticity_over_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].vorticity_over_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].vorticity_over_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].vorticity_over_r[:].values_σ

error of mhd.ggd[:].vorticityoverr[:].values

  • Units: m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].zeff[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].zeff[:].values", "1...N"]

mhd.ggd[:].zeff[:].coefficients_σ

error of mhd.ggd[:].zeff[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["mhd.ggd[:].zeff[:].values", "1...N"]

mhd.ggd[:].zeff[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

mhd.ggd[:].zeff[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

mhd.ggd[:].zeff[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.ggd[:].zeff[:].values_σ

error of mhd.ggd[:].zeff[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element"]

mhd.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of mhd.gridggd[:].gridsubset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element"]

mhd.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of mhd.gridggd[:].gridsubset[:].base[:].tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of mhd.gridggd[:].gridsubset[:].base[:].tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

mhd.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

mhd.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

mhd.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

mhd.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

mhd.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

mhd.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element"]

mhd.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of mhd.gridggd[:].gridsubset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element"]

mhd.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of mhd.gridggd[:].gridsubset[:].metric.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of mhd.gridggd[:].gridsubset[:].metric.tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["mhd.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

mhd.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

mhd.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

mhd.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

mhd.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of mhd.gridggd[:].space[:].objectsper_dimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of mhd.gridggd[:].space[:].objectsperdimension[:].object[:].geometry2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of mhd.gridggd[:].space[:].objectsper_dimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

mhd.grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

mhd.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

mhd.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

mhd.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

mhd.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

mhd.ids_properties.occurrence

N/A

  • Data Type: INT_0D

mhd.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

mhd.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

mhd.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

mhd.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

mhd.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

mhd.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

mhd.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

mhd.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

mhd.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

mhd.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.code.commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.code.library[:].name

Name of software

  • Data Type: STR_0D

mhd_linear.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd_linear.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.code.name

Name of software generating IDS

  • Data Type: STR_0D

mhd_linear.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["mhd_linear.time"]

mhd_linear.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd_linear.code.repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.code.version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.equations.description

Verbose description

  • Data Type: STR_0D

mhd_linear.equations.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.equations.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.fluids_n

Number of fluids considered in the model

  • Data Type: INT_0D

mhd_linear.ideal_flag

1 if ideal MHD is used to populate this IDS, 0 for non-ideal MHD

  • Data Type: INT_0D

mhd_linear.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

mhd_linear.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

mhd_linear.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

mhd_linear.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

mhd_linear.ids_properties.occurrence

N/A

  • Data Type: INT_0D

mhd_linear.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

mhd_linear.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mhd_linear.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

mhd_linear.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

mhd_linear.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

mhd_linear.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

mhd_linear.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

mhd_linear.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

mhd_linear.model_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.model_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.model_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].amplitude_multiplier

Multiplier that is needed to convert the linear mode structures to the amplitude of a non-linearly saturated mode in physical units. If empty, it means that the structures contains no information about non-linearly saturated mode

  • Units: mixed
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].amplitude_multiplier_σ

error of mhdlinear.timeslice[:].toroidalmode[:].amplitudemultiplier

  • Units: mixed
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].ballooning_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].ballooning_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].ballooning_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].energy_perturbed

Perturbed energy associated to the mode

  • Units: J
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].energy_perturbed_σ

error of mhdlinear.timeslice[:].toroidalmode[:].energyperturbed

  • Units: J
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].frequency

Frequency of the mode

  • Units: Hz
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].frequency_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].frequency

  • Units: Hz
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].growthrate

Linear growthrate of the mode

  • Units: Hz
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].growthrate_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].growthrate

  • Units: Hz
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].m_pol_dominant

Dominant poloidal mode number defining the mode rational surface; for TAEs the lower of the two main m's has to be specified

  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].m_pol_dominant_σ

error of mhdlinear.timeslice[:].toroidalmode[:].mpol_dominant

  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].n_tor

Toroidal mode number of the MHD mode

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].perturbation_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].perturbation_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].perturbation_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].phase

Additional phase offset of mode

  • Units: rad
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].phase_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].phase

  • Units: rad
  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate1.coefficientsimaginary

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate1.coefficientsreal

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.imaginary

Imaginary part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate1.imaginary

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.real

Real part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate1.real

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate2.coefficientsimaginary

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate2.coefficientsreal

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.imaginary

Imaginary part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate2.imaginary

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.real

Real part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate2.real

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate3.coefficientsimaginary

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate3.coefficientsreal

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.imaginary

Imaginary part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate3.imaginary

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.real

Real part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate3.real

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].imaginary

Imaginary part of the frequency, for a given radial position and every root found at this position

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.alfvenfrequency_spectrum[:].imaginary

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real

Real part of the frequency, for a given radial position and every root found at this position

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.alfvenfrequency_spectrum[:].real

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate1.coefficientsimaginary

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate1.coefficientsreal

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.imaginary

Imaginary part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate1.imaginary

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.real

Real part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate1.real

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate2.coefficientsimaginary

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate2.coefficientsreal

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.imaginary

Imaginary part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate2.imaginary

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.real

Real part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate2.real

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate3.coefficientsimaginary

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate3.coefficientsreal

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.imaginary

Imaginary part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate3.imaginary

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.real

Real part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate3.real

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.volume_element_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.jacobian

Absolute value of the jacobian of the coordinate system

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.jacobian_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.jacobian

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.r

Values of the major radius on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.r_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_contravariant

Contravariant metric tensor on every point of the grid described by grid_type

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_contravariant_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_covariant

Covariant metric tensor on every point of the grid described by grid_type

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_covariant_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.tensor_covariant

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.z

Values of the Height on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.z_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.coefficients_imaginary

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.coefficients_real

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.imaginary

Imaginary part

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.imaginary

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.real

Real part

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.real

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.coefficients_imaginary

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.coefficients_real

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.imaginary

Imaginary part

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.imaginary

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.real

Real part

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.real

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].plasma.grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].plasma.grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.volume_element_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.grid.volumeelement

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: kg.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensityperturbed.coefficientsimaginary

  • Units: kg.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: kg.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensityperturbed.coefficientsreal

  • Units: kg.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.imaginary

Imaginary part

  • Units: kg.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensity_perturbed.imaginary

  • Units: kg.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.real

Real part

  • Units: kg.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensity_perturbed.real

  • Units: kg.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.imaginary

Imaginary part of the stress tensor, for various radial positions

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.imaginary_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].plasma.ntv.imaginary

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.real

Real part of the stress tensor, for various radial positions

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.real_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].plasma.ntv.real

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotentialperturbed.coefficientsimaginary

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotentialperturbed.coefficientsreal

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.imaginary

Imaginary part

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotential_perturbed.imaginary

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.real

Real part

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotential_perturbed.real

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: Pa
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.coefficients_imaginary

  • Units: Pa
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: Pa
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.coefficients_real

  • Units: Pa
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.imaginary

Imaginary part

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.imaginary

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.real

Real part

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.real

  • Units: Pa
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotentialperturbed.coefficientsimaginary

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotentialperturbed.coefficientsreal

  • Units: V
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.imaginary

Imaginary part

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotential_perturbed.imaginary

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.real

Real part

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotential_perturbed.real

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.imaginary

Imaginary part of the stress tensor, for various radial positions

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressmaxwell.imaginary

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.real

Real part of the stress tensor, for various radial positions

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressmaxwell.real

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.imaginary

Imaginary part of the stress tensor, for various radial positions

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressreynolds.imaginary

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.real

Real part of the stress tensor, for various radial positions

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressreynolds.real

  • Units: N.m^-2
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "1...N", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_alfven

Alven time=R/vA=R0 sqrt(mi ni(rho))/B0

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_alfven_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.taualfven

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_resistive

Resistive time = mu0 rho*rho/1.22/etaneo

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_resistive_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.tauresistive

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: eV
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.coefficients_imaginary

  • Units: eV
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: eV
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.coefficients_real

  • Units: eV
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.imaginary

Imaginary part

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.imaginary

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.real

Real part

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.real

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.coefficients_imaginary

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.coefficients_real

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.imaginary

Imaginary part

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.imaginary

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.real

Real part

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.real

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.coefficients_imaginary

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.coefficients_real

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.imaginary

Imaginary part

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.imaginary

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.real

Real part

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.real

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.coefficients_imaginary

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.coefficients_real

  • Units: m/s
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.imaginary

Imaginary part

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.imaginary

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.real

Real part

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.real

  • Units: m/s
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].radial_mode_number

Radial mode number

  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].radial_mode_number_σ

error of mhdlinear.timeslice[:].toroidalmode[:].radialmode_number

  • Data Type: FLT_0D

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate1.coefficientsimaginary

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate1.coefficientsreal

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.imaginary

Imaginary part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate1.imaginary

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.real

Real part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate1.real

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate2.coefficientsimaginary

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate2.coefficientsreal

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.imaginary

Imaginary part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate2.imaginary

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.real

Real part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate2.real

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate3.coefficientsimaginary

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate3.coefficientsreal

  • Units: T.m
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.imaginary

Imaginary part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate3.imaginary

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.real

Real part

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate3.real

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate1.coefficientsimaginary

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate1.coefficientsreal

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.imaginary

Imaginary part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate1.imaginary

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.real

Real part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate1.real

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate2.coefficientsimaginary

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate2.coefficientsreal

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.imaginary

Imaginary part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate2.imaginary

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.real

Real part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate2.real

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_imaginary

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate3.coefficientsimaginary

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_real

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D grid

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate3.coefficientsreal

  • Units: T
  • Data Type: FLT_3D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2", "1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.imaginary

Imaginary part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.imaginary_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate3.imaginary

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.real

Real part

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.real_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate3.real

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.volume_element_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.jacobian

Absolute value of the jacobian of the coordinate system

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.jacobian_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.jacobian

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.r

Values of the major radius on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.r_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_contravariant

Contravariant metric tensor on every point of the grid described by grid_type

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_contravariant_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_covariant

Covariant metric tensor on every point of the grid described by grid_type

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_covariant_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.tensor_covariant

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2", "1...3", "1...3"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.z

Values of the Height on the grid

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.z_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].vacuum.grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2_σ

error of mhdlinear.timeslice[:].toroidal_mode[:].vacuum.grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.volume_element_σ

error of mhdlinear.timeslice[:].toroidalmode[:].vacuum.grid.volumeelement

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1", "mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2"]

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid_type.description

Verbose description

  • Data Type: STR_0D

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid_type.name

Short string identifier

  • Data Type: STR_0D

mhd_linear.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time"]

mhd_linear.vacuum_toroidal_field.b0_σ

error of mhdlinear.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["mhd_linear.time"]

mhd_linear.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

mhd_linear.vacuum_toroidal_field.r0_σ

error of mhdlinear.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].centre.phi_σ

error of mse.channel[:].activespatialresolution[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].centre.r_σ

error of mse.channel[:].activespatialresolution[:].centre.r

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].centre.z_σ

error of mse.channel[:].activespatialresolution[:].centre.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].geometric_coefficients

Set of 9 geometric coefficients providing the MSE polarisation angle as a function of the local electric and magnetic field components (these are related to the angle between beam and line of sight). The list is ordered as follows : coefficients of BZ, BR, Bphi, ER (numerator of the MSE angle expression); coefficients of BZ, BR, Bphi, ER, EZ (denominator)

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...9"]

mse.channel[:].active_spatial_resolution[:].geometric_coefficients_σ

error of mse.channel[:].activespatialresolution[:].geometric_coefficients

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...9"]

mse.channel[:].active_spatial_resolution[:].time

Time

  • Units: s
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].width.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].width.phi_σ

error of mse.channel[:].activespatialresolution[:].width.phi

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].width.r

Major radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].width.r_σ

error of mse.channel[:].activespatialresolution[:].width.r

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].width.z

Height

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].active_spatial_resolution[:].width.z_σ

error of mse.channel[:].activespatialresolution[:].width.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].aperture[:].centre.phi_σ

error of mse.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].centre.r_σ

error of mse.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].centre.z_σ

error of mse.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

mse.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mse.channel[:].aperture[:].outline.x1_σ

error of mse.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mse.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["mse.channel[:].aperture[:].outline.x1"]

mse.channel[:].aperture[:].outline.x2_σ

error of mse.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["mse.channel[:].aperture[:].outline.x1"]

mse.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].radius_σ

error of mse.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

mse.channel[:].aperture[:].surface_σ

error of mse.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_unit_vector.x_σ

error of mse.channel[:].aperture[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_unit_vector.y_σ

error of mse.channel[:].aperture[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_unit_vector.z_σ

error of mse.channel[:].aperture[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x1_width_σ

error of mse.channel[:].aperture[:].x1_width

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_unit_vector.x_σ

error of mse.channel[:].aperture[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_unit_vector.y_σ

error of mse.channel[:].aperture[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_unit_vector.z_σ

error of mse.channel[:].aperture[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x2_width_σ

error of mse.channel[:].aperture[:].x2_width

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x3_unit_vector.x_σ

error of mse.channel[:].aperture[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x3_unit_vector.y_σ

error of mse.channel[:].aperture[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].aperture[:].x3_unit_vector.z_σ

error of mse.channel[:].aperture[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].detector.centre.phi_σ

error of mse.channel[:].detector.centre.phi

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].detector.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.centre.r_σ

error of mse.channel[:].detector.centre.r

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.centre.z_σ

error of mse.channel[:].detector.centre.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

mse.channel[:].detector.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mse.channel[:].detector.outline.x1_σ

error of mse.channel[:].detector.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mse.channel[:].detector.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["mse.channel[:].detector.outline.x1"]

mse.channel[:].detector.outline.x2_σ

error of mse.channel[:].detector.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["mse.channel[:].detector.outline.x1"]

mse.channel[:].detector.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.radius_σ

error of mse.channel[:].detector.radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

mse.channel[:].detector.surface_σ

error of mse.channel[:].detector.surface

  • Units: m^2
  • Data Type: FLT_0D

mse.channel[:].detector.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_unit_vector.x_σ

error of mse.channel[:].detector.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_unit_vector.y_σ

error of mse.channel[:].detector.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_unit_vector.z_σ

error of mse.channel[:].detector.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x1_width_σ

error of mse.channel[:].detector.x1_width

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_unit_vector.x_σ

error of mse.channel[:].detector.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_unit_vector.y_σ

error of mse.channel[:].detector.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_unit_vector.z_σ

error of mse.channel[:].detector.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x2_width_σ

error of mse.channel[:].detector.x2_width

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x3_unit_vector.x_σ

error of mse.channel[:].detector.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x3_unit_vector.y_σ

error of mse.channel[:].detector.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].detector.x3_unit_vector.z_σ

error of mse.channel[:].detector.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.first_point.phi_σ

error of mse.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.first_point.r_σ

error of mse.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.first_point.z_σ

error of mse.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.second_point.phi_σ

error of mse.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.second_point.r_σ

error of mse.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].line_of_sight.second_point.z_σ

error of mse.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

mse.channel[:].name

Name of the channel

  • Data Type: STR_0D

mse.channel[:].polarisation_angle.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["mse.channel[:].polarisation_angle.time"]

mse.channel[:].polarisation_angle.data_σ

error of mse.channel[:].polarisation_angle.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["mse.channel[:].polarisation_angle.time"]

mse.channel[:].polarisation_angle.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

mse.channel[:].polarisation_angle.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

mse.channel[:].polarisation_angle.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["mse.channel[:].polarisation_angle.time"]

mse.code.commit

Unique commit reference of software

  • Data Type: STR_0D

mse.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mse.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.code.library[:].name

Name of software

  • Data Type: STR_0D

mse.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mse.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

mse.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mse.code.name

Name of software generating IDS

  • Data Type: STR_0D

mse.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["mse.time"]

mse.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mse.code.repository

URL of software repository

  • Data Type: STR_0D

mse.code.version

Unique version (tag) of software

  • Data Type: STR_0D

mse.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

mse.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

mse.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

mse.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

mse.ids_properties.occurrence

N/A

  • Data Type: INT_0D

mse.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

mse.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

mse.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

mse.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

mse.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

mse.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

mse.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

mse.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

mse.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

mse.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

mse.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

mse.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

mse.latency_σ

error of mse.latency

  • Units: s
  • Data Type: FLT_0D

mse.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.code.commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.code.library[:].name

Name of software

  • Data Type: STR_0D

nbi.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

nbi.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

nbi.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.code.name

Name of software generating IDS

  • Data Type: STR_0D

nbi.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["nbi.time"]

nbi.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

nbi.code.repository

URL of software repository

  • Data Type: STR_0D

nbi.code.version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

nbi.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

nbi.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

nbi.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

nbi.ids_properties.occurrence

N/A

  • Data Type: INT_0D

nbi.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

nbi.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

nbi.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

nbi.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

nbi.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

nbi.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

nbi.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

nbi.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

nbi.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

nbi.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

nbi.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

nbi.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

nbi.latency_σ

error of nbi.latency

  • Units: s
  • Data Type: FLT_0D

nbi.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].centre.phi_σ

error of nbi.unit[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].centre.r_σ

error of nbi.unit[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].centre.z_σ

error of nbi.unit[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

nbi.unit[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].aperture[:].outline.x1_σ

error of nbi.unit[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].aperture[:].outline.x1"]

nbi.unit[:].aperture[:].outline.x2_σ

error of nbi.unit[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].aperture[:].outline.x1"]

nbi.unit[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].radius_σ

error of nbi.unit[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].surface_σ

error of nbi.unit[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_unit_vector.x_σ

error of nbi.unit[:].aperture[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_unit_vector.y_σ

error of nbi.unit[:].aperture[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_unit_vector.z_σ

error of nbi.unit[:].aperture[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x1_width_σ

error of nbi.unit[:].aperture[:].x1_width

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_unit_vector.x_σ

error of nbi.unit[:].aperture[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_unit_vector.y_σ

error of nbi.unit[:].aperture[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_unit_vector.z_σ

error of nbi.unit[:].aperture[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x2_width_σ

error of nbi.unit[:].aperture[:].x2_width

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x3_unit_vector.x_σ

error of nbi.unit[:].aperture[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x3_unit_vector.y_σ

error of nbi.unit[:].aperture[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].aperture[:].x3_unit_vector.z_σ

error of nbi.unit[:].aperture[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].available_launch_power

Available launch power

  • Units: W
  • Data Type: FLT_0D

nbi.unit[:].available_launch_power_σ

error of nbi.unit[:].availablelaunchpower

  • Units: W
  • Data Type: FLT_0D

nbi.unit[:].beam_current_fraction.data

Data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "nbi.unit[:].beam_current_fraction.time"]

nbi.unit[:].beam_current_fraction.data_σ

error of nbi.unit[:].beamcurrentfraction.data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "nbi.unit[:].beam_current_fraction.time"]

nbi.unit[:].beam_current_fraction.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].beam_power_fraction.data

Data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "nbi.unit[:].beam_power_fraction.time"]

nbi.unit[:].beam_power_fraction.data_σ

error of nbi.unit[:].beampowerfraction.data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "nbi.unit[:].beam_power_fraction.time"]

nbi.unit[:].beam_power_fraction.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].beamlets_group[:].angle

Angle of inclination between a beamlet at the centre of the injection unit surface and the horiontal plane

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].angle_σ

error of nbi.unit[:].beamlets_group[:].angle

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].beamlets.angles

Angle of inclination between a line at the centre of a beamlet and the horizontal plane, for each beamlet

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.angles_σ

error of nbi.unit[:].beamlets_group[:].beamlets.angles

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.positions.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.positions.phi_σ

error of nbi.unit[:].beamlets_group[:].beamlets.positions.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.positions.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].beamlets_group[:].beamlets.positions.r_σ

error of nbi.unit[:].beamlets_group[:].beamlets.positions.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].beamlets_group[:].beamlets.positions.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.positions.z_σ

error of nbi.unit[:].beamlets_group[:].beamlets.positions.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.power_fractions

Fraction of power of a unit injected by each beamlet

  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.power_fractions_σ

error of nbi.unit[:].beamletsgroup[:].beamlets.powerfractions

  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.tangency_radii

Tangency radius (major radius where the central line of a beamlet is tangent to a circle around the torus), for each beamlet

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].beamlets.tangency_radii_σ

error of nbi.unit[:].beamletsgroup[:].beamlets.tangencyradii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].beamlets_group[:].beamlets.positions.r"]

nbi.unit[:].beamlets_group[:].direction

Direction of the beam seen from above the torus: -1 = clockwise; 1 = counter clockwise

  • Data Type: INT_0D

nbi.unit[:].beamlets_group[:].divergence_component[:].horizontal

The horiztonal beamlet divergence of the component. Here the divergence is defined for Gaussian beams as the angel where the beam density is reduced by a factor 1/e compared to the maximum density. For non-Gaussian beams the divergence is sqrt(2)mean((x-mean(x))**2), where x is the angle and the mean should be performed over the beam density, P(x): mean(y)=int(yP(x)*dx).

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].divergence_component[:].horizontal_σ

error of nbi.unit[:].beamletsgroup[:].divergencecomponent[:].horizontal

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].divergence_component[:].particles_fraction

Fraction of injected particles in the component

  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].divergence_component[:].particles_fraction_σ

error of nbi.unit[:].beamletsgroup[:].divergencecomponent[:].particles_fraction

  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].divergence_component[:].vertical

The vertical beamlet divergence of the component. Here the divergence is defined for Gaussian beams as the angel where the beam density is reduced by a factor 1/e compared to the maximum density. For non-Gaussian beams the divergence is sqrt(2)mean((x-mean(x))**2), where x is the angle and the mean should be performed over the beam density, P(x): mean(y)=int(yP(x)*dx).

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].divergence_component[:].vertical_σ

error of nbi.unit[:].beamletsgroup[:].divergencecomponent[:].vertical

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.focal_length_horizontal

Horizontal focal length along the beam line, i.e. the point along the centre of the beamlet-group where the beamlet-group has its minimum horizontal width

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.focal_length_horizontal_σ

error of nbi.unit[:].beamletsgroup[:].focus.focallength_horizontal

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.focal_length_vertical

Vertical focal length along the beam line, i.e. the point along the centre of the beamlet-group where the beamlet-group has its minimum vertical width

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.focal_length_vertical_σ

error of nbi.unit[:].beamletsgroup[:].focus.focallength_vertical

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.width_min_horizontal

The horizontal width (Full Width at Half Maximum) of the beamlets group at the horizontal focal point

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.width_min_horizontal_σ

error of nbi.unit[:].beamletsgroup[:].focus.widthmin_horizontal

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.width_min_vertical

The vertical width (Full Width at Half Maximum) of the beamlets group at the vertical focal point

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].focus.width_min_vertical_σ

error of nbi.unit[:].beamletsgroup[:].focus.widthmin_vertical

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].position.phi_σ

error of nbi.unit[:].beamlets_group[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].position.r_σ

error of nbi.unit[:].beamlets_group[:].position.r

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].position.z_σ

error of nbi.unit[:].beamlets_group[:].position.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tangency_radius

Tangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tangency_radius_σ

error of nbi.unit[:].beamletsgroup[:].tangencyradius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_angle

Variation of the angle of inclination between a beamlet at the centre of the injection unit surface and the horiontal plane

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_angle_σ

error of nbi.unit[:].beamletsgroup[:].tilting[:].deltaangle

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_position.phi_σ

error of nbi.unit[:].beamletsgroup[:].tilting[:].deltaposition.phi

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_position.r_σ

error of nbi.unit[:].beamletsgroup[:].tilting[:].deltaposition.r

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_position.z

Height

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_position.z_σ

error of nbi.unit[:].beamletsgroup[:].tilting[:].deltaposition.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_tangency_radius

Variation of the tangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].delta_tangency_radius_σ

error of nbi.unit[:].beamletsgroup[:].tilting[:].deltatangency_radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].tilting[:].time

Time

  • Units: s
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].width_horizontal

Horizontal width (dimensions of the smallest rectangle that surrounds the outer dimensions of the beamlets) of the beamlet group at the injection unit surface (or grounded grid)

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].width_horizontal_σ

error of nbi.unit[:].beamletsgroup[:].widthhorizontal

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].width_vertical

Vertical width (dimensions of the smallest rectangle that surrounds the outer dimensions of the beamlets) of the beamlet group at the injection unit surface (or grounded grid)

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].beamlets_group[:].width_vertical_σ

error of nbi.unit[:].beamletsgroup[:].widthvertical

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].efficiency.conversion

Conversion efficiency of electric power to neutral beam power

  • Data Type: FLT_0D

nbi.unit[:].efficiency.conversion_σ

error of nbi.unit[:].efficiency.conversion

  • Data Type: FLT_0D

nbi.unit[:].efficiency.transmission

Transmission efficiency of neutral beam from source to port

  • Data Type: FLT_0D

nbi.unit[:].efficiency.transmission_σ

error of nbi.unit[:].efficiency.transmission

  • Data Type: FLT_0D

nbi.unit[:].energy.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].energy.time"]

nbi.unit[:].energy.data_σ

error of nbi.unit[:].energy.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].energy.time"]

nbi.unit[:].energy.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].identifier

ID of the NBI unit

  • Data Type: STR_0D

nbi.unit[:].name

Name of the NBI unit

  • Data Type: STR_0D

nbi.unit[:].power_launched.data

Data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].power_launched.time"]

nbi.unit[:].power_launched.data_σ

error of nbi.unit[:].power_launched.data

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].power_launched.time"]

nbi.unit[:].power_launched.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].source.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].source.centre.phi_σ

error of nbi.unit[:].source.centre.phi

  • Units: rad
  • Data Type: FLT_0D

nbi.unit[:].source.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.centre.r_σ

error of nbi.unit[:].source.centre.r

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.centre.z_σ

error of nbi.unit[:].source.centre.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

nbi.unit[:].source.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].source.outline.x1_σ

error of nbi.unit[:].source.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

nbi.unit[:].source.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].source.outline.x1"]

nbi.unit[:].source.outline.x2_σ

error of nbi.unit[:].source.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["nbi.unit[:].source.outline.x1"]

nbi.unit[:].source.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.radius_σ

error of nbi.unit[:].source.radius

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

nbi.unit[:].source.surface_σ

error of nbi.unit[:].source.surface

  • Units: m^2
  • Data Type: FLT_0D

nbi.unit[:].source.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_unit_vector.x_σ

error of nbi.unit[:].source.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_unit_vector.y_σ

error of nbi.unit[:].source.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_unit_vector.z_σ

error of nbi.unit[:].source.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x1_width_σ

error of nbi.unit[:].source.x1_width

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_unit_vector.x_σ

error of nbi.unit[:].source.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_unit_vector.y_σ

error of nbi.unit[:].source.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_unit_vector.z_σ

error of nbi.unit[:].source.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x2_width_σ

error of nbi.unit[:].source.x2_width

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x3_unit_vector.x_σ

error of nbi.unit[:].source.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x3_unit_vector.y_σ

error of nbi.unit[:].source.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].source.x3_unit_vector.z_σ

error of nbi.unit[:].source.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

nbi.unit[:].species.a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

nbi.unit[:].species.a_σ

error of nbi.unit[:].species.a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

nbi.unit[:].species.label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

nbi.unit[:].species.z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

nbi.unit[:].species.z_n_σ

error of nbi.unit[:].species.z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

neutron_diagnostic.code.commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.code.library[:].name

Name of software

  • Data Type: STR_0D

neutron_diagnostic.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutron_diagnostic.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.code.name

Name of software generating IDS

  • Data Type: STR_0D

neutron_diagnostic.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutron_diagnostic.code.repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.code.version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.detector[:].adc.bias

ADC signal bias

  • Units: V
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].adc.bias_σ

error of neutron_diagnostic.detector[:].adc.bias

  • Units: V
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].adc.discriminator_level_lower

Lower level discriminator of ADC

  • Data Type: INT_0D

neutron_diagnostic.detector[:].adc.discriminator_level_upper

Upper level discriminator of ADC

  • Data Type: INT_0D

neutron_diagnostic.detector[:].adc.impedance

ADC impedance

  • Units: ohm
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].adc.impedance_σ

error of neutron_diagnostic.detector[:].adc.impedance

  • Units: ohm
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].adc.input_range

ADC input range

  • Units: V
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].adc.input_range_σ

error of neutrondiagnostic.detector[:].adc.inputrange

  • Units: V
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].adc.power_switch

Power switch (1=on, 0=off)

  • Data Type: INT_0D

neutron_diagnostic.detector[:].adc.sampling_rate

Number of samples recorded per second

  • Data Type: INT_0D

neutron_diagnostic.detector[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].centre.phi_σ

error of neutron_diagnostic.detector[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].centre.r_σ

error of neutron_diagnostic.detector[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].centre.z_σ

error of neutron_diagnostic.detector[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].aperture[:].outline.x1_σ

error of neutron_diagnostic.detector[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].aperture[:].outline.x1"]

neutron_diagnostic.detector[:].aperture[:].outline.x2_σ

error of neutron_diagnostic.detector[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].aperture[:].outline.x1"]

neutron_diagnostic.detector[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].radius_σ

error of neutron_diagnostic.detector[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].surface_σ

error of neutron_diagnostic.detector[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.x_σ

error of neutrondiagnostic.detector[:].aperture[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.y_σ

error of neutrondiagnostic.detector[:].aperture[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.z_σ

error of neutrondiagnostic.detector[:].aperture[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x1_width_σ

error of neutrondiagnostic.detector[:].aperture[:].x1width

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.x_σ

error of neutrondiagnostic.detector[:].aperture[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.y_σ

error of neutrondiagnostic.detector[:].aperture[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.z_σ

error of neutrondiagnostic.detector[:].aperture[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x2_width_σ

error of neutrondiagnostic.detector[:].aperture[:].x2width

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.x_σ

error of neutrondiagnostic.detector[:].aperture[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.y_σ

error of neutrondiagnostic.detector[:].aperture[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.z_σ

error of neutrondiagnostic.detector[:].aperture[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].b_field_sensor.amplitude.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].b_field_sensor.amplitude.time"]

neutron_diagnostic.detector[:].b_field_sensor.amplitude.data_σ

error of neutrondiagnostic.detector[:].bfield_sensor.amplitude.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].b_field_sensor.amplitude.time"]

neutron_diagnostic.detector[:].b_field_sensor.amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].b_field_sensor.fall_time

Peak fall time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].b_field_sensor.fall_time_σ

error of neutrondiagnostic.detector[:].bfieldsensor.falltime

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].b_field_sensor.frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].b_field_sensor.frequency.time"]

neutron_diagnostic.detector[:].b_field_sensor.frequency.data_σ

error of neutrondiagnostic.detector[:].bfield_sensor.frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].b_field_sensor.frequency.time"]

neutron_diagnostic.detector[:].b_field_sensor.frequency.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].b_field_sensor.power_switch

Power switch (1=on, 0=off)

  • Data Type: INT_0D

neutron_diagnostic.detector[:].b_field_sensor.rise_time

Peak rise time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].b_field_sensor.rise_time_σ

error of neutrondiagnostic.detector[:].bfieldsensor.risetime

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].b_field_sensor.shape.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].b_field_sensor.shape.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].b_field_sensor.shape.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.detector[:].energy_band[:].detection_efficiency

Probability of detection of a photon impacting the detector as a function of its energy

  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].energy_band[:].energies"]

neutron_diagnostic.detector[:].energy_band[:].detection_efficiency_σ

error of neutrondiagnostic.detector[:].energyband[:].detection_efficiency

  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].energy_band[:].energies"]

neutron_diagnostic.detector[:].energy_band[:].energies

Array of discrete energy values inside the band

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].energy_band[:].energies_σ

error of neutrondiagnostic.detector[:].energyband[:].energies

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].energy_band[:].lower_bound

Lower bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].energy_band[:].lower_bound_σ

error of neutrondiagnostic.detector[:].energyband[:].lower_bound

  • Units: eV
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].energy_band[:].upper_bound

Upper bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].energy_band[:].upper_bound_σ

error of neutrondiagnostic.detector[:].energyband[:].upper_bound

  • Units: eV
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].exposure_time_σ

error of neutrondiagnostic.detector[:].exposuretime

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].field_of_view.direction_to_detector.x

Components along X axis for each voxel

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.direction_to_detector.x_σ

error of neutrondiagnostic.detector[:].fieldofview.directionto_detector.x

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.direction_to_detector.y

Component along Y axis for each voxel

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.direction_to_detector.y_σ

error of neutrondiagnostic.detector[:].fieldofview.directionto_detector.y

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.direction_to_detector.z

Component along Z axis for each voxel

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.direction_to_detector.z_σ

error of neutrondiagnostic.detector[:].fieldofview.directionto_detector.z

  • Units: m
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.emission_grid.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].field_of_view.emission_grid.phi_σ

error of neutrondiagnostic.detector[:].fieldofview.emissiongrid.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].field_of_view.emission_grid.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].field_of_view.emission_grid.r_σ

error of neutrondiagnostic.detector[:].fieldofview.emissiongrid.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].field_of_view.emission_grid.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].field_of_view.emission_grid.z_σ

error of neutrondiagnostic.detector[:].fieldofview.emissiongrid.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].field_of_view.solid_angle

Average solid angle that the detector covers within the voxel

  • Units: sr
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].field_of_view.solid_angle_σ

error of neutrondiagnostic.detector[:].fieldofview.solidangle

  • Units: sr
  • Data Type: FLT_3D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi"]

neutron_diagnostic.detector[:].geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.centre.phi_σ

error of neutron_diagnostic.detector[:].geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.centre.r_σ

error of neutron_diagnostic.detector[:].geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.centre.z_σ

error of neutron_diagnostic.detector[:].geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].geometry.outline.x1_σ

error of neutron_diagnostic.detector[:].geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].geometry.outline.x1"]

neutron_diagnostic.detector[:].geometry.outline.x2_σ

error of neutron_diagnostic.detector[:].geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].geometry.outline.x1"]

neutron_diagnostic.detector[:].geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.radius_σ

error of neutron_diagnostic.detector[:].geometry.radius

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.surface_σ

error of neutron_diagnostic.detector[:].geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_unit_vector.x_σ

error of neutrondiagnostic.detector[:].geometry.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_unit_vector.y_σ

error of neutrondiagnostic.detector[:].geometry.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_unit_vector.z_σ

error of neutrondiagnostic.detector[:].geometry.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x1_width_σ

error of neutrondiagnostic.detector[:].geometry.x1width

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_unit_vector.x_σ

error of neutrondiagnostic.detector[:].geometry.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_unit_vector.y_σ

error of neutrondiagnostic.detector[:].geometry.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_unit_vector.z_σ

error of neutrondiagnostic.detector[:].geometry.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x2_width_σ

error of neutrondiagnostic.detector[:].geometry.x2width

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x3_unit_vector.x_σ

error of neutrondiagnostic.detector[:].geometry.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x3_unit_vector.y_σ

error of neutrondiagnostic.detector[:].geometry.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].geometry.x3_unit_vector.z_σ

error of neutrondiagnostic.detector[:].geometry.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.type.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.type.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values

Array of values for the event

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values_σ

error of neutrondiagnostic.detector[:].greenfunctions.eventindetectorneutronflux.values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.type.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.type.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values

Array of values for the event

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values_σ

error of neutrondiagnostic.detector[:].greenfunctions.eventindetectorresponsefunction.values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].green_functions.neutron_flux

Grouped neutron flux in the detector from one neutron energy bin emitted by the current plasma voxel towards the detector

  • Units: m^-2.neutron^-1
  • Data Type: FLT_5D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi", "neutron_diagnostic.detector[:].green_functions.source_neutron_energies", "neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values"]

neutron_diagnostic.detector[:].green_functions.neutron_flux_σ

error of neutrondiagnostic.detector[:].greenfunctions.neutron_flux

  • Units: m^-2.neutron^-1
  • Data Type: FLT_5D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi", "neutron_diagnostic.detector[:].green_functions.source_neutron_energies", "neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values"]

neutron_diagnostic.detector[:].green_functions.neutron_flux_integrated_flags

Array of flags telling, for each coordinate of the neutronflux, whether the neutronflux has been integrated over this coordinate (1) or not (0). If it has been integrated over a coordinate, the size related to this coordinate must be equal to 1

  • Data Type: INT_1D
  • Coordinates: ["1...5"]

neutron_diagnostic.detector[:].green_functions.response_function

Number of events occurring in the detector from one neutron energy bin emitted by the current plasma voxel towards the detector

  • Units: events.neutron^-1
  • Data Type: FLT_5D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi", "neutron_diagnostic.detector[:].green_functions.source_neutron_energies", "neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values"]

neutron_diagnostic.detector[:].green_functions.response_function_σ

error of neutrondiagnostic.detector[:].greenfunctions.response_function

  • Units: events.neutron^-1
  • Data Type: FLT_5D
  • Coordinates: ["neutron_diagnostic.detector[:].field_of_view.emission_grid.r", "neutron_diagnostic.detector[:].field_of_view.emission_grid.z", "neutron_diagnostic.detector[:].field_of_view.emission_grid.phi", "neutron_diagnostic.detector[:].green_functions.source_neutron_energies", "neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values"]

neutron_diagnostic.detector[:].green_functions.response_function_integrated_flags

Array of flags telling, for each coordinate of the responsefunction, whether the responsefunction has been integrated over this coordinate (1) or not (0). If it has been integrated over a coordinate, the size related to this coordinate must be equal to 1

  • Data Type: INT_1D
  • Coordinates: ["1...5"]

neutron_diagnostic.detector[:].green_functions.source_neutron_energies

Array of source neutron energy bins

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].green_functions.source_neutron_energies_σ

error of neutrondiagnostic.detector[:].greenfunctions.sourceneutronenergies

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].material.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].material.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.detector[:].mode[:].count_limit_max

Maximum count limit under which the detector response is linear

  • Units: counts.s^-1
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].mode[:].count_limit_max_σ

error of neutrondiagnostic.detector[:].mode[:].countlimit_max

  • Units: counts.s^-1
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].mode[:].count_limit_min

Minimum count limit above which the detector response is linear

  • Units: counts.s^-1
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].mode[:].count_limit_min_σ

error of neutrondiagnostic.detector[:].mode[:].countlimit_min

  • Units: counts.s^-1
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].mode[:].counting.data

Data

  • Units: counts.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].mode[:].counting.time"]

neutron_diagnostic.detector[:].mode[:].counting.data_σ

error of neutron_diagnostic.detector[:].mode[:].counting.data

  • Units: counts.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].mode[:].counting.time"]

neutron_diagnostic.detector[:].mode[:].counting.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].mode[:].identifier.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].mode[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].mode[:].identifier.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.detector[:].mode[:].spectrum.data

Data

  • Units: counts.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "neutron_diagnostic.detector[:].mode[:].spectrum.time"]

neutron_diagnostic.detector[:].mode[:].spectrum.data_σ

error of neutron_diagnostic.detector[:].mode[:].spectrum.data

  • Units: counts.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "neutron_diagnostic.detector[:].mode[:].spectrum.time"]

neutron_diagnostic.detector[:].mode[:].spectrum.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].name

Name of the detector

  • Data Type: STR_0D

neutron_diagnostic.detector[:].nuclei_n

Number of target nuclei in the dectector

  • Data Type: INT_0D

neutron_diagnostic.detector[:].supply_high_voltage.power_switch

Power switch (1=on, 0=off)

  • Data Type: INT_0D

neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.time"]

neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.data_σ

error of neutrondiagnostic.detector[:].supplyhighvoltage.voltageout.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.time"]

neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.time"]

neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.data_σ

error of neutrondiagnostic.detector[:].supplyhighvoltage.voltageset.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.time"]

neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].supply_low_voltage.power_switch

Power switch (1=on, 0=off)

  • Data Type: INT_0D

neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.time"]

neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.data_σ

error of neutrondiagnostic.detector[:].supplylowvoltage.voltageout.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.time"]

neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.time"]

neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.data_σ

error of neutrondiagnostic.detector[:].supplylowvoltage.voltageset.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.time"]

neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].temperature

Temperature of the detector

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.detector[:].temperature_σ

error of neutron_diagnostic.detector[:].temperature

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.detector[:].temperature_sensor.amplitude.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].temperature_sensor.amplitude.time"]

neutron_diagnostic.detector[:].temperature_sensor.amplitude.data_σ

error of neutrondiagnostic.detector[:].temperaturesensor.amplitude.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].temperature_sensor.amplitude.time"]

neutron_diagnostic.detector[:].temperature_sensor.amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].temperature_sensor.fall_time

Peak fall time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].temperature_sensor.fall_time_σ

error of neutrondiagnostic.detector[:].temperaturesensor.fall_time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].temperature_sensor.frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].temperature_sensor.frequency.time"]

neutron_diagnostic.detector[:].temperature_sensor.frequency.data_σ

error of neutrondiagnostic.detector[:].temperaturesensor.frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].temperature_sensor.frequency.time"]

neutron_diagnostic.detector[:].temperature_sensor.frequency.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].temperature_sensor.power_switch

Power switch (1=on, 0=off)

  • Data Type: INT_0D

neutron_diagnostic.detector[:].temperature_sensor.rise_time

Peak rise time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].temperature_sensor.rise_time_σ

error of neutrondiagnostic.detector[:].temperaturesensor.rise_time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].temperature_sensor.shape.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].temperature_sensor.shape.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].temperature_sensor.shape.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.detector[:].test_generator.amplitude.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].test_generator.amplitude.time"]

neutron_diagnostic.detector[:].test_generator.amplitude.data_σ

error of neutrondiagnostic.detector[:].testgenerator.amplitude.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].test_generator.amplitude.time"]

neutron_diagnostic.detector[:].test_generator.amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].test_generator.fall_time

Peak fall time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].test_generator.fall_time_σ

error of neutrondiagnostic.detector[:].testgenerator.fall_time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].test_generator.frequency.data

Data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].test_generator.frequency.time"]

neutron_diagnostic.detector[:].test_generator.frequency.data_σ

error of neutrondiagnostic.detector[:].testgenerator.frequency.data

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.detector[:].test_generator.frequency.time"]

neutron_diagnostic.detector[:].test_generator.frequency.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.detector[:].test_generator.power_switch

Power switch (1=on, 0=off)

  • Data Type: INT_0D

neutron_diagnostic.detector[:].test_generator.rise_time

Peak rise time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].test_generator.rise_time_σ

error of neutrondiagnostic.detector[:].testgenerator.rise_time

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.detector[:].test_generator.shape.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.detector[:].test_generator.shape.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.detector[:].test_generator.shape.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.fusion_power

Fusion power reconstructed from the detectors signals

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.fusion_power_σ

error of neutrondiagnostic.fusionpower

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

neutron_diagnostic.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.occurrence

N/A

  • Data Type: INT_0D

neutron_diagnostic.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutron_diagnostic.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

neutron_diagnostic.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

neutron_diagnostic.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

neutron_diagnostic.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.latency_σ

error of neutron_diagnostic.latency

  • Units: s
  • Data Type: FLT_0D

neutron_diagnostic.neutron_flux_total

Total Neutron Flux reconstructed from the detectors signals

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.neutron_flux_total_σ

error of neutrondiagnostic.neutronflux_total

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["neutron_diagnostic.time"]

neutron_diagnostic.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutronics.code.commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.code.library[:].name

Name of software

  • Data Type: STR_0D

neutronics.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutronics.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

neutronics.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.code.name

Name of software generating IDS

  • Data Type: STR_0D

neutronics.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

neutronics.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutronics.code.repository

URL of software repository

  • Data Type: STR_0D

neutronics.code.version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.first_wall.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutronics.first_wall.r_σ

error of neutronics.first_wall.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutronics.first_wall.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.first_wall.z_σ

error of neutronics.first_wall.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

neutronics.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

neutronics.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

neutronics.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

neutronics.ids_properties.occurrence

N/A

  • Data Type: INT_0D

neutronics.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

neutronics.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

neutronics.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

neutronics.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

neutronics.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

neutronics.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

neutronics.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

neutronics.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

neutronics.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

neutronics.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

neutronics.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

neutronics.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

neutronics.time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

neutronics.time_slice[:].wall_loading.flux_r

Average radial component of the neutron flux

  • Units: W/m^2
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.time_slice[:].wall_loading.flux_r_σ

error of neutronics.timeslice[:].wallloading.flux_r

  • Units: W/m^2
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.time_slice[:].wall_loading.flux_z

Average vertical component of the neutron flux

  • Units: W/m^2
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.time_slice[:].wall_loading.flux_z_σ

error of neutronics.timeslice[:].wallloading.flux_z

  • Units: W/m^2
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.time_slice[:].wall_loading.power

Local neutron power (ie. integrated neutron flux)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

neutronics.time_slice[:].wall_loading.power_σ

error of neutronics.timeslice[:].wallloading.power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["neutronics.first_wall.r"]

ntms.code.commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.code.library[:].name

Name of software

  • Data Type: STR_0D

ntms.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ntms.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

ntms.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.code.name

Name of software generating IDS

  • Data Type: STR_0D

ntms.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["ntms.time"]

ntms.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ntms.code.repository

URL of software repository

  • Data Type: STR_0D

ntms.code.version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

ntms.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

ntms.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

ntms.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

ntms.ids_properties.occurrence

N/A

  • Data Type: INT_0D

ntms.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

ntms.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

ntms.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

ntms.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

ntms.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

ntms.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

ntms.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

ntms.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

ntms.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

ntms.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

ntms.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

ntms.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ntms.time_slice[:].mode[:].calculation_method

Description of how the mode evolution is calculated

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].delta_diff

Extra diffusion coefficient for the transport equations of Te, ne, Ti

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

ntms.time_slice[:].mode[:].delta_diff_σ

error of ntms.timeslice[:].mode[:].deltadiff

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

ntms.time_slice[:].mode[:].deltaw[:].name

Name of the contribution

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].deltaw[:].value

Value of the contribution

  • Units: m^-1
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].deltaw[:].value_σ

error of ntms.time_slice[:].mode[:].deltaw[:].value

  • Units: m^-1
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].detailed_evolution.calculation_method

Description of how the mode evolution is calculated

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].detailed_evolution.delta_diff

Extra diffusion coefficient for the transport equations of Te, ne, Ti

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...3", "ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.delta_diff_σ

error of ntms.timeslice[:].mode[:].detailedevolution.delta_diff

  • Units: m^2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...3", "ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.deltaw[:].name

Name of the contribution

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].detailed_evolution.deltaw[:].value

Value of the contribution

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.deltaw[:].value_σ

error of ntms.timeslice[:].mode[:].detailedevolution.deltaw[:].value

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.dfrequency_dt

Time derivative of the frequency of the mode

  • Units: s^-2
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.dfrequency_dt_σ

error of ntms.timeslice[:].mode[:].detailedevolution.dfrequency_dt

  • Units: s^-2
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.dphase_dt

Time derivative of the phase of the mode

  • Units: rad/s
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.dphase_dt_σ

error of ntms.timeslice[:].mode[:].detailedevolution.dphase_dt

  • Units: rad/s
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.dwidth_dt

Time derivative of the full width of the mode

  • Units: m/s
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.dwidth_dt_σ

error of ntms.timeslice[:].mode[:].detailedevolution.dwidth_dt

  • Units: m/s
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.frequency

Frequency of the mode

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.frequency_σ

error of ntms.timeslice[:].mode[:].detailedevolution.frequency

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.m_pol

Poloidal mode number

  • Data Type: INT_0D

ntms.time_slice[:].mode[:].detailed_evolution.n_tor

Toroidal mode number

  • Data Type: INT_0D

ntms.time_slice[:].mode[:].detailed_evolution.phase

Phase of the mode

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.phase_σ

error of ntms.timeslice[:].mode[:].detailedevolution.phase

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.rho_tor

Flux coordinate on which the mode is centred

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.rho_tor_σ

error of ntms.timeslice[:].mode[:].detailedevolution.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.rho_tor_norm

Normalised flux coordinate on which the mode is centred

  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.rho_tor_norm_σ

error of ntms.timeslice[:].mode[:].detailedevolution.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.time_detailed

Time array used to describe the detailed evolution of the NTM

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ntms.time_slice[:].mode[:].detailed_evolution.time_detailed_σ

error of ntms.timeslice[:].mode[:].detailedevolution.time_detailed

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

ntms.time_slice[:].mode[:].detailed_evolution.torque[:].name

Name of the contribution

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].detailed_evolution.torque[:].value

Value of the contribution

  • Units: kg.m^2.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.torque[:].value_σ

error of ntms.timeslice[:].mode[:].detailedevolution.torque[:].value

  • Units: kg.m^2.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.width

Full width of the mode

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].detailed_evolution.width_σ

error of ntms.timeslice[:].mode[:].detailedevolution.width

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time_slice[:].mode[:].detailed_evolution.time_detailed"]

ntms.time_slice[:].mode[:].dfrequency_dt

Time derivative of the frequency of the mode

  • Units: s^-2
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].dfrequency_dt_σ

error of ntms.timeslice[:].mode[:].dfrequencydt

  • Units: s^-2
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].dphase_dt

Time derivative of the phase of the mode

  • Units: rad/s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].dphase_dt_σ

error of ntms.timeslice[:].mode[:].dphasedt

  • Units: rad/s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].dwidth_dt

Time derivative of the full width of the mode

  • Units: m/s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].dwidth_dt_σ

error of ntms.timeslice[:].mode[:].dwidthdt

  • Units: m/s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].frequency

Frequency of the mode

  • Units: Hz
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].frequency_σ

error of ntms.time_slice[:].mode[:].frequency

  • Units: Hz
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].m_pol

Poloidal mode number

  • Data Type: INT_0D

ntms.time_slice[:].mode[:].n_tor

Toroidal mode number

  • Data Type: INT_0D

ntms.time_slice[:].mode[:].onset.cause

Cause of the mode onset

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].onset.m_pol

Poloidal mode number

  • Data Type: INT_0D

ntms.time_slice[:].mode[:].onset.n_tor

Toroidal mode number

  • Data Type: INT_0D

ntms.time_slice[:].mode[:].onset.phase

Phase of the mode at onset

  • Units: rad
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.phase_σ

error of ntms.time_slice[:].mode[:].onset.phase

  • Units: rad
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.time_offset

Offset time (when a mode disappears). If the mode reappears later in the simulation, use another index of the mode array of structure

  • Units: s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.time_offset_σ

error of ntms.timeslice[:].mode[:].onset.timeoffset

  • Units: s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.time_onset

Onset time

  • Units: s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.time_onset_σ

error of ntms.timeslice[:].mode[:].onset.timeonset

  • Units: s
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.width

Seed island full width at onset time

  • Units: m
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].onset.width_σ

error of ntms.time_slice[:].mode[:].onset.width

  • Units: m
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].phase

Phase of the mode

  • Units: rad
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].phase_σ

error of ntms.time_slice[:].mode[:].phase

  • Units: rad
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].rho_tor

Flux coordinate on which the mode is centred

  • Units: m
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].rho_tor_σ

error of ntms.timeslice[:].mode[:].rhotor

  • Units: m
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].rho_tor_norm

Normalised flux coordinate on which the mode is centred

  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].rho_tor_norm_σ

error of ntms.timeslice[:].mode[:].rhotor_norm

  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].torque[:].name

Name of the contribution

  • Data Type: STR_0D

ntms.time_slice[:].mode[:].torque[:].value

Value of the contribution

  • Units: kg.m^2.s^-2
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].torque[:].value_σ

error of ntms.time_slice[:].mode[:].torque[:].value

  • Units: kg.m^2.s^-2
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].width

Full width of the mode

  • Units: m
  • Data Type: FLT_0D

ntms.time_slice[:].mode[:].width_σ

error of ntms.time_slice[:].mode[:].width

  • Units: m
  • Data Type: FLT_0D

ntms.time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

ntms.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time"]

ntms.vacuum_toroidal_field.b0_σ

error of ntms.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["ntms.time"]

ntms.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

ntms.vacuum_toroidal_field.r0_σ

error of ntms.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.code.commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.code.library[:].name

Name of software

  • Data Type: STR_0D

operational_instrumentation.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

operational_instrumentation.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.code.name

Name of software generating IDS

  • Data Type: STR_0D

operational_instrumentation.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["operational_instrumentation.time"]

operational_instrumentation.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

operational_instrumentation.code.repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.code.version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

operational_instrumentation.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

operational_instrumentation.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

operational_instrumentation.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

operational_instrumentation.ids_properties.occurrence

N/A

  • Data Type: INT_0D

operational_instrumentation.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

operational_instrumentation.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

operational_instrumentation.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

operational_instrumentation.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

operational_instrumentation.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

operational_instrumentation.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

operational_instrumentation.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

operational_instrumentation.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

operational_instrumentation.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

operational_instrumentation.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

operational_instrumentation.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

operational_instrumentation.latency_σ

error of operational_instrumentation.latency

  • Units: s
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].acceleration.data

Data

  • Units: m.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].acceleration.time"]

operational_instrumentation.sensor[:].acceleration.data_σ

error of operational_instrumentation.sensor[:].acceleration.data

  • Units: m.s^-2
  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].acceleration.time"]

operational_instrumentation.sensor[:].acceleration.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

operational_instrumentation.sensor[:].attachement_points[:].x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].attachement_points[:].x_σ

error of operationalinstrumentation.sensor[:].attachementpoints[:].x

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].attachement_points[:].y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].attachement_points[:].y_σ

error of operationalinstrumentation.sensor[:].attachementpoints[:].y

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].attachement_points[:].z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].attachement_points[:].z_σ

error of operationalinstrumentation.sensor[:].attachementpoints[:].z

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].attachement_uris

IMAS URI of the system(s) to which this sensor is attached. Two for displacement sensors, one for the other types of sensors

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

operational_instrumentation.sensor[:].direction.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction.x_σ

error of operational_instrumentation.sensor[:].direction.x

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction.y_σ

error of operational_instrumentation.sensor[:].direction.y

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction.z_σ

error of operational_instrumentation.sensor[:].direction.z

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction_second.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction_second.x_σ

error of operationalinstrumentation.sensor[:].directionsecond.x

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction_second.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction_second.y_σ

error of operationalinstrumentation.sensor[:].directionsecond.y

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction_second.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].direction_second.z_σ

error of operationalinstrumentation.sensor[:].directionsecond.z

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].gauge_length

Length of the strain gauge

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].gauge_length_σ

error of operationalinstrumentation.sensor[:].gaugelength

  • Units: m
  • Data Type: FLT_0D

operational_instrumentation.sensor[:].identifier

ID of the sensor

  • Data Type: STR_0D

operational_instrumentation.sensor[:].length.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].length.time"]

operational_instrumentation.sensor[:].length.data_σ

error of operational_instrumentation.sensor[:].length.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].length.time"]

operational_instrumentation.sensor[:].length.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

operational_instrumentation.sensor[:].name

Name of the sensor

  • Data Type: STR_0D

operational_instrumentation.sensor[:].strain.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].strain.time"]

operational_instrumentation.sensor[:].strain.data_σ

error of operational_instrumentation.sensor[:].strain.data

  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].strain.time"]

operational_instrumentation.sensor[:].strain.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

operational_instrumentation.sensor[:].strain_rosette.data

Data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "operational_instrumentation.sensor[:].strain_rosette.time"]

operational_instrumentation.sensor[:].strain_rosette.data_σ

error of operationalinstrumentation.sensor[:].strainrosette.data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "operational_instrumentation.sensor[:].strain_rosette.time"]

operational_instrumentation.sensor[:].strain_rosette.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

operational_instrumentation.sensor[:].temperature.data

Data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].temperature.time"]

operational_instrumentation.sensor[:].temperature.data_σ

error of operational_instrumentation.sensor[:].temperature.data

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["operational_instrumentation.sensor[:].temperature.time"]

operational_instrumentation.sensor[:].temperature.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

operational_instrumentation.sensor[:].type.description

Verbose description

  • Data Type: STR_0D

operational_instrumentation.sensor[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

operational_instrumentation.sensor[:].type.name

Short string identifier

  • Data Type: STR_0D

operational_instrumentation.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.code.commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.code.library[:].name

Name of software

  • Data Type: STR_0D

pellets.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pellets.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

pellets.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.code.name

Name of software generating IDS

  • Data Type: STR_0D

pellets.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["pellets.time"]

pellets.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pellets.code.repository

URL of software repository

  • Data Type: STR_0D

pellets.code.version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

pellets.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

pellets.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

pellets.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

pellets.ids_properties.occurrence

N/A

  • Data Type: INT_0D

pellets.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

pellets.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pellets.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

pellets.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

pellets.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pellets.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

pellets.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

pellets.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

pellets.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

pellets.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

pellets.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

pellets.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

pellets.latency_σ

error of pellets.latency

  • Units: s
  • Data Type: FLT_0D

pellets.launcher[:].name

Name of the launcher (unique within the set of all launchers of the experiment)

  • Data Type: STR_0D

pellets.launcher[:].shape.size

Size of the pellet in the various dimensions, depending on the shape type. Spherical pellets: size(1) is the radius of the pellet. Cylindrical pellets: size(1) is the radius and size(2) is the height of the cylinder. Rectangular pellets: size(1) is the height, size(2) is the width and size(3) is the length

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.launcher[:].shape.size_σ

error of pellets.launcher[:].shape.size

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.launcher[:].shape.type.description

Verbose description

  • Data Type: STR_0D

pellets.launcher[:].shape.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pellets.launcher[:].shape.type.name

Short string identifier

  • Data Type: STR_0D

pellets.launcher[:].species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.launcher[:].species[:].a_σ

error of pellets.launcher[:].species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.launcher[:].species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

pellets.launcher[:].species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.launcher[:].species[:].z_n_σ

error of pellets.launcher[:].species[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].frequency

Frequency of pellets launched

  • Units: Hz
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].frequency_σ

error of pellets.time_slice[:].pellet[:].frequency

  • Units: Hz
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].a_σ

error of pellets.time_slice[:].pellet[:].layer[:].species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].density

Material density of the species in the pellet

  • Units: atoms.m^-3
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].density_σ

error of pellets.time_slice[:].pellet[:].layer[:].species[:].density

  • Units: atoms.m^-3
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].fraction

Atomic fraction of the species in the pellet

  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].fraction_σ

error of pellets.time_slice[:].pellet[:].layer[:].species[:].fraction

  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].sublimation_energy

Sublimation energy per atom

  • Units: eV
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].sublimation_energy_σ

error of pellets.timeslice[:].pellet[:].layer[:].species[:].sublimationenergy

  • Units: eV
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].species[:].z_n_σ

error of pellets.timeslice[:].pellet[:].layer[:].species[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].thickness

Layer thickness

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].layer[:].thickness_σ

error of pellets.time_slice[:].pellet[:].layer[:].thickness

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.first_point.phi_σ

error of pellets.timeslice[:].pellet[:].pathgeometry.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.first_point.r_σ

error of pellets.timeslice[:].pellet[:].pathgeometry.first_point.r

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.first_point.z_σ

error of pellets.timeslice[:].pellet[:].pathgeometry.first_point.z

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.second_point.phi_σ

error of pellets.timeslice[:].pellet[:].pathgeometry.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.second_point.r_σ

error of pellets.timeslice[:].pellet[:].pathgeometry.second_point.r

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_geometry.second_point.z_σ

error of pellets.timeslice[:].pellet[:].pathgeometry.second_point.z

  • Units: m
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].path_profiles.ablated_particles

Number of ablated particles (electrons) along the pellet path

  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.ablated_particles_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.ablated_particles

  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.ablation_rate

Ablation rate (electrons) along the pellet path

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.ablation_rate_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.ablation_rate

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.distance

Distance along the pellet path, with the origin taken at pathgeometry/firstpoint. Used as the main coordinate for the path_profiles structure

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].path_profiles.distance_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.distance

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].path_profiles.n_e

Electron density along the pellet path

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.n_e_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.n_e

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.position.r"]

pellets.time_slice[:].pellet[:].path_profiles.position.phi_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.position.r"]

pellets.time_slice[:].pellet[:].path_profiles.position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].path_profiles.position.r_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].path_profiles.position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.position.r"]

pellets.time_slice[:].pellet[:].path_profiles.position.z_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.position.r"]

pellets.time_slice[:].pellet[:].path_profiles.psi

Poloidal flux along the pellet path

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.psi_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm

Normalised toroidal coordinate along the pellet path

  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm_drift

Difference to due ExB drifts between the ablation and the final deposition locations, in terms of the normalised toroidal flux coordinate

  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm_drift_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.rhotornorm_drift

  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.t_e

Electron temperature along the pellet path

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.t_e_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.t_e

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.velocity

Pellet velocity along the pellet path

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].path_profiles.velocity_σ

error of pellets.timeslice[:].pellet[:].pathprofiles.velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["pellets.time_slice[:].pellet[:].path_profiles.distance"]

pellets.time_slice[:].pellet[:].propellant_gas.element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].propellant_gas.element[:].a_σ

error of pellets.timeslice[:].pellet[:].propellantgas.element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].propellant_gas.element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

pellets.time_slice[:].pellet[:].propellant_gas.element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].propellant_gas.element[:].z_n_σ

error of pellets.timeslice[:].pellet[:].propellantgas.element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].propellant_gas.label

String identifying the neutral molecule (e.g. H2, D2, T2, N2, ...)

  • Data Type: STR_0D

pellets.time_slice[:].pellet[:].propellant_gas.molecules_n

Number of molecules of the propellant gas injected in the vacuum vessel when launching the pellet

  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].propellant_gas.molecules_n_σ

error of pellets.timeslice[:].pellet[:].propellantgas.molecules_n

  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].shape.size

Size of the pellet in the various dimensions, depending on the shape type. Spherical pellets: size(1) is the radius of the pellet. Cylindrical pellets: size(1) is the radius and size(2) is the height of the cylinder. Rectangular pellets: size(1) is the height, size(2) is the width and size(3) is the length

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].shape.size_σ

error of pellets.time_slice[:].pellet[:].shape.size

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pellets.time_slice[:].pellet[:].shape.type.description

Verbose description

  • Data Type: STR_0D

pellets.time_slice[:].pellet[:].shape.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pellets.time_slice[:].pellet[:].shape.type.name

Short string identifier

  • Data Type: STR_0D

pellets.time_slice[:].pellet[:].species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].a_σ

error of pellets.time_slice[:].pellet[:].species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].density

Material density of the species in the pellet

  • Units: atoms.m^-3
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].density_σ

error of pellets.time_slice[:].pellet[:].species[:].density

  • Units: atoms.m^-3
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].fraction

Atomic fraction of the species in the pellet

  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].fraction_σ

error of pellets.time_slice[:].pellet[:].species[:].fraction

  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

pellets.time_slice[:].pellet[:].species[:].sublimation_energy

Sublimation energy per atom

  • Units: eV
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].sublimation_energy_σ

error of pellets.timeslice[:].pellet[:].species[:].sublimationenergy

  • Units: eV
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].species[:].z_n_σ

error of pellets.timeslice[:].pellet[:].species[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].velocity_initial

Initial velocity of the pellet as it enters the vaccum chamber

  • Units: m.s^-1
  • Data Type: FLT_0D

pellets.time_slice[:].pellet[:].velocity_initial_σ

error of pellets.timeslice[:].pellet[:].velocityinitial

  • Units: m.s^-1
  • Data Type: FLT_0D

pellets.time_slice[:].time

Time

  • Units: s
  • Data Type: FLT_0D

pf_active.circuit[:].connections

Description of the supplies and coils connections (nodes) across the circuit. Nodes of the circuit are listed as the first dimension of the matrix. Supplies (listed first) and coils (listed second) SIDES are listed as the second dimension. Thus the second dimension has a size equal to 2*(Nsupplies+Ncoils). Nsupplies (resp. Ncoils) is the total number of supplies (resp. coils) listed in the supply (resp.coil) array of structure, i.e. including also supplies/coils that are not part of the actual circuit. The (i,j) matrix elements are 1 if the j-th supply or coil side is connected to the i-th node, or 0 otherwise. For coils, sides are listed so that a current flowing from side 1 to side 2 (inside the coil) is positive (i.e. counter-clockwise when seen from above).

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

pf_active.circuit[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.circuit[:].current.time"]

pf_active.circuit[:].current.data_σ

error of pf_active.circuit[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.circuit[:].current.time"]

pf_active.circuit[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.circuit[:].identifier

ID of the circuit

  • Data Type: STR_0D

pf_active.circuit[:].name

Name of the circuit

  • Data Type: STR_0D

pf_active.circuit[:].type

Type of the circuit

  • Data Type: STR_0D

pf_active.circuit[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.circuit[:].voltage.time"]

pf_active.circuit[:].voltage.data_σ

error of pf_active.circuit[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.circuit[:].voltage.time"]

pf_active.circuit[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.code.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.code.library[:].name

Name of software

  • Data Type: STR_0D

pf_active.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_active.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

pf_active.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.code.name

Name of software generating IDS

  • Data Type: STR_0D

pf_active.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["pf_active.time"]

pf_active.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_active.code.repository

URL of software repository

  • Data Type: STR_0D

pf_active.code.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.coil[:].b_field_max

List of values of the maximum magnetic field on the conductor surface (coordinate for currentlimitmax)

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].b_field_max_σ

error of pfactive.coil[:].bfield_max

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].b_field_max_timed.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].b_field_max_timed.time"]

pf_active.coil[:].b_field_max_timed.data_σ

error of pfactive.coil[:].bfieldmaxtimed.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].b_field_max_timed.time"]

pf_active.coil[:].b_field_max_timed.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].current.time"]

pf_active.coil[:].current.data_σ

error of pf_active.coil[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].current.time"]

pf_active.coil[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].current_limit_max

Maximum tolerable current in the conductor

  • Units: A
  • Data Type: FLT_2D
  • Coordinates: ["pf_active.coil[:].b_field_max", "pf_active.coil[:].temperature"]

pf_active.coil[:].current_limit_max_σ

error of pfactive.coil[:].currentlimit_max

  • Units: A
  • Data Type: FLT_2D
  • Coordinates: ["pf_active.coil[:].b_field_max", "pf_active.coil[:].temperature"]

pf_active.coil[:].element[:].area

Cross-sectional areas of the element

  • Units: m^2
  • Data Type: FLT_0D

pf_active.coil[:].element[:].area_σ

error of pf_active.coil[:].element[:].area

  • Units: m^2
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.r

Centre major radius

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.r_σ

error of pf_active.coil[:].element[:].geometry.annulus.r

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.radius_inner

Inner radius

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.radius_inner_σ

error of pfactive.coil[:].element[:].geometry.annulus.radiusinner

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.radius_outer

Outer radius

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.radius_outer_σ

error of pfactive.coil[:].element[:].geometry.annulus.radiusouter

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.z

Centre height

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.annulus.z_σ

error of pf_active.coil[:].element[:].geometry.annulus.z

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.arcs_of_circle.curvature_radii

Curvature radius of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].element[:].geometry.arcs_of_circle.r"]

pf_active.coil[:].element[:].geometry.arcs_of_circle.curvature_radii_σ

error of pfactive.coil[:].element[:].geometry.arcsofcircle.curvatureradii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].element[:].geometry.arcs_of_circle.r"]

pf_active.coil[:].element[:].geometry.arcs_of_circle.r

Major radii of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].element[:].geometry.arcs_of_circle.r_σ

error of pfactive.coil[:].element[:].geometry.arcsof_circle.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].element[:].geometry.arcs_of_circle.z

Height of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].element[:].geometry.arcs_of_circle.r"]

pf_active.coil[:].element[:].geometry.arcs_of_circle.z_σ

error of pfactive.coil[:].element[:].geometry.arcsof_circle.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].element[:].geometry.arcs_of_circle.r"]

pf_active.coil[:].element[:].geometry.geometry_type

Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line')

  • Data Type: INT_0D

pf_active.coil[:].element[:].geometry.oblique.alpha

Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).

  • Units: rad
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.alpha_σ

error of pf_active.coil[:].element[:].geometry.oblique.alpha

  • Units: rad
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.beta

Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.

  • Units: rad
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.beta_σ

error of pf_active.coil[:].element[:].geometry.oblique.beta

  • Units: rad
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.length_alpha

Length of the parallelogram side inclined with angle alpha with respect to the major radius axis

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.length_alpha_σ

error of pfactive.coil[:].element[:].geometry.oblique.lengthalpha

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.length_beta

Length of the parallelogram side inclined with angle beta with respect to the height axis

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.length_beta_σ

error of pfactive.coil[:].element[:].geometry.oblique.lengthbeta

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.r

Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.r_σ

error of pf_active.coil[:].element[:].geometry.oblique.r

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.z

Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.oblique.z_σ

error of pf_active.coil[:].element[:].geometry.oblique.z

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].element[:].geometry.outline.r_σ

error of pf_active.coil[:].element[:].geometry.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].element[:].geometry.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].element[:].geometry.outline.r"]

pf_active.coil[:].element[:].geometry.outline.z_σ

error of pf_active.coil[:].element[:].geometry.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].element[:].geometry.outline.r"]

pf_active.coil[:].element[:].geometry.rectangle.height

Vertical full height

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.height_σ

error of pf_active.coil[:].element[:].geometry.rectangle.height

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.r

Geometric centre R

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.r_σ

error of pf_active.coil[:].element[:].geometry.rectangle.r

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.width

Horizontal full width

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.width_σ

error of pf_active.coil[:].element[:].geometry.rectangle.width

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.z

Geometric centre Z

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.rectangle.z_σ

error of pf_active.coil[:].element[:].geometry.rectangle.z

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.first_point.r_σ

error of pfactive.coil[:].element[:].geometry.thickline.first_point.r

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.first_point.z_σ

error of pfactive.coil[:].element[:].geometry.thickline.first_point.z

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.second_point.r_σ

error of pfactive.coil[:].element[:].geometry.thickline.second_point.r

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.second_point.z_σ

error of pfactive.coil[:].element[:].geometry.thickline.second_point.z

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.thickness

Thickness

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].geometry.thick_line.thickness_σ

error of pfactive.coil[:].element[:].geometry.thickline.thickness

  • Units: m
  • Data Type: FLT_0D

pf_active.coil[:].element[:].identifier

Identifier of this element

  • Data Type: STR_0D

pf_active.coil[:].element[:].name

Name of this element

  • Data Type: STR_0D

pf_active.coil[:].element[:].turns_with_sign

Number of effective turns in the element for calculating magnetic fields of the coil/loop; includes the sign of the number of turns (positive means current is counter-clockwise when seen from above)

  • Data Type: FLT_0D

pf_active.coil[:].element[:].turns_with_sign_σ

error of pfactive.coil[:].element[:].turnswith_sign

  • Data Type: FLT_0D

pf_active.coil[:].energy_limit_max

Maximum Energy to be dissipated in the coil

  • Units: J
  • Data Type: FLT_0D

pf_active.coil[:].energy_limit_max_σ

error of pfactive.coil[:].energylimit_max

  • Units: J
  • Data Type: FLT_0D

pf_active.coil[:].force_radial.data

Data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_radial.time"]

pf_active.coil[:].force_radial.data_σ

error of pfactive.coil[:].forceradial.data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_radial.time"]

pf_active.coil[:].force_radial.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].force_radial_crushing.data

Data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_radial_crushing.time"]

pf_active.coil[:].force_radial_crushing.data_σ

error of pfactive.coil[:].forceradial_crushing.data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_radial_crushing.time"]

pf_active.coil[:].force_radial_crushing.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].force_vertical.data

Data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_vertical.time"]

pf_active.coil[:].force_vertical.data_σ

error of pfactive.coil[:].forcevertical.data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_vertical.time"]

pf_active.coil[:].force_vertical.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].force_vertical_crushing.data

Data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_vertical_crushing.time"]

pf_active.coil[:].force_vertical_crushing.data_σ

error of pfactive.coil[:].forcevertical_crushing.data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].force_vertical_crushing.time"]

pf_active.coil[:].force_vertical_crushing.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].function[:].description

Verbose description

  • Data Type: STR_0D

pf_active.coil[:].function[:].index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pf_active.coil[:].function[:].name

Short string identifier

  • Data Type: STR_0D

pf_active.coil[:].identifier

Alphanumeric identifier of coils used for convenience

  • Data Type: STR_0D

pf_active.coil[:].name

Name of the coil

  • Data Type: STR_0D

pf_active.coil[:].resistance

Coil resistance

  • Units: Ohm
  • Data Type: FLT_0D

pf_active.coil[:].resistance_σ

error of pf_active.coil[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

pf_active.coil[:].resistance_additional.data

Data

  • Units: Ohm
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].resistance_additional.time"]

pf_active.coil[:].resistance_additional.data_σ

error of pfactive.coil[:].resistanceadditional.data

  • Units: Ohm
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].resistance_additional.time"]

pf_active.coil[:].resistance_additional.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].temperature

List of values of the conductor temperature (coordinate for currentlimitmax)

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].temperature_σ

error of pf_active.coil[:].temperature

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.coil[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].voltage.time"]

pf_active.coil[:].voltage.data_σ

error of pf_active.coil[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.coil[:].voltage.time"]

pf_active.coil[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.force_limits.combination_matrix

Force limits are expressed as a linear combination of the forces on each individual coil. The weights of the linear combination are given by this matrix, while the limits are given by the sibling nodes limitmin and limitmax. Each row of this matrix corresponds to a force limit. The columns represent, for each coil, the 4 types of forces on the coil namely [coil1radial, coil1vertical, coil1radialcrush, coil1verticalcrush, coil2radial, coil2vertical, coil2radialcrush, coil2verticalcrush, ...]. There are therefore 4*coils_n columns.

  • Data Type: FLT_2D
  • Coordinates: ["pf_active.force_limits.limit_max", "1...N"]

pf_active.force_limits.combination_matrix_σ

error of pfactive.forcelimits.combination_matrix

  • Data Type: FLT_2D
  • Coordinates: ["pf_active.force_limits.limit_max", "1...N"]

pf_active.force_limits.force.data

Data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.force_limits.force.time"]

pf_active.force_limits.force.data_σ

error of pfactive.forcelimits.force.data

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.force_limits.force.time"]

pf_active.force_limits.force.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.force_limits.limit_max

Maximum force limit, for each limit (line of the combination matrix). EMPTY_FLT value means unbounded

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.force_limits.limit_max_σ

error of pfactive.forcelimits.limit_max

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.force_limits.limit_min

Minimum force limit, for each limit (line of the combination matrix). EMPTY_FLT value means unbounded

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.force_limits.limit_max"]

pf_active.force_limits.limit_min_σ

error of pfactive.forcelimits.limit_min

  • Units: N
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.force_limits.limit_max"]

pf_active.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

pf_active.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

pf_active.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

pf_active.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

pf_active.ids_properties.occurrence

N/A

  • Data Type: INT_0D

pf_active.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

pf_active.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pf_active.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

pf_active.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

pf_active.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_active.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

pf_active.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

pf_active.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

pf_active.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

pf_active.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

pf_active.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

pf_active.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

pf_active.latency_σ

error of pf_active.latency

  • Units: s
  • Data Type: FLT_0D

pf_active.supply[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.supply[:].current.time"]

pf_active.supply[:].current.data_σ

error of pf_active.supply[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.supply[:].current.time"]

pf_active.supply[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.supply[:].current_limit_max

Maximum current in the supply

  • Units: A
  • Data Type: FLT_0D

pf_active.supply[:].current_limit_max_σ

error of pfactive.supply[:].currentlimit_max

  • Units: A
  • Data Type: FLT_0D

pf_active.supply[:].current_limit_min

Minimum current in the supply

  • Units: A
  • Data Type: FLT_0D

pf_active.supply[:].current_limit_min_σ

error of pfactive.supply[:].currentlimit_min

  • Units: A
  • Data Type: FLT_0D

pf_active.supply[:].current_limiter_gain

Gain to prevent overcurrent in a linear model of the supply

  • Units: V
  • Data Type: FLT_0D

pf_active.supply[:].current_limiter_gain_σ

error of pfactive.supply[:].currentlimiter_gain

  • Units: V
  • Data Type: FLT_0D

pf_active.supply[:].delay

Pure delay in the supply

  • Units: s
  • Data Type: FLT_0D

pf_active.supply[:].delay_σ

error of pf_active.supply[:].delay

  • Units: s
  • Data Type: FLT_0D

pf_active.supply[:].energy_limit_max

Maximum energy to be dissipated in the supply during a pulse

  • Units: J
  • Data Type: FLT_0D

pf_active.supply[:].energy_limit_max_σ

error of pfactive.supply[:].energylimit_max

  • Units: J
  • Data Type: FLT_0D

pf_active.supply[:].filter_denominator

Coefficients of the denominator, in increasing order : b0 + b1s + ... + bms^m; used for a linear supply description

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.supply[:].filter_denominator_σ

error of pfactive.supply[:].filterdenominator

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.supply[:].filter_numerator

Coefficients of the numerator, in increasing order : a0 + a1s + ... + ans^n; used for a linear supply description

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.supply[:].filter_numerator_σ

error of pfactive.supply[:].filternumerator

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.supply[:].identifier

Identifier of the supply

  • Data Type: STR_0D

pf_active.supply[:].name

Name of the PF supply

  • Data Type: STR_0D

pf_active.supply[:].nonlinear_model

Description of the nonlinear transfer function of the supply

  • Data Type: STR_0D

pf_active.supply[:].resistance

Power supply internal resistance

  • Units: Ohm
  • Data Type: FLT_0D

pf_active.supply[:].resistance_σ

error of pf_active.supply[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

pf_active.supply[:].type

Type of the supply; TBD add free description of non-linear power supplies

  • Data Type: INT_0D

pf_active.supply[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.supply[:].voltage.time"]

pf_active.supply[:].voltage.data_σ

error of pf_active.supply[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["pf_active.supply[:].voltage.time"]

pf_active.supply[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_active.supply[:].voltage_limit_max

Maximum voltage from the supply

  • Units: V
  • Data Type: FLT_0D

pf_active.supply[:].voltage_limit_max_σ

error of pfactive.supply[:].voltagelimit_max

  • Units: V
  • Data Type: FLT_0D

pf_active.supply[:].voltage_limit_min

Minimum voltage from the supply

  • Units: V
  • Data Type: FLT_0D

pf_active.supply[:].voltage_limit_min_σ

error of pfactive.supply[:].voltagelimit_min

  • Units: V
  • Data Type: FLT_0D

pf_active.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_passive.code.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.code.library[:].name

Name of software

  • Data Type: STR_0D

pf_passive.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_passive.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

pf_passive.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.code.name

Name of software generating IDS

  • Data Type: STR_0D

pf_passive.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["pf_passive.time"]

pf_passive.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_passive.code.repository

URL of software repository

  • Data Type: STR_0D

pf_passive.code.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

pf_passive.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

pf_passive.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

pf_passive.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

pf_passive.ids_properties.occurrence

N/A

  • Data Type: INT_0D

pf_passive.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

pf_passive.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pf_passive.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

pf_passive.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_passive.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

pf_passive.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

pf_passive.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

pf_passive.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

pf_passive.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

pf_passive.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

pf_passive.loop[:].current

Passive loop current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].time"]

pf_passive.loop[:].current_σ

error of pf_passive.loop[:].current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].time"]

pf_passive.loop[:].element[:].area

Cross-sectional areas of the element

  • Units: m^2
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].area_σ

error of pf_passive.loop[:].element[:].area

  • Units: m^2
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.r

Centre major radius

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.r_σ

error of pf_passive.loop[:].element[:].geometry.annulus.r

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.radius_inner

Inner radius

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.radius_inner_σ

error of pfpassive.loop[:].element[:].geometry.annulus.radiusinner

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.radius_outer

Outer radius

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.radius_outer_σ

error of pfpassive.loop[:].element[:].geometry.annulus.radiusouter

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.z

Centre height

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.annulus.z_σ

error of pf_passive.loop[:].element[:].geometry.annulus.z

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.arcs_of_circle.curvature_radii

Curvature radius of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].element[:].geometry.arcs_of_circle.r"]

pf_passive.loop[:].element[:].geometry.arcs_of_circle.curvature_radii_σ

error of pfpassive.loop[:].element[:].geometry.arcsofcircle.curvatureradii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].element[:].geometry.arcs_of_circle.r"]

pf_passive.loop[:].element[:].geometry.arcs_of_circle.r

Major radii of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_passive.loop[:].element[:].geometry.arcs_of_circle.r_σ

error of pfpassive.loop[:].element[:].geometry.arcsof_circle.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_passive.loop[:].element[:].geometry.arcs_of_circle.z

Height of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].element[:].geometry.arcs_of_circle.r"]

pf_passive.loop[:].element[:].geometry.arcs_of_circle.z_σ

error of pfpassive.loop[:].element[:].geometry.arcsof_circle.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].element[:].geometry.arcs_of_circle.r"]

pf_passive.loop[:].element[:].geometry.geometry_type

Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line')

  • Data Type: INT_0D

pf_passive.loop[:].element[:].geometry.oblique.alpha

Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).

  • Units: rad
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.alpha_σ

error of pf_passive.loop[:].element[:].geometry.oblique.alpha

  • Units: rad
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.beta

Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.

  • Units: rad
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.beta_σ

error of pf_passive.loop[:].element[:].geometry.oblique.beta

  • Units: rad
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.length_alpha

Length of the parallelogram side inclined with angle alpha with respect to the major radius axis

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.length_alpha_σ

error of pfpassive.loop[:].element[:].geometry.oblique.lengthalpha

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.length_beta

Length of the parallelogram side inclined with angle beta with respect to the height axis

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.length_beta_σ

error of pfpassive.loop[:].element[:].geometry.oblique.lengthbeta

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.r

Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.r_σ

error of pf_passive.loop[:].element[:].geometry.oblique.r

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.z

Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.oblique.z_σ

error of pf_passive.loop[:].element[:].geometry.oblique.z

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_passive.loop[:].element[:].geometry.outline.r_σ

error of pf_passive.loop[:].element[:].geometry.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_passive.loop[:].element[:].geometry.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].element[:].geometry.outline.r"]

pf_passive.loop[:].element[:].geometry.outline.z_σ

error of pf_passive.loop[:].element[:].geometry.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_passive.loop[:].element[:].geometry.outline.r"]

pf_passive.loop[:].element[:].geometry.rectangle.height

Vertical full height

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.height_σ

error of pf_passive.loop[:].element[:].geometry.rectangle.height

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.r

Geometric centre R

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.r_σ

error of pf_passive.loop[:].element[:].geometry.rectangle.r

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.width

Horizontal full width

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.width_σ

error of pf_passive.loop[:].element[:].geometry.rectangle.width

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.z

Geometric centre Z

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.rectangle.z_σ

error of pf_passive.loop[:].element[:].geometry.rectangle.z

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.first_point.r_σ

error of pfpassive.loop[:].element[:].geometry.thickline.first_point.r

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.first_point.z_σ

error of pfpassive.loop[:].element[:].geometry.thickline.first_point.z

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.second_point.r_σ

error of pfpassive.loop[:].element[:].geometry.thickline.second_point.r

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.second_point.z_σ

error of pfpassive.loop[:].element[:].geometry.thickline.second_point.z

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.thickness

Thickness

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].geometry.thick_line.thickness_σ

error of pfpassive.loop[:].element[:].geometry.thickline.thickness

  • Units: m
  • Data Type: FLT_0D

pf_passive.loop[:].element[:].identifier

Identifier of this element

  • Data Type: STR_0D

pf_passive.loop[:].element[:].name

Name of this element

  • Data Type: STR_0D

pf_passive.loop[:].element[:].turns_with_sign

Number of effective turns in the element for calculating magnetic fields of the coil/loop; includes the sign of the number of turns (positive means current is counter-clockwise when seen from above)

  • Data Type: FLT_0D

pf_passive.loop[:].element[:].turns_with_sign_σ

error of pfpassive.loop[:].element[:].turnswith_sign

  • Data Type: FLT_0D

pf_passive.loop[:].name

Name of the loop

  • Data Type: STR_0D

pf_passive.loop[:].resistance

Passive loop resistance

  • Units: Ohm
  • Data Type: FLT_0D

pf_passive.loop[:].resistance_σ

error of pf_passive.loop[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

pf_passive.loop[:].resistivity

Passive loop resistivity

  • Units: Ohm.m
  • Data Type: FLT_0D

pf_passive.loop[:].resistivity_σ

error of pf_passive.loop[:].resistivity

  • Units: Ohm.m
  • Data Type: FLT_0D

pf_passive.loop[:].time

Timebase for the dynamic nodes of this loop located at this level of the IDS structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_passive.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_plasma.code.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.code.library[:].name

Name of software

  • Data Type: STR_0D

pf_plasma.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_plasma.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.code.name

Name of software generating IDS

  • Data Type: STR_0D

pf_plasma.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["pf_plasma.time"]

pf_plasma.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_plasma.code.repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.code.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.element[:].area

Cross-sectional area of the element

  • Units: m^2
  • Data Type: FLT_0D

pf_plasma.element[:].area_σ

error of pf_plasma.element[:].area

  • Units: m^2
  • Data Type: FLT_0D

pf_plasma.element[:].current

Current in the plasma element

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].time"]

pf_plasma.element[:].current_σ

error of pf_plasma.element[:].current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].time"]

pf_plasma.element[:].geometry.annulus.r

Centre major radius

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.r_σ

error of pf_plasma.element[:].geometry.annulus.r

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.radius_inner

Inner radius

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.radius_inner_σ

error of pfplasma.element[:].geometry.annulus.radiusinner

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.radius_outer

Outer radius

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.radius_outer_σ

error of pfplasma.element[:].geometry.annulus.radiusouter

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.z

Centre height

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.annulus.z_σ

error of pf_plasma.element[:].geometry.annulus.z

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.arcs_of_circle.curvature_radii

Curvature radius of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].geometry.arcs_of_circle.r"]

pf_plasma.element[:].geometry.arcs_of_circle.curvature_radii_σ

error of pfplasma.element[:].geometry.arcsofcircle.curvatureradii

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].geometry.arcs_of_circle.r"]

pf_plasma.element[:].geometry.arcs_of_circle.r

Major radii of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_plasma.element[:].geometry.arcs_of_circle.r_σ

error of pfplasma.element[:].geometry.arcsof_circle.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_plasma.element[:].geometry.arcs_of_circle.z

Height of the start point of each arc of circle

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].geometry.arcs_of_circle.r"]

pf_plasma.element[:].geometry.arcs_of_circle.z_σ

error of pfplasma.element[:].geometry.arcsof_circle.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].geometry.arcs_of_circle.r"]

pf_plasma.element[:].geometry.geometry_type

Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line')

  • Data Type: INT_0D

pf_plasma.element[:].geometry.oblique.alpha

Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).

  • Units: rad
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.alpha_σ

error of pf_plasma.element[:].geometry.oblique.alpha

  • Units: rad
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.beta

Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.

  • Units: rad
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.beta_σ

error of pf_plasma.element[:].geometry.oblique.beta

  • Units: rad
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.length_alpha

Length of the parallelogram side inclined with angle alpha with respect to the major radius axis

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.length_alpha_σ

error of pfplasma.element[:].geometry.oblique.lengthalpha

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.length_beta

Length of the parallelogram side inclined with angle beta with respect to the height axis

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.length_beta_σ

error of pfplasma.element[:].geometry.oblique.lengthbeta

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.r

Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.r_σ

error of pf_plasma.element[:].geometry.oblique.r

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.z

Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.oblique.z_σ

error of pf_plasma.element[:].geometry.oblique.z

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_plasma.element[:].geometry.outline.r_σ

error of pf_plasma.element[:].geometry.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_plasma.element[:].geometry.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].geometry.outline.r"]

pf_plasma.element[:].geometry.outline.z_σ

error of pf_plasma.element[:].geometry.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["pf_plasma.element[:].geometry.outline.r"]

pf_plasma.element[:].geometry.rectangle.height

Vertical full height

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.height_σ

error of pf_plasma.element[:].geometry.rectangle.height

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.r

Geometric centre R

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.r_σ

error of pf_plasma.element[:].geometry.rectangle.r

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.width

Horizontal full width

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.width_σ

error of pf_plasma.element[:].geometry.rectangle.width

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.z

Geometric centre Z

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.rectangle.z_σ

error of pf_plasma.element[:].geometry.rectangle.z

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.first_point.r_σ

error of pfplasma.element[:].geometry.thickline.first_point.r

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.first_point.z_σ

error of pfplasma.element[:].geometry.thickline.first_point.z

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.second_point.r_σ

error of pfplasma.element[:].geometry.thickline.second_point.r

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.second_point.z_σ

error of pfplasma.element[:].geometry.thickline.second_point.z

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.thickness

Thickness

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].geometry.thick_line.thickness_σ

error of pfplasma.element[:].geometry.thickline.thickness

  • Units: m
  • Data Type: FLT_0D

pf_plasma.element[:].time

Timebase for the dynamic nodes located at this level of the IDS structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pf_plasma.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

pf_plasma.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

pf_plasma.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

pf_plasma.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

pf_plasma.ids_properties.occurrence

N/A

  • Data Type: INT_0D

pf_plasma.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

pf_plasma.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pf_plasma.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

pf_plasma.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pf_plasma.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

pf_plasma.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

pf_plasma.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

pf_plasma.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

pf_plasma.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

pf_plasma.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

pf_plasma.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].e_field_parallel

Parallel electric field along each field line

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].e_field_parallel_σ

error of plasmainitiation.bfieldlines[:].efield_parallel

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].e_field_townsend

Townsend electric field along each field line

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].e_field_townsend_σ

error of plasmainitiation.bfieldlines[:].efield_townsend

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].grid.dim1_σ

error of plasmainitiation.bfield_lines[:].grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].grid.dim2_σ

error of plasmainitiation.bfield_lines[:].grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["plasma_initiation.b_field_lines[:].grid.dim1", "plasma_initiation.b_field_lines[:].grid.dim2"]

plasma_initiation.b_field_lines[:].grid.volume_element_σ

error of plasmainitiation.bfieldlines[:].grid.volumeelement

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["plasma_initiation.b_field_lines[:].grid.dim1", "plasma_initiation.b_field_lines[:].grid.dim2"]

plasma_initiation.b_field_lines[:].grid_type.description

Verbose description

  • Data Type: STR_0D

plasma_initiation.b_field_lines[:].grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

plasma_initiation.b_field_lines[:].grid_type.name

Short string identifier

  • Data Type: STR_0D

plasma_initiation.b_field_lines[:].lengths

Length of each field line

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].lengths_σ

error of plasmainitiation.bfield_lines[:].lengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].open_fraction

Fraction of open field lines : ratio open fields lines / (open+closed field lines)

  • Data Type: FLT_0D

plasma_initiation.b_field_lines[:].open_fraction_σ

error of plasmainitiation.bfieldlines[:].openfraction

  • Data Type: FLT_0D

plasma_initiation.b_field_lines[:].pressure

Prefill gas pressure used in Townsend E field calculation

  • Units: Pa
  • Data Type: FLT_0D

plasma_initiation.b_field_lines[:].pressure_σ

error of plasmainitiation.bfield_lines[:].pressure

  • Units: Pa
  • Data Type: FLT_0D

plasma_initiation.b_field_lines[:].starting_positions.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].starting_positions.r_σ

error of plasmainitiation.bfieldlines[:].startingpositions.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].starting_positions.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].starting_positions.z_σ

error of plasmainitiation.bfieldlines[:].startingpositions.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].starting_positions.r"]

plasma_initiation.b_field_lines[:].time

Time

  • Units: s
  • Data Type: FLT_0D

plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r_σ

error of plasmainitiation.bfieldlines[:].townsendorclosedgrid_positions.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r"]

plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.z_σ

error of plasmainitiation.bfieldlines[:].townsendorclosedgrid_positions.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r"]

plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r_σ

error of plasmainitiation.bfieldlines[:].townsendorclosedpositions.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.b_field_lines[:].townsend_or_closed_positions.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r"]

plasma_initiation.b_field_lines[:].townsend_or_closed_positions.z_σ

error of plasmainitiation.bfieldlines[:].townsendorclosedpositions.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r"]

plasma_initiation.code.commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.code.library[:].name

Name of software

  • Data Type: STR_0D

plasma_initiation.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

plasma_initiation.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.code.name

Name of software generating IDS

  • Data Type: STR_0D

plasma_initiation.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["plasma_initiation.time"]

plasma_initiation.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

plasma_initiation.code.repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.code.version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.global_quantities.b_field_perpendicular.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.b_field_perpendicular.time"]

plasma_initiation.global_quantities.b_field_perpendicular.data_σ

error of plasmainitiation.globalquantities.bfieldperpendicular.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.b_field_perpendicular.time"]

plasma_initiation.global_quantities.b_field_perpendicular.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.global_quantities.b_field_stray.data

Data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.b_field_stray.time"]

plasma_initiation.global_quantities.b_field_stray.data_σ

error of plasmainitiation.globalquantities.bfieldstray.data

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.b_field_stray.time"]

plasma_initiation.global_quantities.b_field_stray.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.global_quantities.connection_length.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.connection_length.time"]

plasma_initiation.global_quantities.connection_length.data_σ

error of plasmainitiation.globalquantities.connection_length.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.connection_length.time"]

plasma_initiation.global_quantities.connection_length.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.global_quantities.coulomb_logarithm.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.coulomb_logarithm.time"]

plasma_initiation.global_quantities.coulomb_logarithm.data_σ

error of plasmainitiation.globalquantities.coulomb_logarithm.data

  • Data Type: FLT_1D
  • Coordinates: ["plasma_initiation.global_quantities.coulomb_logarithm.time"]

plasma_initiation.global_quantities.coulomb_logarithm.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

plasma_initiation.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

plasma_initiation.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

plasma_initiation.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

plasma_initiation.ids_properties.occurrence

N/A

  • Data Type: INT_0D

plasma_initiation.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

plasma_initiation.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

plasma_initiation.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

plasma_initiation.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

plasma_initiation.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

plasma_initiation.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

plasma_initiation.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

plasma_initiation.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

plasma_initiation.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

plasma_initiation.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

plasma_initiation.profiles_2d[:].e_field_tor

Toroidal component of the electric field

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["plasma_initiation.profiles_2d[:].grid.dim1", "plasma_initiation.profiles_2d[:].grid.dim2"]

plasma_initiation.profiles_2d[:].e_field_tor_σ

error of plasmainitiation.profiles2d[:].efieldtor

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["plasma_initiation.profiles_2d[:].grid.dim1", "plasma_initiation.profiles_2d[:].grid.dim2"]

plasma_initiation.profiles_2d[:].grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.profiles_2d[:].grid.dim1_σ

error of plasmainitiation.profiles2d[:].grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.profiles_2d[:].grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.profiles_2d[:].grid.dim2_σ

error of plasmainitiation.profiles2d[:].grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

plasma_initiation.profiles_2d[:].grid.volume_element

Elementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["plasma_initiation.profiles_2d[:].grid.dim1", "plasma_initiation.profiles_2d[:].grid.dim2"]

plasma_initiation.profiles_2d[:].grid.volume_element_σ

error of plasmainitiation.profiles2d[:].grid.volume_element

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["plasma_initiation.profiles_2d[:].grid.dim1", "plasma_initiation.profiles_2d[:].grid.dim2"]

plasma_initiation.profiles_2d[:].grid_type.description

Verbose description

  • Data Type: STR_0D

plasma_initiation.profiles_2d[:].grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

plasma_initiation.profiles_2d[:].grid_type.name

Short string identifier

  • Data Type: STR_0D

plasma_initiation.profiles_2d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

plasma_initiation.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

polarimeter.channel[:].ellipticity.data

Data

  • Data Type: FLT_1D
  • Coordinates: ["polarimeter.channel[:].ellipticity.time"]

polarimeter.channel[:].ellipticity.data_σ

error of polarimeter.channel[:].ellipticity.data

  • Data Type: FLT_1D
  • Coordinates: ["polarimeter.channel[:].ellipticity.time"]

polarimeter.channel[:].ellipticity.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

polarimeter.channel[:].ellipticity.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

polarimeter.channel[:].ellipticity.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["polarimeter.channel[:].ellipticity.time"]

polarimeter.channel[:].ellipticity_initial

Initial ellipticity before entering the plasma

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].ellipticity_initial_σ

error of polarimeter.channel[:].ellipticity_initial

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].faraday_angle.data

Data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["polarimeter.channel[:].faraday_angle.time"]

polarimeter.channel[:].faraday_angle.data_σ

error of polarimeter.channel[:].faraday_angle.data

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["polarimeter.channel[:].faraday_angle.time"]

polarimeter.channel[:].faraday_angle.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

polarimeter.channel[:].faraday_angle.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

polarimeter.channel[:].faraday_angle.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["polarimeter.channel[:].faraday_angle.time"]

polarimeter.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

polarimeter.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.first_point.phi_σ

error of polarimeter.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.first_point.r_σ

error of polarimeter.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.first_point.z_σ

error of polarimeter.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.second_point.phi_σ

error of polarimeter.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.second_point.r_σ

error of polarimeter.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.second_point.z_σ

error of polarimeter.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.third_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.third_point.phi_σ

error of polarimeter.channel[:].lineofsight.third_point.phi

  • Units: rad
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.third_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.third_point.r_σ

error of polarimeter.channel[:].lineofsight.third_point.r

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.third_point.z

Height

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].line_of_sight.third_point.z_σ

error of polarimeter.channel[:].lineofsight.third_point.z

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].name

Name of the channel

  • Data Type: STR_0D

polarimeter.channel[:].polarisation_initial

Initial polarisation vector before entering the plasma

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].polarisation_initial_σ

error of polarimeter.channel[:].polarisation_initial

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].wavelength

Wavelength used for polarimetry

  • Units: m
  • Data Type: FLT_0D

polarimeter.channel[:].wavelength_σ

error of polarimeter.channel[:].wavelength

  • Units: m
  • Data Type: FLT_0D

polarimeter.code.commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.code.library[:].name

Name of software

  • Data Type: STR_0D

polarimeter.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

polarimeter.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

polarimeter.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.code.name

Name of software generating IDS

  • Data Type: STR_0D

polarimeter.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["polarimeter.time"]

polarimeter.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

polarimeter.code.repository

URL of software repository

  • Data Type: STR_0D

polarimeter.code.version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

polarimeter.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

polarimeter.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

polarimeter.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

polarimeter.ids_properties.occurrence

N/A

  • Data Type: INT_0D

polarimeter.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

polarimeter.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

polarimeter.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

polarimeter.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

polarimeter.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

polarimeter.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

polarimeter.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

polarimeter.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

polarimeter.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

polarimeter.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

polarimeter.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

polarimeter.latency_σ

error of polarimeter.latency

  • Units: s
  • Data Type: FLT_0D

polarimeter.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.code.commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.code.library[:].name

Name of software

  • Data Type: STR_0D

pulse_schedule.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pulse_schedule.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.code.name

Name of software generating IDS

  • Data Type: STR_0D

pulse_schedule.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.time"]

pulse_schedule.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pulse_schedule.code.repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.code.version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.density_control.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.ion[:].element[:].a_σ

error of pulseschedule.densitycontrol.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

pulse_schedule.density_control.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.ion[:].element[:].z_n_σ

error of pulseschedule.densitycontrol.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

pulse_schedule.density_control.ion[:].n_i_volume_average.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.ion[:].n_i_volume_average.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.ion[:].n_i_volume_average.reference_σ

error of pulseschedule.densitycontrol.ion[:].nivolume_average.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.ion[:].n_i_volume_average.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.ion[:].n_i_volume_average.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.ion[:].z_ion

Ion charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.ion[:].z_ion_σ

error of pulseschedule.densitycontrol.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_greenwald_fraction.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_greenwald_fraction.reference_σ

error of pulseschedule.densitycontrol.negreenwald_fraction.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_line.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_line.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_line.reference_σ

error of pulseschedule.densitycontrol.neline.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_line.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.n_e_line.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_line_lcfs.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_line_lcfs.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_line_lcfs.reference_σ

error of pulseschedule.densitycontrol.neline_lcfs.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_line_lcfs.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.n_e_line_lcfs.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.first_point.phi_σ

error of pulseschedule.densitycontrol.nelineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.first_point.r_σ

error of pulseschedule.densitycontrol.nelineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.first_point.z_σ

error of pulseschedule.densitycontrol.nelineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.second_point.phi_σ

error of pulseschedule.densitycontrol.nelineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.second_point.r_σ

error of pulseschedule.densitycontrol.nelineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.second_point.z_σ

error of pulseschedule.densitycontrol.nelineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.third_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.third_point.phi_σ

error of pulseschedule.densitycontrol.nelineofsight.third_point.phi

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.third_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.third_point.r_σ

error of pulseschedule.densitycontrol.nelineofsight.third_point.r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.third_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_line_of_sight.third_point.z_σ

error of pulseschedule.densitycontrol.nelineofsight.third_point.z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.n_e_pedestal.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_pedestal.reference_σ

error of pulseschedule.densitycontrol.nepedestal.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_pedestal_greenwald_fraction.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_pedestal_greenwald_fraction.reference_σ

error of pulseschedule.densitycontrol.nepedestalgreenwaldfraction.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_profile_average.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_profile_average.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_profile_average.reference_σ

error of pulseschedule.densitycontrol.neprofile_average.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_profile_average.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.n_e_profile_average.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_volume_average.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.n_e_volume_average.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_volume_average.reference_σ

error of pulseschedule.densitycontrol.nevolume_average.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_e_volume_average.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.n_e_volume_average.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.n_h_over_n_d.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.n_h_over_n_d.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_h_over_n_d.reference_σ

error of pulseschedule.densitycontrol.nhovernd.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_h_over_n_d.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.n_h_over_n_d.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.n_t_over_n_d.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.n_t_over_n_d.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_t_over_n_d.reference_σ

error of pulseschedule.densitycontrol.ntovernd.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.n_t_over_n_d.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.n_t_over_n_d.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.density_control.valve[:].flow_rate.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.valve[:].flow_rate.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.valve[:].flow_rate.reference_σ

error of pulseschedule.densitycontrol.valve[:].flow_rate.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.valve[:].flow_rate.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.valve[:].flow_rate.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.valve[:].identifier

Identifier of the valve

  • Data Type: STR_0D

pulse_schedule.density_control.valve[:].name

Name of the valve

  • Data Type: STR_0D

pulse_schedule.density_control.valve[:].species[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.valve[:].species[:].element[:].a_σ

error of pulseschedule.densitycontrol.valve[:].species[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.valve[:].species[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

pulse_schedule.density_control.valve[:].species[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.valve[:].species[:].element[:].z_n_σ

error of pulseschedule.densitycontrol.valve[:].species[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.density_control.valve[:].species[:].fraction

Relative fraction of this species (in molecules) in the gas mixture

  • Data Type: FLT_0D

pulse_schedule.density_control.valve[:].species[:].fraction_σ

error of pulseschedule.densitycontrol.valve[:].species[:].fraction

  • Data Type: FLT_0D

pulse_schedule.density_control.valve[:].species[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

pulse_schedule.density_control.zeff.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.density_control.zeff.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.zeff.reference_σ

error of pulseschedule.densitycontrol.zeff.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.zeff.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.density_control.zeff.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.density_control.zeff_line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.first_point.phi_σ

error of pulseschedule.densitycontrol.zefflineofsight.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.first_point.r_σ

error of pulseschedule.densitycontrol.zefflineofsight.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.first_point.z_σ

error of pulseschedule.densitycontrol.zefflineofsight.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.second_point.phi_σ

error of pulseschedule.densitycontrol.zefflineofsight.secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.second_point.r_σ

error of pulseschedule.densitycontrol.zefflineofsight.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.second_point.z_σ

error of pulseschedule.densitycontrol.zefflineofsight.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.third_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.third_point.phi_σ

error of pulseschedule.densitycontrol.zefflineofsight.thirdpoint.phi

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.third_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.third_point.r_σ

error of pulseschedule.densitycontrol.zefflineofsight.thirdpoint.r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.third_point.z

Height

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_line_of_sight.third_point.z_σ

error of pulseschedule.densitycontrol.zefflineofsight.thirdpoint.z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.density_control.zeff_method.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.density_control.zeff_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.density_control.zeff_method.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.density_control.zeff_pedestal.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.density_control.zeff_pedestal.reference_σ

error of pulseschedule.densitycontrol.zeff_pedestal.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.density_control.time"]

pulse_schedule.ec.beam[:].deposition_rho_tor_norm.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference_σ

error of pulseschedule.ec.beam[:].depositionrhotornorm.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].deposition_rho_tor_norm_width.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].deposition_rho_tor_norm_width.reference_σ

error of pulseschedule.ec.beam[:].depositionrhotornorm_width.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].frequency.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].frequency.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].frequency.reference_σ

error of pulse_schedule.ec.beam[:].frequency.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].frequency.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].frequency.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].identifier

Identifier of the beam

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].name

Name of the beam

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].power_launched.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].power_launched.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].power_launched.reference_σ

error of pulseschedule.ec.beam[:].powerlaunched.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].power_launched.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].power_launched.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].steering_angle_pol.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].steering_angle_pol.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].steering_angle_pol.reference_σ

error of pulseschedule.ec.beam[:].steeringangle_pol.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].steering_angle_pol.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].steering_angle_pol.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].steering_angle_tor.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ec.beam[:].steering_angle_tor.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].steering_angle_tor.reference_σ

error of pulseschedule.ec.beam[:].steeringangle_tor.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.beam[:].steering_angle_tor.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ec.beam[:].steering_angle_tor.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ec.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.power_launched.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ec.power_launched.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.power_launched.reference_σ

error of pulseschedule.ec.powerlaunched.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ec.time"]

pulse_schedule.ec.power_launched.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ec.power_launched.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ec.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.event[:].acquisition_state.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.event[:].acquisition_state.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.event[:].acquisition_state.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.event[:].acquisition_strategy.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.event[:].acquisition_strategy.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.event[:].acquisition_strategy.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.event[:].duration

Duration of this event

  • Units: s
  • Data Type: FLT_0D

pulse_schedule.event[:].duration_σ

error of pulse_schedule.event[:].duration

  • Units: s
  • Data Type: FLT_0D

pulse_schedule.event[:].identifier

Unique identifier of this event provided by the scheduling / event handler

  • Data Type: STR_0D

pulse_schedule.event[:].listeners

Systems listening to this event

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

pulse_schedule.event[:].provider

System having generated this event

  • Data Type: STR_0D

pulse_schedule.event[:].time_stamp

Time stamp of this event

  • Units: s
  • Data Type: FLT_0D

pulse_schedule.event[:].time_stamp_σ

error of pulseschedule.event[:].timestamp

  • Units: s
  • Data Type: FLT_0D

pulse_schedule.event[:].type.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.event[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.event[:].type.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.flux_control.beta_normal.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.flux_control.beta_normal.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.beta_normal.reference_σ

error of pulseschedule.fluxcontrol.beta_normal.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.beta_normal.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.flux_control.beta_normal.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.flux_control.i_plasma.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.flux_control.i_plasma.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.i_plasma.reference_σ

error of pulseschedule.fluxcontrol.i_plasma.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.i_plasma.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.flux_control.i_plasma.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.flux_control.li_3.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.flux_control.li_3.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.li_3.reference_σ

error of pulseschedule.fluxcontrol.li_3.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.li_3.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.flux_control.li_3.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.flux_control.loop_voltage.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.flux_control.loop_voltage.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.loop_voltage.reference_σ

error of pulseschedule.fluxcontrol.loop_voltage.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.loop_voltage.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.flux_control.loop_voltage.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.flux_control.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.flux_control.time"]

pulse_schedule.flux_control.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.ic.antenna[:].deposition_rho_tor_norm.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].deposition_rho_tor_norm.reference_σ

error of pulseschedule.ic.antenna[:].depositionrhotornorm.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].deposition_rho_tor_norm_width.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].deposition_rho_tor_norm_width.reference_σ

error of pulseschedule.ic.antenna[:].depositionrhotornorm_width.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].frequency.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].frequency.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].frequency.reference_σ

error of pulse_schedule.ic.antenna[:].frequency.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].frequency.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ic.antenna[:].frequency.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].identifier

Identifier of the antenna

  • Data Type: STR_0D

pulse_schedule.ic.antenna[:].name

Name of the antenna

  • Data Type: STR_0D

pulse_schedule.ic.antenna[:].phase.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].phase.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].phase.reference_σ

error of pulse_schedule.ic.antenna[:].phase.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].phase.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ic.antenna[:].phase.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].power.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].power.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].power.reference_σ

error of pulse_schedule.ic.antenna[:].power.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.antenna[:].power.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ic.antenna[:].power.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].power_type.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.ic.antenna[:].power_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.ic.antenna[:].power_type.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.ic.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.power.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.ic.power.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.power.reference_σ

error of pulse_schedule.ic.power.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.ic.time"]

pulse_schedule.ic.power.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.ic.power.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.ic.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

pulse_schedule.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

pulse_schedule.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

pulse_schedule.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

pulse_schedule.ids_properties.occurrence

N/A

  • Data Type: INT_0D

pulse_schedule.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

pulse_schedule.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

pulse_schedule.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

pulse_schedule.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

pulse_schedule.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

pulse_schedule.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

pulse_schedule.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

pulse_schedule.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].deposition_rho_tor_norm.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].deposition_rho_tor_norm.reference_σ

error of pulseschedule.lh.antenna[:].depositionrhotornorm.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].deposition_rho_tor_norm_width.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].deposition_rho_tor_norm_width.reference_σ

error of pulseschedule.lh.antenna[:].depositionrhotornorm_width.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].frequency.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].frequency.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].frequency.reference_σ

error of pulse_schedule.lh.antenna[:].frequency.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].frequency.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].frequency.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].identifier

Identifier of the antenna

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].n_parallel.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].n_parallel.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].n_parallel.reference_σ

error of pulseschedule.lh.antenna[:].nparallel.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].n_parallel.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].n_parallel.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].name

Name of the antenna

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].phase.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].phase.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].phase.reference_σ

error of pulse_schedule.lh.antenna[:].phase.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].phase.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].phase.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].power.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].power.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].power.reference_σ

error of pulse_schedule.lh.antenna[:].power.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.antenna[:].power.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].power.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].power_type.description

Verbose description

  • Data Type: STR_0D

pulse_schedule.lh.antenna[:].power_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

pulse_schedule.lh.antenna[:].power_type.name

Short string identifier

  • Data Type: STR_0D

pulse_schedule.lh.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.power.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.lh.power.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.power.reference_σ

error of pulse_schedule.lh.power.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.lh.time"]

pulse_schedule.lh.power.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.lh.power.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.lh.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.nbi.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.power.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.nbi.power.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.power.reference_σ

error of pulse_schedule.nbi.power.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.power.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.nbi.power.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.nbi.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.nbi.unit[:].deposition_rho_tor_norm.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].deposition_rho_tor_norm.reference_σ

error of pulseschedule.nbi.unit[:].depositionrhotornorm.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].deposition_rho_tor_norm_width.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].deposition_rho_tor_norm_width.reference_σ

error of pulseschedule.nbi.unit[:].depositionrhotornorm_width.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].energy.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.nbi.unit[:].energy.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].energy.reference_σ

error of pulse_schedule.nbi.unit[:].energy.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].energy.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.nbi.unit[:].energy.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.nbi.unit[:].identifier

Identifier of the NBI unit

  • Data Type: STR_0D

pulse_schedule.nbi.unit[:].name

Name of the NBI unit

  • Data Type: STR_0D

pulse_schedule.nbi.unit[:].power.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.nbi.unit[:].power.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].power.reference_σ

error of pulse_schedule.nbi.unit[:].power.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.nbi.time"]

pulse_schedule.nbi.unit[:].power.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.nbi.unit[:].power.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.nbi.unit[:].species[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pulse_schedule.nbi.unit[:].species[:].element[:].a_σ

error of pulse_schedule.nbi.unit[:].species[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

pulse_schedule.nbi.unit[:].species[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

pulse_schedule.nbi.unit[:].species[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.nbi.unit[:].species[:].element[:].z_n_σ

error of pulseschedule.nbi.unit[:].species[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

pulse_schedule.nbi.unit[:].species[:].fraction

Relative fraction of this species (in molecules) in the gas mixture

  • Data Type: FLT_0D

pulse_schedule.nbi.unit[:].species[:].fraction_σ

error of pulse_schedule.nbi.unit[:].species[:].fraction

  • Data Type: FLT_0D

pulse_schedule.nbi.unit[:].species[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pellet.time"]

pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm.reference_σ

error of pulseschedule.pellet.launcher[:].depositionrhotornorm.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pellet.time"]

pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm_width.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pellet.time"]

pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm_width.reference_σ

error of pulseschedule.pellet.launcher[:].depositionrhotornorm_width.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pellet.time"]

pulse_schedule.pellet.launcher[:].frequency.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pellet.time"]

pulse_schedule.pellet.launcher[:].frequency.reference_σ

error of pulse_schedule.pellet.launcher[:].frequency.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pellet.time"]

pulse_schedule.pellet.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.pf_active.coil[:].current.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.pf_active.coil[:].current.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.coil[:].current.reference_σ

error of pulseschedule.pfactive.coil[:].current.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.coil[:].current.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.pf_active.coil[:].current.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.pf_active.coil[:].identifier

Identifier of the coil

  • Data Type: STR_0D

pulse_schedule.pf_active.coil[:].name

Name of the coil

  • Data Type: STR_0D

pulse_schedule.pf_active.coil[:].resistance_additional.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.pf_active.coil[:].resistance_additional.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.coil[:].resistance_additional.reference_σ

error of pulseschedule.pfactive.coil[:].resistance_additional.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.coil[:].resistance_additional.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.pf_active.coil[:].resistance_additional.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.pf_active.coil[:].voltage.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.coil[:].voltage.reference_σ

error of pulseschedule.pfactive.coil[:].voltage.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.supply[:].current.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.pf_active.supply[:].current.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.supply[:].current.reference_σ

error of pulseschedule.pfactive.supply[:].current.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.supply[:].current.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.pf_active.supply[:].current.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.pf_active.supply[:].identifier

Identifier of the supply

  • Data Type: STR_0D

pulse_schedule.pf_active.supply[:].name

Name of the supply

  • Data Type: STR_0D

pulse_schedule.pf_active.supply[:].voltage.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.pf_active.supply[:].voltage.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.supply[:].voltage.reference_σ

error of pulseschedule.pfactive.supply[:].voltage.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.pf_active.time"]

pulse_schedule.pf_active.supply[:].voltage.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.pf_active.supply[:].voltage.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.pf_active.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.position_control.active_limiter_point.r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.active_limiter_point.r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.active_limiter_point.r.reference_σ

error of pulseschedule.positioncontrol.activelimiterpoint.r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.active_limiter_point.r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.active_limiter_point.r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.active_limiter_point.z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.active_limiter_point.z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.active_limiter_point.z.reference_σ

error of pulseschedule.positioncontrol.activelimiterpoint.z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.active_limiter_point.z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.active_limiter_point.z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.boundary_outline[:].r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.boundary_outline[:].r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.boundary_outline[:].r.reference_σ

error of pulseschedule.positioncontrol.boundary_outline[:].r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.boundary_outline[:].r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.boundary_outline[:].r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.boundary_outline[:].z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.boundary_outline[:].z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.boundary_outline[:].z.reference_σ

error of pulseschedule.positioncontrol.boundary_outline[:].z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.boundary_outline[:].z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.boundary_outline[:].z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.current_centroid.r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.current_centroid.r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.current_centroid.r.reference_σ

error of pulseschedule.positioncontrol.current_centroid.r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.current_centroid.r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.current_centroid.r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.current_centroid.z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.current_centroid.z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.current_centroid.z.reference_σ

error of pulseschedule.positioncontrol.current_centroid.z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.current_centroid.z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.current_centroid.z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.elongation.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.elongation.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.elongation.reference_σ

error of pulseschedule.positioncontrol.elongation.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.elongation.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.elongation.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.elongation_lower.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.elongation_lower.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.elongation_lower.reference_σ

error of pulseschedule.positioncontrol.elongation_lower.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.elongation_lower.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.elongation_lower.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.elongation_upper.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.elongation_upper.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.elongation_upper.reference_σ

error of pulseschedule.positioncontrol.elongation_upper.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.elongation_upper.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.elongation_upper.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.gap[:].angle

Angle between the direction in which the gap is measured (in the poloidal cross-section) and the horizontal axis.

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.position_control.gap[:].angle_σ

error of pulseschedule.positioncontrol.gap[:].angle

  • Units: rad
  • Data Type: FLT_0D

pulse_schedule.position_control.gap[:].identifier

Identifier of the gap

  • Data Type: STR_0D

pulse_schedule.position_control.gap[:].name

Name of the gap

  • Data Type: STR_0D

pulse_schedule.position_control.gap[:].r

Major radius of the reference point

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.position_control.gap[:].r_σ

error of pulseschedule.positioncontrol.gap[:].r

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.position_control.gap[:].value.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.gap[:].value.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.gap[:].value.reference_σ

error of pulseschedule.positioncontrol.gap[:].value.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.gap[:].value.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.gap[:].value.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.gap[:].z

Height of the reference point

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.position_control.gap[:].z_σ

error of pulseschedule.positioncontrol.gap[:].z

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.position_control.geometric_axis.r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.geometric_axis.r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.geometric_axis.r.reference_σ

error of pulseschedule.positioncontrol.geometric_axis.r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.geometric_axis.r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.geometric_axis.r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.geometric_axis.z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.geometric_axis.z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.geometric_axis.z.reference_σ

error of pulseschedule.positioncontrol.geometric_axis.z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.geometric_axis.z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.geometric_axis.z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.magnetic_axis.r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.magnetic_axis.r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.magnetic_axis.r.reference_σ

error of pulseschedule.positioncontrol.magnetic_axis.r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.magnetic_axis.r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.magnetic_axis.r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.magnetic_axis.z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.magnetic_axis.z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.magnetic_axis.z.reference_σ

error of pulseschedule.positioncontrol.magnetic_axis.z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.magnetic_axis.z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.magnetic_axis.z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.minor_radius.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.minor_radius.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.minor_radius.reference_σ

error of pulseschedule.positioncontrol.minor_radius.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.minor_radius.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.minor_radius.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.ovality.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.ovality.reference_σ

error of pulseschedule.positioncontrol.ovality.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness.reference_σ

error of pulseschedule.positioncontrol.squareness.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_lower_inner.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_lower_inner.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_lower_inner.reference_σ

error of pulseschedule.positioncontrol.squarenesslowerinner.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_lower_inner.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.squareness_lower_inner.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_lower_outer.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_lower_outer.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_lower_outer.reference_σ

error of pulseschedule.positioncontrol.squarenesslowerouter.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_lower_outer.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.squareness_lower_outer.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_upper_inner.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_upper_inner.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_upper_inner.reference_σ

error of pulseschedule.positioncontrol.squarenessupperinner.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_upper_inner.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.squareness_upper_inner.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_upper_outer.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.squareness_upper_outer.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_upper_outer.reference_σ

error of pulseschedule.positioncontrol.squarenessupperouter.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.squareness_upper_outer.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.squareness_upper_outer.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.strike_point[:].r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.strike_point[:].r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.strike_point[:].r.reference_σ

error of pulseschedule.positioncontrol.strike_point[:].r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.strike_point[:].r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.strike_point[:].r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.strike_point[:].z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.strike_point[:].z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.strike_point[:].z.reference_σ

error of pulseschedule.positioncontrol.strike_point[:].z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.strike_point[:].z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.strike_point[:].z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.tilt.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.tilt.reference_σ

error of pulseschedule.positioncontrol.tilt.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.position_control.triangularity.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity.reference_σ

error of pulseschedule.positioncontrol.triangularity.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.triangularity.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_inner.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_inner.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_inner.reference_σ

error of pulseschedule.positioncontrol.triangularity_inner.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_inner.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.triangularity_inner.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_lower.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_lower.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_lower.reference_σ

error of pulseschedule.positioncontrol.triangularity_lower.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_lower.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.triangularity_lower.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_minor.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_minor.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_minor.reference_σ

error of pulseschedule.positioncontrol.triangularity_minor.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_minor.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.triangularity_minor.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_outer.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_outer.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_outer.reference_σ

error of pulseschedule.positioncontrol.triangularity_outer.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_outer.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.triangularity_outer.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_upper.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.triangularity_upper.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_upper.reference_σ

error of pulseschedule.positioncontrol.triangularity_upper.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.triangularity_upper.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.triangularity_upper.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.twist.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.twist.reference_σ

error of pulseschedule.positioncontrol.twist.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.x_point[:].r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.x_point[:].r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.x_point[:].r.reference_σ

error of pulseschedule.positioncontrol.x_point[:].r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.x_point[:].r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.x_point[:].r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.x_point[:].z.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.x_point[:].z.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.x_point[:].z.reference_σ

error of pulseschedule.positioncontrol.x_point[:].z.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.x_point[:].z.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.x_point[:].z.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.z_r_max.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.z_r_max.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.z_r_max.reference_σ

error of pulseschedule.positioncontrol.zrmax.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.z_r_max.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.z_r_max.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.position_control.z_r_min.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.position_control.z_r_min.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.z_r_min.reference_σ

error of pulseschedule.positioncontrol.zrmin.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.position_control.time"]

pulse_schedule.position_control.z_r_min.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.position_control.z_r_min.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.profiles_control.dpressure_dpsi.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: Pa.Wb^-1
  • Data Type: FLT_2D
  • Coordinates: ["pulse_schedule.profiles_control.psi_norm", "pulse_schedule.profiles_control.time"]

pulse_schedule.profiles_control.dpressure_dpsi.reference_σ

error of pulseschedule.profilescontrol.dpressure_dpsi.reference

  • Units: Pa.Wb^-1
  • Data Type: FLT_2D
  • Coordinates: ["pulse_schedule.profiles_control.psi_norm", "pulse_schedule.profiles_control.time"]

pulse_schedule.profiles_control.f_df_dpsi.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["pulse_schedule.profiles_control.psi_norm", "pulse_schedule.profiles_control.time"]

pulse_schedule.profiles_control.f_df_dpsi.reference_σ

error of pulseschedule.profilescontrol.fdfdpsi.reference

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["pulse_schedule.profiles_control.psi_norm", "pulse_schedule.profiles_control.time"]

pulse_schedule.profiles_control.psi_norm

Radial dimension

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.profiles_control.psi_norm_σ

error of pulseschedule.profilescontrol.psi_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.profiles_control.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.tf.b_field_tor_vacuum.reference

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.tf.time"]

pulse_schedule.tf.b_field_tor_vacuum.reference_σ

error of pulseschedule.tf.bfieldtorvacuum.reference

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.tf.time"]

pulse_schedule.tf.b_field_tor_vacuum_r.envelope_type

Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data

  • Data Type: INT_0D

pulse_schedule.tf.b_field_tor_vacuum_r.reference

Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.tf.time"]

pulse_schedule.tf.b_field_tor_vacuum_r.reference_σ

error of pulseschedule.tf.bfieldtorvacuum_r.reference

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["pulse_schedule.tf.time"]

pulse_schedule.tf.b_field_tor_vacuum_r.reference_name

Reference name (e.g. in the native pulse schedule system of the device)

  • Data Type: STR_0D

pulse_schedule.tf.b_field_tor_vacuum_r.reference_type

Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node

  • Data Type: INT_0D

pulse_schedule.tf.mode

Control mode (operation mode and/or settings used by the controller)

  • Data Type: INT_1D
  • Coordinates: ["pulse_schedule.tf.time"]

pulse_schedule.tf.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.tf.r0_σ

error of pulse_schedule.tf.r0

  • Units: m
  • Data Type: FLT_0D

pulse_schedule.tf.time

Timebase for the dynamic nodes located at this level of the IDS structure and below

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

pulse_schedule.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.code.commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.code.library[:].name

Name of software

  • Data Type: STR_0D

radiation.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

radiation.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

radiation.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.code.name

Name of software generating IDS

  • Data Type: STR_0D

radiation.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["radiation.time"]

radiation.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

radiation.code.repository

URL of software repository

  • Data Type: STR_0D

radiation.code.version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element"]

radiation.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of radiation.gridggd[:].gridsubset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element"]

radiation.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of radiation.gridggd[:].gridsubset[:].base[:].tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of radiation.gridggd[:].gridsubset[:].base[:].tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

radiation.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

radiation.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

radiation.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

radiation.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

radiation.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

radiation.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element"]

radiation.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of radiation.gridggd[:].gridsubset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element"]

radiation.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of radiation.gridggd[:].gridsubset[:].metric.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of radiation.gridggd[:].gridsubset[:].metric.tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["radiation.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

radiation.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

radiation.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

radiation.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

radiation.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of radiation.gridggd[:].space[:].objectsper_dimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of radiation.gridggd[:].space[:].objectsperdimension[:].object[:].geometry2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of radiation.gridggd[:].space[:].objectsper_dimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

radiation.grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

radiation.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

radiation.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

radiation.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

radiation.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

radiation.ids_properties.occurrence

N/A

  • Data Type: INT_0D

radiation.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

radiation.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

radiation.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

radiation.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

radiation.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

radiation.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

radiation.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

radiation.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

radiation.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

radiation.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

radiation.process[:].ggd[:].electrons.emissivity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].electrons.emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].electrons.emissivity[:].coefficients_σ

error of radiation.process[:].ggd[:].electrons.emissivity[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].electrons.emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].electrons.emissivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

radiation.process[:].ggd[:].electrons.emissivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

radiation.process[:].ggd[:].electrons.emissivity[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].electrons.emissivity[:].values_σ

error of radiation.process[:].ggd[:].electrons.emissivity[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].element[:].a_σ

error of radiation.process[:].ggd[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].element[:].z_n_σ

error of radiation.process[:].ggd[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].emissivity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].ion[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].ion[:].emissivity[:].coefficients_σ

error of radiation.process[:].ggd[:].ion[:].emissivity[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].ion[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].ion[:].emissivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].emissivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].emissivity[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].ion[:].emissivity[:].values_σ

error of radiation.process[:].ggd[:].ion[:].emissivity[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

radiation.process[:].ggd[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].coefficients_σ

error of radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values_σ

error of radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

radiation.process[:].ggd[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].state[:].vibrational_level_σ

error of radiation.process[:].ggd[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

radiation.process[:].ggd[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].state[:].z_max_σ

error of radiation.process[:].ggd[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].state[:].z_min_σ

error of radiation.process[:].ggd[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].ion[:].z_ion_σ

error of radiation.process[:].ggd[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].element[:].a_σ

error of radiation.process[:].ggd[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].element[:].z_n_σ

error of radiation.process[:].ggd[:].neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].emissivity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].neutral[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].neutral[:].emissivity[:].coefficients_σ

error of radiation.process[:].ggd[:].neutral[:].emissivity[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].neutral[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].neutral[:].emissivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].emissivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].emissivity[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].neutral[:].emissivity[:].values_σ

error of radiation.process[:].ggd[:].neutral[:].emissivity[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].label

String identifying the neutral species (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

radiation.process[:].ggd[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].coefficients_σ

error of radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].coefficients

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values", "1...N"]

radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values_σ

error of radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].ggd[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

radiation.process[:].ggd[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

radiation.process[:].ggd[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.process[:].ggd[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

radiation.process[:].ggd[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].state[:].vibrational_level_σ

error of radiation.process[:].ggd[:].neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].ggd[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

radiation.process[:].ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power

Total power emitted by all species

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_σ

error of radiation.process[:].globalquantities[:].insidelcfs.power

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_electrons

Power emitted by electrons

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_electrons_σ

error of radiation.process[:].globalquantities[:].insidelcfs.power_electrons

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_ion_total

Total power emitted by all ion species

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_ion_total_σ

error of radiation.process[:].globalquantities[:].insidelcfs.poweriontotal

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_neutral_total

Total power emitted by all neutral species

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_lcfs.power_neutral_total_σ

error of radiation.process[:].globalquantities[:].insidelcfs.powerneutraltotal

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power

Total power emitted by all species

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_σ

error of radiation.process[:].globalquantities[:].insidevessel.power

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_electrons

Power emitted by electrons

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_electrons_σ

error of radiation.process[:].globalquantities[:].insidevessel.power_electrons

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_ion_total

Total power emitted by all ion species

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_ion_total_σ

error of radiation.process[:].globalquantities[:].insidevessel.poweriontotal

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_neutral_total

Total power emitted by all neutral species

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].inside_vessel.power_neutral_total_σ

error of radiation.process[:].globalquantities[:].insidevessel.powerneutraltotal

  • Units: W
  • Data Type: FLT_0D

radiation.process[:].global_quantities[:].time

Time

  • Units: s
  • Data Type: FLT_0D

radiation.process[:].identifier.description

Verbose description

  • Data Type: STR_0D

radiation.process[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.process[:].identifier.name

Short string identifier

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].electrons.emissivity

Emissivity from this species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].electrons.emissivity_σ

error of radiation.process[:].profiles_1d[:].electrons.emissivity

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].electrons.power_inside

Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].electrons.power_inside_σ

error of radiation.process[:].profiles1d[:].electrons.powerinside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].emissivity_ion_total

Emissivity (summed over ion species)

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].emissivity_ion_total_σ

error of radiation.process[:].profiles1d[:].emissivityion_total

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].emissivity_neutral_total

Emissivity (summed over neutral species)

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].emissivity_neutral_total_σ

error of radiation.process[:].profiles1d[:].emissivityneutral_total

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.area_σ

error of radiation.process[:].profiles_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.psi_σ

error of radiation.process[:].profiles_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].grid.psi_boundary_σ

error of radiation.process[:].profiles1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].grid.psi_magnetic_axis_σ

error of radiation.process[:].profiles1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.rho_pol_norm_σ

error of radiation.process[:].profiles1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.rho_tor_σ

error of radiation.process[:].profiles1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].profiles_1d[:].grid.rho_tor_norm_σ

error of radiation.process[:].profiles1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.process[:].profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.surface_σ

error of radiation.process[:].profiles_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].grid.volume_σ

error of radiation.process[:].profiles_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].element[:].a_σ

error of radiation.process[:].profiles_1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].element[:].z_n_σ

error of radiation.process[:].profiles1d[:].ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].emissivity

Emissivity from this species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].emissivity_σ

error of radiation.process[:].profiles_1d[:].ion[:].emissivity

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].ion[:].power_inside

Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].power_inside_σ

error of radiation.process[:].profiles1d[:].ion[:].powerinside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].emissivity

Emissivity from this species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].state[:].emissivity_σ

error of radiation.process[:].profiles_1d[:].ion[:].state[:].emissivity

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].power_inside

Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].state[:].power_inside_σ

error of radiation.process[:].profiles1d[:].ion[:].state[:].powerinside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of radiation.process[:].profiles1d[:].ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].z_max_σ

error of radiation.process[:].profiles1d[:].ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].state[:].z_min_σ

error of radiation.process[:].profiles1d[:].ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].ion[:].z_ion_σ

error of radiation.process[:].profiles1d[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].element[:].a_σ

error of radiation.process[:].profiles_1d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].element[:].z_n_σ

error of radiation.process[:].profiles1d[:].neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].emissivity

Emissivity from this species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].emissivity_σ

error of radiation.process[:].profiles_1d[:].neutral[:].emissivity

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].neutral[:].label

String identifying the neutral species (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].neutral[:].power_inside

Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].power_inside_σ

error of radiation.process[:].profiles1d[:].neutral[:].powerinside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].emissivity

Emissivity from this species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].state[:].emissivity_σ

error of radiation.process[:].profiles_1d[:].neutral[:].state[:].emissivity

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].power_inside

Radiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].state[:].power_inside_σ

error of radiation.process[:].profiles1d[:].neutral[:].state[:].powerinside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ

error of radiation.process[:].profiles1d[:].neutral[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

radiation.process[:].profiles_1d[:].neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

radiation.process[:].profiles_1d[:].power_inside_ion_total

Total power from ion species (summed over ion species) inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].power_inside_ion_total_σ

error of radiation.process[:].profiles1d[:].powerinsideiontotal

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].power_inside_neutral_total

Total power from ion species (summed over neutral species) inside the flux surface (volume integral of the emissivity inside the flux surface)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].power_inside_neutral_total_σ

error of radiation.process[:].profiles1d[:].powerinsideneutraltotal

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["radiation.process[:].profiles_1d[:].grid.rho_tor_norm"]

radiation.process[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

radiation.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

radiation.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["radiation.time"]

radiation.vacuum_toroidal_field.b0_σ

error of radiation.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["radiation.time"]

radiation.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

radiation.vacuum_toroidal_field.r0_σ

error of radiation.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

real_time_data.code.commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.code.library[:].name

Name of software

  • Data Type: STR_0D

real_time_data.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

real_time_data.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

real_time_data.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.code.name

Name of software generating IDS

  • Data Type: STR_0D

real_time_data.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["real_time_data.time"]

real_time_data.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

real_time_data.code.repository

URL of software repository

  • Data Type: STR_0D

real_time_data.code.version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

real_time_data.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

real_time_data.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

real_time_data.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

real_time_data.ids_properties.occurrence

N/A

  • Data Type: INT_0D

real_time_data.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

real_time_data.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

real_time_data.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

real_time_data.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

real_time_data.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

real_time_data.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

real_time_data.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

real_time_data.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

real_time_data.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

real_time_data.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

real_time_data.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

real_time_data.topic[:].name

Topic name

  • Data Type: STR_0D

real_time_data.topic[:].sample

Index of sample (time stamp counter)

  • Data Type: INT_1D
  • Coordinates: ["real_time_data.topic[:].time_stamp"]

real_time_data.topic[:].signal[:].allocated_position

Allocation of signal to a position in the SDN (1..N), or several positions in case of signal reshaping; this will be implementation specific

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

real_time_data.topic[:].signal[:].data_str

Signal data (e.g. diagnostic signal or PCS command), serialized as a string

  • Data Type: STR_1D
  • Coordinates: ["real_time_data.topic[:].time_stamp"]

real_time_data.topic[:].signal[:].data_type

Signal data type

  • Data Type: STR_0D

real_time_data.topic[:].signal[:].name

Signal name

  • Data Type: STR_0D

real_time_data.topic[:].signal[:].quality

Indicator of the quality of the signal. Following ITER PCS documentation (https://user.iter.org/?uid=354SJ3&action=get_document), possible values are: 1 - GOOD (the nominal state); 2 - INVALID (data no usable); 3 - DATA INTEGRITY ERROR (e.g. out of bounds with respect to expectations, calibration error,...)

  • Data Type: INT_1D
  • Coordinates: ["real_time_data.topic[:].time_stamp"]

real_time_data.topic[:].time_stamp

Time of creation for all signals belonging to this topic. A set of time stamps can be recorded if needed

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

real_time_data.topic[:].time_stamp_σ

error of realtimedata.topic[:].time_stamp

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].amplitude.data

Data

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].amplitude.time"]

reflectometer_fluctuation.channel[:].amplitude.data_σ

error of reflectometer_fluctuation.channel[:].amplitude.data

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].amplitude.time"]

reflectometer_fluctuation.channel[:].amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].antenna_detection_static.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.centre.phi_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.centre.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.centre.r_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.centre.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.centre.z_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.centre.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1"]

reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x2_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1"]

reflectometer_fluctuation.channel[:].antenna_detection_static.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.radius_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.surface_σ

error of reflectometerfluctuation.channel[:].antennadetection_static.surface

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.x1_width_σ

error of reflectometerfluctuation.channel[:].antennadetectionstatic.x1width

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_detection_static.x2_width_σ

error of reflectometerfluctuation.channel[:].antennadetectionstatic.x2width

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.centre.phi_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.centre.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.centre.r_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.centre.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.centre.z_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.centre.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1"]

reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x2_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1"]

reflectometer_fluctuation.channel[:].antenna_emission_static.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.radius_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.surface_σ

error of reflectometerfluctuation.channel[:].antennaemission_static.surface

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.x1_width_σ

error of reflectometerfluctuation.channel[:].antennaemissionstatic.x1width

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antenna_emission_static.x2_width_σ

error of reflectometerfluctuation.channel[:].antennaemissionstatic.x2width

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.x_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.y_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.x_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.y_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.x_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.y_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.x_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.y_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.x_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.y_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.x_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.y_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.phi_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.r_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.phi_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.r_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.phi_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.r_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.phi_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.r_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.z_σ

error of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].antennas_orientation[:].time

Time

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].doppler.e_field_radial

Radial electric field

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.e_field_radial_σ

error of reflectometerfluctuation.channel[:].doppler.efield_radial

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.phi_σ

error of reflectometer_fluctuation.channel[:].doppler.position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.psi

Poloidal flux

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.psi_σ

error of reflectometer_fluctuation.channel[:].doppler.position.psi

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.r_σ

error of reflectometer_fluctuation.channel[:].doppler.position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.rho_pol_norm_σ

error of reflectometerfluctuation.channel[:].doppler.position.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.rho_tor_norm

Normalised toroidal flux coordinate

  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.rho_tor_norm_σ

error of reflectometerfluctuation.channel[:].doppler.position.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.theta

Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.theta_σ

error of reflectometer_fluctuation.channel[:].doppler.position.theta

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.position.z_σ

error of reflectometer_fluctuation.channel[:].doppler.position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.radial_width

Width in the radial direction over which fluctuating profiles are processed

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].doppler.radial_width_σ

error of reflectometerfluctuation.channel[:].doppler.radialwidth

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].doppler.shift

Doppler frequency shift (for the main peak of the power spectrum)

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.shift_σ

error of reflectometer_fluctuation.channel[:].doppler.shift

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].doppler.time_width

Width of the time interval over which fluctuating profiles are processed. By convention, the time interval starts at time-time_width and ends at time.

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].doppler.time_width_σ

error of reflectometerfluctuation.channel[:].doppler.timewidth

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].doppler.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.velocity_pol_σ

error of reflectometerfluctuation.channel[:].doppler.velocitypol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.wavenumber

Wavenumber probed by the diagnostic

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].doppler.wavenumber_σ

error of reflectometer_fluctuation.channel[:].doppler.wavenumber

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.channel[:].doppler.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.dn_e_over_n_e

Relative amplitude of the density fluctuations post-processed for swept and fixed frequency (profile/one point)

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.dn_e_over_n_e_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.dneoverne

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.phi_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.psi

Poloidal flux

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.psi_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.psi

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.r_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_pol_norm_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.rhopolnorm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_tor_norm

Normalised toroidal flux coordinate

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_tor_norm_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.rhotornorm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.theta

Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.theta_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.theta

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.position.z_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.position.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_level.time"]

reflectometer_fluctuation.channel[:].fluctuations_level.radial_width

Width in the radial direction over which fluctuating profiles are processed

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].fluctuations_level.radial_width_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.radial_width

  • Units: m
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].fluctuations_level.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].fluctuations_level.time_width

Width of the time interval over which fluctuating profiles are processed. By convention, the time interval starts at time-time_width and ends at time.

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].fluctuations_level.time_width_σ

error of reflectometerfluctuation.channel[:].fluctuationslevel.time_width

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier

Array of frequencies used for the Fourier transform

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier_σ

error of reflectometerfluctuation.channel[:].fluctuationsspectrum.frequencies_fourier

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].fluctuations_spectrum.power_log

Power spectrum in log scale

  • Units: dB
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier", "reflectometer_fluctuation.channel[:].fluctuations_spectrum.time"]

reflectometer_fluctuation.channel[:].fluctuations_spectrum.power_log_σ

error of reflectometerfluctuation.channel[:].fluctuationsspectrum.power_log

  • Units: dB
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier", "reflectometer_fluctuation.channel[:].fluctuations_spectrum.time"]

reflectometer_fluctuation.channel[:].fluctuations_spectrum.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].fluctuations_spectrum.time_width

Width of the time interval over which the spectrum is processed. By convention, the time interval starts at time-time_width and ends at time.

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].fluctuations_spectrum.time_width_σ

error of reflectometerfluctuation.channel[:].fluctuationsspectrum.time_width

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].frequencies.data

Data

  • Units: Hz
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].frequencies.time"]

reflectometer_fluctuation.channel[:].frequencies.data_σ

error of reflectometer_fluctuation.channel[:].frequencies.data

  • Units: Hz
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].frequencies.time"]

reflectometer_fluctuation.channel[:].frequencies.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

reflectometer_fluctuation.channel[:].mode

Detection mode "X" or "O"

  • Data Type: STR_0D

reflectometer_fluctuation.channel[:].name

Name of the channel

  • Data Type: STR_0D

reflectometer_fluctuation.channel[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].phase.time"]

reflectometer_fluctuation.channel[:].phase.data_σ

error of reflectometer_fluctuation.channel[:].phase.data

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].phase.time"]

reflectometer_fluctuation.channel[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].raw_signal.i_component

I component of the IQ detector used to retrieve the phase of signal's envelope

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].raw_signal.time"]

reflectometer_fluctuation.channel[:].raw_signal.i_component_σ

error of reflectometerfluctuation.channel[:].rawsignal.i_component

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].raw_signal.time"]

reflectometer_fluctuation.channel[:].raw_signal.q_component

Q component of the IQ detector used to retrieve the phase of signal's envelope

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].raw_signal.time"]

reflectometer_fluctuation.channel[:].raw_signal.q_component_σ

error of reflectometerfluctuation.channel[:].rawsignal.q_component

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_fluctuation.channel[:].raw_signal.time"]

reflectometer_fluctuation.channel[:].raw_signal.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.channel[:].sweep_time

Duration of a sweep

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.channel[:].sweep_time_σ

error of reflectometerfluctuation.channel[:].sweeptime

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.code.commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.code.library[:].name

Name of software

  • Data Type: STR_0D

reflectometer_fluctuation.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_fluctuation.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.code.name

Name of software generating IDS

  • Data Type: STR_0D

reflectometer_fluctuation.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["reflectometer_fluctuation.time"]

reflectometer_fluctuation.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_fluctuation.code.repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.code.version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

reflectometer_fluctuation.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.occurrence

N/A

  • Data Type: INT_0D

reflectometer_fluctuation.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

reflectometer_fluctuation.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

reflectometer_fluctuation.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

reflectometer_fluctuation.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.latency_σ

error of reflectometer_fluctuation.latency

  • Units: s
  • Data Type: FLT_0D

reflectometer_fluctuation.psi_normalization.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.psi_normalization.time"]

reflectometer_fluctuation.psi_normalization.psi_boundary_σ

error of reflectometerfluctuation.psinormalization.psi_boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.psi_normalization.time"]

reflectometer_fluctuation.psi_normalization.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.psi_normalization.time"]

reflectometer_fluctuation.psi_normalization.psi_magnetic_axis_σ

error of reflectometerfluctuation.psinormalization.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_fluctuation.psi_normalization.time"]

reflectometer_fluctuation.psi_normalization.time

Time for the R,Z,phi coordinates

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_fluctuation.type

Type of reflectometer (frequency_swept, radar, ...)

  • Data Type: STR_0D

reflectometer_profile.channel[:].amplitude.data

Data

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].amplitude.time"]

reflectometer_profile.channel[:].amplitude.data_σ

error of reflectometer_profile.channel[:].amplitude.data

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].amplitude.time"]

reflectometer_profile.channel[:].amplitude.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].antenna_detection.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.centre.phi_σ

error of reflectometerprofile.channel[:].antennadetection.centre.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.centre.r_σ

error of reflectometerprofile.channel[:].antennadetection.centre.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.centre.z_σ

error of reflectometerprofile.channel[:].antennadetection.centre.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

reflectometer_profile.channel[:].antenna_detection.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].antenna_detection.outline.x1_σ

error of reflectometerprofile.channel[:].antennadetection.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].antenna_detection.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.channel[:].antenna_detection.outline.x1"]

reflectometer_profile.channel[:].antenna_detection.outline.x2_σ

error of reflectometerprofile.channel[:].antennadetection.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.channel[:].antenna_detection.outline.x1"]

reflectometer_profile.channel[:].antenna_detection.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.radius_σ

error of reflectometerprofile.channel[:].antennadetection.radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.surface_σ

error of reflectometerprofile.channel[:].antennadetection.surface

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.x_σ

error of reflectometerprofile.channel[:].antennadetection.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.y_σ

error of reflectometerprofile.channel[:].antennadetection.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.z_σ

error of reflectometerprofile.channel[:].antennadetection.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x1_width_σ

error of reflectometerprofile.channel[:].antennadetection.x1_width

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.x_σ

error of reflectometerprofile.channel[:].antennadetection.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.y_σ

error of reflectometerprofile.channel[:].antennadetection.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.z_σ

error of reflectometerprofile.channel[:].antennadetection.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x2_width_σ

error of reflectometerprofile.channel[:].antennadetection.x2_width

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.x_σ

error of reflectometerprofile.channel[:].antennadetection.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.y_σ

error of reflectometerprofile.channel[:].antennadetection.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.z_σ

error of reflectometerprofile.channel[:].antennadetection.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.centre.phi_σ

error of reflectometerprofile.channel[:].antennaemission.centre.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.centre.r_σ

error of reflectometerprofile.channel[:].antennaemission.centre.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.centre.z_σ

error of reflectometerprofile.channel[:].antennaemission.centre.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

reflectometer_profile.channel[:].antenna_emission.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].antenna_emission.outline.x1_σ

error of reflectometerprofile.channel[:].antennaemission.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].antenna_emission.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.channel[:].antenna_emission.outline.x1"]

reflectometer_profile.channel[:].antenna_emission.outline.x2_σ

error of reflectometerprofile.channel[:].antennaemission.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.channel[:].antenna_emission.outline.x1"]

reflectometer_profile.channel[:].antenna_emission.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.radius_σ

error of reflectometerprofile.channel[:].antennaemission.radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.surface_σ

error of reflectometerprofile.channel[:].antennaemission.surface

  • Units: m^2
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.x_σ

error of reflectometerprofile.channel[:].antennaemission.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.y_σ

error of reflectometerprofile.channel[:].antennaemission.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.z_σ

error of reflectometerprofile.channel[:].antennaemission.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x1_width_σ

error of reflectometerprofile.channel[:].antennaemission.x1_width

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.x_σ

error of reflectometerprofile.channel[:].antennaemission.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.y_σ

error of reflectometerprofile.channel[:].antennaemission.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.z_σ

error of reflectometerprofile.channel[:].antennaemission.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x2_width_σ

error of reflectometerprofile.channel[:].antennaemission.x2_width

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.x_σ

error of reflectometerprofile.channel[:].antennaemission.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.y_σ

error of reflectometerprofile.channel[:].antennaemission.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.z_σ

error of reflectometerprofile.channel[:].antennaemission.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].cut_off_frequency

Cut-off frequency as a function of measurement position and time

  • Units: Hz
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].cut_off_frequency_σ

error of reflectometerprofile.channel[:].cutoff_frequency

  • Units: Hz
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].frequencies

Array of frequencies scanned during a sweep

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].frequencies_σ

error of reflectometer_profile.channel[:].frequencies

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

reflectometer_profile.channel[:].line_of_sight_detection.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.first_point.phi_σ

error of reflectometerprofile.channel[:].lineofsightdetection.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.first_point.r_σ

error of reflectometerprofile.channel[:].lineofsightdetection.first_point.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.first_point.z_σ

error of reflectometerprofile.channel[:].lineofsightdetection.first_point.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.second_point.phi_σ

error of reflectometerprofile.channel[:].lineofsightdetection.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.second_point.r_σ

error of reflectometerprofile.channel[:].lineofsightdetection.second_point.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_detection.second_point.z_σ

error of reflectometerprofile.channel[:].lineofsightdetection.second_point.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.first_point.phi_σ

error of reflectometerprofile.channel[:].lineofsightemission.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.first_point.r_σ

error of reflectometerprofile.channel[:].lineofsightemission.first_point.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.first_point.z_σ

error of reflectometerprofile.channel[:].lineofsightemission.first_point.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.second_point.phi_σ

error of reflectometerprofile.channel[:].lineofsightemission.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.second_point.r_σ

error of reflectometerprofile.channel[:].lineofsightemission.second_point.r

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].line_of_sight_emission.second_point.z_σ

error of reflectometerprofile.channel[:].lineofsightemission.second_point.z

  • Units: m
  • Data Type: FLT_0D

reflectometer_profile.channel[:].mode

Detection mode "X" or "O"

  • Data Type: STR_0D

reflectometer_profile.channel[:].n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].n_e.data_σ

error of reflectometerprofile.channel[:].ne.data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].n_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].name

Name of the channel

  • Data Type: STR_0D

reflectometer_profile.channel[:].phase.data

Data

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].phase.time"]

reflectometer_profile.channel[:].phase.data_σ

error of reflectometer_profile.channel[:].phase.data

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].phase.time"]

reflectometer_profile.channel[:].phase.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.channel[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.phi_σ

error of reflectometer_profile.channel[:].position.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.psi

Poloidal flux

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.psi_σ

error of reflectometer_profile.channel[:].position.psi

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.r_σ

error of reflectometer_profile.channel[:].position.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.rho_pol_norm_σ

error of reflectometerprofile.channel[:].position.rhopol_norm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.rho_tor_norm

Normalised toroidal flux coordinate

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.rho_tor_norm_σ

error of reflectometerprofile.channel[:].position.rhotor_norm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.theta

Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.theta_σ

error of reflectometer_profile.channel[:].position.theta

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].position.z_σ

error of reflectometer_profile.channel[:].position.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.channel[:].n_e.time"]

reflectometer_profile.channel[:].sweep_time

Duration of a sweep

  • Units: s
  • Data Type: FLT_0D

reflectometer_profile.channel[:].sweep_time_σ

error of reflectometerprofile.channel[:].sweeptime

  • Units: s
  • Data Type: FLT_0D

reflectometer_profile.code.commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.code.library[:].name

Name of software

  • Data Type: STR_0D

reflectometer_profile.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_profile.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.code.name

Name of software generating IDS

  • Data Type: STR_0D

reflectometer_profile.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["reflectometer_profile.time"]

reflectometer_profile.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_profile.code.repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.code.version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

reflectometer_profile.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

reflectometer_profile.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

reflectometer_profile.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

reflectometer_profile.ids_properties.occurrence

N/A

  • Data Type: INT_0D

reflectometer_profile.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

reflectometer_profile.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

reflectometer_profile.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

reflectometer_profile.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

reflectometer_profile.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

reflectometer_profile.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

reflectometer_profile.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

reflectometer_profile.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

reflectometer_profile.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

reflectometer_profile.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

reflectometer_profile.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

reflectometer_profile.latency_σ

error of reflectometer_profile.latency

  • Units: s
  • Data Type: FLT_0D

reflectometer_profile.n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.n_e.data_σ

error of reflectometerprofile.ne.data

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.n_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.phi_σ

error of reflectometer_profile.position.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.psi

Poloidal flux

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.psi_σ

error of reflectometer_profile.position.psi

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.r_σ

error of reflectometer_profile.position.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.rho_pol_norm_σ

error of reflectometerprofile.position.rhopol_norm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.rho_tor_norm

Normalised toroidal flux coordinate

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.rho_tor_norm_σ

error of reflectometerprofile.position.rhotor_norm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.theta

Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.theta_σ

error of reflectometer_profile.position.theta

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.position.z_σ

error of reflectometer_profile.position.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "reflectometer_profile.n_e.time"]

reflectometer_profile.psi_normalization.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.psi_normalization.time"]

reflectometer_profile.psi_normalization.psi_boundary_σ

error of reflectometerprofile.psinormalization.psi_boundary

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.psi_normalization.time"]

reflectometer_profile.psi_normalization.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.psi_normalization.time"]

reflectometer_profile.psi_normalization.psi_magnetic_axis_σ

error of reflectometerprofile.psinormalization.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["reflectometer_profile.psi_normalization.time"]

reflectometer_profile.psi_normalization.time

Time for the R,Z,phi coordinates

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

reflectometer_profile.type

Type of reflectometer (frequency_swept, radar, ...)

  • Data Type: STR_0D

refractometer.channel[:].bandwidth[:].frequency_main

Main frequency used to probe the plasma (before upshifting and modulating)

  • Units: Hz
  • Data Type: FLT_0D

refractometer.channel[:].bandwidth[:].frequency_main_σ

error of refractometer.channel[:].bandwidth[:].frequency_main

  • Units: Hz
  • Data Type: FLT_0D

refractometer.channel[:].bandwidth[:].i_component

I component of the IQ detector used to retrieve the phase of signal's envelope, sampled on a high resolution time_detector grid just before each measurement time slice represented by the ../time vector

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].i_component_σ

error of refractometer.channel[:].bandwidth[:].i_component

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].n_e_line.data

Data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["refractometer.channel[:].bandwidth[:].n_e_line.time"]

refractometer.channel[:].bandwidth[:].n_e_line.data_σ

error of refractometer.channel[:].bandwidth[:].neline.data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["refractometer.channel[:].bandwidth[:].n_e_line.time"]

refractometer.channel[:].bandwidth[:].n_e_line.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

refractometer.channel[:].bandwidth[:].phase

Phase of the envelope of the probing signal, relative to the phase at launch

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].phase_σ

error of refractometer.channel[:].bandwidth[:].phase

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].phase_quadrature.data

Data

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].phase_quadrature.time"]

refractometer.channel[:].bandwidth[:].phase_quadrature.data_σ

error of refractometer.channel[:].bandwidth[:].phase_quadrature.data

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].phase_quadrature.time"]

refractometer.channel[:].bandwidth[:].phase_quadrature.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

refractometer.channel[:].bandwidth[:].q_component

Q component of the IQ detector used to retrieve the phase of signal's envelope, sampled on a high resolution time_detector grid just before each measurement time slice represented by the ../time vector

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].q_component_σ

error of refractometer.channel[:].bandwidth[:].q_component

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].time

Timebase for this bandwidth

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

refractometer.channel[:].bandwidth[:].time_detector

High sampling timebase of the IQ-detector signal measurements

  • Units: s
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].bandwidth[:].time_detector_σ

error of refractometer.channel[:].bandwidth[:].time_detector

  • Units: s
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].bandwidth[:].time"]

refractometer.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

refractometer.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.first_point.phi_σ

error of refractometer.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.first_point.r_σ

error of refractometer.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.first_point.z_σ

error of refractometer.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.second_point.phi_σ

error of refractometer.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.second_point.r_σ

error of refractometer.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].line_of_sight.second_point.z_σ

error of refractometer.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

refractometer.channel[:].mode

Detection mode "X" or "O"

  • Data Type: STR_0D

refractometer.channel[:].n_e_line.data

Data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["refractometer.channel[:].n_e_line.time"]

refractometer.channel[:].n_e_line.data_σ

error of refractometer.channel[:].neline.data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["refractometer.channel[:].n_e_line.time"]

refractometer.channel[:].n_e_line.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

refractometer.channel[:].n_e_profile_approximation.formula.description

Verbose description

  • Data Type: STR_0D

refractometer.channel[:].n_e_profile_approximation.formula.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

refractometer.channel[:].n_e_profile_approximation.formula.name

Short string identifier

  • Data Type: STR_0D

refractometer.channel[:].n_e_profile_approximation.parameters

Values of the formula's parameters alpha1, ..., alphaN

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].n_e_line.time"]

refractometer.channel[:].n_e_profile_approximation.parameters_σ

error of refractometer.channel[:].neprofile_approximation.parameters

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "refractometer.channel[:].n_e_line.time"]

refractometer.channel[:].name

Name of the channel

  • Data Type: STR_0D

refractometer.code.commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.code.library[:].name

Name of software

  • Data Type: STR_0D

refractometer.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

refractometer.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

refractometer.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.code.name

Name of software generating IDS

  • Data Type: STR_0D

refractometer.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["refractometer.time"]

refractometer.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

refractometer.code.repository

URL of software repository

  • Data Type: STR_0D

refractometer.code.version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

refractometer.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

refractometer.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

refractometer.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

refractometer.ids_properties.occurrence

N/A

  • Data Type: INT_0D

refractometer.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

refractometer.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

refractometer.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

refractometer.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

refractometer.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

refractometer.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

refractometer.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

refractometer.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

refractometer.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

refractometer.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

refractometer.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

refractometer.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

refractometer.latency_σ

error of refractometer.latency

  • Units: s
  • Data Type: FLT_0D

refractometer.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

refractometer.type

Type of refractometer (differential, impulse, ...)

  • Data Type: STR_0D

requirements.Psol_R

Psol / R

  • Units: W/m
  • Data Type: FLT_0D

requirements.Psol_R_σ

error of requirements.Psol_R

  • Units: W/m
  • Data Type: FLT_0D

requirements.beta_normal

Normalized total plasma beta (MHD)

  • Data Type: FLT_0D

requirements.beta_normal_σ

error of requirements.beta_normal

  • Data Type: FLT_0D

requirements.code.commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.code.library[:].name

Name of software

  • Data Type: STR_0D

requirements.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

requirements.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

requirements.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.code.name

Name of software generating IDS

  • Data Type: STR_0D

requirements.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

requirements.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

requirements.code.repository

URL of software repository

  • Data Type: STR_0D

requirements.code.version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.coil_j_margin

Magnet coil Jcrit / Jmax

  • Data Type: FLT_0D

requirements.coil_j_margin_σ

error of requirements.coiljmargin

  • Data Type: FLT_0D

requirements.coil_stress_margin

Magnet coil yieldstress / maxstress

  • Data Type: FLT_0D

requirements.coil_stress_margin_σ

error of requirements.coilstressmargin

  • Data Type: FLT_0D

requirements.cost

Total FPP cost

  • Units: $M
  • Data Type: FLT_0D

requirements.cost_σ

error of requirements.cost

  • Units: $M
  • Data Type: FLT_0D

requirements.flattop_duration

Duration of the flattop (use Inf for steady-state)

  • Units: s
  • Data Type: FLT_0D

requirements.flattop_duration_σ

error of requirements.flattop_duration

  • Units: s
  • Data Type: FLT_0D

requirements.h98y2

H98y2 ITER elmy H-mode confinement scaling factor

  • Data Type: FLT_0D

requirements.h98y2_σ

error of requirements.h98y2

  • Data Type: FLT_0D

requirements.hds03

Petty 2003 H-mode thermal energy confinement scaling factor

  • Data Type: FLT_0D

requirements.hds03_σ

error of requirements.hds03

  • Data Type: FLT_0D

requirements.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

requirements.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

requirements.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

requirements.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

requirements.ids_properties.occurrence

N/A

  • Data Type: INT_0D

requirements.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

requirements.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

requirements.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

requirements.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

requirements.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

requirements.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

requirements.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

requirements.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

requirements.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

requirements.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

requirements.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

requirements.lh_power_threshold_fraction

Fraction of the LH power threshold

  • Data Type: FLT_0D

requirements.lh_power_threshold_fraction_σ

error of requirements.lhpowerthreshold_fraction

  • Data Type: FLT_0D

requirements.ne_peaking

On-axis electron density / volume-averaged electron denstiy

  • Data Type: FLT_0D

requirements.ne_peaking_σ

error of requirements.ne_peaking

  • Data Type: FLT_0D

requirements.power_electric_net

Net electric power generated by the fusion power plant

  • Units: W
  • Data Type: FLT_0D

requirements.power_electric_net_σ

error of requirements.powerelectricnet

  • Units: W
  • Data Type: FLT_0D

requirements.q95

Edge safety factor

  • Data Type: FLT_0D

requirements.q95_σ

error of requirements.q95

  • Data Type: FLT_0D

requirements.q_pol_omp

Poloidal heat flux at the outer midplane

  • Units: W/m^2
  • Data Type: FLT_0D

requirements.q_pol_omp_σ

error of requirements.qpolomp

  • Units: W/m^2
  • Data Type: FLT_0D

requirements.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

requirements.tritium_breeding_ratio

Tritium breeding ratio of the whole plant

  • Data Type: FLT_0D

requirements.tritium_breeding_ratio_σ

error of requirements.tritiumbreedingratio

  • Data Type: FLT_0D

runaway_electrons.code.commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.code.library[:].name

Name of software

  • Data Type: STR_0D

runaway_electrons.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

runaway_electrons.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.code.name

Name of software generating IDS

  • Data Type: STR_0D

runaway_electrons.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

runaway_electrons.code.repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.code.version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values", "1...N"]

runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].coefficients_σ

error of runawayelectrons.distribution.ggd[:].expansion[:].gridsubset[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values", "1...N"]

runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values_σ

error of runawayelectrons.distribution.ggd[:].expansion[:].gridsubset[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values", "1...N"]

runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].coefficients_σ

error of runawayelectrons.distribution.ggd[:].expansionfd3v[:].grid_subset[:].coefficients

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values", "1...N"]

runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values

One scalar value is provided per element in the grid subset.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values_σ

error of runawayelectrons.distribution.ggd[:].expansionfd3v[:].grid_subset[:].values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.ggd[:].temperature

Reference temperature profile used to define the local thermal energy and the thermal velocity (for normalisation of the grid coordinates)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.distribution.ggd[:].temperature_σ

error of runaway_electrons.distribution.ggd[:].temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.distribution.ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

runaway_electrons.distribution.gyro_type

Defines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth point

  • Data Type: INT_0D

runaway_electrons.distribution.markers[:].coordinate_identifier[:].description

Verbose description

  • Data Type: STR_0D

runaway_electrons.distribution.markers[:].coordinate_identifier[:].index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.distribution.markers[:].coordinate_identifier[:].name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.distribution.markers[:].orbit_integrals.bounce_harmonics

Array of bounce harmonics k

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals.expressions

List of the expressions f(ntor,mpol,k,q,...) used in the orbit integrals

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals.m_pol

Array of poloidal mode numbers, where quantities vary as exp(-i.mpol.theta) and theta is the angle defined by the choice of ../../coordinateidentifier, with its centre at the magnetic axis recalled at the root of this IDS

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals.n_tor

Array of toroidal mode numbers, ntor, where quantities vary as exp(i.ntor.phi) and phi runs anticlockwise when viewed from above

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals.values

Values of the orbit integrals

  • Data Type: CPX_5D
  • Coordinates: ["runaway_electrons.distribution.markers[:].orbit_integrals.expressions", "runaway_electrons.distribution.markers[:].weights", "runaway_electrons.distribution.markers[:].orbit_integrals.n_tor", "runaway_electrons.distribution.markers[:].orbit_integrals.m_pol", "runaway_electrons.distribution.markers[:].orbit_integrals.bounce_harmonics"]

runaway_electrons.distribution.markers[:].orbit_integrals_instant.expressions

List of the expressions f(eq) used in the orbit integrals

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals_instant.time_orbit

Time array along the markers last orbit

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals_instant.time_orbit_σ

error of runawayelectrons.distribution.markers[:].orbitintegralsinstant.timeorbit

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].orbit_integrals_instant.values

Values of the orbit integrals

  • Data Type: CPX_3D
  • Coordinates: ["runaway_electrons.distribution.markers[:].orbit_integrals_instant.expressions", "runaway_electrons.distribution.markers[:].weights", "runaway_electrons.distribution.markers[:].orbit_integrals_instant.time_orbit"]

runaway_electrons.distribution.markers[:].positions

Position of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinates

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.distribution.markers[:].weights", "runaway_electrons.distribution.markers[:].coordinate_identifier"]

runaway_electrons.distribution.markers[:].positions_σ

error of runaway_electrons.distribution.markers[:].positions

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.distribution.markers[:].weights", "runaway_electrons.distribution.markers[:].coordinate_identifier"]

runaway_electrons.distribution.markers[:].time

Time

  • Units: s
  • Data Type: FLT_0D

runaway_electrons.distribution.markers[:].toroidal_mode

In case the orbit integrals are calculated for a given MHD perturbation, index of the toroidal mode considered. Refers to the timeslice/toroidalmode array of the MHD_LINEAR IDS in which this perturbation is described

  • Data Type: INT_0D

runaway_electrons.distribution.markers[:].weights

Weight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markers

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.distribution.markers[:].weights_σ

error of runaway_electrons.distribution.markers[:].weights

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.e_field_critical_definition.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.e_field_critical_definition.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.e_field_critical_definition.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.ggd_fluid[:].current_density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].current_density[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].current_density[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].current_density[:].coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].current_density[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].current_density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].current_density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].current_density[:].values

One scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].current_density[:].values_σ

error of runawayelectrons.ggdfluid[:].current_density[:].values

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].ddensitydtcompton[:].coefficients

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values_σ

error of runawayelectrons.ggdfluid[:].ddensitydtcompton[:].values

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].ddensitydtdreicer[:].coefficients

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values_σ

error of runawayelectrons.ggdfluid[:].ddensitydtdreicer[:].values

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].ddensitydthot_tail[:].coefficients

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values_σ

error of runawayelectrons.ggdfluid[:].ddensitydthot_tail[:].values

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].ddensitydttotal[:].coefficients

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values_σ

error of runawayelectrons.ggdfluid[:].ddensitydttotal[:].values

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].ddensitydttritium[:].coefficients

  • Units: m^-3.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values_σ

error of runawayelectrons.ggdfluid[:].ddensitydttritium[:].values

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].density[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].density[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].density[:].coefficients

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].density[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].density[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].density[:].values_σ

error of runawayelectrons.ggdfluid[:].density[:].values

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].e_field_critical[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].e_field_critical[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].e_field_critical[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].efieldcritical[:].coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].e_field_critical[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].e_field_critical[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].e_field_critical[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].e_field_critical[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].e_field_critical[:].values_σ

error of runawayelectrons.ggdfluid[:].efieldcritical[:].values

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].e_field_dreicer[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].e_field_dreicer[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].efielddreicer[:].coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].e_field_dreicer[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].e_field_dreicer[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values_σ

error of runawayelectrons.ggdfluid[:].efielddreicer[:].values

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].energydensitykinetic[:].coefficients

  • Units: J.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values

One scalar value is provided per element in the grid subset.

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values_σ

error of runawayelectrons.ggdfluid[:].energydensitykinetic[:].values

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].momentumcriticalavalanche[:].coefficients

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values_σ

error of runawayelectrons.ggdfluid[:].momentumcriticalavalanche[:].values

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].momentumcriticalhot_tail[:].coefficients

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values

One scalar value is provided per element in the grid subset.

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values_σ

error of runawayelectrons.ggdfluid[:].momentumcriticalhot_tail[:].values

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].pitch_angle[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].pitch_angle[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].pitch_angle[:].coefficients_σ

error of runawayelectrons.ggdfluid[:].pitch_angle[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["runaway_electrons.ggd_fluid[:].pitch_angle[:].values", "1...N"]

runaway_electrons.ggd_fluid[:].pitch_angle[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].pitch_angle[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

runaway_electrons.ggd_fluid[:].pitch_angle[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].pitch_angle[:].values_σ

error of runawayelectrons.ggdfluid[:].pitch_angle[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.ggd_fluid[:].time

Time

  • Units: s
  • Data Type: FLT_0D

runaway_electrons.global_quantities.current_tor

Total runaway current (toroidal component)

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.current_tor_σ

error of runawayelectrons.globalquantities.current_tor

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.energy_kinetic

Total runaway kinetic energy

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.energy_kinetic_σ

error of runawayelectrons.globalquantities.energy_kinetic

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.current_density

Runaways parallel current density = average(j.B) / B0, where B0 = runawayelectrons/vacuumtoroidal_field/b0

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.current_density_σ

error of runawayelectrons.globalquantities.volumeaverage.currentdensity

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_compton

Compton source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_compton_σ

error of runawayelectrons.globalquantities.volumeaverage.ddensitydt_compton

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_dreicer

Dreicer source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_dreicer_σ

error of runawayelectrons.globalquantities.volumeaverage.ddensitydt_dreicer

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_hot_tail

Hot tail source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_hot_tail_σ

error of runawayelectrons.globalquantities.volumeaverage.ddensitydthottail

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_total

Total source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_total_σ

error of runawayelectrons.globalquantities.volumeaverage.ddensitydt_total

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_tritium

Tritium source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.ddensity_dt_tritium_σ

error of runawayelectrons.globalquantities.volumeaverage.ddensitydt_tritium

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.density

Runaway electrons density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.density_σ

error of runawayelectrons.globalquantities.volume_average.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.e_field_critical

Critical electric field

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.e_field_critical_σ

error of runawayelectrons.globalquantities.volumeaverage.efield_critical

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.e_field_dreicer

Dreicer electric field (parallel to magnetic field)

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.e_field_dreicer_σ

error of runawayelectrons.globalquantities.volumeaverage.efield_dreicer

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.energy_density_kinetic

Runaways kinetic mean energy density

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.energy_density_kinetic_σ

error of runawayelectrons.globalquantities.volumeaverage.energydensity_kinetic

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.momentum_critical_avalanche

Critical momentum for avalanche, Compton and tritium

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.momentum_critical_avalanche_σ

error of runawayelectrons.globalquantities.volumeaverage.momentumcritical_avalanche

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.momentum_critical_hot_tail

Critical momentum for hot tail

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.momentum_critical_hot_tail_σ

error of runawayelectrons.globalquantities.volumeaverage.momentumcriticalhottail

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.pitch_angle

Average pitch angle of the runaways distribution function (v_parallel/|v|)

  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.global_quantities.volume_average.pitch_angle_σ

error of runawayelectrons.globalquantities.volumeaverage.pitchangle

  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element"]

runaway_electrons.grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of runawayelectrons.gridggd[:].grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element"]

runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of runawayelectrons.gridggd[:].gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of runawayelectrons.gridggd[:].gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element"]

runaway_electrons.grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of runawayelectrons.gridggd[:].grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element"]

runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of runawayelectrons.gridggd[:].gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of runawayelectrons.gridggd[:].gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["runaway_electrons.grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

runaway_electrons.grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

runaway_electrons.grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of runawayelectrons.gridggd[:].space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of runawayelectrons.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of runawayelectrons.gridggd[:].space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

runaway_electrons.grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

runaway_electrons.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

runaway_electrons.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

runaway_electrons.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

runaway_electrons.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

runaway_electrons.ids_properties.occurrence

N/A

  • Data Type: INT_0D

runaway_electrons.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

runaway_electrons.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

runaway_electrons.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

runaway_electrons.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

runaway_electrons.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

runaway_electrons.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

runaway_electrons.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

runaway_electrons.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

runaway_electrons.momentum_critical_avalanche_definition.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.momentum_critical_avalanche_definition.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.momentum_critical_avalanche_definition.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.momentum_critical_hot_tail_definition.description

Verbose description

  • Data Type: STR_0D

runaway_electrons.momentum_critical_hot_tail_definition.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

runaway_electrons.momentum_critical_hot_tail_definition.name

Short string identifier

  • Data Type: STR_0D

runaway_electrons.profiles_1d[:].current_density

Runaways parallel current density = average(j.B) / B0, where B0 = runawayelectrons/vacuumtoroidal_field/b0

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].current_density_σ

error of runawayelectrons.profiles1d[:].current_density

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_compton

Compton source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_compton_σ

error of runawayelectrons.profiles1d[:].ddensitydtcompton

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_dreicer

Dreicer source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_dreicer_σ

error of runawayelectrons.profiles1d[:].ddensitydtdreicer

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_hot_tail

Hot tail source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_hot_tail_σ

error of runawayelectrons.profiles1d[:].ddensitydthot_tail

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_total

Total source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_total_σ

error of runawayelectrons.profiles1d[:].ddensitydttotal

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_tritium

Tritium source of runaway electrons

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].ddensity_dt_tritium_σ

error of runawayelectrons.profiles1d[:].ddensitydttritium

  • Units: m^-3.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].density

Runaway electrons density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].density_σ

error of runawayelectrons.profiles1d[:].density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].e_field_critical

Critical electric field

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].e_field_critical_σ

error of runawayelectrons.profiles1d[:].efieldcritical

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].e_field_dreicer

Dreicer electric field (parallel to B)

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].e_field_dreicer_σ

error of runawayelectrons.profiles1d[:].efielddreicer

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].energy_density_kinetic

Runaways kinetic mean energy density

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].energy_density_kinetic_σ

error of runawayelectrons.profiles1d[:].energydensitykinetic

  • Units: J.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.area_σ

error of runawayelectrons.profiles1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.psi_σ

error of runawayelectrons.profiles1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

runaway_electrons.profiles_1d[:].grid.psi_boundary_σ

error of runawayelectrons.profiles1d[:].grid.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

runaway_electrons.profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

runaway_electrons.profiles_1d[:].grid.psi_magnetic_axis_σ

error of runawayelectrons.profiles1d[:].grid.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_0D

runaway_electrons.profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.rho_pol_norm_σ

error of runawayelectrons.profiles1d[:].grid.rhopolnorm

  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.rho_tor_σ

error of runawayelectrons.profiles1d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.profiles_1d[:].grid.rho_tor_norm_σ

error of runawayelectrons.profiles1d[:].grid.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.surface_σ

error of runawayelectrons.profiles1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].grid.volume_σ

error of runawayelectrons.profiles1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].momentum_critical_avalanche

Critical momentum for avalanche, Compton and tritium

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].momentum_critical_avalanche_σ

error of runawayelectrons.profiles1d[:].momentumcriticalavalanche

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].momentum_critical_hot_tail

Critical momentum for hot tail

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].momentum_critical_hot_tail_σ

error of runawayelectrons.profiles1d[:].momentumcriticalhot_tail

  • Units: kg.m^-1.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].pitch_angle

Average pitch angle of the runaways distribution function (v_parallel/|v|)

  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].pitch_angle_σ

error of runawayelectrons.profiles1d[:].pitch_angle

  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

runaway_electrons.profiles_1d[:].transport_perpendicular.d

Effective diffusivity

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].transport_perpendicular.d_σ

error of runawayelectrons.profiles1d[:].transport_perpendicular.d

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].transport_perpendicular.flux

Flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].transport_perpendicular.flux_σ

error of runawayelectrons.profiles1d[:].transport_perpendicular.flux

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].transport_perpendicular.v

Effective convection

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.profiles_1d[:].transport_perpendicular.v_σ

error of runawayelectrons.profiles1d[:].transport_perpendicular.v

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.profiles_1d[:].grid.rho_tor_norm"]

runaway_electrons.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

runaway_electrons.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.vacuum_toroidal_field.b0_σ

error of runawayelectrons.vacuumtoroidal_field.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["runaway_electrons.time"]

runaway_electrons.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

runaway_electrons.vacuum_toroidal_field.r0_σ

error of runawayelectrons.vacuumtoroidal_field.r0

  • Units: m
  • Data Type: FLT_0D

sawteeth.code.commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.code.library[:].name

Name of software

  • Data Type: STR_0D

sawteeth.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

sawteeth.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

sawteeth.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.code.name

Name of software generating IDS

  • Data Type: STR_0D

sawteeth.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

sawteeth.code.repository

URL of software repository

  • Data Type: STR_0D

sawteeth.code.version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.crash_trigger

Flag indicating whether a crash condition has been satisfied : 0 = no crash. N(>0) = crash triggered due to condition N as follows. 1: crash triggered by the ideal kink criterion; 2: crash triggered by the ideal kink criterion including kinetic effects from fast particles; 31: crash triggered by the resistive kink criterion (meeting necessary conditions for reconnection); 32: crash triggered by the resistive kink criterion (resistive kink mode is unstable). The distinction between 31 and 32 only indicates whether (31) or (32) was the last criterion to be satisfied

  • Data Type: INT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.magnetic_shear_q1

Magnetic shear at surface q = 1, defined as rhotor/q . dq/drhotor

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.magnetic_shear_q1_σ

error of sawteeth.diagnostics.magneticshearq1

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.previous_crash_time

Time at which the previous sawtooth crash occured

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.previous_crash_time_σ

error of sawteeth.diagnostics.previouscrashtime

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.previous_crash_trigger

Previous crash trigger. Flag indicating whether a crash condition has been satisfied : 0 = no crash. N(>0) = crash triggered due to condition N

  • Data Type: INT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.previous_period

Previous sawtooth period

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.previous_period_σ

error of sawteeth.diagnostics.previous_period

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.rho_tor_norm_inversion

Normalised toroidal flux coordinate at inversion radius

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.rho_tor_norm_inversion_σ

error of sawteeth.diagnostics.rhotornorm_inversion

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.rho_tor_norm_mixing

Normalised toroidal flux coordinate at mixing radius

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.rho_tor_norm_mixing_σ

error of sawteeth.diagnostics.rhotornorm_mixing

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.rho_tor_norm_q1

Normalised toroidal flux coordinate at surface q = 1

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.diagnostics.rho_tor_norm_q1_σ

error of sawteeth.diagnostics.rhotornorm_q1

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

sawteeth.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

sawteeth.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

sawteeth.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

sawteeth.ids_properties.occurrence

N/A

  • Data Type: INT_0D

sawteeth.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

sawteeth.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

sawteeth.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

sawteeth.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

sawteeth.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

sawteeth.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

sawteeth.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

sawteeth.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

sawteeth.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

sawteeth.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

sawteeth.profiles_1d[:].conductivity_parallel

Parallel conductivity

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].conductivity_parallel_σ

error of sawteeth.profiles1d[:].conductivityparallel

  • Units: ohm^-1.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].e_field_parallel

Parallel electric field = average(E.B) / B0, where CoreProfiles/VacuumToroidal_Field/ B0

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].e_field_parallel_σ

error of sawteeth.profiles1d[:].efield_parallel

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.area_σ

error of sawteeth.profiles_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.psi_σ

error of sawteeth.profiles_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

sawteeth.profiles_1d[:].grid.psi_boundary_σ

error of sawteeth.profiles1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

sawteeth.profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

sawteeth.profiles_1d[:].grid.psi_magnetic_axis_σ

error of sawteeth.profiles1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

sawteeth.profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.rho_pol_norm_σ

error of sawteeth.profiles1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.rho_tor_σ

error of sawteeth.profiles1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

sawteeth.profiles_1d[:].grid.rho_tor_norm_σ

error of sawteeth.profiles1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

sawteeth.profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.surface_σ

error of sawteeth.profiles_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].grid.volume_σ

error of sawteeth.profiles_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_bootstrap

Bootstrap current density = average(JBootstrap.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_bootstrap_σ

error of sawteeth.profiles1d[:].jbootstrap

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_non_inductive

Non-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_non_inductive_σ

error of sawteeth.profiles1d[:].jnon_inductive

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_ohmic

Ohmic parallel current density = average(JOhmic.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_ohmic_σ

error of sawteeth.profiles1d[:].johmic

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_tor

Total toroidal current density = average(J_Tor/R) / average(1/R)

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_tor_σ

error of sawteeth.profiles1d[:].jtor

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_total

Total parallel current density = average(jtot.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].j_total_σ

error of sawteeth.profiles1d[:].jtotal

  • Units: A/m^2
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].magnetic_shear

Magnetic shear, defined as rhotor/q . dq/drhotor

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].magnetic_shear_σ

error of sawteeth.profiles1d[:].magneticshear

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].momentum_tor

Total plasma toroidal momentum, summed over ion species and electrons

  • Units: kg.m/s
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].momentum_tor_σ

error of sawteeth.profiles1d[:].momentumtor

  • Units: kg.m/s
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].n_e

Electron density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].n_e_σ

error of sawteeth.profiles1d[:].ne

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].n_e_fast

Density of fast (non-thermal) electrons

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].n_e_fast_σ

error of sawteeth.profiles1d[:].ne_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].n_i_total_over_n_e_σ

error of sawteeth.profiles1d[:].nitotaloverne

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_e

Electron pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_e_σ

error of sawteeth.profiles1d[:].pe

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_e_fast_parallel

Fast (non-thermal) electron parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_e_fast_parallel_σ

error of sawteeth.profiles1d[:].pefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_e_fast_perpendicular

Fast (non-thermal) electron perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_e_fast_perpendicular_σ

error of sawteeth.profiles1d[:].pefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_i_total

Total ion pressure (sum over the ion species)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_i_total_σ

error of sawteeth.profiles1d[:].pi_total

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_i_total_fast_parallel

Fast (non-thermal) total ion (sum over the ion species) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_i_total_fast_parallel_σ

error of sawteeth.profiles1d[:].pitotalfast_parallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_i_total_fast_perpendicular

Fast (non-thermal) total ion (sum over the ion species) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].p_i_total_fast_perpendicular_σ

error of sawteeth.profiles1d[:].pitotalfast_perpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].phi

Toroidal flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].phi_σ

error of sawteeth.profiles_1d[:].phi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].pressure_parallel

Total parallel pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].pressure_parallel_σ

error of sawteeth.profiles1d[:].pressureparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].pressure_perpendicular

Total perpendicular pressure (electrons+ions, thermal+non-thermal)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].pressure_perpendicular_σ

error of sawteeth.profiles1d[:].pressureperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].pressure_thermal

Thermal pressure (electrons+ions)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].pressure_thermal_σ

error of sawteeth.profiles1d[:].pressurethermal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].psi_star_post_crash

Psi* = psi - phi, after the sawtooth crash

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].psi_star_post_crash_σ

error of sawteeth.profiles1d[:].psistarpostcrash

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].psi_star_pre_crash

Psi* = psi - phi, just before the sawtooth crash

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].psi_star_pre_crash_σ

error of sawteeth.profiles1d[:].psistarprecrash

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].q

Safety factor

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].q_σ

error of sawteeth.profiles_1d[:].q

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].t_e

Electron temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].t_e_σ

error of sawteeth.profiles1d[:].te

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].t_i_average

Ion temperature (averaged on charge states and ion species)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].t_i_average_σ

error of sawteeth.profiles1d[:].ti_average

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

sawteeth.profiles_1d[:].zeff

Effective charge

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.profiles_1d[:].zeff_σ

error of sawteeth.profiles_1d[:].zeff

  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.profiles_1d[:].grid.rho_tor_norm"]

sawteeth.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

sawteeth.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.vacuum_toroidal_field.b0_σ

error of sawteeth.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["sawteeth.time"]

sawteeth.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

sawteeth.vacuum_toroidal_field.r0_σ

error of sawteeth.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].centre.phi_σ

error of softxrays.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].centre.r_σ

error of softxrays.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].centre.z_σ

error of softxrays.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

soft_x_rays.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].aperture[:].outline.x1_σ

error of softxrays.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].aperture[:].outline.x1"]

soft_x_rays.channel[:].aperture[:].outline.x2_σ

error of softxrays.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].aperture[:].outline.x1"]

soft_x_rays.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].radius_σ

error of softxrays.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].surface_σ

error of softxrays.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_unit_vector.x_σ

error of softxrays.channel[:].aperture[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_unit_vector.y_σ

error of softxrays.channel[:].aperture[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_unit_vector.z_σ

error of softxrays.channel[:].aperture[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x1_width_σ

error of softxrays.channel[:].aperture[:].x1_width

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_unit_vector.x_σ

error of softxrays.channel[:].aperture[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_unit_vector.y_σ

error of softxrays.channel[:].aperture[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_unit_vector.z_σ

error of softxrays.channel[:].aperture[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x2_width_σ

error of softxrays.channel[:].aperture[:].x2_width

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x3_unit_vector.x_σ

error of softxrays.channel[:].aperture[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x3_unit_vector.y_σ

error of softxrays.channel[:].aperture[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].aperture[:].x3_unit_vector.z_σ

error of softxrays.channel[:].aperture[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].brightness.data

Data

  • Units: W.m^-2.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "soft_x_rays.channel[:].brightness.time"]

soft_x_rays.channel[:].brightness.data_σ

error of softxrays.channel[:].brightness.data

  • Units: W.m^-2.sr^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "soft_x_rays.channel[:].brightness.time"]

soft_x_rays.channel[:].brightness.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].detector.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.centre.phi_σ

error of softxrays.channel[:].detector.centre.phi

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.centre.r_σ

error of softxrays.channel[:].detector.centre.r

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.centre.z_σ

error of softxrays.channel[:].detector.centre.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

soft_x_rays.channel[:].detector.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].detector.outline.x1_σ

error of softxrays.channel[:].detector.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].detector.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].detector.outline.x1"]

soft_x_rays.channel[:].detector.outline.x2_σ

error of softxrays.channel[:].detector.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].detector.outline.x1"]

soft_x_rays.channel[:].detector.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.radius_σ

error of softxrays.channel[:].detector.radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.surface_σ

error of softxrays.channel[:].detector.surface

  • Units: m^2
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_unit_vector.x_σ

error of softxrays.channel[:].detector.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_unit_vector.y_σ

error of softxrays.channel[:].detector.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_unit_vector.z_σ

error of softxrays.channel[:].detector.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x1_width_σ

error of softxrays.channel[:].detector.x1_width

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_unit_vector.x_σ

error of softxrays.channel[:].detector.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_unit_vector.y_σ

error of softxrays.channel[:].detector.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_unit_vector.z_σ

error of softxrays.channel[:].detector.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x2_width_σ

error of softxrays.channel[:].detector.x2_width

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x3_unit_vector.x_σ

error of softxrays.channel[:].detector.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x3_unit_vector.y_σ

error of softxrays.channel[:].detector.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].detector.x3_unit_vector.z_σ

error of softxrays.channel[:].detector.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].energy_band[:].detection_efficiency

Probability of detection of a photon impacting the detector as a function of its energy

  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].energy_band[:].energies"]

soft_x_rays.channel[:].energy_band[:].detection_efficiency_σ

error of softxrays.channel[:].energyband[:].detectionefficiency

  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].energy_band[:].energies"]

soft_x_rays.channel[:].energy_band[:].energies

Array of discrete energy values inside the band

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].energy_band[:].energies_σ

error of softxrays.channel[:].energy_band[:].energies

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].energy_band[:].lower_bound

Lower bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

soft_x_rays.channel[:].energy_band[:].lower_bound_σ

error of softxrays.channel[:].energyband[:].lowerbound

  • Units: eV
  • Data Type: FLT_0D

soft_x_rays.channel[:].energy_band[:].upper_bound

Upper bound of the energy band

  • Units: eV
  • Data Type: FLT_0D

soft_x_rays.channel[:].energy_band[:].upper_bound_σ

error of softxrays.channel[:].energyband[:].upperbound

  • Units: eV
  • Data Type: FLT_0D

soft_x_rays.channel[:].etendue

Etendue (geometric extent) of the channel's optical system

  • Units: m^2.sr
  • Data Type: FLT_0D

soft_x_rays.channel[:].etendue_σ

error of softxrays.channel[:].etendue

  • Units: m^2.sr
  • Data Type: FLT_0D

soft_x_rays.channel[:].etendue_method.description

Verbose description

  • Data Type: STR_0D

soft_x_rays.channel[:].etendue_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

soft_x_rays.channel[:].etendue_method.name

Short string identifier

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].centre.phi_σ

error of softxrays.channel[:].filter_window[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].centre.r_σ

error of softxrays.channel[:].filter_window[:].centre.r

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].centre.z_σ

error of softxrays.channel[:].filter_window[:].centre.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].curvature_type.description

Verbose description

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

soft_x_rays.channel[:].filter_window[:].curvature_type.name

Short string identifier

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

soft_x_rays.channel[:].filter_window[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].identifier

ID of the filter

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].material.description

Verbose description

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

soft_x_rays.channel[:].filter_window[:].material.name

Short string identifier

  • Data Type: STR_0D

soft_x_rays.channel[:].filter_window[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].filter_window[:].outline.x1_σ

error of softxrays.channel[:].filter_window[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].filter_window[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].filter_window[:].outline.x1"]

soft_x_rays.channel[:].filter_window[:].outline.x2_σ

error of softxrays.channel[:].filter_window[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].filter_window[:].outline.x1"]

soft_x_rays.channel[:].filter_window[:].photon_absorption

Probability of absorbing a photon passing through the filter as a function of its wavelength

  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].filter_window[:].wavelengths"]

soft_x_rays.channel[:].filter_window[:].photon_absorption_σ

error of softxrays.channel[:].filterwindow[:].photonabsorption

  • Data Type: FLT_1D
  • Coordinates: ["soft_x_rays.channel[:].filter_window[:].wavelengths"]

soft_x_rays.channel[:].filter_window[:].radius

Radius of the circle, used only if geometry_type/index = 2

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].radius_σ

error of softxrays.channel[:].filter_window[:].radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].surface

Surface of the filter, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].surface_σ

error of softxrays.channel[:].filter_window[:].surface

  • Units: m^2
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].thickness

Thickness of the filter window

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].thickness_σ

error of softxrays.channel[:].filter_window[:].thickness

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].wavelength_lower

Lower bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].wavelength_lower_σ

error of softxrays.channel[:].filterwindow[:].wavelengthlower

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].wavelength_upper

Upper bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].wavelength_upper_σ

error of softxrays.channel[:].filterwindow[:].wavelengthupper

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].wavelengths

Array of wavelength values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].filter_window[:].wavelengths_σ

error of softxrays.channel[:].filter_window[:].wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].filter_window[:].x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_curvature_σ

error of softxrays.channel[:].filterwindow[:].x1curvature

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_unit_vector.x_σ

error of softxrays.channel[:].filterwindow[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_unit_vector.y_σ

error of softxrays.channel[:].filterwindow[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_unit_vector.z_σ

error of softxrays.channel[:].filterwindow[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_width

Full width of the filter in the X1 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x1_width_σ

error of softxrays.channel[:].filterwindow[:].x1width

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_curvature_σ

error of softxrays.channel[:].filterwindow[:].x2curvature

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_unit_vector.x_σ

error of softxrays.channel[:].filterwindow[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_unit_vector.y_σ

error of softxrays.channel[:].filterwindow[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_unit_vector.z_σ

error of softxrays.channel[:].filterwindow[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_width

Full width of the filter in the X2 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x2_width_σ

error of softxrays.channel[:].filterwindow[:].x2width

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x3_unit_vector.x_σ

error of softxrays.channel[:].filterwindow[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x3_unit_vector.y_σ

error of softxrays.channel[:].filterwindow[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].filter_window[:].x3_unit_vector.z_σ

error of softxrays.channel[:].filterwindow[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

soft_x_rays.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.first_point.phi_σ

error of softxrays.channel[:].lineofsight.first_point.phi

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.first_point.r_σ

error of softxrays.channel[:].lineofsight.first_point.r

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.first_point.z_σ

error of softxrays.channel[:].lineofsight.first_point.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.second_point.phi_σ

error of softxrays.channel[:].lineofsight.second_point.phi

  • Units: rad
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.second_point.r_σ

error of softxrays.channel[:].lineofsight.second_point.r

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].line_of_sight.second_point.z_σ

error of softxrays.channel[:].lineofsight.second_point.z

  • Units: m
  • Data Type: FLT_0D

soft_x_rays.channel[:].name

Name of the channel

  • Data Type: STR_0D

soft_x_rays.channel[:].power.data

Data

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "soft_x_rays.channel[:].power.time"]

soft_x_rays.channel[:].power.data_σ

error of softxrays.channel[:].power.data

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "soft_x_rays.channel[:].power.time"]

soft_x_rays.channel[:].power.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.channel[:].validity

Indicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)

  • Data Type: INT_0D

soft_x_rays.channel[:].validity_timed.data

Data

  • Data Type: INT_1D
  • Coordinates: ["soft_x_rays.channel[:].validity_timed.time"]

soft_x_rays.channel[:].validity_timed.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

soft_x_rays.code.commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.code.library[:].name

Name of software

  • Data Type: STR_0D

soft_x_rays.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

soft_x_rays.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.code.name

Name of software generating IDS

  • Data Type: STR_0D

soft_x_rays.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["soft_x_rays.time"]

soft_x_rays.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

soft_x_rays.code.repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.code.version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

soft_x_rays.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

soft_x_rays.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

soft_x_rays.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

soft_x_rays.ids_properties.occurrence

N/A

  • Data Type: INT_0D

soft_x_rays.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

soft_x_rays.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

soft_x_rays.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

soft_x_rays.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

soft_x_rays.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

soft_x_rays.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

soft_x_rays.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

soft_x_rays.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

soft_x_rays.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

soft_x_rays.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

soft_x_rays.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

soft_x_rays.latency_σ

error of softxrays.latency

  • Units: s
  • Data Type: FLT_0D

soft_x_rays.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.bucked

Flag indicating if center stack elements bucked to one another

  • Data Type: INT_0D

solid_mechanics.center_stack.displacement.oh

Radial displacement

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.displacement.oh_σ

error of solidmechanics.centerstack.displacement.oh

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.displacement.pl

Radial displacement

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.displacement.pl_σ

error of solidmechanics.centerstack.displacement.pl

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.displacement.tf

Radial displacement

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.displacement.tf_σ

error of solidmechanics.centerstack.displacement.tf

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.grid.r_oh

Radial coordinate in OH layer

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.grid.r_oh_σ

error of solidmechanics.centerstack.grid.r_oh

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.grid.r_pl

Radial coordinate in plug layer

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.grid.r_pl_σ

error of solidmechanics.centerstack.grid.r_pl

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.grid.r_tf

Radial coordinate in TF layer

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.grid.r_tf_σ

error of solidmechanics.centerstack.grid.r_tf

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

solid_mechanics.center_stack.noslip

Flag indicating if center stack elements are not allowed to slip with respect to one another

  • Data Type: INT_0D

solid_mechanics.center_stack.plug

Flag indicating if center stack has a plug

  • Data Type: INT_0D

solid_mechanics.center_stack.properties.poisson_ratio.oh

Change in shape for OH structural material due to applied stress

  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.poisson_ratio.oh_σ

error of solidmechanics.centerstack.properties.poisson_ratio.oh

  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.poisson_ratio.pl

Change in shape for plug structural material due to applied stress

  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.poisson_ratio.pl_σ

error of solidmechanics.centerstack.properties.poisson_ratio.pl

  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.poisson_ratio.tf

Change in shape for TF structural material due to applied stress

  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.poisson_ratio.tf_σ

error of solidmechanics.centerstack.properties.poisson_ratio.tf

  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.yield_strength.oh

Maximum stress OH can withstand without permanent deformation

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.yield_strength.oh_σ

error of solidmechanics.centerstack.properties.yield_strength.oh

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.yield_strength.pl

Maximum stress plug can withstand without permanent deformation

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.yield_strength.pl_σ

error of solidmechanics.centerstack.properties.yield_strength.pl

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.yield_strength.tf

Maximum stress TF can withstand without permanent deformation

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.yield_strength.tf_σ

error of solidmechanics.centerstack.properties.yield_strength.tf

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.young_modulus.oh

Stiffness of OH structural material

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.young_modulus.oh_σ

error of solidmechanics.centerstack.properties.young_modulus.oh

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.young_modulus.pl

Stiffness of plug structural material

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.young_modulus.pl_σ

error of solidmechanics.centerstack.properties.young_modulus.pl

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.young_modulus.tf

Stiffness of TF structural material

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.properties.young_modulus.tf_σ

error of solidmechanics.centerstack.properties.young_modulus.tf

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.axial.oh

Average axial stress for OH layer in center stack

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.axial.oh_σ

error of solidmechanics.centerstack.stress.axial.oh

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.axial.pl

Average axial stress for plug layer in center stack

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.axial.pl_σ

error of solidmechanics.centerstack.stress.axial.pl

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.axial.tf

Average axial stress for TF layer in center stack

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.axial.tf_σ

error of solidmechanics.centerstack.stress.axial.tf

  • Units: Pa
  • Data Type: FLT_0D

solid_mechanics.center_stack.stress.hoop.oh

Hoop stresses OH layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.stress.hoop.oh_σ

error of solidmechanics.centerstack.stress.hoop.oh

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.stress.hoop.pl

Hoop stresses plug layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.stress.hoop.pl_σ

error of solidmechanics.centerstack.stress.hoop.pl

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.stress.hoop.tf

Hoop stresses TF layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.stress.hoop.tf_σ

error of solidmechanics.centerstack.stress.hoop.tf

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.stress.radial.oh

Radial stresses OH layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.stress.radial.oh_σ

error of solidmechanics.centerstack.stress.radial.oh

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.stress.radial.pl

Radial stresses plug layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.stress.radial.pl_σ

error of solidmechanics.centerstack.stress.radial.pl

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.stress.radial.tf

Radial stresses TF layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.stress.radial.tf_σ

error of solidmechanics.centerstack.stress.radial.tf

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.stress.vonmises.oh

Von Mises stresses OH layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.stress.vonmises.oh_σ

error of solidmechanics.centerstack.stress.vonmises.oh

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_oh"]

solid_mechanics.center_stack.stress.vonmises.pl

Von Mises stresses plug layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.stress.vonmises.pl_σ

error of solidmechanics.centerstack.stress.vonmises.pl

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_pl"]

solid_mechanics.center_stack.stress.vonmises.tf

Von Mises stresses TF layer

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.center_stack.stress.vonmises.tf_σ

error of solidmechanics.centerstack.stress.vonmises.tf

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["solid_mechanics.center_stack.grid.r_tf"]

solid_mechanics.code.commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.code.library[:].name

Name of software

  • Data Type: STR_0D

solid_mechanics.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

solid_mechanics.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.code.name

Name of software generating IDS

  • Data Type: STR_0D

solid_mechanics.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

solid_mechanics.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

solid_mechanics.code.repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.code.version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

solid_mechanics.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

solid_mechanics.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

solid_mechanics.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

solid_mechanics.ids_properties.occurrence

N/A

  • Data Type: INT_0D

solid_mechanics.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

solid_mechanics.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

solid_mechanics.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

solid_mechanics.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

solid_mechanics.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

solid_mechanics.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

solid_mechanics.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

solid_mechanics.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

solid_mechanics.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

solid_mechanics.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

solid_mechanics.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_mass.channel[:].a

Atomic mass measured by this channel

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spectrometer_mass.channel[:].a_σ

error of spectrometer_mass.channel[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spectrometer_mass.channel[:].current

Collected current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.channel[:].current_σ

error of spectrometer_mass.channel[:].current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.channel[:].photomultiplier_voltage

Voltage applied to the photomultiplier

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.channel[:].photomultiplier_voltage_σ

error of spectrometermass.channel[:].photomultipliervoltage

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.channel[:].pressure_partial

Partial pressure (calibrated data)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.channel[:].pressure_partial_σ

error of spectrometermass.channel[:].pressurepartial

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.channel[:].time

Timebase for the dynamic nodes of this channel

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_mass.channel[:].validity

Indicator of the validity of the data. 0: Valid from automated processing; 1: Valid and certified by the diagnostic RO; -1: Problem identified in the data processing (request verification by the diagnostic RO); -2: Invalid data, should not be used. (Values less than -2 have a code-specific meaning)

  • Data Type: INT_0D

spectrometer_mass.channel[:].validity_timed

Indicator of the validity of the data for each time slice. 0: Valid from automated processing; 1: Valid and certified by the diagnostic RO; -1: Means problem identified in the data processing (request verification by the diagnostic RO); -2: Invalid data, should not be used. (Values less than -2 have a code-specific meaning.)

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_mass.channel[:].time"]

spectrometer_mass.code.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.code.library[:].name

Name of software

  • Data Type: STR_0D

spectrometer_mass.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_mass.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.code.name

Name of software generating IDS

  • Data Type: STR_0D

spectrometer_mass.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_mass.time"]

spectrometer_mass.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_mass.code.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.code.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.identifier

ID of the spectrometer

  • Data Type: STR_0D

spectrometer_mass.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

spectrometer_mass.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

spectrometer_mass.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

spectrometer_mass.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

spectrometer_mass.ids_properties.occurrence

N/A

  • Data Type: INT_0D

spectrometer_mass.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_mass.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_mass.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_mass.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_mass.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_mass.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

spectrometer_mass.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

spectrometer_mass.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

spectrometer_mass.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

spectrometer_mass.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

spectrometer_mass.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

spectrometer_mass.latency_σ

error of spectrometer_mass.latency

  • Units: s
  • Data Type: FLT_0D

spectrometer_mass.name

Name of the spectrometer

  • Data Type: STR_0D

spectrometer_mass.residual_spectrum[:].a

Array of atomic masses

  • Units: Atomic Mass Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_mass.residual_spectrum[:].a_σ

error of spectrometermass.residualspectrum[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_mass.residual_spectrum[:].current

Collected current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.residual_spectrum[:].a"]

spectrometer_mass.residual_spectrum[:].current_σ

error of spectrometermass.residualspectrum[:].current

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_mass.residual_spectrum[:].a"]

spectrometer_mass.residual_spectrum[:].time

Time

  • Units: s
  • Data Type: FLT_0D

spectrometer_mass.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].centre.phi_σ

error of spectrometer_uv.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].centre.r_σ

error of spectrometer_uv.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].centre.z_σ

error of spectrometer_uv.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_uv.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].aperture[:].outline.x1_σ

error of spectrometer_uv.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].aperture[:].outline.x1"]

spectrometer_uv.channel[:].aperture[:].outline.x2_σ

error of spectrometer_uv.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].aperture[:].outline.x1"]

spectrometer_uv.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].radius_σ

error of spectrometer_uv.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].surface_σ

error of spectrometer_uv.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_unit_vector.x_σ

error of spectrometeruv.channel[:].aperture[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_unit_vector.y_σ

error of spectrometeruv.channel[:].aperture[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_unit_vector.z_σ

error of spectrometeruv.channel[:].aperture[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x1_width_σ

error of spectrometeruv.channel[:].aperture[:].x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_unit_vector.x_σ

error of spectrometeruv.channel[:].aperture[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_unit_vector.y_σ

error of spectrometeruv.channel[:].aperture[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_unit_vector.z_σ

error of spectrometeruv.channel[:].aperture[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x2_width_σ

error of spectrometeruv.channel[:].aperture[:].x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x3_unit_vector.x_σ

error of spectrometeruv.channel[:].aperture[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x3_unit_vector.y_σ

error of spectrometeruv.channel[:].aperture[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].aperture[:].x3_unit_vector.z_σ

error of spectrometeruv.channel[:].aperture[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.centre.phi_σ

error of spectrometer_uv.channel[:].detector.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.centre.r_σ

error of spectrometer_uv.channel[:].detector.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.centre.z_σ

error of spectrometer_uv.channel[:].detector.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_uv.channel[:].detector.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].detector.outline.x1_σ

error of spectrometer_uv.channel[:].detector.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].detector.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].detector.outline.x1"]

spectrometer_uv.channel[:].detector.outline.x2_σ

error of spectrometer_uv.channel[:].detector.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].detector.outline.x1"]

spectrometer_uv.channel[:].detector.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.radius_σ

error of spectrometer_uv.channel[:].detector.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.surface_σ

error of spectrometer_uv.channel[:].detector.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_unit_vector.x_σ

error of spectrometeruv.channel[:].detector.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_unit_vector.y_σ

error of spectrometeruv.channel[:].detector.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_unit_vector.z_σ

error of spectrometeruv.channel[:].detector.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x1_width_σ

error of spectrometeruv.channel[:].detector.x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_unit_vector.x_σ

error of spectrometeruv.channel[:].detector.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_unit_vector.y_σ

error of spectrometeruv.channel[:].detector.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_unit_vector.z_σ

error of spectrometeruv.channel[:].detector.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x2_width_σ

error of spectrometeruv.channel[:].detector.x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x3_unit_vector.x_σ

error of spectrometeruv.channel[:].detector.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x3_unit_vector.y_σ

error of spectrometeruv.channel[:].detector.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector.x3_unit_vector.z_σ

error of spectrometeruv.channel[:].detector.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].detector_layout.detector_dimensions

Total detector dimension in each direction (horizontal, vertical)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_uv.channel[:].detector_layout.detector_dimensions_σ

error of spectrometeruv.channel[:].detectorlayout.detector_dimensions

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_uv.channel[:].detector_layout.pixel_dimensions

Pixel dimension in each direction (horizontal, vertical)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_uv.channel[:].detector_layout.pixel_dimensions_σ

error of spectrometeruv.channel[:].detectorlayout.pixel_dimensions

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_uv.channel[:].detector_layout.pixel_n

Number of pixels in each direction (horizontal, vertical)

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

spectrometer_uv.channel[:].detector_position_parameter.data

Data

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].detector_position_parameter.time"]

spectrometer_uv.channel[:].detector_position_parameter.data_σ

error of spectrometeruv.channel[:].detectorposition_parameter.data

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].detector_position_parameter.time"]

spectrometer_uv.channel[:].detector_position_parameter.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

spectrometer_uv.channel[:].exposure_time_σ

error of spectrometeruv.channel[:].exposuretime

  • Units: s
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.centre.phi_σ

error of spectrometer_uv.channel[:].grating.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.centre.r_σ

error of spectrometer_uv.channel[:].grating.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.centre.z_σ

error of spectrometer_uv.channel[:].grating.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.curvature_radius

Curvature radius of the spherical grating

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.curvature_radius_σ

error of spectrometeruv.channel[:].grating.curvatureradius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.geometry_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_uv.channel[:].grating.geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_uv.channel[:].grating.geometry_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_uv.channel[:].grating.groove_density

Number of grooves per unit length

  • Units: m^-1
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.groove_density_σ

error of spectrometeruv.channel[:].grating.groovedensity

  • Units: m^-1
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.centre.phi_σ

error of spectrometeruv.channel[:].grating.imagefield.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.centre.r_σ

error of spectrometeruv.channel[:].grating.imagefield.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.centre.z_σ

error of spectrometeruv.channel[:].grating.imagefield.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.curvature_radius

Curvature radius of the image surface

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.curvature_radius_σ

error of spectrometeruv.channel[:].grating.imagefield.curvature_radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.geometry_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_uv.channel[:].grating.image_field.geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_uv.channel[:].grating.image_field.geometry_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.x_σ

error of spectrometeruv.channel[:].grating.imagefield.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.y_σ

error of spectrometeruv.channel[:].grating.imagefield.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.z_σ

error of spectrometeruv.channel[:].grating.imagefield.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].grating.outline.x1_σ

error of spectrometer_uv.channel[:].grating.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].grating.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].grating.outline.x1"]

spectrometer_uv.channel[:].grating.outline.x2_σ

error of spectrometer_uv.channel[:].grating.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].grating.outline.x1"]

spectrometer_uv.channel[:].grating.summit.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.summit.phi_σ

error of spectrometer_uv.channel[:].grating.summit.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.summit.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.summit.r_σ

error of spectrometer_uv.channel[:].grating.summit.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.summit.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.summit.z_σ

error of spectrometer_uv.channel[:].grating.summit.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.type.description

Verbose description

  • Data Type: STR_0D

spectrometer_uv.channel[:].grating.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_uv.channel[:].grating.type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_uv.channel[:].grating.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x1_unit_vector.x_σ

error of spectrometeruv.channel[:].grating.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x1_unit_vector.y_σ

error of spectrometeruv.channel[:].grating.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x1_unit_vector.z_σ

error of spectrometeruv.channel[:].grating.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x2_unit_vector.x_σ

error of spectrometeruv.channel[:].grating.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x2_unit_vector.y_σ

error of spectrometeruv.channel[:].grating.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x2_unit_vector.z_σ

error of spectrometeruv.channel[:].grating.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x3_unit_vector.x_σ

error of spectrometeruv.channel[:].grating.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x3_unit_vector.y_σ

error of spectrometeruv.channel[:].grating.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].grating.x3_unit_vector.z_σ

error of spectrometeruv.channel[:].grating.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].intensity_spectrum.data

Data

  • Units: (counts) s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_uv.channel[:].intensity_spectrum.time"]

spectrometer_uv.channel[:].intensity_spectrum.data_σ

error of spectrometeruv.channel[:].intensityspectrum.data

  • Units: (counts) s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_uv.channel[:].intensity_spectrum.time"]

spectrometer_uv.channel[:].intensity_spectrum.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].line_of_sight.amplitude_parameter

Amplitude of the line of sight position parameter oscillation (in case moving_mode/index = 1)

  • Units: mixed
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.amplitude_parameter_σ

error of spectrometeruv.channel[:].lineofsight.amplitudeparameter

  • Units: mixed
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.first_point.phi_σ

error of spectrometeruv.channel[:].lineofsight.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.first_point.r_σ

error of spectrometeruv.channel[:].lineofsight.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.first_point.z_σ

error of spectrometeruv.channel[:].lineofsight.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.moving_mode.description

Verbose description

  • Data Type: STR_0D

spectrometer_uv.channel[:].line_of_sight.moving_mode.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_uv.channel[:].line_of_sight.moving_mode.name

Short string identifier

  • Data Type: STR_0D

spectrometer_uv.channel[:].line_of_sight.period

Period of the line of sight oscillation (in case moving_mode/index = 1)

  • Units: s
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.period_σ

error of spectrometeruv.channel[:].lineof_sight.period

  • Units: s
  • Data Type: FLT_0D

spectrometer_uv.channel[:].line_of_sight.position_parameter.data

Data

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.position_parameter.time"]

spectrometer_uv.channel[:].line_of_sight.position_parameter.data_σ

error of spectrometeruv.channel[:].lineofsight.positionparameter.data

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.position_parameter.time"]

spectrometer_uv.channel[:].line_of_sight.position_parameter.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].line_of_sight.second_point.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.second_point.time"]

spectrometer_uv.channel[:].line_of_sight.second_point.phi_σ

error of spectrometeruv.channel[:].lineofsight.secondpoint.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.second_point.time"]

spectrometer_uv.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.second_point.time"]

spectrometer_uv.channel[:].line_of_sight.second_point.r_σ

error of spectrometeruv.channel[:].lineofsight.secondpoint.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.second_point.time"]

spectrometer_uv.channel[:].line_of_sight.second_point.time

Time for the R,Z,phi coordinates

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.second_point.time"]

spectrometer_uv.channel[:].line_of_sight.second_point.z_σ

error of spectrometeruv.channel[:].lineofsight.secondpoint.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].line_of_sight.second_point.time"]

spectrometer_uv.channel[:].name

Name of the channel

  • Data Type: STR_0D

spectrometer_uv.channel[:].processed_line[:].intensity.data

Data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].processed_line[:].intensity.time"]

spectrometer_uv.channel[:].processed_line[:].intensity.data_σ

error of spectrometeruv.channel[:].processedline[:].intensity.data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].processed_line[:].intensity.time"]

spectrometer_uv.channel[:].processed_line[:].intensity.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].processed_line[:].label

String identifying the processed line. To avoid ambiguities, the following syntax is used : element with ionization statewavelength in Angstrom (e.g. WI4000)

  • Data Type: STR_0D

spectrometer_uv.channel[:].processed_line[:].radiance.data

Data

  • Units: m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].processed_line[:].radiance.time"]

spectrometer_uv.channel[:].processed_line[:].radiance.data_σ

error of spectrometeruv.channel[:].processedline[:].radiance.data

  • Units: m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].processed_line[:].radiance.time"]

spectrometer_uv.channel[:].processed_line[:].radiance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].processed_line[:].wavelength_central

Central wavelength of the processed line

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].processed_line[:].wavelength_central_σ

error of spectrometeruv.channel[:].processedline[:].wavelength_central

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].radiance_calibration

Radiance calibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].wavelengths"]

spectrometer_uv.channel[:].radiance_calibration_σ

error of spectrometeruv.channel[:].radiancecalibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].wavelengths"]

spectrometer_uv.channel[:].radiance_calibration_date

Date of the radiance calibration (yyyymmdd)

  • Data Type: STR_0D

spectrometer_uv.channel[:].radiance_spectral.data

Data

  • Units: (photons).m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_uv.channel[:].radiance_spectral.time"]

spectrometer_uv.channel[:].radiance_spectral.data_σ

error of spectrometeruv.channel[:].radiancespectral.data

  • Units: (photons).m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_uv.channel[:].radiance_spectral.time"]

spectrometer_uv.channel[:].radiance_spectral.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].supply_high_voltage[:].object

Name of the object connected to the power supply

  • Data Type: STR_0D

spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.time"]

spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.data_σ

error of spectrometeruv.channel[:].supplyhighvoltage[:].voltageset.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.time"]

spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

spectrometer_uv.channel[:].validity_timed.data

Data

  • Data Type: INT_2D
  • Coordinates: ["spectrometer_uv.channel[:].wavelengths", "spectrometer_uv.channel[:].validity_timed.time"]

spectrometer_uv.channel[:].validity_timed.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].wavelength_calibration.gain

Gain

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].wavelength_calibration.gain_σ

error of spectrometeruv.channel[:].wavelengthcalibration.gain

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].wavelength_calibration.offset

Offset

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].wavelength_calibration.offset_σ

error of spectrometeruv.channel[:].wavelengthcalibration.offset

  • Units: m
  • Data Type: FLT_0D

spectrometer_uv.channel[:].wavelength_calibration_date

Date of the wavelength calibration (yyyymmdd)

  • Data Type: STR_0D

spectrometer_uv.channel[:].wavelengths

Measured wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.channel[:].wavelengths_σ

error of spectrometer_uv.channel[:].wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_uv.code.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.code.library[:].name

Name of software

  • Data Type: STR_0D

spectrometer_uv.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_uv.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.code.name

Name of software generating IDS

  • Data Type: STR_0D

spectrometer_uv.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_uv.time"]

spectrometer_uv.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_uv.code.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.code.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.etendue

Etendue (geometric extent) of the optical system

  • Units: m^2.sr
  • Data Type: FLT_0D

spectrometer_uv.etendue_σ

error of spectrometer_uv.etendue

  • Units: m^2.sr
  • Data Type: FLT_0D

spectrometer_uv.etendue_method.description

Verbose description

  • Data Type: STR_0D

spectrometer_uv.etendue_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_uv.etendue_method.name

Short string identifier

  • Data Type: STR_0D

spectrometer_uv.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

spectrometer_uv.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

spectrometer_uv.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

spectrometer_uv.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

spectrometer_uv.ids_properties.occurrence

N/A

  • Data Type: INT_0D

spectrometer_uv.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_uv.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_uv.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_uv.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_uv.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_uv.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

spectrometer_uv.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

spectrometer_uv.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

spectrometer_uv.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

spectrometer_uv.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

spectrometer_uv.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

spectrometer_uv.latency_σ

error of spectrometer_uv.latency

  • Units: s
  • Data Type: FLT_0D

spectrometer_uv.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].active_spatial_resolution[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].centre.phi_σ

error of spectrometervisible.channel[:].activespatial_resolution[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].centre.r_σ

error of spectrometervisible.channel[:].activespatial_resolution[:].centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].centre.z_σ

error of spectrometervisible.channel[:].activespatial_resolution[:].centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].time

Time

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].width.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].width.phi_σ

error of spectrometervisible.channel[:].activespatial_resolution[:].width.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].width.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].width.r_σ

error of spectrometervisible.channel[:].activespatial_resolution[:].width.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].width.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].active_spatial_resolution[:].width.z_σ

error of spectrometervisible.channel[:].activespatial_resolution[:].width.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].centre.phi_σ

error of spectrometer_visible.channel[:].aperture[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].centre.r_σ

error of spectrometer_visible.channel[:].aperture[:].centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].centre.z_σ

error of spectrometer_visible.channel[:].aperture[:].centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_visible.channel[:].aperture[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].aperture[:].outline.x1_σ

error of spectrometer_visible.channel[:].aperture[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].aperture[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].aperture[:].outline.x1"]

spectrometer_visible.channel[:].aperture[:].outline.x2_σ

error of spectrometer_visible.channel[:].aperture[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].aperture[:].outline.x1"]

spectrometer_visible.channel[:].aperture[:].radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].radius_σ

error of spectrometer_visible.channel[:].aperture[:].radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].surface_σ

error of spectrometer_visible.channel[:].aperture[:].surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_unit_vector.x_σ

error of spectrometervisible.channel[:].aperture[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_unit_vector.y_σ

error of spectrometervisible.channel[:].aperture[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_unit_vector.z_σ

error of spectrometervisible.channel[:].aperture[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x1_width_σ

error of spectrometervisible.channel[:].aperture[:].x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_unit_vector.x_σ

error of spectrometervisible.channel[:].aperture[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_unit_vector.y_σ

error of spectrometervisible.channel[:].aperture[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_unit_vector.z_σ

error of spectrometervisible.channel[:].aperture[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x2_width_σ

error of spectrometervisible.channel[:].aperture[:].x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x3_unit_vector.x_σ

error of spectrometervisible.channel[:].aperture[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x3_unit_vector.y_σ

error of spectrometervisible.channel[:].aperture[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].aperture[:].x3_unit_vector.z_σ

error of spectrometervisible.channel[:].aperture[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.centre.phi_σ

error of spectrometer_visible.channel[:].detector.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.centre.r_σ

error of spectrometer_visible.channel[:].detector.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.centre.z_σ

error of spectrometer_visible.channel[:].detector.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_visible.channel[:].detector.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].detector.outline.x1_σ

error of spectrometer_visible.channel[:].detector.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].detector.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].detector.outline.x1"]

spectrometer_visible.channel[:].detector.outline.x2_σ

error of spectrometer_visible.channel[:].detector.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].detector.outline.x1"]

spectrometer_visible.channel[:].detector.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.radius_σ

error of spectrometer_visible.channel[:].detector.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.surface_σ

error of spectrometer_visible.channel[:].detector.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_unit_vector.x_σ

error of spectrometervisible.channel[:].detector.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_unit_vector.y_σ

error of spectrometervisible.channel[:].detector.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_unit_vector.z_σ

error of spectrometervisible.channel[:].detector.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x1_width_σ

error of spectrometervisible.channel[:].detector.x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_unit_vector.x_σ

error of spectrometervisible.channel[:].detector.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_unit_vector.y_σ

error of spectrometervisible.channel[:].detector.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_unit_vector.z_σ

error of spectrometervisible.channel[:].detector.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x2_width_σ

error of spectrometervisible.channel[:].detector.x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x3_unit_vector.x_σ

error of spectrometervisible.channel[:].detector.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x3_unit_vector.y_σ

error of spectrometervisible.channel[:].detector.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector.x3_unit_vector.z_σ

error of spectrometervisible.channel[:].detector.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector_image.circular.ellipticity

Ellipticity

  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector_image.circular.ellipticity_σ

error of spectrometervisible.channel[:].detectorimage.circular.ellipticity

  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector_image.circular.radius

Radius of the circle

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector_image.circular.radius_σ

error of spectrometervisible.channel[:].detectorimage.circular.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].detector_image.geometry_type

Type of geometry used to describe the image (1:'outline', 2:'circular')

  • Data Type: INT_0D

spectrometer_visible.channel[:].detector_image.outline.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].detector_image.outline.r"]

spectrometer_visible.channel[:].detector_image.outline.phi_σ

error of spectrometervisible.channel[:].detectorimage.outline.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].detector_image.outline.r"]

spectrometer_visible.channel[:].detector_image.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].detector_image.outline.r_σ

error of spectrometervisible.channel[:].detectorimage.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].detector_image.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].detector_image.outline.r"]

spectrometer_visible.channel[:].detector_image.outline.z_σ

error of spectrometervisible.channel[:].detectorimage.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].detector_image.outline.r"]

spectrometer_visible.channel[:].etendue

Etendue (geometric extent) of the channel's optical system

  • Units: m^2.str
  • Data Type: FLT_0D

spectrometer_visible.channel[:].etendue_σ

error of spectrometer_visible.channel[:].etendue

  • Units: m^2.str
  • Data Type: FLT_0D

spectrometer_visible.channel[:].etendue_method.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].etendue_method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].etendue_method.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1_σ

error of spectrometervisible.channel[:].fibrebundle.fibre_positions.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1"]

spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x2_σ

error of spectrometervisible.channel[:].fibrebundle.fibre_positions.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1"]

spectrometer_visible.channel[:].fibre_bundle.fibre_radius

Radius of a single fibre

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.fibre_radius_σ

error of spectrometervisible.channel[:].fibrebundle.fibre_radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.centre.phi_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.centre.r_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.centre.z_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1"]

spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x2_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1"]

spectrometer_visible.channel[:].fibre_bundle.geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.radius_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.surface_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x1_width_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x1_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x2_width_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x2_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z_σ

error of spectrometervisible.channel[:].fibrebundle.geometry.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_image.circular.ellipticity

Ellipticity

  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_image.circular.ellipticity_σ

error of spectrometervisible.channel[:].fibreimage.circular.ellipticity

  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_image.circular.radius

Radius of the circle

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_image.circular.radius_σ

error of spectrometervisible.channel[:].fibreimage.circular.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].fibre_image.geometry_type

Type of geometry used to describe the image (1:'outline', 2:'circular')

  • Data Type: INT_0D

spectrometer_visible.channel[:].fibre_image.outline.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_image.outline.r"]

spectrometer_visible.channel[:].fibre_image.outline.phi_σ

error of spectrometervisible.channel[:].fibreimage.outline.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_image.outline.r"]

spectrometer_visible.channel[:].fibre_image.outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].fibre_image.outline.r_σ

error of spectrometervisible.channel[:].fibreimage.outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].fibre_image.outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_image.outline.r"]

spectrometer_visible.channel[:].fibre_image.outline.z_σ

error of spectrometervisible.channel[:].fibreimage.outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].fibre_image.outline.r"]

spectrometer_visible.channel[:].filter_spectrometer.exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.exposure_time_σ

error of spectrometervisible.channel[:].filterspectrometer.exposure_time

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_central

Central wavelength of the filter

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_central_σ

error of spectrometervisible.channel[:].filterspectrometer.filter.wavelength_central

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_width

Filter transmission function width (at 90% level)

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_width_σ

error of spectrometervisible.channel[:].filterspectrometer.filter.wavelength_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.output_voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.output_voltage.time"]

spectrometer_visible.channel[:].filter_spectrometer.output_voltage.data_σ

error of spectrometervisible.channel[:].filterspectrometer.output_voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.output_voltage.time"]

spectrometer_visible.channel[:].filter_spectrometer.output_voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.time"]

spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.data_σ

error of spectrometervisible.channel[:].filterspectrometer.photoelectric_voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.time"]

spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].filter_spectrometer.photon_count.data

Data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.photon_count.time"]

spectrometer_visible.channel[:].filter_spectrometer.photon_count.data_σ

error of spectrometervisible.channel[:].filterspectrometer.photon_count.data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.photon_count.time"]

spectrometer_visible.channel[:].filter_spectrometer.photon_count.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].filter_spectrometer.processed_line[:].label

String identifying the processed line. To avoid ambiguities, the following syntax is used : element with ionization statewavelength in Angstrom (e.g. WI4000)

  • Data Type: STR_0D

spectrometer_visible.channel[:].filter_spectrometer.processed_line[:].wavelength_central

Central wavelength of the processed line

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.processed_line[:].wavelength_central_σ

error of spectrometervisible.channel[:].filterspectrometer.processedline[:].wavelengthcentral

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].filter_spectrometer.radiance_calibration

Radiance calibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.wavelengths"]

spectrometer_visible.channel[:].filter_spectrometer.radiance_calibration_σ

error of spectrometervisible.channel[:].filterspectrometer.radiance_calibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.wavelengths"]

spectrometer_visible.channel[:].filter_spectrometer.radiance_calibration_date

Date of the radiance calibration (yyyymmdd)

  • Data Type: STR_0D

spectrometer_visible.channel[:].filter_spectrometer.sensitivity

Photoelectric sensitivity of the detector. This is the conversion factor from the received power on the detector into electric voltage depending on the wavelength

  • Units: V.W^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.wavelengths"]

spectrometer_visible.channel[:].filter_spectrometer.sensitivity_σ

error of spectrometervisible.channel[:].filterspectrometer.sensitivity

  • Units: V.W^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].filter_spectrometer.wavelengths"]

spectrometer_visible.channel[:].filter_spectrometer.wavelengths

Array of wavelengths for radiance calibration

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].filter_spectrometer.wavelengths_σ

error of spectrometervisible.channel[:].filterspectrometer.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim1_σ

error of spectrometervisible.channel[:].geometrymatrix.emission_grid.dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim2_σ

error of spectrometervisible.channel[:].geometrymatrix.emission_grid.dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim3

Third dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim3_σ

error of spectrometervisible.channel[:].geometrymatrix.emission_grid.dim3

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.emission_grid.grid_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].geometry_matrix.emission_grid.grid_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].geometry_matrix.emission_grid.grid_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].geometry_matrix.interpolated.data

Interpolated Ray Transfer Matrix (RTM, or geometry matrix), which provides transformation of the reflected light from each interpolation knot to the receiver (detector or head of an optic fibre). When convolving with an emission profile, the values must be interpolated to the emission grid and multiplied by the volume of the grid cells. The interpolated matrix is given on an array of interpolation knots of coordinates r, z and phi

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.interpolated.r"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.data_σ

error of spectrometervisible.channel[:].geometrymatrix.interpolated.data

  • Units: m^-2
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.interpolated.r"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.phi

Toroidal angle (oriented counter-clockwise when viewing from above) of interpolation knots

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.interpolated.r"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.phi_σ

error of spectrometervisible.channel[:].geometrymatrix.interpolated.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.interpolated.r"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.r

Major radius of interpolation knots

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.r_σ

error of spectrometervisible.channel[:].geometrymatrix.interpolated.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.z

Height of interpolation knots

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.interpolated.r"]

spectrometer_visible.channel[:].geometry_matrix.interpolated.z_σ

error of spectrometervisible.channel[:].geometrymatrix.interpolated.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.interpolated.r"]

spectrometer_visible.channel[:].geometry_matrix.voxel_map

Voxel map for geometry matrix. The cells with same number are merged in the computation into a single emission source meta-cell (the voxel). Cells with number -1 are excluded. Voxel count starts from 0.

  • Data Type: INT_3D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim1", "spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim2", "spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim3"]

spectrometer_visible.channel[:].geometry_matrix.voxels_n

Number of voxels defined in the voxel_map.

  • Data Type: INT_0D

spectrometer_visible.channel[:].geometry_matrix.with_reflections.data

The Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to the receiver (detector or head of an optic fibre). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxel_indices

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.with_reflections.data_σ

error of spectrometervisible.channel[:].geometrymatrix.with_reflections.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.with_reflections.voxel_indices

List of voxel indices (defined in the voxel map) used in the sparse data array

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.with_reflections.data"]

spectrometer_visible.channel[:].geometry_matrix.without_reflections.data

The Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to the receiver (detector or head of an optic fibre). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxel_indices

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.without_reflections.data_σ

error of spectrometervisible.channel[:].geometrymatrix.without_reflections.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].geometry_matrix.without_reflections.voxel_indices

List of voxel indices (defined in the voxel map) used in the sparse data array

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_visible.channel[:].geometry_matrix.without_reflections.data"]

spectrometer_visible.channel[:].grating_spectrometer.exposure_time

Exposure time

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.exposure_time_σ

error of spectrometervisible.channel[:].gratingspectrometer.exposure_time

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.grating

Number of grating lines per unit length

  • Units: m^-1
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.grating_σ

error of spectrometervisible.channel[:].gratingspectrometer.grating

  • Units: m^-1
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.instrument_function

Array of Gaussian widths and amplitudes which as a sum make up the instrument function. The instrument function is the shape that would be measured by a grating spectrometer if perfectly monochromatic line emission would be used as input. F(lambda) = 1 / sqrt (2*pi) * sum( instrumentfunction(1,i) / instrumentfunction(2,i) ) * exp( -lambda^2 / (2 * instrumentfunction(2,i)^2) ) ), whereby sum( instrumentfunction(1,i) ) = 1

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

spectrometer_visible.channel[:].grating_spectrometer.instrument_function_σ

error of spectrometervisible.channel[:].gratingspectrometer.instrument_function

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.data

Data

  • Units: (counts) s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.time"]

spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.data_σ

error of spectrometervisible.channel[:].gratingspectrometer.intensity_spectrum.data

  • Units: (counts) s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.time"]

spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.data

Data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.time"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.data_σ

error of spectrometervisible.channel[:].gratingspectrometer.processed_line[:].intensity.data

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.time"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].label

String identifying the processed line. To avoid ambiguities, the following syntax is used : element with ionization statewavelength in Angstrom (e.g. WI4000)

  • Data Type: STR_0D

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.data

Data

  • Units: m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.time"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.data_σ

error of spectrometervisible.channel[:].gratingspectrometer.processed_line[:].radiance.data

  • Units: m^-2.s^-1.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.time"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].wavelength_central

Central wavelength of the processed line

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].wavelength_central_σ

error of spectrometervisible.channel[:].gratingspectrometer.processedline[:].wavelengthcentral

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.radiance_calibration

Radiance calibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].grating_spectrometer.wavelengths"]

spectrometer_visible.channel[:].grating_spectrometer.radiance_calibration_σ

error of spectrometervisible.channel[:].gratingspectrometer.radiance_calibration

  • Units: m^-3.sr^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].grating_spectrometer.wavelengths"]

spectrometer_visible.channel[:].grating_spectrometer.radiance_calibration_date

Date of the radiance calibration (yyyymmdd)

  • Data Type: STR_0D

spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.data

Data

  • Units: (photons).m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.time"]

spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.data_σ

error of spectrometervisible.channel[:].gratingspectrometer.radiance_spectral.data

  • Units: (photons).m^-2.s^-1.sr^-1.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.time"]

spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].grating_spectrometer.slit_width

Width of the slit (placed in the object focal plane)

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.slit_width_σ

error of spectrometervisible.channel[:].gratingspectrometer.slit_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.gain

Gain

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.gain_σ

error of spectrometervisible.channel[:].gratingspectrometer.wavelength_calibration.gain

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.offset

Offset

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.offset_σ

error of spectrometervisible.channel[:].gratingspectrometer.wavelength_calibration.offset

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration_date

Date of the wavelength calibration (yyyymmdd)

  • Data Type: STR_0D

spectrometer_visible.channel[:].grating_spectrometer.wavelengths

Measured wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].grating_spectrometer.wavelengths_σ

error of spectrometervisible.channel[:].gratingspectrometer.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_fraction

Fraction of cold neutrals for this isotope (ncoldneutrals/(ncoldneutrals+nhotneutrals))

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_fraction_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].coldneutralsfraction

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_temperature

Temperature of cold neutrals for this isotope

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_temperature_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].coldneutralstemperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].density_ratio

Ratio of the density of neutrals of this isotope over the summed neutral densities of all other isotopes described in the ../isotope array

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].density_ratio_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].density_ratio

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].a_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].z_n_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_fraction

Fraction of hot neutrals for this isotope (nhotneutrals/(ncoldneutrals+nhotneutrals))

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_fraction_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].hotneutralsfraction

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_temperature

Temperature of hot neutrals for this isotope

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_temperature_σ

error of spectrometervisible.channel[:].isotoperatios.isotope[:].hotneutralstemperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.isotope[:].time"]

spectrometer_visible.channel[:].isotope_ratios.isotope[:].label

String identifying the species (H, D, T, He3, He4)

  • Data Type: STR_0D

spectrometer_visible.channel[:].isotope_ratios.isotope[:].time

Timebase for dynamic quantities at this level of the data structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].isotope_ratios.method.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].isotope_ratios.method.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].isotope_ratios.method.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].isotope_ratios.signal_to_noise

Log10 of the ratio of the powers in two bands, one with the spectral lines of interest (signal) the other without spectral lines (noise).

  • Units: dB
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.time"]

spectrometer_visible.channel[:].isotope_ratios.signal_to_noise_σ

error of spectrometervisible.channel[:].isotoperatios.signaltonoise

  • Units: dB
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.time"]

spectrometer_visible.channel[:].isotope_ratios.time

Timebase for dynamic quantities at this level of the data structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].isotope_ratios.validity

Indicator of the validity of the isotope ratios for the whole acquisition period (0 means valid, negative values mean non-valid)

  • Data Type: INT_0D

spectrometer_visible.channel[:].isotope_ratios.validity_timed

Indicator of the validity of the isotope ratios as a function of time (0 means valid, negative values mean non-valid)

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_visible.channel[:].isotope_ratios.time"]

spectrometer_visible.channel[:].light_collection_efficiencies.positions.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].light_collection_efficiencies.positions.r"]

spectrometer_visible.channel[:].light_collection_efficiencies.positions.phi_σ

error of spectrometervisible.channel[:].lightcollection_efficiencies.positions.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].light_collection_efficiencies.positions.r"]

spectrometer_visible.channel[:].light_collection_efficiencies.positions.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].light_collection_efficiencies.positions.r_σ

error of spectrometervisible.channel[:].lightcollection_efficiencies.positions.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].light_collection_efficiencies.positions.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].light_collection_efficiencies.positions.r"]

spectrometer_visible.channel[:].light_collection_efficiencies.positions.z_σ

error of spectrometervisible.channel[:].lightcollection_efficiencies.positions.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].light_collection_efficiencies.positions.r"]

spectrometer_visible.channel[:].light_collection_efficiencies.values

Values of the light collection efficiencies

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].light_collection_efficiencies.positions.r"]

spectrometer_visible.channel[:].light_collection_efficiencies.values_σ

error of spectrometervisible.channel[:].lightcollection_efficiencies.values

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].light_collection_efficiencies.positions.r"]

spectrometer_visible.channel[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.first_point.phi_σ

error of spectrometervisible.channel[:].lineofsight.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.first_point.r_σ

error of spectrometervisible.channel[:].lineofsight.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.first_point.z_σ

error of spectrometervisible.channel[:].lineofsight.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.second_point.phi_σ

error of spectrometervisible.channel[:].lineofsight.secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.second_point.r_σ

error of spectrometervisible.channel[:].lineofsight.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].line_of_sight.second_point.z_σ

error of spectrometervisible.channel[:].lineofsight.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].name

Name of the channel

  • Data Type: STR_0D

spectrometer_visible.channel[:].object_observed

Main object observed by the channel

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.curvature_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.curvature_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.x1_curvature_σ

error of spectrometervisible.channel[:].opticalelement[:].backsurface.x1curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].back_surface.x2_curvature_σ

error of spectrometervisible.channel[:].opticalelement[:].backsurface.x2curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.curvature_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.curvature_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.x1_curvature_σ

error of spectrometervisible.channel[:].opticalelement[:].frontsurface.x1curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].front_surface.x2_curvature_σ

error of spectrometervisible.channel[:].opticalelement[:].frontsurface.x2curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.centre.phi_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.centre.r_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.centre.z_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].optical_element[:].geometry.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1"]

spectrometer_visible.channel[:].optical_element[:].geometry.outline.x2_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1"]

spectrometer_visible.channel[:].optical_element[:].geometry.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.radius_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.surface_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x1_width_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x1_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x2_width_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x2_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z_σ

error of spectrometervisible.channel[:].opticalelement[:].geometry.x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].material_properties.extinction_coefficient

Extinction coefficient (for metal)

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.extinction_coefficient_σ

error of spectrometervisible.channel[:].opticalelement[:].materialproperties.extinctioncoefficient

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.refractive_index

Refractive index (for metal and dielectric)

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.refractive_index_σ

error of spectrometervisible.channel[:].opticalelement[:].materialproperties.refractiveindex

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.roughness

Roughness parameter of the material. Varies in range [0, 1]. 0 is perfectly specular, 1 is perfectly rough

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.roughness_σ

error of spectrometervisible.channel[:].opticalelement[:].material_properties.roughness

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.transmission_coefficient

Transmission coefficient (for dielectric)

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.transmission_coefficient_σ

error of spectrometervisible.channel[:].opticalelement[:].materialproperties.transmissioncoefficient

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths"]

spectrometer_visible.channel[:].optical_element[:].material_properties.type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].material_properties.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].optical_element[:].material_properties.type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths

Wavelengths array for refractiveindex, extinctioncoefficient and transmission_coefficient

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths_σ

error of spectrometervisible.channel[:].opticalelement[:].material_properties.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].optical_element[:].thickness

Distance between frontsurface and backsurface along the X3 vector

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].thickness_σ

error of spectrometervisible.channel[:].opticalelement[:].thickness

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].optical_element[:].type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].optical_element[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].optical_element[:].type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].polarization_spectroscopy.b_field_modulus

Modulus of the magnetic field (always positive, irrespective of the sign convention for the B-field direction), obtained from Zeeman effect fit

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.b_field_modulus_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.bfieldmodulus

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_r

Lower Hybrid electric field component in the major radius direction

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_r_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.efieldlh_r

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_tor

Lower Hybrid electric field component in the toroidal direction

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_tor_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.efieldlh_tor

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_z

Lower Hybrid electric field component in the vertical direction

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_z_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.efieldlh_z

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.n_e

Electron density, obtained from Stark broadening fit

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.n_e_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.n_e

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.temperature_cold_neutrals

Fit of cold neutrals temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.temperature_cold_neutrals_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.temperaturecoldneutrals

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.temperature_hot_neutrals

Fit of hot neutrals temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.temperature_hot_neutrals_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.temperaturehotneutrals

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.time

Timebase for dynamic quantities at this level of the data structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].polarization_spectroscopy.velocity_cold_neutrals

Projection of the cold neutral velocity along the line of sight, positive when going from first point to second point of the line of sight

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.velocity_cold_neutrals_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.velocitycoldneutrals

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.velocity_hot_neutrals

Projection of the hot neutral velocity along the line of sight, positive when going from first point to second point of the line of sight

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarization_spectroscopy.velocity_hot_neutrals_σ

error of spectrometervisible.channel[:].polarizationspectroscopy.velocityhotneutrals

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarization_spectroscopy.time"]

spectrometer_visible.channel[:].polarizer.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.centre.phi_σ

error of spectrometer_visible.channel[:].polarizer.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.centre.r_σ

error of spectrometer_visible.channel[:].polarizer.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.centre.z_σ

error of spectrometer_visible.channel[:].polarizer.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_visible.channel[:].polarizer.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].polarizer.outline.x1_σ

error of spectrometer_visible.channel[:].polarizer.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.channel[:].polarizer.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarizer.outline.x1"]

spectrometer_visible.channel[:].polarizer.outline.x2_σ

error of spectrometer_visible.channel[:].polarizer.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_visible.channel[:].polarizer.outline.x1"]

spectrometer_visible.channel[:].polarizer.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.radius_σ

error of spectrometer_visible.channel[:].polarizer.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.surface_σ

error of spectrometer_visible.channel[:].polarizer.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_unit_vector.x_σ

error of spectrometervisible.channel[:].polarizer.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_unit_vector.y_σ

error of spectrometervisible.channel[:].polarizer.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_unit_vector.z_σ

error of spectrometervisible.channel[:].polarizer.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x1_width_σ

error of spectrometervisible.channel[:].polarizer.x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_unit_vector.x_σ

error of spectrometervisible.channel[:].polarizer.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_unit_vector.y_σ

error of spectrometervisible.channel[:].polarizer.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_unit_vector.z_σ

error of spectrometervisible.channel[:].polarizer.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x2_width_σ

error of spectrometervisible.channel[:].polarizer.x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x3_unit_vector.x_σ

error of spectrometervisible.channel[:].polarizer.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x3_unit_vector.y_σ

error of spectrometervisible.channel[:].polarizer.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer.x3_unit_vector.z_σ

error of spectrometervisible.channel[:].polarizer.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_visible.channel[:].polarizer_active

Indicator of whether a polarizer is present and active in the optical system (set to 1 in this case, set to 0 or leave empty ottherwise)

  • Data Type: INT_0D

spectrometer_visible.channel[:].type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.channel[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.channel[:].type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.channel[:].validity

Indicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)

  • Data Type: INT_0D

spectrometer_visible.channel[:].validity_timed.data

Data

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_visible.channel[:].validity_timed.time"]

spectrometer_visible.channel[:].validity_timed.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_visible.code.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.code.library[:].name

Name of software

  • Data Type: STR_0D

spectrometer_visible.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_visible.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.code.name

Name of software generating IDS

  • Data Type: STR_0D

spectrometer_visible.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_visible.time"]

spectrometer_visible.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_visible.code.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.code.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.detector_layout

Layout of the detector grid employed. Ex: '4x16', '4x32', '1x18'

  • Data Type: STR_0D

spectrometer_visible.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

spectrometer_visible.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

spectrometer_visible.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

spectrometer_visible.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

spectrometer_visible.ids_properties.occurrence

N/A

  • Data Type: INT_0D

spectrometer_visible.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_visible.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_visible.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_visible.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_visible.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_visible.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

spectrometer_visible.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

spectrometer_visible.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

spectrometer_visible.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

spectrometer_visible.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

spectrometer_visible.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.latency_σ

error of spectrometer_visible.latency

  • Units: s
  • Data Type: FLT_0D

spectrometer_visible.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].aperture.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.centre.phi_σ

error of spectrometerxray_crystal.channel[:].aperture.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.centre.r_σ

error of spectrometerxray_crystal.channel[:].aperture.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.centre.z_σ

error of spectrometerxray_crystal.channel[:].aperture.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.geometry_type

Type of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].aperture.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].aperture.outline.x1_σ

error of spectrometerxray_crystal.channel[:].aperture.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].aperture.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].aperture.outline.x1"]

spectrometer_x_ray_crystal.channel[:].aperture.outline.x2_σ

error of spectrometerxray_crystal.channel[:].aperture.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].aperture.outline.x1"]

spectrometer_x_ray_crystal.channel[:].aperture.radius

Radius of the circle, used only if geometry_type = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.radius_σ

error of spectrometerxray_crystal.channel[:].aperture.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.surface

Surface of the detector/aperture, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.surface_σ

error of spectrometerxray_crystal.channel[:].aperture.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].aperture.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].aperture.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].aperture.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_width

Full width of the aperture in the X1 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x1_width_σ

error of spectrometerxraycrystal.channel[:].aperture.x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].aperture.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].aperture.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].aperture.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_width

Full width of the aperture in the X2 direction, used only if geometry_type = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x2_width_σ

error of spectrometerxraycrystal.channel[:].aperture.x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].aperture.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].aperture.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].aperture.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.centre

Centre (in terms of absolute wavelength) of instrument function

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.centre_σ

error of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.centre

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.intensity

Scaling factor for the instrument function such that convolving the instrument function with an emission spectrum gives the counts per second on the detector

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.intensity_σ

error of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.intensity

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.scale

Scale of Lorentzian instrument function (full width at half height)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.scale_σ

error of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.scale

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.sigma

Standard deviation of Gaussian instrument function

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.sigma_σ

error of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.sigma

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.values

Explicit instrument function values for the detector. When multiplied by the line-integrated emission spectrum in photons/second/sr/m/m^2 received on a binned pixel of the detector, gives the detector pixel output in counts/seconds.

  • Units: sr.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.values_σ

error of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.values

  • Units: sr.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths

Array of wavelengths on which the instrument function is defined

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths_σ

error of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.phi_σ

error of spectrometerxraycrystal.channel[:].bin[:].lineofsight.firstpoint.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.r_σ

error of spectrometerxraycrystal.channel[:].bin[:].lineofsight.firstpoint.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.z_σ

error of spectrometerxraycrystal.channel[:].bin[:].lineofsight.firstpoint.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.phi_σ

error of spectrometerxraycrystal.channel[:].bin[:].lineofsight.secondpoint.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.r_σ

error of spectrometerxraycrystal.channel[:].bin[:].lineofsight.secondpoint.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.z_σ

error of spectrometerxraycrystal.channel[:].bin[:].lineofsight.secondpoint.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].bin[:].wavelength

Wavelength of incoming photons on each horizontal pixel of this bin.

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].bin[:].wavelength_σ

error of spectrometerxray_crystal.channel[:].bin[:].wavelength

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].bin[:].z_pixel_range

Vertical pixel index range indicating the corresponding binned detector area

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

spectrometer_x_ray_crystal.channel[:].camera.camera_dimensions

Total camera dimension in each direction (x1, x2)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_x_ray_crystal.channel[:].camera.camera_dimensions_σ

error of spectrometerxraycrystal.channel[:].camera.cameradimensions

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_x_ray_crystal.channel[:].camera.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.centre.phi_σ

error of spectrometerxray_crystal.channel[:].camera.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.centre.r_σ

error of spectrometerxray_crystal.channel[:].camera.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.centre.z_σ

error of spectrometerxray_crystal.channel[:].camera.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.identifier

ID of the camera

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.phi_σ

error of spectrometerxraycrystal.channel[:].camera.lineofsight.firstpoint.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.r_σ

error of spectrometerxraycrystal.channel[:].camera.lineofsight.firstpoint.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.z_σ

error of spectrometerxraycrystal.channel[:].camera.lineofsight.firstpoint.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.phi_σ

error of spectrometerxraycrystal.channel[:].camera.lineofsight.secondpoint.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.r_σ

error of spectrometerxraycrystal.channel[:].camera.lineofsight.secondpoint.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.z_σ

error of spectrometerxraycrystal.channel[:].camera.lineofsight.secondpoint.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_dimensions

Pixel dimension in each direction (x1, x2)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_dimensions_σ

error of spectrometerxraycrystal.channel[:].camera.pixeldimensions

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...2"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_position.phi_σ

error of spectrometerxraycrystal.channel[:].camera.pixelposition.phi

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_position.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_position.r_σ

error of spectrometerxraycrystal.channel[:].camera.pixelposition.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_position.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixel_position.z_σ

error of spectrometerxraycrystal.channel[:].camera.pixelposition.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

spectrometer_x_ray_crystal.channel[:].camera.pixels_n

Number of pixels in each direction (x1, x2)

  • Data Type: INT_1D
  • Coordinates: ["1...2"]

spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].camera.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].camera.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].camera.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].camera.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].camera.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].camera.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].camera.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].camera.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].camera.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.angle_bragg

Bragg angle of the crystal

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.angle_bragg_σ

error of spectrometerxraycrystal.channel[:].crystal.anglebragg

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.centre.phi_σ

error of spectrometerxray_crystal.channel[:].crystal.centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.centre.r_σ

error of spectrometerxray_crystal.channel[:].crystal.centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.centre.z_σ

error of spectrometerxray_crystal.channel[:].crystal.centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.curvature_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].crystal.curvature_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.cut

Miller indices characterizing the cut of the crystal (can be of length 3 or 4)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].crystal.geometry_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].crystal.geometry_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.identifier

ID of the object

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.material.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].crystal.material.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.mesh_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.mesh_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].crystal.mesh_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].crystal.outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].crystal.outline.x1_σ

error of spectrometerxray_crystal.channel[:].crystal.outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].crystal.outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].crystal.outline.x1"]

spectrometer_x_ray_crystal.channel[:].crystal.outline.x2_σ

error of spectrometerxray_crystal.channel[:].crystal.outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].crystal.outline.x1"]

spectrometer_x_ray_crystal.channel[:].crystal.radius

Radius of the circle, used only if geometry_type/index = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.radius_σ

error of spectrometerxray_crystal.channel[:].crystal.radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.surface

Surface of the object, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.surface_σ

error of spectrometerxray_crystal.channel[:].crystal.surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.thickness

Thickness of the crystal

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.thickness_σ

error of spectrometerxray_crystal.channel[:].crystal.thickness

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.wavelength_bragg

Bragg wavelength of the crystal

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.wavelength_bragg_σ

error of spectrometerxraycrystal.channel[:].crystal.wavelengthbragg

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_curvature_σ

error of spectrometerxraycrystal.channel[:].crystal.x1curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].crystal.x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].crystal.x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].crystal.x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_width

Full width of the object in the X1 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x1_width_σ

error of spectrometerxraycrystal.channel[:].crystal.x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_curvature_σ

error of spectrometerxraycrystal.channel[:].crystal.x2curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].crystal.x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].crystal.x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].crystal.x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_width

Full width of the object in the X2 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x2_width_σ

error of spectrometerxraycrystal.channel[:].crystal.x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].crystal.x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].crystal.x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].crystal.x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].detection_efficiency

Probability of detection of a photon impacting the detector as a function of its energy

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].energies"]

spectrometer_x_ray_crystal.channel[:].detection_efficiency_σ

error of spectrometerxraycrystal.channel[:].detectionefficiency

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].energies"]

spectrometer_x_ray_crystal.channel[:].energies

Array of energy values for tabulation of the detection efficiency

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].energies_σ

error of spectrometerxray_crystal.channel[:].energies

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].energy_bound_lower

Lower energy bound for the photon detection, for each pixel (horizontal, vertical)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].energy_bound_lower_σ

error of spectrometerxraycrystal.channel[:].energybound_lower

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].energy_bound_upper

Upper energy bound for the photon detection, for each pixel (horizontal, vertical)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].energy_bound_upper_σ

error of spectrometerxraycrystal.channel[:].energybound_upper

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].exposure_time

Exposure time of the measurement

  • Units: s
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].exposure_time_σ

error of spectrometerxraycrystal.channel[:].exposuretime

  • Units: s
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.phi_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.r_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.z_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].curvature_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].curvature_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].identifier

ID of the filter

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].material.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].material.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x2_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].photon_absorption

Probability of absorbing a photon passing through the filter as a function of its wavelength

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].photon_absorption_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].photon_absorption

  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].radius

Radius of the circle, used only if geometry_type/index = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].radius_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].surface

Surface of the filter, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].surface_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].thickness

Thickness of the filter window

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].thickness_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].thickness

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_lower

Lower bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_lower_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].wavelength_lower

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_upper

Upper bound of the filter wavelength range

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_upper_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].wavelength_upper

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths

Array of wavelength values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_curvature_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x1_curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x1unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x1unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x1unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_width

Full width of the filter in the X1 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_width_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x1_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_curvature_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x2_curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x2unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x2unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x2unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_width

Full width of the filter in the X2 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_width_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x2_width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x3unitvector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x3unitvector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].filterwindow[:].x3unitvector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].frame[:].counts_bin_n

Number of counts detected on each pixel/bin of the binned frame during one exposure time

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].bin"]

spectrometer_x_ray_crystal.channel[:].frame[:].counts_bin_n_σ

error of spectrometerxraycrystal.channel[:].frame[:].countsbin_n

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].bin"]

spectrometer_x_ray_crystal.channel[:].frame[:].counts_n

Number of counts detected on each pixel of the frame during one exposure time

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].frame[:].counts_n_σ

error of spectrometerxraycrystal.channel[:].frame[:].countsn

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].frame[:].time

Time

  • Units: s
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].instrument_function.centre

Centre (in terms of absolute wavelength) of instrument function

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.centre_σ

error of spectrometerxraycrystal.channel[:].instrumentfunction.centre

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.intensity

Scaling factor for the instrument function such that convolving the instrument function with an emission spectrum gives the counts per second on the detector

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.intensity_σ

error of spectrometerxraycrystal.channel[:].instrumentfunction.intensity

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.scale

Scale of Lorentzian instrument function (full width at half height)

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.scale_σ

error of spectrometerxraycrystal.channel[:].instrumentfunction.scale

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.sigma

Standard deviation of Gaussian instrument function

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.sigma_σ

error of spectrometerxraycrystal.channel[:].instrumentfunction.sigma

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].instrument_function.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].instrument_function.type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].instrument_function.values

Explicit instrument function values for the detector. When multiplied by the line-integrated emission spectrum in photons/second/sr/m/m^2 received on a pixel of the detector, gives the detector pixel output in counts/seconds.

  • Units: sr.m
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.values_σ

error of spectrometerxraycrystal.channel[:].instrumentfunction.values

  • Units: sr.m
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames", "spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths"]

spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths

Array of wavelengths on which the instrument function is defined

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths_σ

error of spectrometerxraycrystal.channel[:].instrumentfunction.wavelengths

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.data

Data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.data_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightrhotornorm.data

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.phi_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightsecond_point.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightsecond_point.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.z_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightsecond_point.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.data

Data

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.data_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.te.data

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.data

Data

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.data_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.ti.data

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time

Timebase for the dynamic nodes of this probe located at this level of the IDS structure

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.data

Data

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.data_σ

error of spectrometerxraycrystal.channel[:].profileslineintegrated.velocitytor.data

  • Units: m.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.validity

Indicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.validity_timed

Indicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time"]

spectrometer_x_ray_crystal.channel[:].reflector[:].centre.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].centre.phi_σ

error of spectrometerxray_crystal.channel[:].reflector[:].centre.phi

  • Units: rad
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].centre.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].centre.r_σ

error of spectrometerxray_crystal.channel[:].reflector[:].centre.r

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].centre.z

Height

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].centre.z_σ

error of spectrometerxray_crystal.channel[:].reflector[:].centre.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].curvature_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].curvature_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].curvature_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].identifier

ID of the object

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].material.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].material.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1

Positions along x1 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1_σ

error of spectrometerxray_crystal.channel[:].reflector[:].outline.x1

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x2

Positions along x2 axis

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1"]

spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x2_σ

error of spectrometerxray_crystal.channel[:].reflector[:].outline.x2

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1"]

spectrometer_x_ray_crystal.channel[:].reflector[:].radius

Radius of the circle, used only if geometry_type/index = 2

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].radius_σ

error of spectrometerxray_crystal.channel[:].reflector[:].radius

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].surface

Surface of the object, derived from the above geometric data

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].surface_σ

error of spectrometerxray_crystal.channel[:].reflector[:].surface

  • Units: m^2
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_curvature

Radius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_curvature_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x1curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x1unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x1unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x1unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_width

Full width of the object in the X1 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x1_width_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x1width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_curvature

Radius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_curvature_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x2curvature

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x2unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x2unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x2unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_width

Full width of the object in the X2 direction, used only if geometry_type/index = 3

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x2_width_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x2width

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.x_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x3unit_vector.x

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.y_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x3unit_vector.y

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.z_σ

error of spectrometerxraycrystal.channel[:].reflector[:].x3unit_vector.z

  • Units: m
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.channel[:].wavelength_frames

Wavelength of incoming photons on each pixel of the frames, mainly varying accross the horizontal dimension of the frame. However a 2D map of the wavelength is given since it is not constant vertically due to the elliptical curvature of the photon iso-surfaces

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].wavelength_frames_σ

error of spectrometerxraycrystal.channel[:].wavelengthframes

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "spectrometer_x_ray_crystal.channel[:].z_frames"]

spectrometer_x_ray_crystal.channel[:].z_frames

Height of the observed zone at the focal plane in the plasma, corresponding to the vertical dimension of the frame

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.channel[:].z_frames_σ

error of spectrometerxraycrystal.channel[:].zframes

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.code.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.library[:].name

Name of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.name

Name of software generating IDS

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["spectrometer_x_ray_crystal.time"]

spectrometer_x_ray_crystal.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.code.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

spectrometer_x_ray_crystal.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.occurrence

N/A

  • Data Type: INT_0D

spectrometer_x_ray_crystal.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spectrometer_x_ray_crystal.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

spectrometer_x_ray_crystal.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

spectrometer_x_ray_crystal.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

spectrometer_x_ray_crystal.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.latency_σ

error of spectrometerxray_crystal.latency

  • Units: s
  • Data Type: FLT_0D

spectrometer_x_ray_crystal.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spi.code.commit

Unique commit reference of software

  • Data Type: STR_0D

spi.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spi.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.code.library[:].name

Name of software

  • Data Type: STR_0D

spi.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spi.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

spi.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spi.code.name

Name of software generating IDS

  • Data Type: STR_0D

spi.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["spi.time"]

spi.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spi.code.repository

URL of software repository

  • Data Type: STR_0D

spi.code.version

Unique version (tag) of software

  • Data Type: STR_0D

spi.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

spi.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

spi.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

spi.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

spi.ids_properties.occurrence

N/A

  • Data Type: INT_0D

spi.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

spi.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spi.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

spi.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

spi.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

spi.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

spi.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

spi.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

spi.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

spi.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

spi.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

spi.injector[:].fragment[:].position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].position.phi_σ

error of spi.injector[:].fragment[:].position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].position.r_σ

error of spi.injector[:].fragment[:].position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].position.z_σ

error of spi.injector[:].fragment[:].position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].fragment[:].species[:].a_σ

error of spi.injector[:].fragment[:].species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].fragment[:].species[:].density

Density of the species

  • Units: atoms.m^-3
  • Data Type: FLT_0D

spi.injector[:].fragment[:].species[:].density_σ

error of spi.injector[:].fragment[:].species[:].density

  • Units: atoms.m^-3
  • Data Type: FLT_0D

spi.injector[:].fragment[:].species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

spi.injector[:].fragment[:].species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].fragment[:].species[:].z_n_σ

error of spi.injector[:].fragment[:].species[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].fragment[:].velocity_r

Major radius component of the fragment velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].velocity_r_σ

error of spi.injector[:].fragment[:].velocity_r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].velocity_tor

Toroidal component of the fragment velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].velocity_tor_σ

error of spi.injector[:].fragment[:].velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].velocity_z

Vertical component of the fragment velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].velocity_z_σ

error of spi.injector[:].fragment[:].velocity_z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].volume

Volume of the fragment

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragment[:].volume_σ

error of spi.injector[:].fragment[:].volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragmentation_gas.atoms_n

Total number of atoms of the gas

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.atoms_n_σ

error of spi.injector[:].fragmentationgas.atomsn

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.flow_rate

Flow rate of the gas at the injector exit

  • Units: atoms.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragmentation_gas.flow_rate_σ

error of spi.injector[:].fragmentationgas.flowrate

  • Units: atoms.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].fragmentation_gas.species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.species[:].a_σ

error of spi.injector[:].fragmentation_gas.species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.species[:].fraction

Atomic fraction of the species

  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.species[:].fraction_σ

error of spi.injector[:].fragmentation_gas.species[:].fraction

  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

spi.injector[:].fragmentation_gas.species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.species[:].z_n_σ

error of spi.injector[:].fragmentationgas.species[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.temperature

Gas temperature

  • Units: K
  • Data Type: FLT_0D

spi.injector[:].fragmentation_gas.temperature_σ

error of spi.injector[:].fragmentation_gas.temperature

  • Units: K
  • Data Type: FLT_0D

spi.injector[:].identifier

Identifier of the injector

  • Data Type: STR_0D

spi.injector[:].injection_direction.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].injection_direction.x_σ

error of spi.injector[:].injection_direction.x

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].injection_direction.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].injection_direction.y_σ

error of spi.injector[:].injection_direction.y

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].injection_direction.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].injection_direction.z_σ

error of spi.injector[:].injection_direction.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].name

Name of the injector

  • Data Type: STR_0D

spi.injector[:].optical_pellet_diagnostic.position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].optical_pellet_diagnostic.position.phi_σ

error of spi.injector[:].opticalpelletdiagnostic.position.phi

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].optical_pellet_diagnostic.position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].optical_pellet_diagnostic.position.r_σ

error of spi.injector[:].opticalpelletdiagnostic.position.r

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].optical_pellet_diagnostic.position.z

Height

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].optical_pellet_diagnostic.position.z_σ

error of spi.injector[:].opticalpelletdiagnostic.position.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].optical_pellet_diagnostic.time_arrival

Arrival time at the optical pellet diagnostic, for each object

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spi.injector[:].optical_pellet_diagnostic.time_arrival_σ

error of spi.injector[:].opticalpelletdiagnostic.time_arrival

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

spi.injector[:].pellet.core.atoms_n

Total number of atoms of desublimated gas

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].pellet.core.atoms_n_σ

error of spi.injector[:].pellet.core.atoms_n

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].pellet.core.species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.core.species[:].a_σ

error of spi.injector[:].pellet.core.species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.core.species[:].density

Density of the species

  • Units: atoms.m^-3
  • Data Type: FLT_0D

spi.injector[:].pellet.core.species[:].density_σ

error of spi.injector[:].pellet.core.species[:].density

  • Units: atoms.m^-3
  • Data Type: FLT_0D

spi.injector[:].pellet.core.species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

spi.injector[:].pellet.core.species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.core.species[:].z_n_σ

error of spi.injector[:].pellet.core.species[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.diameter

Pellet diameter

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].pellet.diameter_σ

error of spi.injector[:].pellet.diameter

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].pellet.length

Pellet length (cylindrical pellet)

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].pellet.length_σ

error of spi.injector[:].pellet.length

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].pellet.position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.position.phi_σ

error of spi.injector[:].pellet.position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.position.r_σ

error of spi.injector[:].pellet.position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.position.z_σ

error of spi.injector[:].pellet.position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.shell.atoms_n

Total number of atoms of desublimated gas

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.atoms_n_σ

error of spi.injector[:].pellet.shell.atoms_n

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.species[:].a_σ

error of spi.injector[:].pellet.shell.species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.species[:].density

Density of the species

  • Units: atoms.m^-3
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.species[:].density_σ

error of spi.injector[:].pellet.shell.species[:].density

  • Units: atoms.m^-3
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

spi.injector[:].pellet.shell.species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.shell.species[:].z_n_σ

error of spi.injector[:].pellet.shell.species[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].pellet.velocity_r

Major radius component of the velocity of the centre of mass of the pellet

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.velocity_r_σ

error of spi.injector[:].pellet.velocity_r

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.velocity_shatter

Norm of the velocity of the centre of mass of the pellet right before shattering

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].pellet.velocity_shatter_σ

error of spi.injector[:].pellet.velocity_shatter

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].pellet.velocity_tor

Toroidal component of the velocity of the centre of mass of the pellet

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.velocity_tor_σ

error of spi.injector[:].pellet.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.velocity_z

Vertical component of the velocity of the centre of mass of the pellet

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].pellet.velocity_z_σ

error of spi.injector[:].pellet.velocity_z

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].propellant_gas.atoms_n

Total number of atoms of the gas

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.atoms_n_σ

error of spi.injector[:].propellantgas.atomsn

  • Units: atoms
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.flow_rate

Flow rate of the gas at the injector exit

  • Units: atoms.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].propellant_gas.flow_rate_σ

error of spi.injector[:].propellantgas.flowrate

  • Units: atoms.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["spi.time"]

spi.injector[:].propellant_gas.species[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.species[:].a_σ

error of spi.injector[:].propellant_gas.species[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.species[:].fraction

Atomic fraction of the species

  • Data Type: FLT_0D

spi.injector[:].propellant_gas.species[:].fraction_σ

error of spi.injector[:].propellant_gas.species[:].fraction

  • Data Type: FLT_0D

spi.injector[:].propellant_gas.species[:].label

String identifying the species (e.g. H, D, T, ...)

  • Data Type: STR_0D

spi.injector[:].propellant_gas.species[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.species[:].z_n_σ

error of spi.injector[:].propellantgas.species[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.temperature

Gas temperature

  • Units: K
  • Data Type: FLT_0D

spi.injector[:].propellant_gas.temperature_σ

error of spi.injector[:].propellant_gas.temperature

  • Units: K
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.angle_major

Angle between the cone direction and unitvectormajor

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.angle_major_σ

error of spi.injector[:].shattercone.anglemajor

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.angle_minor

Angle between the cone direction and unitvectorminor

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.angle_minor_σ

error of spi.injector[:].shattercone.angleminor

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.direction.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.direction.x_σ

error of spi.injector[:].shatter_cone.direction.x

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.direction.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.direction.y_σ

error of spi.injector[:].shatter_cone.direction.y

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.direction.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.direction.z_σ

error of spi.injector[:].shatter_cone.direction.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.origin.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.origin.phi_σ

error of spi.injector[:].shatter_cone.origin.phi

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.origin.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.origin.r_σ

error of spi.injector[:].shatter_cone.origin.r

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.origin.z

Height

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.origin.z_σ

error of spi.injector[:].shatter_cone.origin.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_major.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_major.x_σ

error of spi.injector[:].shattercone.unitvector_major.x

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_major.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_major.y_σ

error of spi.injector[:].shattercone.unitvector_major.y

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_major.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_major.z_σ

error of spi.injector[:].shattercone.unitvector_major.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_minor.x

Component along X axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_minor.x_σ

error of spi.injector[:].shattercone.unitvector_minor.x

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_minor.y

Component along Y axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_minor.y_σ

error of spi.injector[:].shattercone.unitvector_minor.y

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_minor.z

Component along Z axis

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shatter_cone.unit_vector_minor.z_σ

error of spi.injector[:].shattercone.unitvector_minor.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shattering_angle

Impact (or grazing) angle of the pellet with the shattering element. It is the complementary of the incidence angle with the element surface at the shattering location

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shattering_angle_σ

error of spi.injector[:].shattering_angle

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shattering_position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shattering_position.phi_σ

error of spi.injector[:].shattering_position.phi

  • Units: rad
  • Data Type: FLT_0D

spi.injector[:].shattering_position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shattering_position.r_σ

error of spi.injector[:].shattering_position.r

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shattering_position.z

Height

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].shattering_position.z_σ

error of spi.injector[:].shattering_position.z

  • Units: m
  • Data Type: FLT_0D

spi.injector[:].time_shatter

Arrival time at the shattering unit

  • Units: s
  • Data Type: FLT_0D

spi.injector[:].time_shatter_σ

error of spi.injector[:].time_shatter

  • Units: s
  • Data Type: FLT_0D

spi.injector[:].time_trigger

Time of trigger request to the power supply according to the DMS sequence

  • Units: s
  • Data Type: FLT_0D

spi.injector[:].time_trigger_σ

error of spi.injector[:].time_trigger

  • Units: s
  • Data Type: FLT_0D

spi.injector[:].velocity_mass_centre_fragments_r

Major radius component of the velocity of the centre of mass of the fragments at the shattering cone origin

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].velocity_mass_centre_fragments_r_σ

error of spi.injector[:].velocitymasscentrefragmentsr

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].velocity_mass_centre_fragments_tor

Toroidal component of the velocity of the centre of mass of the fragments at the shattering cone origin

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].velocity_mass_centre_fragments_tor_σ

error of spi.injector[:].velocitymasscentrefragmentstor

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].velocity_mass_centre_fragments_z

Vertical component of the velocity velocity of the centre of mass of the fragments at the shattering cone origin

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.injector[:].velocity_mass_centre_fragments_z_σ

error of spi.injector[:].velocitymasscentrefragmentsz

  • Units: m.s^-1
  • Data Type: FLT_0D

spi.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

spi.latency_σ

error of spi.latency

  • Units: s
  • Data Type: FLT_0D

spi.shatter_cone_definition.description

Verbose description

  • Data Type: STR_0D

spi.shatter_cone_definition.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

spi.shatter_cone_definition.name

Short string identifier

  • Data Type: STR_0D

spi.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

stability.all_cleared

True (1) if all stability limits are cleared, otherwise False (0)

  • Data Type: INT_1D
  • Coordinates: ["stability.time"]

stability.code.commit

Unique commit reference of software

  • Data Type: STR_0D

stability.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

stability.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.code.library[:].name

Name of software

  • Data Type: STR_0D

stability.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

stability.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

stability.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

stability.code.name

Name of software generating IDS

  • Data Type: STR_0D

stability.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["equilibrium.time"]

stability.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

stability.code.repository

URL of software repository

  • Data Type: STR_0D

stability.code.version

Unique version (tag) of software

  • Data Type: STR_0D

stability.collection[:].identifier.description

Verbose description

  • Data Type: STR_0D

stability.collection[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

stability.collection[:].identifier.name

Short string identifier

  • Data Type: STR_0D

stability.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

stability.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

stability.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

stability.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

stability.ids_properties.occurrence

N/A

  • Data Type: INT_0D

stability.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

stability.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

stability.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

stability.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

stability.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

stability.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

stability.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

stability.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

stability.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

stability.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

stability.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

stability.model[:].cleared

True (1) if a given stability limit is cleared, otherwise False (0)

  • Data Type: INT_1D
  • Coordinates: ["stability.time"]

stability.model[:].fraction

Fraction of limit

  • Data Type: FLT_1D
  • Coordinates: ["stability.time"]

stability.model[:].fraction_σ

error of stability.model[:].fraction

  • Data Type: FLT_1D
  • Coordinates: ["stability.time"]

stability.model[:].identifier.description

Verbose description

  • Data Type: STR_0D

stability.model[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

stability.model[:].identifier.name

Short string identifier

  • Data Type: STR_0D

stability.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

summary.boundary.distance_inner_outer_separatrices.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.distance_inner_outer_separatrices.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.distance_inner_outer_separatrices.value_σ

error of summary.boundary.distanceinnerouter_separatrices.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.elongation.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.elongation.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.elongation.value_σ

error of summary.boundary.elongation.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.gap_limiter_wall.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.gap_limiter_wall.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.gap_limiter_wall.value_σ

error of summary.boundary.gaplimiterwall.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.geometric_axis_r.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.geometric_axis_r.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.geometric_axis_r.value_σ

error of summary.boundary.geometricaxisr.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.geometric_axis_z.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.geometric_axis_z.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.geometric_axis_z.value_σ

error of summary.boundary.geometricaxisz.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.magnetic_axis_r.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.magnetic_axis_r.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.magnetic_axis_r.value_σ

error of summary.boundary.magneticaxisr.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.magnetic_axis_z.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.magnetic_axis_z.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.magnetic_axis_z.value_σ

error of summary.boundary.magneticaxisz.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.minor_radius.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.minor_radius.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.minor_radius.value_σ

error of summary.boundary.minor_radius.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_configuration.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.strike_point_configuration.value

Value

  • Data Type: STR_0D

summary.boundary.strike_point_inner_r.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.strike_point_inner_r.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_inner_r.value_σ

error of summary.boundary.strikepointinner_r.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_inner_z.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.strike_point_inner_z.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_inner_z.value_σ

error of summary.boundary.strikepointinner_z.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_outer_r.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.strike_point_outer_r.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_outer_r.value_σ

error of summary.boundary.strikepointouter_r.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_outer_z.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.strike_point_outer_z.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.strike_point_outer_z.value_σ

error of summary.boundary.strikepointouter_z.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.triangularity_lower.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.triangularity_lower.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.triangularity_lower.value_σ

error of summary.boundary.triangularity_lower.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.triangularity_upper.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.triangularity_upper.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.triangularity_upper.value_σ

error of summary.boundary.triangularity_upper.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.type.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.type.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.boundary.x_point_main.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.x_point_main.r_σ

error of summary.boundary.xpointmain.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.x_point_main.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.boundary.x_point_main.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.boundary.x_point_main.z_σ

error of summary.boundary.xpointmain.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.code.commit

Unique commit reference of software

  • Data Type: STR_0D

summary.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

summary.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.code.library[:].name

Name of software

  • Data Type: STR_0D

summary.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

summary.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

summary.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

summary.code.name

Name of software generating IDS

  • Data Type: STR_0D

summary.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

summary.code.repository

URL of software repository

  • Data Type: STR_0D

summary.code.version

Unique version (tag) of software

  • Data Type: STR_0D

summary.configuration.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.configuration.value

Value

  • Data Type: STR_0D

summary.disruption.decay_times.current_runaways.exponential.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.current_runaways.exponential.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.exponential.value_σ

error of summary.disruption.decaytimes.currentrunaways.exponential.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_20_80.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.current_runaways.linear_20_80.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_20_80.value_σ

error of summary.disruption.decaytimes.currentrunaways.linear2080.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_custom.decay_time.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.current_runaways.linear_custom.decay_time.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_custom.decay_time.value_σ

error of summary.disruption.decaytimes.currentrunaways.linearcustom.decaytime.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_custom.x1

User-defined parameter, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_custom.x1_σ

error of summary.disruption.decaytimes.currentrunaways.linear_custom.x1

  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_custom.x2

User-defined value, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.current_runaways.linear_custom.x2_σ

error of summary.disruption.decaytimes.currentrunaways.linear_custom.x2

  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.exponential.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.energy_thermal.exponential.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.exponential.value_σ

error of summary.disruption.decaytimes.energythermal.exponential.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_20_80.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.energy_thermal.linear_20_80.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_20_80.value_σ

error of summary.disruption.decaytimes.energythermal.linear2080.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_custom.decay_time.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.energy_thermal.linear_custom.decay_time.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_custom.decay_time.value_σ

error of summary.disruption.decaytimes.energythermal.linearcustom.decaytime.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_custom.x1

User-defined parameter, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_custom.x1_σ

error of summary.disruption.decaytimes.energythermal.linear_custom.x1

  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_custom.x2

User-defined value, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.energy_thermal.linear_custom.x2_σ

error of summary.disruption.decaytimes.energythermal.linear_custom.x2

  • Data Type: FLT_0D

summary.disruption.decay_times.ip.exponential.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.ip.exponential.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.ip.exponential.value_σ

error of summary.disruption.decay_times.ip.exponential.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_20_80.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.ip.linear_20_80.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_20_80.value_σ

error of summary.disruption.decaytimes.ip.linear20_80.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_custom.decay_time.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.ip.linear_custom.decay_time.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_custom.decay_time.value_σ

error of summary.disruption.decaytimes.ip.linearcustom.decay_time.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_custom.x1

User-defined parameter, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_custom.x1_σ

error of summary.disruption.decaytimes.ip.linearcustom.x1

  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_custom.x2

User-defined value, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.ip.linear_custom.x2_σ

error of summary.disruption.decaytimes.ip.linearcustom.x2

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.exponential.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.t_e_magnetic_axis.exponential.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.exponential.value_σ

error of summary.disruption.decaytimes.temagneticaxis.exponential.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_20_80.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_20_80.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_20_80.value_σ

error of summary.disruption.decaytimes.temagneticaxis.linear2080.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.decay_time.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.decay_time.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.decay_time.value_σ

error of summary.disruption.decaytimes.temagneticaxis.linearcustom.decaytime.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x1

User-defined parameter, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x1_σ

error of summary.disruption.decaytimes.temagneticaxis.linear_custom.x1

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x2

User-defined value, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x2_σ

error of summary.disruption.decaytimes.temagneticaxis.linear_custom.x2

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.exponential.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.t_e_volume_average.exponential.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.exponential.value_σ

error of summary.disruption.decaytimes.tevolumeaverage.exponential.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_20_80.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.t_e_volume_average.linear_20_80.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_20_80.value_σ

error of summary.disruption.decaytimes.tevolumeaverage.linear2080.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.decay_time.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.decay_time.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.decay_time.value_σ

error of summary.disruption.decaytimes.tevolumeaverage.linearcustom.decaytime.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.x1

User-defined parameter, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.x1_σ

error of summary.disruption.decaytimes.tevolumeaverage.linear_custom.x1

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.x2

User-defined value, see description of linear_custom

  • Data Type: FLT_0D

summary.disruption.decay_times.t_e_volume_average.linear_custom.x2_σ

error of summary.disruption.decaytimes.tevolumeaverage.linear_custom.x2

  • Data Type: FLT_0D

summary.disruption.mitigation_valve.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.mitigation_valve.value

Value

  • Data Type: INT_0D

summary.disruption.time.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.time.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.time.value_σ

error of summary.disruption.time.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.time_half_ip.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.time_half_ip.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.time_half_ip.value_σ

error of summary.disruption.timehalfip.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.time_radiated_power_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.time_radiated_power_max.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.time_radiated_power_max.value_σ

error of summary.disruption.timeradiatedpower_max.value

  • Units: s
  • Data Type: FLT_0D

summary.disruption.vertical_displacement.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.disruption.vertical_displacement.value

Value

  • Data Type: INT_0D

summary.elms.frequency.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.elms.frequency.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.elms.frequency.value_σ

error of summary.elms.frequency.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.elms.type.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.elms.type.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.fusion.current.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.current.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.current.value_σ

error of summary.fusion.current.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_power_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_power_total.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_power_total.value_σ

error of summary.fusion.neutronpowertotal.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.beam_beam.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dd.beam_beam.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.beam_beam.value_σ

error of summary.fusion.neutronrates.dd.beambeam.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.beam_thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dd.beam_thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.beam_thermal.value_σ

error of summary.fusion.neutronrates.dd.beamthermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dd.thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.thermal.value_σ

error of summary.fusion.neutron_rates.dd.thermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dd.total.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dd.total.value_σ

error of summary.fusion.neutron_rates.dd.total.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.beam_beam.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dt.beam_beam.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.beam_beam.value_σ

error of summary.fusion.neutronrates.dt.beambeam.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.beam_thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dt.beam_thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.beam_thermal.value_σ

error of summary.fusion.neutronrates.dt.beamthermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dt.thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.thermal.value_σ

error of summary.fusion.neutron_rates.dt.thermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.dt.total.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.dt.total.value_σ

error of summary.fusion.neutron_rates.dt.total.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.thermal.value_σ

error of summary.fusion.neutron_rates.thermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.total.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.total.value_σ

error of summary.fusion.neutron_rates.total.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.beam_beam.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.tt.beam_beam.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.beam_beam.value_σ

error of summary.fusion.neutronrates.tt.beambeam.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.beam_thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.tt.beam_thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.beam_thermal.value_σ

error of summary.fusion.neutronrates.tt.beamthermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.tt.thermal.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.thermal.value_σ

error of summary.fusion.neutron_rates.tt.thermal.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.neutron_rates.tt.total.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.neutron_rates.tt.total.value_σ

error of summary.fusion.neutron_rates.tt.total.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.power.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.fusion.power.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.fusion.power.value_σ

error of summary.fusion.power.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ammonia.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.ammonia.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ammonia.value_σ

error of summary.gasinjectionaccumulated.ammonia.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ammonia_deuterated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.ammonia_deuterated.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ammonia_deuterated.value_σ

error of summary.gasinjectionaccumulated.ammonia_deuterated.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.argon.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.argon.value_σ

error of summary.gasinjectionaccumulated.argon.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.beryllium.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.beryllium.value_σ

error of summary.gasinjectionaccumulated.beryllium.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.bottom.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.bottom.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.bottom.value_σ

error of summary.gasinjectionaccumulated.bottom.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.carbon.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.carbon.value_σ

error of summary.gasinjectionaccumulated.carbon.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.deuterium.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.deuterium.value_σ

error of summary.gasinjectionaccumulated.deuterium.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ethane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.ethane.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ethane.value_σ

error of summary.gasinjectionaccumulated.ethane.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ethylene.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.ethylene.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.ethylene.value_σ

error of summary.gasinjectionaccumulated.ethylene.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.helium_3.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.helium_3.value_σ

error of summary.gasinjectionaccumulated.helium_3.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.helium_4.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.helium_4.value_σ

error of summary.gasinjectionaccumulated.helium_4.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.hydrogen.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.hydrogen.value_σ

error of summary.gasinjectionaccumulated.hydrogen.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.impurity_seeding.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.impurity_seeding.value

Value

  • Data Type: INT_0D

summary.gas_injection_accumulated.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.krypton.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.krypton.value_σ

error of summary.gasinjectionaccumulated.krypton.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.lithium.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.lithium.value_σ

error of summary.gasinjectionaccumulated.lithium.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.methane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.methane.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.methane.value_σ

error of summary.gasinjectionaccumulated.methane.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.methane_carbon_13.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.methane_carbon_13.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.methane_carbon_13.value_σ

error of summary.gasinjectionaccumulated.methanecarbon13.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.methane_deuterated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.methane_deuterated.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.methane_deuterated.value_σ

error of summary.gasinjectionaccumulated.methane_deuterated.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.midplane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.midplane.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.midplane.value_σ

error of summary.gasinjectionaccumulated.midplane.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.neon.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.neon.value_σ

error of summary.gasinjectionaccumulated.neon.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.nitrogen.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.nitrogen.value_σ

error of summary.gasinjectionaccumulated.nitrogen.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.oxygen.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.oxygen.value_σ

error of summary.gasinjectionaccumulated.oxygen.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.propane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.propane.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.propane.value_σ

error of summary.gasinjectionaccumulated.propane.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.silane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.silane.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.silane.value_σ

error of summary.gasinjectionaccumulated.silane.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.top.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.top.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.top.value_σ

error of summary.gasinjectionaccumulated.top.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.total.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.total.value_σ

error of summary.gasinjectionaccumulated.total.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.tritium.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.tritium.value_σ

error of summary.gasinjectionaccumulated.tritium.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_accumulated.xenon.value

Value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_accumulated.xenon.value_σ

error of summary.gasinjectionaccumulated.xenon.value

  • Units: electrons
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_prefill.ammonia.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.ammonia.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ammonia.value_σ

error of summary.gasinjectionprefill.ammonia.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ammonia_deuterated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.ammonia_deuterated.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ammonia_deuterated.value_σ

error of summary.gasinjectionprefill.ammonia_deuterated.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.argon.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.argon.value_σ

error of summary.gasinjectionprefill.argon.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.beryllium.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.beryllium.value_σ

error of summary.gasinjectionprefill.beryllium.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.bottom.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.bottom.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.bottom.value_σ

error of summary.gasinjectionprefill.bottom.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.carbon.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.carbon.value_σ

error of summary.gasinjectionprefill.carbon.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.deuterium.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.deuterium.value_σ

error of summary.gasinjectionprefill.deuterium.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ethane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.ethane.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ethane.value_σ

error of summary.gasinjectionprefill.ethane.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ethylene.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.ethylene.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.ethylene.value_σ

error of summary.gasinjectionprefill.ethylene.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.helium_3.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.helium_3.value_σ

error of summary.gasinjectionprefill.helium_3.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.helium_4.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.helium_4.value_σ

error of summary.gasinjectionprefill.helium_4.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.hydrogen.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.hydrogen.value_σ

error of summary.gasinjectionprefill.hydrogen.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.impurity_seeding.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.impurity_seeding.value

Value

  • Data Type: INT_0D

summary.gas_injection_prefill.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.krypton.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.krypton.value_σ

error of summary.gasinjectionprefill.krypton.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.lithium.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.lithium.value_σ

error of summary.gasinjectionprefill.lithium.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.methane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.methane.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.methane.value_σ

error of summary.gasinjectionprefill.methane.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.methane_carbon_13.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.methane_carbon_13.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.methane_carbon_13.value_σ

error of summary.gasinjectionprefill.methanecarbon13.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.methane_deuterated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.methane_deuterated.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.methane_deuterated.value_σ

error of summary.gasinjectionprefill.methane_deuterated.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.midplane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.midplane.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.midplane.value_σ

error of summary.gasinjectionprefill.midplane.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.neon.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.neon.value_σ

error of summary.gasinjectionprefill.neon.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.nitrogen.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.nitrogen.value_σ

error of summary.gasinjectionprefill.nitrogen.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.oxygen.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.oxygen.value_σ

error of summary.gasinjectionprefill.oxygen.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.propane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.propane.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.propane.value_σ

error of summary.gasinjectionprefill.propane.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.silane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.silane.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.silane.value_σ

error of summary.gasinjectionprefill.silane.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.top.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.top.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.top.value_σ

error of summary.gasinjectionprefill.top.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.total.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.total.value_σ

error of summary.gasinjectionprefill.total.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.tritium.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.tritium.value_σ

error of summary.gasinjectionprefill.tritium.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_prefill.xenon.value

Value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_prefill.xenon.value_σ

error of summary.gasinjectionprefill.xenon.value

  • Units: electrons
  • Data Type: FLT_0D

summary.gas_injection_rates.ammonia.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.ammonia.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ammonia.value_σ

error of summary.gasinjectionrates.ammonia.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ammonia_deuterated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.ammonia_deuterated.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ammonia_deuterated.value_σ

error of summary.gasinjectionrates.ammonia_deuterated.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.argon.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.argon.value_σ

error of summary.gasinjectionrates.argon.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.beryllium.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.beryllium.value_σ

error of summary.gasinjectionrates.beryllium.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.bottom.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.bottom.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.bottom.value_σ

error of summary.gasinjectionrates.bottom.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.carbon.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.carbon.value_σ

error of summary.gasinjectionrates.carbon.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.deuterium.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.deuterium.value_σ

error of summary.gasinjectionrates.deuterium.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ethane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.ethane.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ethane.value_σ

error of summary.gasinjectionrates.ethane.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ethylene.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.ethylene.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.ethylene.value_σ

error of summary.gasinjectionrates.ethylene.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.helium_3.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.helium_3.value_σ

error of summary.gasinjectionrates.helium_3.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.helium_4.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.helium_4.value_σ

error of summary.gasinjectionrates.helium_4.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.hydrogen.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.hydrogen.value_σ

error of summary.gasinjectionrates.hydrogen.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.impurity_seeding.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.impurity_seeding.value

Value

  • Data Type: INT_0D

summary.gas_injection_rates.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.krypton.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.krypton.value_σ

error of summary.gasinjectionrates.krypton.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.lithium.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.lithium.value_σ

error of summary.gasinjectionrates.lithium.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.methane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.methane.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.methane.value_σ

error of summary.gasinjectionrates.methane.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.methane_carbon_13.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.methane_carbon_13.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.methane_carbon_13.value_σ

error of summary.gasinjectionrates.methanecarbon13.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.methane_deuterated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.methane_deuterated.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.methane_deuterated.value_σ

error of summary.gasinjectionrates.methane_deuterated.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.midplane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.midplane.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.midplane.value_σ

error of summary.gasinjectionrates.midplane.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.neon.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.neon.value_σ

error of summary.gasinjectionrates.neon.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.nitrogen.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.nitrogen.value_σ

error of summary.gasinjectionrates.nitrogen.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.oxygen.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.oxygen.value_σ

error of summary.gasinjectionrates.oxygen.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.propane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.propane.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.propane.value_σ

error of summary.gasinjectionrates.propane.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.silane.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.silane.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.silane.value_σ

error of summary.gasinjectionrates.silane.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.top.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.top.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.top.value_σ

error of summary.gasinjectionrates.top.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.total.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.total.value_σ

error of summary.gasinjectionrates.total.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.tritium.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.tritium.value_σ

error of summary.gasinjectionrates.tritium.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.gas_injection_rates.xenon.value

Value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.gas_injection_rates.xenon.value_σ

error of summary.gasinjectionrates.xenon.value

  • Units: electrons.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.b0.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.b0.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.b0.value_σ

error of summary.global_quantities.b0.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_pol.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_pol.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_pol.value_σ

error of summary.globalquantities.betapol.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_pol_mhd.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_pol_mhd.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_pol_mhd.value_σ

error of summary.globalquantities.betapol_mhd.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_tor.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor.value_σ

error of summary.globalquantities.betator.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_mhd.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_tor_mhd.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_mhd.value_σ

error of summary.globalquantities.betator_mhd.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_tor_norm.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_norm.value_σ

error of summary.globalquantities.betator_norm.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_norm_mhd.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_tor_norm_mhd.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_norm_mhd.value_σ

error of summary.globalquantities.betatornormmhd.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_thermal_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.beta_tor_thermal_norm.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.beta_tor_thermal_norm.value_σ

error of summary.globalquantities.betatorthermalnorm.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_alignment.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.current_alignment.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_alignment.value_σ

error of summary.globalquantities.currentalignment.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_bootstrap.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.current_bootstrap.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_bootstrap.value_σ

error of summary.globalquantities.currentbootstrap.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_non_inductive.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.current_non_inductive.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_non_inductive.value_σ

error of summary.globalquantities.currentnon_inductive.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_ohm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.current_ohm.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.current_ohm.value_σ

error of summary.globalquantities.currentohm.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.denergy_diamagnetic_dt.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.denergy_diamagnetic_dt.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.denergy_diamagnetic_dt.value_σ

error of summary.globalquantities.denergydiamagnetic_dt.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.denergy_thermal_dt.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.denergy_thermal_dt.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.denergy_thermal_dt.value_σ

error of summary.globalquantities.denergythermal_dt.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_b_field_pol.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_b_field_pol.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_b_field_pol.value_σ

error of summary.globalquantities.energybfieldpol.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_diamagnetic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_diamagnetic.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_diamagnetic.value_σ

error of summary.globalquantities.energydiamagnetic.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_electrons_thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_electrons_thermal.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_electrons_thermal.value_σ

error of summary.globalquantities.energyelectrons_thermal.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_fast_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_fast_parallel.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_fast_parallel.value_σ

error of summary.globalquantities.energyfast_parallel.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_fast_perpendicular.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_fast_perpendicular.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_fast_perpendicular.value_σ

error of summary.globalquantities.energyfast_perpendicular.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_ion_total_thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_ion_total_thermal.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_ion_total_thermal.value_σ

error of summary.globalquantities.energyiontotalthermal.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_mhd.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_mhd.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_mhd.value_σ

error of summary.globalquantities.energymhd.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_thermal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_thermal.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_thermal.value_σ

error of summary.globalquantities.energythermal.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.energy_total.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.energy_total.value_σ

error of summary.globalquantities.energytotal.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.fusion_fluence.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.fusion_fluence.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.fusion_fluence.value_σ

error of summary.globalquantities.fusionfluence.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.fusion_gain.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.fusion_gain.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.fusion_gain.value_σ

error of summary.globalquantities.fusiongain.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.greenwald_fraction.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.greenwald_fraction.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.greenwald_fraction.value_σ

error of summary.globalquantities.greenwaldfraction.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.h_98.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.h_98.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.h_98.value_σ

error of summary.globalquantities.h98.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.h_mode.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.h_mode.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.ip.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.ip.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.ip.value_σ

error of summary.global_quantities.ip.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.li.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.li.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.li.value_σ

error of summary.global_quantities.li.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.li_mhd.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.li_mhd.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.li_mhd.value_σ

error of summary.globalquantities.limhd.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_bremsstrahlung.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_bremsstrahlung.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_bremsstrahlung.value_σ

error of summary.globalquantities.powerbremsstrahlung.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_line.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_line.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_line.value_σ

error of summary.globalquantities.powerline.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_loss.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_loss.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_loss.value_σ

error of summary.globalquantities.powerloss.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_ohm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_ohm.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_ohm.value_σ

error of summary.globalquantities.powerohm.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_radiated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_radiated.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_radiated.value_σ

error of summary.globalquantities.powerradiated.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_radiated_inside_lcfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_radiated_inside_lcfs.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_radiated_inside_lcfs.value_σ

error of summary.globalquantities.powerradiatedinsidelcfs.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_radiated_outside_lcfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_radiated_outside_lcfs.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_radiated_outside_lcfs.value_σ

error of summary.globalquantities.powerradiatedoutsidelcfs.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_steady.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_steady.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_steady.value_σ

error of summary.globalquantities.powersteady.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_synchrotron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.power_synchrotron.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.power_synchrotron.value_σ

error of summary.globalquantities.powersynchrotron.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.psi_external_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.psi_external_average.value

Value

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.psi_external_average.value_σ

error of summary.globalquantities.psiexternal_average.value

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.q_95.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.q_95.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.q_95.value_σ

error of summary.globalquantities.q95.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.r0.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.r0.value

Value

  • Units: m
  • Data Type: FLT_0D

summary.global_quantities.r0.value_σ

error of summary.global_quantities.r0.value

  • Units: m
  • Data Type: FLT_0D

summary.global_quantities.ratio_tau_helium_fuel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.ratio_tau_helium_fuel.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.ratio_tau_helium_fuel.value_σ

error of summary.globalquantities.ratiotauheliumfuel.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.resistance.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.resistance.value

Value

  • Units: ohm
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.resistance.value_σ

error of summary.global_quantities.resistance.value

  • Units: ohm
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_energy.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.tau_energy.value

Value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_energy.value_σ

error of summary.globalquantities.tauenergy.value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_energy_98.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.tau_energy_98.value

Value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_energy_98.value_σ

error of summary.globalquantities.tauenergy_98.value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_helium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.tau_helium.value

Value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_helium.value_σ

error of summary.globalquantities.tauhelium.value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_resistive.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.tau_resistive.value

Value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.tau_resistive.value_σ

error of summary.globalquantities.tauresistive.value

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.v_loop.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.v_loop.value

Value

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.v_loop.value_σ

error of summary.globalquantities.vloop.value

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.volume.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.global_quantities.volume.value

Value

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.global_quantities.volume.value_σ

error of summary.global_quantities.volume.value

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].angle_pol.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].angle_pol.value

Value

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].angle_pol.value_σ

error of summary.heatingcurrentdrive.ec[:].angle_pol.value

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].angle_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].angle_tor.value

Value

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].angle_tor.value_σ

error of summary.heatingcurrentdrive.ec[:].angle_tor.value

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].current.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].current.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].current.value_σ

error of summary.heatingcurrentdrive.ec[:].current.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].energy_fast.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].energy_fast.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].energy_fast.value_σ

error of summary.heatingcurrentdrive.ec[:].energy_fast.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].frequency.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].frequency.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].frequency.value_σ

error of summary.heatingcurrentdrive.ec[:].frequency.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].harmonic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].harmonic.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].polarisation.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].polarisation.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].position.value_σ

error of summary.heatingcurrentdrive.ec[:].position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].power.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].power.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].power.value_σ

error of summary.heatingcurrentdrive.ec[:].power.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].power_launched.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ec[:].power_launched.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ec[:].power_launched.value_σ

error of summary.heatingcurrentdrive.ec[:].power_launched.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].current.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].current.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].current.value_σ

error of summary.heatingcurrentdrive.ic[:].current.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].e_field_plus_minus_ratio.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].e_field_plus_minus_ratio.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].e_field_plus_minus_ratio.value_σ

error of summary.heatingcurrentdrive.ic[:].efieldplusminusratio.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].energy_fast.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].energy_fast.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].energy_fast.value_σ

error of summary.heatingcurrentdrive.ic[:].energy_fast.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].frequency.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].frequency.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].frequency.value_σ

error of summary.heatingcurrentdrive.ic[:].frequency.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].harmonic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].harmonic.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].k_perpendicular.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].k_perpendicular.value

Value

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].k_perpendicular.value_σ

error of summary.heatingcurrentdrive.ic[:].k_perpendicular.value

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].n_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].n_tor.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].phase.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].phase.value

Value

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].phase.value_σ

error of summary.heatingcurrentdrive.ic[:].phase.value

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].position.value_σ

error of summary.heatingcurrentdrive.ic[:].position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].power.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].power.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].power.value_σ

error of summary.heatingcurrentdrive.ic[:].power.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].power_launched.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.ic[:].power_launched.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.ic[:].power_launched.value_σ

error of summary.heatingcurrentdrive.ic[:].power_launched.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].current.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].current.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].current.value_σ

error of summary.heatingcurrentdrive.lh[:].current.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].energy_fast.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].energy_fast.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].energy_fast.value_σ

error of summary.heatingcurrentdrive.lh[:].energy_fast.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].frequency.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].frequency.value

Value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].frequency.value_σ

error of summary.heatingcurrentdrive.lh[:].frequency.value

  • Units: Hz
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].n_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].n_parallel.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].n_parallel.value_σ

error of summary.heatingcurrentdrive.lh[:].n_parallel.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].position.value_σ

error of summary.heatingcurrentdrive.lh[:].position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].power.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].power.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].power.value_σ

error of summary.heatingcurrentdrive.lh[:].power.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].power_launched.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.lh[:].power_launched.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.lh[:].power_launched.value_σ

error of summary.heatingcurrentdrive.lh[:].power_launched.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].angle.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].angle.value

Value

  • Units: rad
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].angle.value_σ

error of summary.heatingcurrentdrive.nbi[:].angle.value

  • Units: rad
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].beam_current_fraction.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].beam_current_fraction.value

Value

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "summary.time"]

summary.heating_current_drive.nbi[:].beam_current_fraction.value_σ

error of summary.heatingcurrentdrive.nbi[:].beamcurrentfraction.value

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "summary.time"]

summary.heating_current_drive.nbi[:].beam_power_fraction.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].beam_power_fraction.value

Value

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "summary.time"]

summary.heating_current_drive.nbi[:].beam_power_fraction.value_σ

error of summary.heatingcurrentdrive.nbi[:].beampowerfraction.value

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "summary.time"]

summary.heating_current_drive.nbi[:].current.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].current.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].current.value_σ

error of summary.heatingcurrentdrive.nbi[:].current.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].direction.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].direction.value

Value

  • Data Type: INT_0D

summary.heating_current_drive.nbi[:].energy.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].energy.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].energy.value_σ

error of summary.heatingcurrentdrive.nbi[:].energy.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].position.phi.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].position.phi.value

Value

  • Units: rad
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].position.phi.value_σ

error of summary.heatingcurrentdrive.nbi[:].position.phi.value

  • Units: rad
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].position.r.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].position.r.value

Value

  • Units: m
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].position.r.value_σ

error of summary.heatingcurrentdrive.nbi[:].position.r.value

  • Units: m
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].position.z.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].position.z.value

Value

  • Units: m
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].position.z.value_σ

error of summary.heatingcurrentdrive.nbi[:].position.z.value

  • Units: m
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].power.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].power.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].power.value_σ

error of summary.heatingcurrentdrive.nbi[:].power.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].power_launched.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].power_launched.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].power_launched.value_σ

error of summary.heatingcurrentdrive.nbi[:].power_launched.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.nbi[:].species.a.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].species.a.value

Value

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].species.a.value_σ

error of summary.heatingcurrentdrive.nbi[:].species.a.value

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].species.label.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].species.label.value

Value

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].species.z_n.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].species.z_n.value

Value

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].species.z_n.value_σ

error of summary.heatingcurrentdrive.nbi[:].species.z_n.value

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].tangency_radius.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.nbi[:].tangency_radius.value

Value

  • Units: m
  • Data Type: FLT_0D

summary.heating_current_drive.nbi[:].tangency_radius.value_σ

error of summary.heatingcurrentdrive.nbi[:].tangency_radius.value

  • Units: m
  • Data Type: FLT_0D

summary.heating_current_drive.power_additional.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_additional.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_additional.value_σ

error of summary.heatingcurrentdrive.power_additional.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_ec.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_ec.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_ec.value_σ

error of summary.heatingcurrentdrive.power_ec.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_ic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_ic.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_ic.value_σ

error of summary.heatingcurrentdrive.power_ic.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_ec.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_launched_ec.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_ec.value_σ

error of summary.heatingcurrentdrive.powerlaunchedec.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_ic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_launched_ic.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_ic.value_σ

error of summary.heatingcurrentdrive.powerlaunchedic.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_lh.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_launched_lh.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_lh.value_σ

error of summary.heatingcurrentdrive.powerlaunchedlh.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_nbi.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_launched_nbi.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_nbi.value_σ

error of summary.heatingcurrentdrive.powerlaunchednbi.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_nbi_co_injected_ratio.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_launched_nbi_co_injected_ratio.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_nbi_co_injected_ratio.value_σ

error of summary.heatingcurrentdrive.powerlaunchednbicoinjected_ratio.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_launched_total.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_launched_total.value_σ

error of summary.heatingcurrentdrive.powerlaunchedtotal.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_lh.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_lh.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_lh.value_σ

error of summary.heatingcurrentdrive.power_lh.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_nbi.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.heating_current_drive.power_nbi.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.heating_current_drive.power_nbi.value_σ

error of summary.heatingcurrentdrive.power_nbi.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

summary.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

summary.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

summary.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

summary.ids_properties.occurrence

N/A

  • Data Type: INT_0D

summary.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

summary.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

summary.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

summary.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

summary.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

summary.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

summary.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

summary.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

summary.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

summary.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

summary.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

summary.kicks.occurrence.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.kicks.occurrence.value

Value

  • Data Type: INT_0D

summary.limiter.material.description

Verbose description

  • Data Type: STR_0D

summary.limiter.material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

summary.limiter.material.name

Short string identifier

  • Data Type: STR_0D

summary.line_average.dn_e_dt.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.dn_e_dt.value

Value

  • Units: m^-3.s-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.dn_e_dt.value_σ

error of summary.lineaverage.dne_dt.value

  • Units: m^-3.s-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.isotope_fraction_hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.isotope_fraction_hydrogen.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.isotope_fraction_hydrogen.value_σ

error of summary.lineaverage.isotopefraction_hydrogen.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.meff_hydrogenic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.meff_hydrogenic.value

Value

  • Units: amu
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.meff_hydrogenic.value_σ

error of summary.lineaverage.meffhydrogenic.value

  • Units: amu
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_e.value_σ

error of summary.lineaverage.ne.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.argon.value_σ

error of summary.lineaverage.ni.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.beryllium.value_σ

error of summary.lineaverage.ni.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.carbon.value_σ

error of summary.lineaverage.ni.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.deuterium.value_σ

error of summary.lineaverage.ni.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.helium_3.value_σ

error of summary.lineaverage.ni.helium_3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.helium_4.value_σ

error of summary.lineaverage.ni.helium_4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.hydrogen.value_σ

error of summary.lineaverage.ni.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.iron.value_σ

error of summary.lineaverage.ni.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.krypton.value_σ

error of summary.lineaverage.ni.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.lithium.value_σ

error of summary.lineaverage.ni.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.neon.value_σ

error of summary.lineaverage.ni.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.nitrogen.value_σ

error of summary.lineaverage.ni.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.oxygen.value_σ

error of summary.lineaverage.ni.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.tritium.value_σ

error of summary.lineaverage.ni.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.tungsten.value_σ

error of summary.lineaverage.ni.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i.xenon.value_σ

error of summary.lineaverage.ni.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.n_i_total.value_σ

error of summary.lineaverage.ni_total.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.t_e.value_σ

error of summary.lineaverage.te.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.t_i_average.value_σ

error of summary.lineaverage.ti_average.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.line_average.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.line_average.zeff.value_σ

error of summary.line_average.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].flux_expansion.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].flux_expansion.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].flux_expansion.value_σ

error of summary.local.divertortarget[:].fluxexpansion.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_e.value_σ

error of summary.local.divertortarget[:].ne.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.argon.value_σ

error of summary.local.divertortarget[:].ni.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.beryllium.value_σ

error of summary.local.divertortarget[:].ni.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.carbon.value_σ

error of summary.local.divertortarget[:].ni.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.deuterium.value_σ

error of summary.local.divertortarget[:].ni.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.helium_3.value_σ

error of summary.local.divertortarget[:].ni.helium_3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.helium_4.value_σ

error of summary.local.divertortarget[:].ni.helium_4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.hydrogen.value_σ

error of summary.local.divertortarget[:].ni.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.iron.value_σ

error of summary.local.divertortarget[:].ni.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.krypton.value_σ

error of summary.local.divertortarget[:].ni.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.lithium.value_σ

error of summary.local.divertortarget[:].ni.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.neon.value_σ

error of summary.local.divertortarget[:].ni.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.nitrogen.value_σ

error of summary.local.divertortarget[:].ni.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.oxygen.value_σ

error of summary.local.divertortarget[:].ni.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.tritium.value_σ

error of summary.local.divertortarget[:].ni.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.tungsten.value_σ

error of summary.local.divertortarget[:].ni.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i.xenon.value_σ

error of summary.local.divertortarget[:].ni.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].n_i_total.value_σ

error of summary.local.divertortarget[:].ni_total.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].name.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].name.value

Value

  • Data Type: STR_0D

summary.local.divertor_target[:].power_flux_peak.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].power_flux_peak.value

Value

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].power_flux_peak.value_σ

error of summary.local.divertortarget[:].powerflux_peak.value

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].t_e.value_σ

error of summary.local.divertortarget[:].te.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].t_i_average.value_σ

error of summary.local.divertortarget[:].ti_average.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.divertor_target[:].zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.divertor_target[:].zeff.value_σ

error of summary.local.divertor_target[:].zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.e_field_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.e_field_parallel.value

Value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.e_field_parallel.value_σ

error of summary.local.itb.efieldparallel.value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.magnetic_shear.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.magnetic_shear.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.magnetic_shear.value_σ

error of summary.local.itb.magnetic_shear.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.momentum_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.momentum_tor.value

Value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.momentum_tor.value_σ

error of summary.local.itb.momentum_tor.value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_e.value_σ

error of summary.local.itb.n_e.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.argon.value_σ

error of summary.local.itb.n_i.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.beryllium.value_σ

error of summary.local.itb.n_i.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.carbon.value_σ

error of summary.local.itb.n_i.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.deuterium.value_σ

error of summary.local.itb.n_i.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.helium_3.value_σ

error of summary.local.itb.ni.helium3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.helium_4.value_σ

error of summary.local.itb.ni.helium4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.hydrogen.value_σ

error of summary.local.itb.n_i.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.iron.value_σ

error of summary.local.itb.n_i.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.krypton.value_σ

error of summary.local.itb.n_i.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.lithium.value_σ

error of summary.local.itb.n_i.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.neon.value_σ

error of summary.local.itb.n_i.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.nitrogen.value_σ

error of summary.local.itb.n_i.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.oxygen.value_σ

error of summary.local.itb.n_i.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.tritium.value_σ

error of summary.local.itb.n_i.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.tungsten.value_σ

error of summary.local.itb.n_i.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i.xenon.value_σ

error of summary.local.itb.n_i.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.n_i_total.value_σ

error of summary.local.itb.nitotal.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.position.psi_σ

error of summary.local.itb.position.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.position.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.position.rho_tor_σ

error of summary.local.itb.position.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.position.rho_tor_norm_σ

error of summary.local.itb.position.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.q.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.q.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.q.value_σ

error of summary.local.itb.q.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.t_e.value_σ

error of summary.local.itb.t_e.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.t_i_average.value_σ

error of summary.local.itb.tiaverage.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.argon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.argon.value_σ

error of summary.local.itb.velocity_tor.argon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.beryllium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.beryllium.value_σ

error of summary.local.itb.velocity_tor.beryllium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.carbon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.carbon.value_σ

error of summary.local.itb.velocity_tor.carbon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.deuterium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.deuterium.value_σ

error of summary.local.itb.velocity_tor.deuterium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.helium_3.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.helium_3.value_σ

error of summary.local.itb.velocitytor.helium3.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.helium_4.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.helium_4.value_σ

error of summary.local.itb.velocitytor.helium4.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.hydrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.hydrogen.value_σ

error of summary.local.itb.velocity_tor.hydrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.iron.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.iron.value_σ

error of summary.local.itb.velocity_tor.iron.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.krypton.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.krypton.value_σ

error of summary.local.itb.velocity_tor.krypton.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.lithium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.lithium.value_σ

error of summary.local.itb.velocity_tor.lithium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.neon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.neon.value_σ

error of summary.local.itb.velocity_tor.neon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.nitrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.nitrogen.value_σ

error of summary.local.itb.velocity_tor.nitrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.oxygen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.oxygen.value_σ

error of summary.local.itb.velocity_tor.oxygen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.tritium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.tritium.value_σ

error of summary.local.itb.velocity_tor.tritium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.tungsten.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.tungsten.value_σ

error of summary.local.itb.velocity_tor.tungsten.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.velocity_tor.xenon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.velocity_tor.xenon.value_σ

error of summary.local.itb.velocity_tor.xenon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.itb.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.itb.zeff.value_σ

error of summary.local.itb.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.flux_expansion.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.flux_expansion.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.flux_expansion.value_σ

error of summary.local.limiter.flux_expansion.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_e.value_σ

error of summary.local.limiter.n_e.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.argon.value_σ

error of summary.local.limiter.n_i.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.beryllium.value_σ

error of summary.local.limiter.n_i.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.carbon.value_σ

error of summary.local.limiter.n_i.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.deuterium.value_σ

error of summary.local.limiter.n_i.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.helium_3.value_σ

error of summary.local.limiter.ni.helium3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.helium_4.value_σ

error of summary.local.limiter.ni.helium4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.hydrogen.value_σ

error of summary.local.limiter.n_i.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.iron.value_σ

error of summary.local.limiter.n_i.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.krypton.value_σ

error of summary.local.limiter.n_i.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.lithium.value_σ

error of summary.local.limiter.n_i.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.neon.value_σ

error of summary.local.limiter.n_i.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.nitrogen.value_σ

error of summary.local.limiter.n_i.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.oxygen.value_σ

error of summary.local.limiter.n_i.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.tritium.value_σ

error of summary.local.limiter.n_i.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.tungsten.value_σ

error of summary.local.limiter.n_i.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i.xenon.value_σ

error of summary.local.limiter.n_i.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.n_i_total.value_σ

error of summary.local.limiter.nitotal.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.name.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.name.value

Value

  • Data Type: STR_0D

summary.local.limiter.power_flux_peak.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.power_flux_peak.value

Value

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.power_flux_peak.value_σ

error of summary.local.limiter.powerfluxpeak.value

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.t_e.value_σ

error of summary.local.limiter.t_e.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.t_i_average.value_σ

error of summary.local.limiter.tiaverage.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.limiter.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.limiter.zeff.value_σ

error of summary.local.limiter.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.b_field.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.b_field.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.b_field.value_σ

error of summary.local.magneticaxis.bfield.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.e_field_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.e_field_parallel.value

Value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.e_field_parallel.value_σ

error of summary.local.magneticaxis.efield_parallel.value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.magnetic_shear.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.magnetic_shear.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.magnetic_shear.value_σ

error of summary.local.magneticaxis.magneticshear.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.momentum_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.momentum_tor.value

Value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.momentum_tor.value_σ

error of summary.local.magneticaxis.momentumtor.value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_e.value_σ

error of summary.local.magneticaxis.ne.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.argon.value_σ

error of summary.local.magneticaxis.ni.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.beryllium.value_σ

error of summary.local.magneticaxis.ni.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.carbon.value_σ

error of summary.local.magneticaxis.ni.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.deuterium.value_σ

error of summary.local.magneticaxis.ni.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.helium_3.value_σ

error of summary.local.magneticaxis.ni.helium_3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.helium_4.value_σ

error of summary.local.magneticaxis.ni.helium_4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.hydrogen.value_σ

error of summary.local.magneticaxis.ni.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.iron.value_σ

error of summary.local.magneticaxis.ni.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.krypton.value_σ

error of summary.local.magneticaxis.ni.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.lithium.value_σ

error of summary.local.magneticaxis.ni.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.neon.value_σ

error of summary.local.magneticaxis.ni.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.nitrogen.value_σ

error of summary.local.magneticaxis.ni.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.oxygen.value_σ

error of summary.local.magneticaxis.ni.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.tritium.value_σ

error of summary.local.magneticaxis.ni.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.tungsten.value_σ

error of summary.local.magneticaxis.ni.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i.xenon.value_σ

error of summary.local.magneticaxis.ni.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.n_i_total.value_σ

error of summary.local.magneticaxis.ni_total.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.psi_σ

error of summary.local.magnetic_axis.position.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.r_σ

error of summary.local.magnetic_axis.position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.rho_tor_σ

error of summary.local.magneticaxis.position.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.rho_tor_norm_σ

error of summary.local.magneticaxis.position.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.position.z_σ

error of summary.local.magnetic_axis.position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.q.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.q.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.q.value_σ

error of summary.local.magnetic_axis.q.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.t_e.value_σ

error of summary.local.magneticaxis.te.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.t_i_average.value_σ

error of summary.local.magneticaxis.ti_average.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.argon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.argon.value_σ

error of summary.local.magneticaxis.velocitytor.argon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.beryllium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.beryllium.value_σ

error of summary.local.magneticaxis.velocitytor.beryllium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.carbon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.carbon.value_σ

error of summary.local.magneticaxis.velocitytor.carbon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.deuterium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.deuterium.value_σ

error of summary.local.magneticaxis.velocitytor.deuterium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.helium_3.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.helium_3.value_σ

error of summary.local.magneticaxis.velocitytor.helium_3.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.helium_4.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.helium_4.value_σ

error of summary.local.magneticaxis.velocitytor.helium_4.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.hydrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.hydrogen.value_σ

error of summary.local.magneticaxis.velocitytor.hydrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.iron.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.iron.value_σ

error of summary.local.magneticaxis.velocitytor.iron.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.krypton.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.krypton.value_σ

error of summary.local.magneticaxis.velocitytor.krypton.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.lithium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.lithium.value_σ

error of summary.local.magneticaxis.velocitytor.lithium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.neon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.neon.value_σ

error of summary.local.magneticaxis.velocitytor.neon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.nitrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.nitrogen.value_σ

error of summary.local.magneticaxis.velocitytor.nitrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.oxygen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.oxygen.value_σ

error of summary.local.magneticaxis.velocitytor.oxygen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.tritium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.tritium.value_σ

error of summary.local.magneticaxis.velocitytor.tritium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.tungsten.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.tungsten.value_σ

error of summary.local.magneticaxis.velocitytor.tungsten.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.velocity_tor.xenon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.velocity_tor.xenon.value_σ

error of summary.local.magneticaxis.velocitytor.xenon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.magnetic_axis.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.magnetic_axis.zeff.value_σ

error of summary.local.magnetic_axis.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.e_field_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.e_field_parallel.value

Value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.e_field_parallel.value_σ

error of summary.local.pedestal.efieldparallel.value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.magnetic_shear.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.magnetic_shear.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.magnetic_shear.value_σ

error of summary.local.pedestal.magnetic_shear.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.momentum_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.momentum_tor.value

Value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.momentum_tor.value_σ

error of summary.local.pedestal.momentum_tor.value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_e.value_σ

error of summary.local.pedestal.n_e.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.argon.value_σ

error of summary.local.pedestal.n_i.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.beryllium.value_σ

error of summary.local.pedestal.n_i.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.carbon.value_σ

error of summary.local.pedestal.n_i.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.deuterium.value_σ

error of summary.local.pedestal.n_i.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.helium_3.value_σ

error of summary.local.pedestal.ni.helium3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.helium_4.value_σ

error of summary.local.pedestal.ni.helium4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.hydrogen.value_σ

error of summary.local.pedestal.n_i.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.iron.value_σ

error of summary.local.pedestal.n_i.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.krypton.value_σ

error of summary.local.pedestal.n_i.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.lithium.value_σ

error of summary.local.pedestal.n_i.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.neon.value_σ

error of summary.local.pedestal.n_i.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.nitrogen.value_σ

error of summary.local.pedestal.n_i.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.oxygen.value_σ

error of summary.local.pedestal.n_i.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.tritium.value_σ

error of summary.local.pedestal.n_i.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.tungsten.value_σ

error of summary.local.pedestal.n_i.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i.xenon.value_σ

error of summary.local.pedestal.n_i.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.n_i_total.value_σ

error of summary.local.pedestal.nitotal.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.position.psi_σ

error of summary.local.pedestal.position.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.position.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.position.rho_tor_σ

error of summary.local.pedestal.position.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.position.rho_tor_norm_σ

error of summary.local.pedestal.position.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.q.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.q.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.q.value_σ

error of summary.local.pedestal.q.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.t_e.value_σ

error of summary.local.pedestal.t_e.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.t_i_average.value_σ

error of summary.local.pedestal.tiaverage.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.argon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.argon.value_σ

error of summary.local.pedestal.velocity_tor.argon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.beryllium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.beryllium.value_σ

error of summary.local.pedestal.velocity_tor.beryllium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.carbon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.carbon.value_σ

error of summary.local.pedestal.velocity_tor.carbon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.deuterium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.deuterium.value_σ

error of summary.local.pedestal.velocity_tor.deuterium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.helium_3.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.helium_3.value_σ

error of summary.local.pedestal.velocitytor.helium3.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.helium_4.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.helium_4.value_σ

error of summary.local.pedestal.velocitytor.helium4.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.hydrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.hydrogen.value_σ

error of summary.local.pedestal.velocity_tor.hydrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.iron.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.iron.value_σ

error of summary.local.pedestal.velocity_tor.iron.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.krypton.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.krypton.value_σ

error of summary.local.pedestal.velocity_tor.krypton.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.lithium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.lithium.value_σ

error of summary.local.pedestal.velocity_tor.lithium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.neon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.neon.value_σ

error of summary.local.pedestal.velocity_tor.neon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.nitrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.nitrogen.value_σ

error of summary.local.pedestal.velocity_tor.nitrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.oxygen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.oxygen.value_σ

error of summary.local.pedestal.velocity_tor.oxygen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.tritium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.tritium.value_σ

error of summary.local.pedestal.velocity_tor.tritium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.tungsten.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.tungsten.value_σ

error of summary.local.pedestal.velocity_tor.tungsten.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.velocity_tor.xenon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.velocity_tor.xenon.value_σ

error of summary.local.pedestal.velocity_tor.xenon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.pedestal.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.pedestal.zeff.value_σ

error of summary.local.pedestal.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.r_eff_norm_2_3.effective_helical_ripple.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.r_eff_norm_2_3.effective_helical_ripple.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.r_eff_norm_2_3.effective_helical_ripple.value_σ

error of summary.local.reffnorm23.effectivehelicalripple.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.r_eff_norm_2_3.iota.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.r_eff_norm_2_3.iota.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.r_eff_norm_2_3.iota.value_σ

error of summary.local.reffnorm23.iota.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.r_eff_norm_2_3.plateau_factor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.r_eff_norm_2_3.plateau_factor.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.r_eff_norm_2_3.plateau_factor.value_σ

error of summary.local.reffnorm23.plateau_factor.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.e_field_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.e_field_parallel.value

Value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.e_field_parallel.value_σ

error of summary.local.separatrix.efieldparallel.value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.magnetic_shear.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.magnetic_shear.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.magnetic_shear.value_σ

error of summary.local.separatrix.magnetic_shear.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.momentum_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.momentum_tor.value

Value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.momentum_tor.value_σ

error of summary.local.separatrix.momentum_tor.value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_e.value_σ

error of summary.local.separatrix.n_e.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.argon.value_σ

error of summary.local.separatrix.n_i.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.beryllium.value_σ

error of summary.local.separatrix.n_i.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.carbon.value_σ

error of summary.local.separatrix.n_i.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.deuterium.value_σ

error of summary.local.separatrix.n_i.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.helium_3.value_σ

error of summary.local.separatrix.ni.helium3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.helium_4.value_σ

error of summary.local.separatrix.ni.helium4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.hydrogen.value_σ

error of summary.local.separatrix.n_i.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.iron.value_σ

error of summary.local.separatrix.n_i.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.krypton.value_σ

error of summary.local.separatrix.n_i.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.lithium.value_σ

error of summary.local.separatrix.n_i.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.neon.value_σ

error of summary.local.separatrix.n_i.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.nitrogen.value_σ

error of summary.local.separatrix.n_i.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.oxygen.value_σ

error of summary.local.separatrix.n_i.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.tritium.value_σ

error of summary.local.separatrix.n_i.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.tungsten.value_σ

error of summary.local.separatrix.n_i.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i.xenon.value_σ

error of summary.local.separatrix.n_i.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.n_i_total.value_σ

error of summary.local.separatrix.nitotal.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.position.psi_σ

error of summary.local.separatrix.position.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.position.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.position.rho_tor_σ

error of summary.local.separatrix.position.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.position.rho_tor_norm_σ

error of summary.local.separatrix.position.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.q.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.q.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.q.value_σ

error of summary.local.separatrix.q.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.t_e.value_σ

error of summary.local.separatrix.t_e.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.t_i_average.value_σ

error of summary.local.separatrix.tiaverage.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.argon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.argon.value_σ

error of summary.local.separatrix.velocity_tor.argon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.beryllium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.beryllium.value_σ

error of summary.local.separatrix.velocity_tor.beryllium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.carbon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.carbon.value_σ

error of summary.local.separatrix.velocity_tor.carbon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.deuterium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.deuterium.value_σ

error of summary.local.separatrix.velocity_tor.deuterium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.helium_3.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.helium_3.value_σ

error of summary.local.separatrix.velocitytor.helium3.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.helium_4.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.helium_4.value_σ

error of summary.local.separatrix.velocitytor.helium4.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.hydrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.hydrogen.value_σ

error of summary.local.separatrix.velocity_tor.hydrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.iron.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.iron.value_σ

error of summary.local.separatrix.velocity_tor.iron.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.krypton.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.krypton.value_σ

error of summary.local.separatrix.velocity_tor.krypton.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.lithium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.lithium.value_σ

error of summary.local.separatrix.velocity_tor.lithium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.neon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.neon.value_σ

error of summary.local.separatrix.velocity_tor.neon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.nitrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.nitrogen.value_σ

error of summary.local.separatrix.velocity_tor.nitrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.oxygen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.oxygen.value_σ

error of summary.local.separatrix.velocity_tor.oxygen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.tritium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.tritium.value_σ

error of summary.local.separatrix.velocity_tor.tritium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.tungsten.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.tungsten.value_σ

error of summary.local.separatrix.velocity_tor.tungsten.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.velocity_tor.xenon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.velocity_tor.xenon.value_σ

error of summary.local.separatrix.velocity_tor.xenon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix.zeff.value_σ

error of summary.local.separatrix.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.e_field_parallel.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.e_field_parallel.value

Value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.e_field_parallel.value_σ

error of summary.local.separatrixaverage.efield_parallel.value

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.magnetic_shear.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.magnetic_shear.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.magnetic_shear.value_σ

error of summary.local.separatrixaverage.magneticshear.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.momentum_tor.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.momentum_tor.value

Value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.momentum_tor.value_σ

error of summary.local.separatrixaverage.momentumtor.value

  • Units: kg.m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_e.value_σ

error of summary.local.separatrixaverage.ne.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.argon.value_σ

error of summary.local.separatrixaverage.ni.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.beryllium.value_σ

error of summary.local.separatrixaverage.ni.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.carbon.value_σ

error of summary.local.separatrixaverage.ni.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.deuterium.value_σ

error of summary.local.separatrixaverage.ni.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.helium_3.value_σ

error of summary.local.separatrixaverage.ni.helium_3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.helium_4.value_σ

error of summary.local.separatrixaverage.ni.helium_4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.hydrogen.value_σ

error of summary.local.separatrixaverage.ni.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.iron.value_σ

error of summary.local.separatrixaverage.ni.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.krypton.value_σ

error of summary.local.separatrixaverage.ni.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.lithium.value_σ

error of summary.local.separatrixaverage.ni.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.neon.value_σ

error of summary.local.separatrixaverage.ni.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.nitrogen.value_σ

error of summary.local.separatrixaverage.ni.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.oxygen.value_σ

error of summary.local.separatrixaverage.ni.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.tritium.value_σ

error of summary.local.separatrixaverage.ni.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.tungsten.value_σ

error of summary.local.separatrixaverage.ni.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i.xenon.value_σ

error of summary.local.separatrixaverage.ni.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.n_i_total.value_σ

error of summary.local.separatrixaverage.ni_total.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.position.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.position.psi_σ

error of summary.local.separatrix_average.position.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.position.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.position.rho_tor_σ

error of summary.local.separatrixaverage.position.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.position.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.position.rho_tor_norm_σ

error of summary.local.separatrixaverage.position.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.q.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.q.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.q.value_σ

error of summary.local.separatrix_average.q.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.t_e.value_σ

error of summary.local.separatrixaverage.te.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.t_i_average.value_σ

error of summary.local.separatrixaverage.ti_average.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.argon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.argon.value_σ

error of summary.local.separatrixaverage.velocitytor.argon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.beryllium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.beryllium.value_σ

error of summary.local.separatrixaverage.velocitytor.beryllium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.carbon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.carbon.value_σ

error of summary.local.separatrixaverage.velocitytor.carbon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.deuterium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.deuterium.value_σ

error of summary.local.separatrixaverage.velocitytor.deuterium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.helium_3.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.helium_3.value_σ

error of summary.local.separatrixaverage.velocitytor.helium_3.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.helium_4.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.helium_4.value_σ

error of summary.local.separatrixaverage.velocitytor.helium_4.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.hydrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.hydrogen.value_σ

error of summary.local.separatrixaverage.velocitytor.hydrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.iron.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.iron.value_σ

error of summary.local.separatrixaverage.velocitytor.iron.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.krypton.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.krypton.value_σ

error of summary.local.separatrixaverage.velocitytor.krypton.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.lithium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.lithium.value_σ

error of summary.local.separatrixaverage.velocitytor.lithium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.neon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.neon.value_σ

error of summary.local.separatrixaverage.velocitytor.neon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.nitrogen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.nitrogen.value_σ

error of summary.local.separatrixaverage.velocitytor.nitrogen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.oxygen.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.oxygen.value_σ

error of summary.local.separatrixaverage.velocitytor.oxygen.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.tritium.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.tritium.value_σ

error of summary.local.separatrixaverage.velocitytor.tritium.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.tungsten.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.tungsten.value_σ

error of summary.local.separatrixaverage.velocitytor.tungsten.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.velocity_tor.xenon.value

Value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.velocity_tor.xenon.value_σ

error of summary.local.separatrixaverage.velocitytor.xenon.value

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.local.separatrix_average.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.local.separatrix_average.zeff.value_σ

error of summary.local.separatrix_average.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.magnetic_shear_flag.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.magnetic_shear_flag.value

Value

  • Data Type: INT_0D

summary.midplane.description

Verbose description

  • Data Type: STR_0D

summary.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

summary.midplane.name

Short string identifier

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_pedestal_top_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_pedestal_top_hfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pedestal_top_hfs.value_σ

error of summary.pedestalfits.linear.bfieldpedestaltop_hfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pedestal_top_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_pedestal_top_lfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pedestal_top_lfs.value_σ

error of summary.pedestalfits.linear.bfieldpedestaltop_lfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pol_pedestal_top_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_pol_pedestal_top_average.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pol_pedestal_top_average.value_σ

error of summary.pedestalfits.linear.bfieldpolpedestaltopaverage.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pol_pedestal_top_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_pol_pedestal_top_hfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pol_pedestal_top_hfs.value_σ

error of summary.pedestalfits.linear.bfieldpolpedestaltophfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pol_pedestal_top_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_pol_pedestal_top_lfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_pol_pedestal_top_lfs.value_σ

error of summary.pedestalfits.linear.bfieldpolpedestaltoplfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_tor_pedestal_top_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_tor_pedestal_top_hfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_tor_pedestal_top_hfs.value_σ

error of summary.pedestalfits.linear.bfieldtorpedestaltophfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_tor_pedestal_top_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.b_field_tor_pedestal_top_lfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.b_field_tor_pedestal_top_lfs.value_σ

error of summary.pedestalfits.linear.bfieldtorpedestaltoplfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_average.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_average.value_σ

error of summary.pedestalfits.linear.betapolpedestaltopelectronaverage.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_hfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_hfs.value_σ

error of summary.pedestalfits.linear.betapolpedestaltopelectronhfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_lfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_lfs.value_σ

error of summary.pedestalfits.linear.betapolpedestaltopelectronlfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.coulomb_factor_pedestal_top.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.coulomb_factor_pedestal_top.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.coulomb_factor_pedestal_top.value_σ

error of summary.pedestalfits.linear.coulombfactorpedestaltop.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.energy_thermal_pedestal_electron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.energy_thermal_pedestal_electron.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.energy_thermal_pedestal_electron.value_σ

error of summary.pedestalfits.linear.energythermalpedestalelectron.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.energy_thermal_pedestal_ion.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.energy_thermal_pedestal_ion.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.energy_thermal_pedestal_ion.value_σ

error of summary.pedestalfits.linear.energythermalpedestalion.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.d_dpsi_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.d_dpsi_norm.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.d_dpsi_norm.value_σ

error of summary.pedestalfits.linear.ne.ddpsinorm.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.d_dpsi_norm_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.d_dpsi_norm_max.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.d_dpsi_norm_max.value_σ

error of summary.pedestalfits.linear.ne.ddpsinorm_max.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.offset.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.offset.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.offset.value_σ

error of summary.pedestalfits.linear.ne.offset.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.pedestal_height.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.pedestal_height.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.pedestal_height.value_σ

error of summary.pedestalfits.linear.ne.pedestal_height.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.pedestal_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.pedestal_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.pedestal_position.value_σ

error of summary.pedestalfits.linear.ne.pedestal_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.pedestal_width.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.pedestal_width.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.pedestal_width.value_σ

error of summary.pedestalfits.linear.ne.pedestal_width.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.separatrix.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.n_e.separatrix.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.n_e.separatrix.value_σ

error of summary.pedestalfits.linear.ne.separatrix.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.nustar_pedestal_top_electron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.nustar_pedestal_top_electron.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.nustar_pedestal_top_electron.value_σ

error of summary.pedestalfits.linear.nustarpedestaltopelectron.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.parameters

Parameters of the fit

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...5"]

summary.pedestal_fits.linear.parameters_σ

error of summary.pedestal_fits.linear.parameters

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...5"]

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm.value_σ

error of summary.pedestalfits.linear.pressureelectron.ddpsinorm.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max.value_σ

error of summary.pedestalfits.linear.pressureelectron.ddpsinorm_max.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max_position.value_σ

error of summary.pedestalfits.linear.pressureelectron.ddpsinormmaxposition.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.offset.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.offset.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.offset.value_σ

error of summary.pedestalfits.linear.pressureelectron.offset.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.pedestal_height.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.pedestal_height.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.pedestal_height.value_σ

error of summary.pedestalfits.linear.pressureelectron.pedestal_height.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.pedestal_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.pedestal_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.pedestal_position.value_σ

error of summary.pedestalfits.linear.pressureelectron.pedestal_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.pedestal_width.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.pedestal_width.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.pedestal_width.value_σ

error of summary.pedestalfits.linear.pressureelectron.pedestal_width.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.separatrix.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.pressure_electron.separatrix.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.pressure_electron.separatrix.value_σ

error of summary.pedestalfits.linear.pressureelectron.separatrix.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_hfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_hfs.value_σ

error of summary.pedestalfits.linear.rhostarpedestaltopelectron_hfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_lfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_lfs.value_σ

error of summary.pedestalfits.linear.rhostarpedestaltopelectron_lfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_magnetic_axis.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_magnetic_axis.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.rhostar_pedestal_top_electron_magnetic_axis.value_σ

error of summary.pedestalfits.linear.rhostarpedestaltopelectronmagneticaxis.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.d_dpsi_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.t_e.d_dpsi_norm.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.d_dpsi_norm.value_σ

error of summary.pedestalfits.linear.te.ddpsinorm.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.d_dpsi_norm_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.t_e.d_dpsi_norm_max.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.d_dpsi_norm_max.value_σ

error of summary.pedestalfits.linear.te.ddpsinorm_max.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.offset.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.t_e.offset.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.offset.value_σ

error of summary.pedestalfits.linear.te.offset.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.pedestal_height.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.t_e.pedestal_height.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.pedestal_height.value_σ

error of summary.pedestalfits.linear.te.pedestal_height.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.pedestal_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.t_e.pedestal_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.pedestal_position.value_σ

error of summary.pedestalfits.linear.te.pedestal_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.pedestal_width.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.t_e.pedestal_width.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.t_e.pedestal_width.value_σ

error of summary.pedestalfits.linear.te.pedestal_width.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.volume_inside_pedestal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.linear.volume_inside_pedestal.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.linear.volume_inside_pedestal.value_σ

error of summary.pedestalfits.linear.volumeinside_pedestal.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.alpha_electron_pedestal_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.alpha_electron_pedestal_max.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.alpha_electron_pedestal_max.value_σ

error of summary.pedestalfits.mtanh.alphaelectronpedestalmax.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.alpha_electron_pedestal_max_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.alpha_electron_pedestal_max_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.alpha_electron_pedestal_max_position.value_σ

error of summary.pedestalfits.mtanh.alphaelectronpedestalmax_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pedestal_top_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_pedestal_top_hfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pedestal_top_hfs.value_σ

error of summary.pedestalfits.mtanh.bfieldpedestaltop_hfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pedestal_top_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_pedestal_top_lfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pedestal_top_lfs.value_σ

error of summary.pedestalfits.mtanh.bfieldpedestaltop_lfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_average.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_average.value_σ

error of summary.pedestalfits.mtanh.bfieldpolpedestaltopaverage.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_hfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_hfs.value_σ

error of summary.pedestalfits.mtanh.bfieldpolpedestaltophfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_lfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_lfs.value_σ

error of summary.pedestalfits.mtanh.bfieldpolpedestaltoplfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_hfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_hfs.value_σ

error of summary.pedestalfits.mtanh.bfieldtorpedestaltophfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_lfs.value

Value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_lfs.value_σ

error of summary.pedestalfits.mtanh.bfieldtorpedestaltoplfs.value

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_average.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_average.value_σ

error of summary.pedestalfits.mtanh.betapolpedestaltopelectronaverage.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_hfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_hfs.value_σ

error of summary.pedestalfits.mtanh.betapolpedestaltopelectronhfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_lfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_lfs.value_σ

error of summary.pedestalfits.mtanh.betapolpedestaltopelectronlfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.coulomb_factor_pedestal_top.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.coulomb_factor_pedestal_top.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.coulomb_factor_pedestal_top.value_σ

error of summary.pedestalfits.mtanh.coulombfactorpedestaltop.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.energy_thermal_pedestal_electron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.energy_thermal_pedestal_electron.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.energy_thermal_pedestal_electron.value_σ

error of summary.pedestalfits.mtanh.energythermalpedestalelectron.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.energy_thermal_pedestal_ion.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.energy_thermal_pedestal_ion.value

Value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.energy_thermal_pedestal_ion.value_σ

error of summary.pedestalfits.mtanh.energythermalpedestalion.value

  • Units: J
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm.value_σ

error of summary.pedestalfits.mtanh.ne.ddpsinorm.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max.value_σ

error of summary.pedestalfits.mtanh.ne.ddpsinorm_max.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max_position.value_σ

error of summary.pedestalfits.mtanh.ne.ddpsinormmaxposition.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.offset.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.offset.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.offset.value_σ

error of summary.pedestalfits.mtanh.ne.offset.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.pedestal_height.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.pedestal_height.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.pedestal_height.value_σ

error of summary.pedestalfits.mtanh.ne.pedestal_height.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.pedestal_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.pedestal_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.pedestal_position.value_σ

error of summary.pedestalfits.mtanh.ne.pedestal_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.pedestal_width.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.pedestal_width.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.pedestal_width.value_σ

error of summary.pedestalfits.mtanh.ne.pedestal_width.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.separatrix.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.n_e.separatrix.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.n_e.separatrix.value_σ

error of summary.pedestalfits.mtanh.ne.separatrix.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.nustar_pedestal_top_electron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.nustar_pedestal_top_electron.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.nustar_pedestal_top_electron.value_σ

error of summary.pedestalfits.mtanh.nustarpedestaltopelectron.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.parameters

Parameters of the fit

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...5"]

summary.pedestal_fits.mtanh.parameters_σ

error of summary.pedestal_fits.mtanh.parameters

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...5"]

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.ddpsinorm.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.ddpsinorm_max.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max_position.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.ddpsinormmaxposition.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.offset.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.offset.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.offset.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.offset.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.pedestal_height.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.pedestal_height.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.pedestal_height.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.pedestal_height.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.pedestal_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.pedestal_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.pedestal_position.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.pedestal_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.pedestal_width.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.pedestal_width.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.pedestal_width.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.pedestal_width.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.separatrix.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.pressure_electron.separatrix.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.pressure_electron.separatrix.value_σ

error of summary.pedestalfits.mtanh.pressureelectron.separatrix.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_hfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_hfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_hfs.value_σ

error of summary.pedestalfits.mtanh.rhostarpedestaltopelectron_hfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_lfs.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_lfs.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_lfs.value_σ

error of summary.pedestalfits.mtanh.rhostarpedestaltopelectron_lfs.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_magnetic_axis.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_magnetic_axis.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_magnetic_axis.value_σ

error of summary.pedestalfits.mtanh.rhostarpedestaltopelectronmagneticaxis.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.alpha_experimental.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.alpha_experimental.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.alpha_experimental.value_σ

error of summary.pedestalfits.mtanh.stability.alphaexperimental.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_critical.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_critical.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_critical.value_σ

error of summary.pedestalfits.mtanh.stability.bootstrapcurrenthager.alphacritical.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_ratio.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_ratio.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_ratio.value_σ

error of summary.pedestalfits.mtanh.stability.bootstrapcurrenthager.alpharatio.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.t_e_pedestal_top_critical.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.t_e_pedestal_top_critical.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.t_e_pedestal_top_critical.value_σ

error of summary.pedestalfits.mtanh.stability.bootstrapcurrenthager.tepedestaltop_critical.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_critical.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_critical.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_critical.value_σ

error of summary.pedestalfits.mtanh.stability.bootstrapcurrentsauter.alphacritical.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_ratio.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_ratio.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_ratio.value_σ

error of summary.pedestalfits.mtanh.stability.bootstrapcurrentsauter.alpharatio.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.t_e_pedestal_top_critical.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.t_e_pedestal_top_critical.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.t_e_pedestal_top_critical.value_σ

error of summary.pedestalfits.mtanh.stability.bootstrapcurrentsauter.tepedestaltop_critical.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm.value_σ

error of summary.pedestalfits.mtanh.te.ddpsinorm.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max.value_σ

error of summary.pedestalfits.mtanh.te.ddpsinorm_max.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max_position.value_σ

error of summary.pedestalfits.mtanh.te.ddpsinormmaxposition.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.offset.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.offset.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.offset.value_σ

error of summary.pedestalfits.mtanh.te.offset.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.pedestal_height.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.pedestal_height.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.pedestal_height.value_σ

error of summary.pedestalfits.mtanh.te.pedestal_height.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.pedestal_position.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.pedestal_position.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.pedestal_position.value_σ

error of summary.pedestalfits.mtanh.te.pedestal_position.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.pedestal_width.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.t_e.pedestal_width.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.t_e.pedestal_width.value_σ

error of summary.pedestalfits.mtanh.te.pedestal_width.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.volume_inside_pedestal.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pedestal_fits.mtanh.volume_inside_pedestal.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pedestal_fits.mtanh.volume_inside_pedestal.value_σ

error of summary.pedestalfits.mtanh.volumeinside_pedestal.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.pellets.occurrence.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.pellets.occurrence.value

Value

  • Data Type: INT_0D

summary.plasma_duration.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.plasma_duration.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.plasma_duration.value_σ

error of summary.plasma_duration.value

  • Units: s
  • Data Type: FLT_0D

summary.rmps.occurrence.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.rmps.occurrence.value

Value

  • Data Type: INT_0D

summary.runaways.current.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.runaways.current.value

Value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.runaways.current.value_σ

error of summary.runaways.current.value

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.runaways.particles.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.runaways.particles.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.runaways.particles.value_σ

error of summary.runaways.particles.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.heat_flux_e_decay_length.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.heat_flux_e_decay_length.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.heat_flux_e_decay_length.value_σ

error of summary.scrapeofflayer.heatfluxedecaylength.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.heat_flux_i_decay_length.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.heat_flux_i_decay_length.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.heat_flux_i_decay_length.value_σ

error of summary.scrapeofflayer.heatfluxidecaylength.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.n_e_decay_length.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.n_e_decay_length.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.n_e_decay_length.value_σ

error of summary.scrapeofflayer.nedecay_length.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.n_i_total_decay_length.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.n_i_total_decay_length.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.n_i_total_decay_length.value_σ

error of summary.scrapeofflayer.nitotaldecaylength.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.power_radiated.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.power_radiated.value

Value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.power_radiated.value_σ

error of summary.scrapeofflayer.power_radiated.value

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.pressure_neutral.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.pressure_neutral.value

Value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.pressure_neutral.value_σ

error of summary.scrapeofflayer.pressure_neutral.value

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.t_e_decay_length.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.t_e_decay_length.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.t_e_decay_length.value_σ

error of summary.scrapeofflayer.tedecay_length.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.t_i_average_decay_length.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.scrape_off_layer.t_i_average_decay_length.value

Value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.scrape_off_layer.t_i_average_decay_length.value_σ

error of summary.scrapeofflayer.tiaveragedecaylength.value

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.stationary_phase_flag.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.stationary_phase_flag.value

Value

  • Data Type: INT_1D
  • Coordinates: ["summary.time"]

summary.tag.comment

Any comment describing the content of the tagged list of entries

  • Data Type: STR_0D

summary.tag.name

Name of the tag

  • Data Type: STR_0D

summary.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

summary.time_breakdown.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.time_breakdown.value

Value

  • Units: s
  • Data Type: FLT_0D

summary.time_breakdown.value_σ

error of summary.time_breakdown.value

  • Units: s
  • Data Type: FLT_0D

summary.time_width

In case the time-dependent quantities of this IDS are averaged over a time interval, this node is the width of this time interval (empty otherwise). By convention, the time interval starts at time-time_width and ends at time.

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.time_width_σ

error of summary.time_width

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.dn_e_dt.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.dn_e_dt.value

Value

  • Units: m^-3.s-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.dn_e_dt.value_σ

error of summary.volumeaverage.dne_dt.value

  • Units: m^-3.s-1
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.isotope_fraction_hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.isotope_fraction_hydrogen.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.isotope_fraction_hydrogen.value_σ

error of summary.volumeaverage.isotopefraction_hydrogen.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.meff_hydrogenic.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.meff_hydrogenic.value

Value

  • Units: amu
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.meff_hydrogenic.value_σ

error of summary.volumeaverage.meffhydrogenic.value

  • Units: amu
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_e.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_e.value_σ

error of summary.volumeaverage.ne.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.argon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.argon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.argon.value_σ

error of summary.volumeaverage.ni.argon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.beryllium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.beryllium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.beryllium.value_σ

error of summary.volumeaverage.ni.beryllium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.carbon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.carbon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.carbon.value_σ

error of summary.volumeaverage.ni.carbon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.deuterium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.deuterium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.deuterium.value_σ

error of summary.volumeaverage.ni.deuterium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.helium_3.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.helium_3.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.helium_3.value_σ

error of summary.volumeaverage.ni.helium_3.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.helium_4.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.helium_4.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.helium_4.value_σ

error of summary.volumeaverage.ni.helium_4.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.hydrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.hydrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.hydrogen.value_σ

error of summary.volumeaverage.ni.hydrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.iron.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.iron.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.iron.value_σ

error of summary.volumeaverage.ni.iron.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.krypton.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.krypton.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.krypton.value_σ

error of summary.volumeaverage.ni.krypton.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.lithium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.lithium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.lithium.value_σ

error of summary.volumeaverage.ni.lithium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.neon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.neon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.neon.value_σ

error of summary.volumeaverage.ni.neon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.nitrogen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.nitrogen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.nitrogen.value_σ

error of summary.volumeaverage.ni.nitrogen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.oxygen.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.oxygen.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.oxygen.value_σ

error of summary.volumeaverage.ni.oxygen.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.tritium.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.tritium.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.tritium.value_σ

error of summary.volumeaverage.ni.tritium.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.tungsten.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.tungsten.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.tungsten.value_σ

error of summary.volumeaverage.ni.tungsten.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.xenon.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i.xenon.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i.xenon.value_σ

error of summary.volumeaverage.ni.xenon.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i_total.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.n_i_total.value

Value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.n_i_total.value_σ

error of summary.volumeaverage.ni_total.value

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.t_e.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.t_e.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.t_e.value_σ

error of summary.volumeaverage.te.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.t_i_average.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.t_i_average.value

Value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.t_i_average.value_σ

error of summary.volumeaverage.ti_average.value

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.zeff.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.volume_average.zeff.value

Value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.volume_average.zeff.value_σ

error of summary.volume_average.zeff.value

  • Data Type: FLT_1D
  • Coordinates: ["summary.time"]

summary.wall.evaporation.source

Source of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)

  • Data Type: STR_0D

summary.wall.evaporation.value

Value

  • Data Type: STR_0D

summary.wall.material.description

Verbose description

  • Data Type: STR_0D

summary.wall.material.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

summary.wall.material.name

Short string identifier

  • Data Type: STR_0D

temporary.code.commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.code.library[:].name

Name of software

  • Data Type: STR_0D

temporary.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

temporary.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

temporary.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.code.name

Name of software generating IDS

  • Data Type: STR_0D

temporary.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["temporary.time"]

temporary.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

temporary.code.repository

URL of software repository

  • Data Type: STR_0D

temporary.code.version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.constant_float0d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float0d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float0d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float0d[:].value

Value

  • Data Type: FLT_0D

temporary.constant_float0d[:].value_σ

error of temporary.constant_float0d[:].value

  • Data Type: FLT_0D

temporary.constant_float1d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float1d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float1d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float1d[:].value

Value

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.constant_float1d[:].value_σ

error of temporary.constant_float1d[:].value

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.constant_float2d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float2d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float2d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float2d[:].value

Value

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

temporary.constant_float2d[:].value_σ

error of temporary.constant_float2d[:].value

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

temporary.constant_float3d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float3d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float3d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float3d[:].value

Value

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "1...N"]

temporary.constant_float3d[:].value_σ

error of temporary.constant_float3d[:].value

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "1...N"]

temporary.constant_float4d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float4d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float4d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float4d[:].value

Value

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N"]

temporary.constant_float4d[:].value_σ

error of temporary.constant_float4d[:].value

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N"]

temporary.constant_float5d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float5d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float5d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float5d[:].value

Value

  • Units: mixed
  • Data Type: FLT_5D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "1...N"]

temporary.constant_float5d[:].value_σ

error of temporary.constant_float5d[:].value

  • Units: mixed
  • Data Type: FLT_5D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "1...N"]

temporary.constant_float6d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_float6d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_float6d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_float6d[:].value

Value

  • Units: mixed
  • Data Type: FLT_6D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "1...N", "1...N"]

temporary.constant_float6d[:].value_σ

error of temporary.constant_float6d[:].value

  • Units: mixed
  • Data Type: FLT_6D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "1...N", "1...N"]

temporary.constant_integer0d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_integer0d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_integer0d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_integer0d[:].value

Value

  • Data Type: INT_0D

temporary.constant_integer1d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_integer1d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_integer1d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_integer1d[:].value

Value

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

temporary.constant_integer2d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_integer2d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_integer2d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_integer2d[:].value

Value

  • Data Type: INT_2D
  • Coordinates: ["1...N", "1...N"]

temporary.constant_integer3d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_integer3d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_integer3d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_integer3d[:].value

Value

  • Data Type: INT_3D
  • Coordinates: ["1...N", "1...N", "1...N"]

temporary.constant_string0d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_string0d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_string0d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_string0d[:].value

Value

  • Data Type: STR_0D

temporary.constant_string1d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.constant_string1d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.constant_string1d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.constant_string1d[:].value

Value

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

temporary.dynamic_float1d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_float1d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_float1d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_float1d[:].value.data

Data

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["temporary.dynamic_float1d[:].value.time"]

temporary.dynamic_float1d[:].value.data_σ

error of temporary.dynamic_float1d[:].value.data

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["temporary.dynamic_float1d[:].value.time"]

temporary.dynamic_float1d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_float2d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_float2d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_float2d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_float2d[:].value.data

Data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "temporary.dynamic_float2d[:].value.time"]

temporary.dynamic_float2d[:].value.data_σ

error of temporary.dynamic_float2d[:].value.data

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "temporary.dynamic_float2d[:].value.time"]

temporary.dynamic_float2d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_float3d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_float3d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_float3d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_float3d[:].value.data

Data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "temporary.dynamic_float3d[:].value.time"]

temporary.dynamic_float3d[:].value.data_σ

error of temporary.dynamic_float3d[:].value.data

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "temporary.dynamic_float3d[:].value.time"]

temporary.dynamic_float3d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_float4d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_float4d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_float4d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_float4d[:].value.data

Data

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["1...N", "1...N", "1...N", "temporary.dynamic_float4d[:].value.time"]

temporary.dynamic_float4d[:].value.data_σ

error of temporary.dynamic_float4d[:].value.data

  • Units: mixed
  • Data Type: FLT_4D
  • Coordinates: ["1...N", "1...N", "1...N", "temporary.dynamic_float4d[:].value.time"]

temporary.dynamic_float4d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_float5d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_float5d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_float5d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_float5d[:].value.data

Data

  • Units: mixed
  • Data Type: FLT_5D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "temporary.dynamic_float5d[:].value.time"]

temporary.dynamic_float5d[:].value.data_σ

error of temporary.dynamic_float5d[:].value.data

  • Units: mixed
  • Data Type: FLT_5D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "temporary.dynamic_float5d[:].value.time"]

temporary.dynamic_float5d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_float6d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_float6d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_float6d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_float6d[:].value.data

Data

  • Units: mixed
  • Data Type: FLT_6D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "1...N", "temporary.dynamic_float6d[:].value.time"]

temporary.dynamic_float6d[:].value.data_σ

error of temporary.dynamic_float6d[:].value.data

  • Units: mixed
  • Data Type: FLT_6D
  • Coordinates: ["1...N", "1...N", "1...N", "1...N", "1...N", "temporary.dynamic_float6d[:].value.time"]

temporary.dynamic_float6d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_integer1d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_integer1d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_integer1d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_integer1d[:].value.data

Data

  • Data Type: INT_1D
  • Coordinates: ["temporary.dynamic_integer1d[:].value.time"]

temporary.dynamic_integer1d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_integer2d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_integer2d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_integer2d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_integer2d[:].value.data

Data

  • Data Type: INT_2D
  • Coordinates: ["1...N", "temporary.dynamic_integer2d[:].value.time"]

temporary.dynamic_integer2d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.dynamic_integer3d[:].identifier.description

Verbose description

  • Data Type: STR_0D

temporary.dynamic_integer3d[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.dynamic_integer3d[:].identifier.name

Short string identifier

  • Data Type: STR_0D

temporary.dynamic_integer3d[:].value.data

Data

  • Data Type: INT_3D
  • Coordinates: ["1...N", "1...N", "temporary.dynamic_integer3d[:].value.time"]

temporary.dynamic_integer3d[:].value.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

temporary.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

temporary.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

temporary.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

temporary.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

temporary.ids_properties.occurrence

N/A

  • Data Type: INT_0D

temporary.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

temporary.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

temporary.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

temporary.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

temporary.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

temporary.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

temporary.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

temporary.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

temporary.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

temporary.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

temporary.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

temporary.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.b_field_tor_vacuum_r.data

Data

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["tf.b_field_tor_vacuum_r.time"]

tf.b_field_tor_vacuum_r.data_σ

error of tf.bfieldtorvacuumr.data

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["tf.b_field_tor_vacuum_r.time"]

tf.b_field_tor_vacuum_r.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.code.commit

Unique commit reference of software

  • Data Type: STR_0D

tf.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

tf.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.code.library[:].name

Name of software

  • Data Type: STR_0D

tf.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

tf.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

tf.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

tf.code.name

Name of software generating IDS

  • Data Type: STR_0D

tf.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["tf.time"]

tf.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

tf.code.repository

URL of software repository

  • Data Type: STR_0D

tf.code.version

Unique version (tag) of software

  • Data Type: STR_0D

tf.coil[:].conductor[:].cross_section.delta_phi

Toroidal angles (relative to a reference point)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].cross_section.delta_r"]

tf.coil[:].conductor[:].cross_section.delta_phi_σ

error of tf.coil[:].conductor[:].crosssection.deltaphi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].cross_section.delta_r"]

tf.coil[:].conductor[:].cross_section.delta_r

Major radii (relative to a reference point)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].cross_section.delta_r_σ

error of tf.coil[:].conductor[:].crosssection.deltar

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].cross_section.delta_z

Heights (relative to a reference point)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].cross_section.delta_r"]

tf.coil[:].conductor[:].cross_section.delta_z_σ

error of tf.coil[:].conductor[:].crosssection.deltaz

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].cross_section.delta_r"]

tf.coil[:].conductor[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].current.time"]

tf.coil[:].conductor[:].current.data_σ

error of tf.coil[:].conductor[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].current.time"]

tf.coil[:].conductor[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.centres.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.centres.r"]

tf.coil[:].conductor[:].elements.centres.phi_σ

error of tf.coil[:].conductor[:].elements.centres.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.centres.r"]

tf.coil[:].conductor[:].elements.centres.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.centres.r_σ

error of tf.coil[:].conductor[:].elements.centres.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.centres.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.centres.r"]

tf.coil[:].conductor[:].elements.centres.z_σ

error of tf.coil[:].conductor[:].elements.centres.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.centres.r"]

tf.coil[:].conductor[:].elements.end_points.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.end_points.r"]

tf.coil[:].conductor[:].elements.end_points.phi_σ

error of tf.coil[:].conductor[:].elements.end_points.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.end_points.r"]

tf.coil[:].conductor[:].elements.end_points.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.end_points.r_σ

error of tf.coil[:].conductor[:].elements.end_points.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.end_points.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.end_points.r"]

tf.coil[:].conductor[:].elements.end_points.z_σ

error of tf.coil[:].conductor[:].elements.end_points.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.end_points.r"]

tf.coil[:].conductor[:].elements.intermediate_points.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.intermediate_points.r"]

tf.coil[:].conductor[:].elements.intermediate_points.phi_σ

error of tf.coil[:].conductor[:].elements.intermediate_points.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.intermediate_points.r"]

tf.coil[:].conductor[:].elements.intermediate_points.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.intermediate_points.r_σ

error of tf.coil[:].conductor[:].elements.intermediate_points.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.intermediate_points.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.intermediate_points.r"]

tf.coil[:].conductor[:].elements.intermediate_points.z_σ

error of tf.coil[:].conductor[:].elements.intermediate_points.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.intermediate_points.r"]

tf.coil[:].conductor[:].elements.names

Name or description of every element

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.start_points.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.start_points.r"]

tf.coil[:].conductor[:].elements.start_points.phi_σ

error of tf.coil[:].conductor[:].elements.start_points.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.start_points.r"]

tf.coil[:].conductor[:].elements.start_points.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.start_points.r_σ

error of tf.coil[:].conductor[:].elements.start_points.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].conductor[:].elements.start_points.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.start_points.r"]

tf.coil[:].conductor[:].elements.start_points.z_σ

error of tf.coil[:].conductor[:].elements.start_points.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.start_points.r"]

tf.coil[:].conductor[:].elements.types

Type of every element: 1: line segment, its ends are given by the start and end points; index = 2: arc of a circle; index = 3: full circle

  • Data Type: INT_1D
  • Coordinates: ["tf.coil[:].conductor[:].elements.names"]

tf.coil[:].conductor[:].resistance

conductor resistance

  • Units: Ohm
  • Data Type: FLT_0D

tf.coil[:].conductor[:].resistance_σ

error of tf.coil[:].conductor[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

tf.coil[:].conductor[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].voltage.time"]

tf.coil[:].conductor[:].voltage.data_σ

error of tf.coil[:].conductor[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].conductor[:].voltage.time"]

tf.coil[:].conductor[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].current.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].current.time"]

tf.coil[:].current.data_σ

error of tf.coil[:].current.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].current.time"]

tf.coil[:].current.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coil[:].identifier

Alphanumeric identifier of coil used for convenience

  • Data Type: STR_0D

tf.coil[:].name

Name of the coil

  • Data Type: STR_0D

tf.coil[:].resistance

Coil resistance

  • Units: Ohm
  • Data Type: FLT_0D

tf.coil[:].resistance_σ

error of tf.coil[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

tf.coil[:].turns

Number of total turns in a toroidal field coil. May be a fraction when describing the coil connections.

  • Data Type: FLT_0D

tf.coil[:].turns_σ

error of tf.coil[:].turns

  • Data Type: FLT_0D

tf.coil[:].voltage.data

Data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].voltage.time"]

tf.coil[:].voltage.data_σ

error of tf.coil[:].voltage.data

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["tf.coil[:].voltage.time"]

tf.coil[:].voltage.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.coils_n

Number of coils around the torus, in case is_periodic = 1

  • Data Type: INT_0D

tf.delta_b_field_tor_vacuum_r.data

Data

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["tf.delta_b_field_tor_vacuum_r.time"]

tf.delta_b_field_tor_vacuum_r.data_σ

error of tf.deltabfieldtorvacuum_r.data

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["tf.delta_b_field_tor_vacuum_r.time"]

tf.delta_b_field_tor_vacuum_r.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].a_field_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].a_field_r[:].values", "1...N"]

tf.field_map[:].a_field_r[:].coefficients_σ

error of tf.fieldmap[:].afield_r[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].a_field_r[:].values", "1...N"]

tf.field_map[:].a_field_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

tf.field_map[:].a_field_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

tf.field_map[:].a_field_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].a_field_r[:].values_σ

error of tf.fieldmap[:].afield_r[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].a_field_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].a_field_tor[:].values", "1...N"]

tf.field_map[:].a_field_tor[:].coefficients_σ

error of tf.fieldmap[:].afield_tor[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].a_field_tor[:].values", "1...N"]

tf.field_map[:].a_field_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

tf.field_map[:].a_field_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

tf.field_map[:].a_field_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].a_field_tor[:].values_σ

error of tf.fieldmap[:].afield_tor[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].a_field_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].a_field_z[:].values", "1...N"]

tf.field_map[:].a_field_z[:].coefficients_σ

error of tf.fieldmap[:].afield_z[:].coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].a_field_z[:].values", "1...N"]

tf.field_map[:].a_field_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

tf.field_map[:].a_field_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

tf.field_map[:].a_field_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].a_field_z[:].values_σ

error of tf.fieldmap[:].afield_z[:].values

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].b_field_r[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].b_field_r[:].values", "1...N"]

tf.field_map[:].b_field_r[:].coefficients_σ

error of tf.fieldmap[:].bfield_r[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].b_field_r[:].values", "1...N"]

tf.field_map[:].b_field_r[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

tf.field_map[:].b_field_r[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

tf.field_map[:].b_field_r[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].b_field_r[:].values_σ

error of tf.fieldmap[:].bfield_r[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].b_field_tor[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].b_field_tor[:].values", "1...N"]

tf.field_map[:].b_field_tor[:].coefficients_σ

error of tf.fieldmap[:].bfield_tor[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].b_field_tor[:].values", "1...N"]

tf.field_map[:].b_field_tor[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

tf.field_map[:].b_field_tor[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

tf.field_map[:].b_field_tor[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].b_field_tor[:].values_σ

error of tf.fieldmap[:].bfield_tor[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].b_field_z[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].b_field_z[:].values", "1...N"]

tf.field_map[:].b_field_z[:].coefficients_σ

error of tf.fieldmap[:].bfield_z[:].coefficients

  • Units: T
  • Data Type: FLT_2D
  • Coordinates: ["tf.field_map[:].b_field_z[:].values", "1...N"]

tf.field_map[:].b_field_z[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

tf.field_map[:].b_field_z[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

tf.field_map[:].b_field_z[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].b_field_z[:].values_σ

error of tf.fieldmap[:].bfield_z[:].values

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].grid.grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element"]

tf.field_map[:].grid.grid_subset[:].base[:].jacobian_σ

error of tf.fieldmap[:].grid.gridsubset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element"]

tf.field_map[:].grid.grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].base[:].tensor_contravariant_σ

error of tf.fieldmap[:].grid.gridsubset[:].base[:].tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].base[:].tensor_covariant_σ

error of tf.fieldmap[:].grid.gridsubset[:].base[:].tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

tf.field_map[:].grid.grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

tf.field_map[:].grid.grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

tf.field_map[:].grid.grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

tf.field_map[:].grid.grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

tf.field_map[:].grid.grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

tf.field_map[:].grid.grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

tf.field_map[:].grid.grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element"]

tf.field_map[:].grid.grid_subset[:].metric.jacobian_σ

error of tf.fieldmap[:].grid.gridsubset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element"]

tf.field_map[:].grid.grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].metric.tensor_contravariant_σ

error of tf.fieldmap[:].grid.gridsubset[:].metric.tensor_contravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.grid_subset[:].metric.tensor_covariant_σ

error of tf.fieldmap[:].grid.gridsubset[:].metric.tensor_covariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["tf.field_map[:].grid.grid_subset[:].element", "1...N", "1...N"]

tf.field_map[:].grid.identifier.description

Verbose description

  • Data Type: STR_0D

tf.field_map[:].grid.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

tf.field_map[:].grid.identifier.name

Short string identifier

  • Data Type: STR_0D

tf.field_map[:].grid.path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS paths

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].grid.space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

tf.field_map[:].grid.space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].identifier.description

Verbose description

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

tf.field_map[:].grid.space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ

error of tf.fieldmap[:].grid.space[:].objectsper_dimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of tf.fieldmap[:].grid.space[:].objectsperdimension[:].object[:].geometry2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ

error of tf.fieldmap[:].grid.space[:].objectsper_dimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

tf.field_map[:].time

Time

  • Units: s
  • Data Type: FLT_0D

tf.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

tf.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

tf.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

tf.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

tf.ids_properties.occurrence

N/A

  • Data Type: INT_0D

tf.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

tf.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

tf.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

tf.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

tf.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

tf.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

tf.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

tf.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

tf.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

tf.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

tf.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

tf.is_periodic

Flag indicating whether coils are described one by one in the coil() structure (flag=0) or whether the coil structure represents only coils having different characteristics (flag = 1, n_coils must be filled in that case). In the latter case, the coil() sequence is repeated periodically around the torus.

  • Data Type: INT_0D

tf.latency

Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.

  • Units: s
  • Data Type: FLT_0D

tf.latency_σ

error of tf.latency

  • Units: s
  • Data Type: FLT_0D

tf.r0

Reference major radius of the device (from the official description of the device). This node is the placeholder for this official machine description quantity (typically the middle of the vessel at the equatorial midplane, although the exact definition may depend on the device)

  • Units: m
  • Data Type: FLT_0D

tf.r0_σ

error of tf.r0

  • Units: m
  • Data Type: FLT_0D

tf.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

thomson_scattering.channel[:].delta_position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].delta_position.time"]

thomson_scattering.channel[:].delta_position.phi_σ

error of thomsonscattering.channel[:].deltaposition.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].delta_position.time"]

thomson_scattering.channel[:].delta_position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].delta_position.time"]

thomson_scattering.channel[:].delta_position.r_σ

error of thomsonscattering.channel[:].deltaposition.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].delta_position.time"]

thomson_scattering.channel[:].delta_position.time

Time for the R,Z,phi coordinates

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

thomson_scattering.channel[:].delta_position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].delta_position.time"]

thomson_scattering.channel[:].delta_position.z_σ

error of thomsonscattering.channel[:].deltaposition.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].delta_position.time"]

thomson_scattering.channel[:].distance_separatrix_midplane.data

Data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].distance_separatrix_midplane.time"]

thomson_scattering.channel[:].distance_separatrix_midplane.data_σ

error of thomsonscattering.channel[:].distanceseparatrix_midplane.data

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].distance_separatrix_midplane.time"]

thomson_scattering.channel[:].distance_separatrix_midplane.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

thomson_scattering.channel[:].identifier

ID of the channel

  • Data Type: STR_0D

thomson_scattering.channel[:].n_e.data

Data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].n_e.time"]

thomson_scattering.channel[:].n_e.data_σ

error of thomsonscattering.channel[:].ne.data

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].n_e.time"]

thomson_scattering.channel[:].n_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

thomson_scattering.channel[:].name

Name of the channel

  • Data Type: STR_0D

thomson_scattering.channel[:].position.phi

Toroidal angle (oriented counter-clockwise when viewing from above)

  • Units: rad
  • Data Type: FLT_0D

thomson_scattering.channel[:].position.phi_σ

error of thomson_scattering.channel[:].position.phi

  • Units: rad
  • Data Type: FLT_0D

thomson_scattering.channel[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_0D

thomson_scattering.channel[:].position.r_σ

error of thomson_scattering.channel[:].position.r

  • Units: m
  • Data Type: FLT_0D

thomson_scattering.channel[:].position.z

Height

  • Units: m
  • Data Type: FLT_0D

thomson_scattering.channel[:].position.z_σ

error of thomson_scattering.channel[:].position.z

  • Units: m
  • Data Type: FLT_0D

thomson_scattering.channel[:].t_e.data

Data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].t_e.time"]

thomson_scattering.channel[:].t_e.data_σ

error of thomsonscattering.channel[:].te.data

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["thomson_scattering.channel[:].t_e.time"]

thomson_scattering.channel[:].t_e.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

thomson_scattering.code.commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.code.library[:].name

Name of software

  • Data Type: STR_0D

thomson_scattering.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

thomson_scattering.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.code.name

Name of software generating IDS

  • Data Type: STR_0D

thomson_scattering.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["thomson_scattering.time"]

thomson_scattering.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

thomson_scattering.code.repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.code.version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.equilibrium_id.data_entry.machine

Name of the experimental device to which this data is related

  • Data Type: STR_0D

thomson_scattering.equilibrium_id.data_entry.pulse

Pulse number

  • Data Type: INT_0D

thomson_scattering.equilibrium_id.data_entry.pulse_type

Type of the data entry, e.g. "pulse", "simulation", ...

  • Data Type: STR_0D

thomson_scattering.equilibrium_id.data_entry.run

Run number

  • Data Type: INT_0D

thomson_scattering.equilibrium_id.data_entry.user

Username

  • Data Type: STR_0D

thomson_scattering.equilibrium_id.name

IDS name

  • Data Type: STR_0D

thomson_scattering.equilibrium_id.occurrence

IDS occurrence

  • Data Type: INT_0D

thomson_scattering.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

thomson_scattering.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

thomson_scattering.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

thomson_scattering.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

thomson_scattering.ids_properties.occurrence

N/A

  • Data Type: INT_0D

thomson_scattering.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

thomson_scattering.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

thomson_scattering.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

thomson_scattering.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

thomson_scattering.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

thomson_scattering.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

thomson_scattering.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

thomson_scattering.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

thomson_scattering.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

thomson_scattering.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

thomson_scattering.latency

Upper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.

  • Units: s
  • Data Type: FLT_0D

thomson_scattering.latency_σ

error of thomson_scattering.latency

  • Units: s
  • Data Type: FLT_0D

thomson_scattering.midplane.description

Verbose description

  • Data Type: STR_0D

thomson_scattering.midplane.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

thomson_scattering.midplane.name

Short string identifier

  • Data Type: STR_0D

thomson_scattering.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.boundary_conditions_1d[:].current.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].current.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].current.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].current.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].current.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].current.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].current.value

Value of the boundary condition. For ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].current.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].current.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].electrons.energy.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].electrons.energy.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].electrons.particles.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].electrons.particles.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].energyiontotal.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].energyiontotal.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].a_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].energy.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].energy.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].particles.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].particles.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].energy.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].energy.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].is_neutral

Flag specifying if this state corresponds to a neutral (1) or not (0)

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].particles.rhotornorm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].particles.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].vibrational_level_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_max_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_min_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_ion_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_n_σ

error of transportsolvernumerics.boundaryconditions1d[:].ion[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.rho_tor_norm

Position, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.rho_tor_norm_σ

error of transportsolvernumerics.boundaryconditions1d[:].momentumtor.rhotor_norm

  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.value

Value of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.value_σ

error of transportsolvernumerics.boundaryconditions1d[:].momentum_tor.value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.boundary_conditions_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].current[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].current[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].current[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].current[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].current[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].current[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].current[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].current[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].electrons.energy[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].electrons.particles[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].jacobian_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_contravariant_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_covariant_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.jacobian_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_contravariant_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_covariant_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element", "1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS paths

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ

error of transportsolvernumerics.boundaryconditionsggd[:].grid.space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].a_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].energy[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].particles[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].energy[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].is_neutral

Flag specifying if this state corresponds to a neutral (1) or not (0)

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].values

List of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].values_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].particles[:].values

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].vibrational_level_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_max_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_min_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_ion_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_n_σ

error of transportsolvernumerics.boundaryconditionsggd[:].ion[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.boundary_conditions_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

transport_solver_numerics.code.commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.code.library[:].name

Name of software

  • Data Type: STR_0D

transport_solver_numerics.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

transport_solver_numerics.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.code.name

Name of software generating IDS

  • Data Type: STR_0D

transport_solver_numerics.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["transport_solver_numerics.time"]

transport_solver_numerics.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

transport_solver_numerics.code.repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.code.version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].current.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].current.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].current.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].current.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].current.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].electrons.energy.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].electrons.energy.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].electrons.energy.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].electrons.energy.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].electrons.energy.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].electrons.particles.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].electrons.particles.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].electrons.particles.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].electrons.particles.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].electrons.particles.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].energy_ion_total.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].energy_ion_total.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].energy_ion_total.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].energyiontotal.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].energy_ion_total.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].a_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].energy.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].energy.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].energy.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].energy.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].energy.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].particles.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].particles.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].particles.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].particles.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].particles.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].is_neutral

Flag specifying if this state corresponds to a neutral (1) or not (0)

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.value_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.value

  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].vibrational_level_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_max_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_min_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].z_ion_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].ion[:].z_n_σ

error of transportsolvernumerics.convergence.equations[:].ion[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.convergence.equations[:].time

Time

  • Units: s
  • Data Type: FLT_0D

transport_solver_numerics.convergence.time_step.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.convergence.time_step.time"]

transport_solver_numerics.convergence.time_step.data_σ

error of transportsolvernumerics.convergence.time_step.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.convergence.time_step.time"]

transport_solver_numerics.convergence.time_step.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.n_i_total_over_n_e_σ

error of transportsolvernumerics.derivatives1d[:].d2drhotornorm2.nitotalovern_e

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.pressure_ion_total

Total thermal ion pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.pressure_ion_total_σ

error of transportsolvernumerics.derivatives1d[:].d2drhotornorm2.pressureiontotal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d2psi_drho_tor2

Second derivative of the poloidal flux profile with respect to the toroidal flux coordinate

  • Units: Wb.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d2psi_drho_tor2_σ

error of transportsolvernumerics.derivatives1d[:].d2psidrho_tor2

  • Units: Wb.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.n_i_total_over_n_e_σ

error of transportsolvernumerics.derivatives1d[:].ddrhotornorm.nitotalovern_e

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.pressure_ion_total

Total thermal ion pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.pressure_ion_total_σ

error of transportsolvernumerics.derivatives1d[:].ddrhotornorm.pressureiontotal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_dt.n_i_total_over_n_e

Ratio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_dt.n_i_total_over_n_e_σ

error of transportsolvernumerics.derivatives1d[:].ddt.nitotalovern_e

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_dt.pressure_ion_total

Total thermal ion pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_dt.pressure_ion_total_σ

error of transportsolvernumerics.derivatives1d[:].ddt.pressureiontotal

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_dvolume_drho_tor_dt

Partial derivative with respect to time of the derivative of the volume with respect to the toroidal flux coordinate

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].d_dvolume_drho_tor_dt_σ

error of transportsolvernumerics.derivatives1d[:].ddvolumedrhotor_dt

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_drho_tor

Derivative of the poloidal flux profile with respect to the toroidal flux coordinate

  • Units: Wb.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_drho_tor_σ

error of transportsolvernumerics.derivatives1d[:].dpsidrho_tor

  • Units: Wb.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_dt

Derivative of the poloidal flux profile with respect to time

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_dt_σ

error of transportsolvernumerics.derivatives1d[:].dpsidt

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_dt_cphi

Derivative of the poloidal flux profile with respect to time, at constant toroidal flux

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_dt_cphi_σ

error of transportsolvernumerics.derivatives1d[:].dpsidt_cphi

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_dt_crho_tor_norm

Derivative of the poloidal flux profile with respect to time, at constant normalised toroidal flux coordinate

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].dpsi_dt_crho_tor_norm_σ

error of transportsolvernumerics.derivatives1d[:].dpsidtcrhotor_norm

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].drho_tor_dt

Partial derivative of the toroidal flux coordinate profile with respect to time

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].drho_tor_dt_σ

error of transportsolvernumerics.derivatives1d[:].drhotor_dt

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.temperature_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_tor

Toroidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.temperature_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_tor

Toroidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.temperature_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_tor

Toroidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].electrons.ddt.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.area_σ

error of transportsolvernumerics.derivatives_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.psi_σ

error of transportsolvernumerics.derivatives_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].grid.psi_boundary_σ

error of transportsolvernumerics.derivatives1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].grid.psi_magnetic_axis_σ

error of transportsolvernumerics.derivatives1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.rho_pol_norm_σ

error of transportsolvernumerics.derivatives1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.rho_tor_σ

error of transportsolvernumerics.derivatives1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm_σ

error of transportsolvernumerics.derivatives1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.derivatives_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.surface_σ

error of transportsolvernumerics.derivatives_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].grid.volume_σ

error of transportsolvernumerics.derivatives_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].a_σ

error of transportsolvernumerics.derivatives_1d[:].ion[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure

Pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_parallel

Fast (non-thermal) parallel pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.temperature_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_pol

Poloidal velocity (average over charge states when multiple charge states are considered)

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_tor

Toroidal velocity (average over charge states when multiple charge states are considered)

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure

Pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_parallel

Fast (non-thermal) parallel pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.temperature_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_pol

Poloidal velocity (average over charge states when multiple charge states are considered)

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_tor

Toroidal velocity (average over charge states when multiple charge states are considered)

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density_fast

Density of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure

Pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_parallel

Fast (non-thermal) parallel pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure (average over charge states when multiple charge states are considered)

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.temperature_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_pol

Poloidal velocity (average over charge states when multiple charge states are considered)

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_tor

Toroidal velocity (average over charge states when multiple charge states are considered)

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].ddt.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

transport_solver_numerics.derivatives_1d[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.temperature_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_tor

Toroidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.temperature_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_tor

Toroidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.density

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density_fast

Density of fast (non-thermal) particles

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density_fast_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.density_fast

  • Units: m^-3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure

Pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_parallel

Fast (non-thermal) parallel pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_parallel_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.pressurefastparallel

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_perpendicular

Fast (non-thermal) perpendicular pressure

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_perpendicular_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.pressurefastperpendicular

  • Units: Pa
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.temperature

Temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.temperature_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.temperature

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_pol

Poloidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_pol_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.velocity_pol

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_tor

Toroidal velocity

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_tor_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.velocity_tor

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].is_neutral

Flag specifying if this state corresponds to a neutral (1) or not (0)

  • Data Type: INT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].vibrational_level_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_max_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_min_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].z_ion_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].ion[:].z_n_σ

error of transportsolvernumerics.derivatives1d[:].ion[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

transport_solver_numerics.derivatives_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

transport_solver_numerics.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

transport_solver_numerics.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.occurrence

N/A

  • Data Type: INT_0D

transport_solver_numerics.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

transport_solver_numerics.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

transport_solver_numerics.primary_coordinate.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.primary_coordinate.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.primary_coordinate.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.restart_files[:].descriptions

Descriptions of the restart files

  • Data Type: STR_1D
  • Coordinates: ["transport_solver_numerics.restart_files[:].names"]

transport_solver_numerics.restart_files[:].names

Names of the restart files

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.restart_files[:].time

Time

  • Units: s
  • Data Type: FLT_0D

transport_solver_numerics.solver.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.solver.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.solver.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].control_parameters.integer0d[:].name

Name of the control parameter

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].control_parameters.integer0d[:].value

Value of the control parameter

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].control_parameters.real0d[:].name

Name of the control parameter

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].control_parameters.real0d[:].value

Value of the control parameter

  • Units: mixed
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].control_parameters.real0d[:].value_σ

error of transportsolvernumerics.solver1d[:].controlparameters.real0d[:].value

  • Units: mixed
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].d_dvolume_drho_tor_dt

Partial derivative with respect to time of the derivative of the volume with respect to the toroidal flux coordinate

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].d_dvolume_drho_tor_dt_σ

error of transportsolvernumerics.solver1d[:].ddvolumedrhotor_dt

  • Units: m^2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].drho_tor_dt

Partial derivative of the toroidal flux coordinate profile with respect to time

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].drho_tor_dt_σ

error of transportsolvernumerics.solver1d[:].drhotor_dt

  • Units: m.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].position

Position, in terms of the primary coordinate, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed (in case of a single boundary condition).

  • Units: mixed
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].position_σ

error of transportsolvernumerics.solver1d[:].equation[:].boundarycondition[:].position

  • Units: mixed
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].type.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].type.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].value

Value of the boundary condition. For type/index = 1 to 3, only the first position in the vector is used. For type/index = 5, all three positions are used, meaning respectively a1, a2, a3.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].value_σ

error of transportsolvernumerics.solver1d[:].equation[:].boundarycondition[:].value

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...3"]

transport_solver_numerics.solver_1d[:].equation[:].coefficient[:].profile

Radial profile of the numerical coefficient

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].coefficient[:].profile_σ

error of transportsolvernumerics.solver_1d[:].equation[:].coefficient[:].profile

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].computation_mode.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].computation_mode.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].equation[:].computation_mode.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].convergence.delta_relative.expression

Expression used by the solver to calculate the relative deviation

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].convergence.delta_relative.value

Value of the relative deviation

  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].equation[:].convergence.delta_relative.value_σ

error of transportsolvernumerics.solver1d[:].equation[:].convergence.deltarelative.value

  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].equation[:].convergence.iterations_n

Number of iterations carried out in the convergence loop

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d2_dr2

Second order radial derivative with respect to the primary coordinate

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d2_dr2_σ

error of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.d2_dr2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dr

Radial derivative with respect to the primary coordinate

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dr_σ

error of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.d_dr

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt

Time derivative

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_σ

error of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.d_dt

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cphi

Derivative with respect to time, at constant toroidal flux (for current diffusion equation)

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cphi_σ

error of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.ddtcphi

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cr

Derivative with respect to time, at constant primary coordinate coordinate (for current diffusion equation)

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cr_σ

error of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.ddtcr

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.identifier.description

Verbose description

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.identifier.name

Short string identifier

  • Data Type: STR_0D

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.ion_index

If the primary quantity is related to a ion species, index of the corresponding species in the coreprofiles/profiles1d/ion array

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.neutral_index

If the primary quantity is related to a neutral species, index of the corresponding species in the coreprofiles/profiles1d/neutral array

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.profile

Profile of the primary quantity

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.profile_σ

error of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.profile

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.state_index

If the primary quantity is related to a particular state (of an ion or a neutral species), index of the corresponding state in the coreprofiles/profiles1d/ion (or neutral)/state array

  • Data Type: INT_0D

transport_solver_numerics.solver_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.area_σ

error of transportsolvernumerics.solver_1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.psi_σ

error of transportsolvernumerics.solver_1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].grid.psi_boundary_σ

error of transportsolvernumerics.solver1d[:].grid.psiboundary

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].grid.psi_magnetic_axis_σ

error of transportsolvernumerics.solver1d[:].grid.psimagnetic_axis

  • Units: Wb
  • Data Type: FLT_0D

transport_solver_numerics.solver_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.rho_pol_norm_σ

error of transportsolvernumerics.solver1d[:].grid.rhopol_norm

  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.rho_tor_σ

error of transportsolvernumerics.solver1d[:].grid.rhotor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.solver_1d[:].grid.rho_tor_norm_σ

error of transportsolvernumerics.solver1d[:].grid.rhotor_norm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.solver_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.surface_σ

error of transportsolvernumerics.solver_1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].grid.volume_σ

error of transportsolvernumerics.solver_1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.solver_1d[:].grid.rho_tor_norm"]

transport_solver_numerics.solver_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

transport_solver_numerics.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.time_step.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time_step.time"]

transport_solver_numerics.time_step.data_σ

error of transportsolvernumerics.time_step.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time_step.time"]

transport_solver_numerics.time_step.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.time_step_average.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time_step_average.time"]

transport_solver_numerics.time_step_average.data_σ

error of transportsolvernumerics.timestepaverage.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time_step_average.time"]

transport_solver_numerics.time_step_average.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.time_step_min.data

Data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time_step_min.time"]

transport_solver_numerics.time_step_min.data_σ

error of transportsolvernumerics.timestepmin.data

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time_step_min.time"]

transport_solver_numerics.time_step_min.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

transport_solver_numerics.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time"]

transport_solver_numerics.vacuum_toroidal_field.b0_σ

error of transportsolvernumerics.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["transport_solver_numerics.time"]

transport_solver_numerics.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

transport_solver_numerics.vacuum_toroidal_field.r0_σ

error of transportsolvernumerics.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

turbulence.code.commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.code.library[:].name

Name of software

  • Data Type: STR_0D

turbulence.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

turbulence.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

turbulence.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.code.name

Name of software generating IDS

  • Data Type: STR_0D

turbulence.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["turbulence.time"]

turbulence.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

turbulence.code.repository

URL of software repository

  • Data Type: STR_0D

turbulence.code.version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.grid_2d[:].dim1

First dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

turbulence.grid_2d[:].dim1_σ

error of turbulence.grid_2d[:].dim1

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

turbulence.grid_2d[:].dim2

Second dimension values

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

turbulence.grid_2d[:].dim2_σ

error of turbulence.grid_2d[:].dim2

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

turbulence.grid_2d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

turbulence.grid_2d_type.description

Verbose description

  • Data Type: STR_0D

turbulence.grid_2d_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

turbulence.grid_2d_type.name

Short string identifier

  • Data Type: STR_0D

turbulence.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

turbulence.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

turbulence.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

turbulence.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

turbulence.ids_properties.occurrence

N/A

  • Data Type: INT_0D

turbulence.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

turbulence.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

turbulence.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

turbulence.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

turbulence.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

turbulence.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

turbulence.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

turbulence.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

turbulence.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

turbulence.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

turbulence.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

turbulence.profiles_2d[:].electrons.density

Density (thermal+non-thermal)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].electrons.density_σ

error of turbulence.profiles_2d[:].electrons.density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].electrons.density_thermal

Density of thermal particles

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].electrons.density_thermal_σ

error of turbulence.profiles2d[:].electrons.densitythermal

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].electrons.temperature

Temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].electrons.temperature_σ

error of turbulence.profiles_2d[:].electrons.temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].density_σ

error of turbulence.profiles_2d[:].ion[:].density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].density_thermal_σ

error of turbulence.profiles2d[:].ion[:].densitythermal

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].ion[:].element[:].a_σ

error of turbulence.profiles_2d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

turbulence.profiles_2d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].ion[:].element[:].z_n_σ

error of turbulence.profiles2d[:].ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].ion[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

turbulence.profiles_2d[:].ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

turbulence.profiles_2d[:].ion[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].temperature_σ

error of turbulence.profiles_2d[:].ion[:].temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radius

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].ion[:].z_ion_σ

error of turbulence.profiles2d[:].ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].neutral[:].density

Density (thermal+non-thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].neutral[:].density_σ

error of turbulence.profiles_2d[:].neutral[:].density

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].neutral[:].density_thermal

Density (thermal) (sum over charge states when multiple charge states are considered)

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].neutral[:].density_thermal_σ

error of turbulence.profiles2d[:].neutral[:].densitythermal

  • Units: m^-3
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].neutral[:].element[:].a_σ

error of turbulence.profiles_2d[:].neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

turbulence.profiles_2d[:].neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].neutral[:].element[:].z_n_σ

error of turbulence.profiles2d[:].neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

turbulence.profiles_2d[:].neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

turbulence.profiles_2d[:].neutral[:].label

String identifying ion (e.g. H+, D+, T+, He+2, C+, ...)

  • Data Type: STR_0D

turbulence.profiles_2d[:].neutral[:].temperature

Temperature (average over charge states when multiple charge states are considered)

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].neutral[:].temperature_σ

error of turbulence.profiles_2d[:].neutral[:].temperature

  • Units: eV
  • Data Type: FLT_2D
  • Coordinates: ["turbulence.grid_2d[:].dim1", "turbulence.grid_2d[:].dim2"]

turbulence.profiles_2d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

turbulence.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.code.commit

Unique commit reference of software

  • Data Type: STR_0D

wall.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

wall.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.code.library[:].name

Name of software

  • Data Type: STR_0D

wall.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

wall.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

wall.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

wall.code.name

Name of software generating IDS

  • Data Type: STR_0D

wall.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["wall.time"]

wall.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

wall.code.repository

URL of software repository

  • Data Type: STR_0D

wall.code.version

Unique version (tag) of software

  • Data Type: STR_0D

wall.description_2d[:].limiter.type.description

Verbose description

  • Data Type: STR_0D

wall.description_2d[:].limiter.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_2d[:].limiter.type.name

Short string identifier

  • Data Type: STR_0D

wall.description_2d[:].limiter.unit[:].closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

wall.description_2d[:].limiter.unit[:].component_type.description

Verbose description

  • Data Type: STR_0D

wall.description_2d[:].limiter.unit[:].component_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_2d[:].limiter.unit[:].component_type.name

Short string identifier

  • Data Type: STR_0D

wall.description_2d[:].limiter.unit[:].identifier

Identifier of this unit. Although the details may be machine-specific, a tree-like syntax must be followed, listing first top level components, then going down to finer element description. The tree levels are separated by a /, using a number of levels relevant to the granularity of the description. Example : ic_antenna/a1/bumpers refers to the bumpers of the a1 IC antenna

  • Data Type: STR_0D

wall.description_2d[:].limiter.unit[:].name

Name of the limiter unit

  • Data Type: STR_0D

wall.description_2d[:].limiter.unit[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].limiter.unit[:].outline.r_σ

error of wall.description_2d[:].limiter.unit[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].limiter.unit[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].limiter.unit[:].outline.r"]

wall.description_2d[:].limiter.unit[:].outline.z_σ

error of wall.description_2d[:].limiter.unit[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].limiter.unit[:].outline.r"]

wall.description_2d[:].limiter.unit[:].phi_extensions

Simplified description of toroidal angle extensions of the unit, by a list of zones defined by their centre and full width (in toroidal angle). In each of these zones, the unit outline remains the same. Leave this node empty for an axisymmetric unit. The first dimension gives the centre and full width toroidal angle values for the unit. The second dimension represents the toroidal occurrences of the unit countour (i.e. the number of toroidal zones).

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

wall.description_2d[:].limiter.unit[:].phi_extensions_σ

error of wall.description2d[:].limiter.unit[:].phiextensions

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

wall.description_2d[:].limiter.unit[:].resistivity

Resistivity of the limiter unit

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].limiter.unit[:].resistivity_σ

error of wall.description_2d[:].limiter.unit[:].resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].mobile.type.description

Verbose description

  • Data Type: STR_0D

wall.description_2d[:].mobile.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_2d[:].mobile.type.name

Short string identifier

  • Data Type: STR_0D

wall.description_2d[:].mobile.unit[:].closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

wall.description_2d[:].mobile.unit[:].name

Name of the mobile unit

  • Data Type: STR_0D

wall.description_2d[:].mobile.unit[:].outline[:].r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].mobile.unit[:].outline[:].r_σ

error of wall.description_2d[:].mobile.unit[:].outline[:].r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].mobile.unit[:].outline[:].time

Time

  • Units: s
  • Data Type: FLT_0D

wall.description_2d[:].mobile.unit[:].outline[:].z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].mobile.unit[:].outline[:].r"]

wall.description_2d[:].mobile.unit[:].outline[:].z_σ

error of wall.description_2d[:].mobile.unit[:].outline[:].z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].mobile.unit[:].outline[:].r"]

wall.description_2d[:].mobile.unit[:].phi_extensions

Simplified description of toroidal angle extensions of the unit, by a list of zones defined by their centre and full width (in toroidal angle). In each of these zones, the unit outline remains the same. Leave this node empty for an axisymmetric unit. The first dimension gives the centre and full width toroidal angle values for the unit. The second dimension represents the toroidal occurrences of the unit countour (i.e. the number of toroidal zones).

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

wall.description_2d[:].mobile.unit[:].phi_extensions_σ

error of wall.description2d[:].mobile.unit[:].phiextensions

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "1...N"]

wall.description_2d[:].mobile.unit[:].resistivity

Resistivity of the mobile unit

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].mobile.unit[:].resistivity_σ

error of wall.description_2d[:].mobile.unit[:].resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].type.description

Verbose description

  • Data Type: STR_0D

wall.description_2d[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_2d[:].type.name

Short string identifier

  • Data Type: STR_0D

wall.description_2d[:].vessel.type.description

Verbose description

  • Data Type: STR_0D

wall.description_2d[:].vessel.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_2d[:].vessel.type.name

Short string identifier

  • Data Type: STR_0D

wall.description_2d[:].vessel.unit[:].annular.centreline.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

wall.description_2d[:].vessel.unit[:].annular.centreline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].annular.centreline.r_σ

error of wall.description_2d[:].vessel.unit[:].annular.centreline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].annular.centreline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.centreline.r"]

wall.description_2d[:].vessel.unit[:].annular.centreline.z_σ

error of wall.description_2d[:].vessel.unit[:].annular.centreline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.centreline.r"]

wall.description_2d[:].vessel.unit[:].annular.outline_inner.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

wall.description_2d[:].vessel.unit[:].annular.outline_inner.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].annular.outline_inner.r_σ

error of wall.description2d[:].vessel.unit[:].annular.outlineinner.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].annular.outline_inner.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.outline_inner.r"]

wall.description_2d[:].vessel.unit[:].annular.outline_inner.z_σ

error of wall.description2d[:].vessel.unit[:].annular.outlineinner.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.outline_inner.r"]

wall.description_2d[:].vessel.unit[:].annular.outline_outer.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

wall.description_2d[:].vessel.unit[:].annular.outline_outer.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].annular.outline_outer.r_σ

error of wall.description2d[:].vessel.unit[:].annular.outlineouter.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].annular.outline_outer.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.outline_outer.r"]

wall.description_2d[:].vessel.unit[:].annular.outline_outer.z_σ

error of wall.description2d[:].vessel.unit[:].annular.outlineouter.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.outline_outer.r"]

wall.description_2d[:].vessel.unit[:].annular.resistivity

Resistivity of the vessel unit

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].vessel.unit[:].annular.resistivity_σ

error of wall.description_2d[:].vessel.unit[:].annular.resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].vessel.unit[:].annular.thickness

Thickness of the vessel layer in the perpendicular direction to the centreline. Thickness(i) is the thickness of the layer between centreline/r(i),z(i) and centreline/r(i+1),z(i+1)

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.centreline.r"]

wall.description_2d[:].vessel.unit[:].annular.thickness_σ

error of wall.description_2d[:].vessel.unit[:].annular.thickness

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].annular.centreline.r"]

wall.description_2d[:].vessel.unit[:].element[:].j_tor.data

Data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].element[:].j_tor.time"]

wall.description_2d[:].vessel.unit[:].element[:].j_tor.data_σ

error of wall.description2d[:].vessel.unit[:].element[:].jtor.data

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].element[:].j_tor.time"]

wall.description_2d[:].vessel.unit[:].element[:].j_tor.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].element[:].name

Name of the block element

  • Data Type: STR_0D

wall.description_2d[:].vessel.unit[:].element[:].outline.closed

Flag identifying whether the contour is closed (1) or open (0)

  • Data Type: INT_0D

wall.description_2d[:].vessel.unit[:].element[:].outline.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].element[:].outline.r_σ

error of wall.description_2d[:].vessel.unit[:].element[:].outline.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_2d[:].vessel.unit[:].element[:].outline.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].element[:].outline.r"]

wall.description_2d[:].vessel.unit[:].element[:].outline.z_σ

error of wall.description_2d[:].vessel.unit[:].element[:].outline.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_2d[:].vessel.unit[:].element[:].outline.r"]

wall.description_2d[:].vessel.unit[:].element[:].resistance

Resistance of the block element

  • Units: Ohm
  • Data Type: FLT_0D

wall.description_2d[:].vessel.unit[:].element[:].resistance_σ

error of wall.description_2d[:].vessel.unit[:].element[:].resistance

  • Units: Ohm
  • Data Type: FLT_0D

wall.description_2d[:].vessel.unit[:].element[:].resistivity

Resistivity of the block element

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].vessel.unit[:].element[:].resistivity_σ

error of wall.description_2d[:].vessel.unit[:].element[:].resistivity

  • Units: ohm.m
  • Data Type: FLT_0D

wall.description_2d[:].vessel.unit[:].identifier

Identifier of the unit

  • Data Type: STR_0D

wall.description_2d[:].vessel.unit[:].name

Name of the unit

  • Data Type: STR_0D

wall.description_ggd[:].component[:].identifiers

Identifiers of the components (described in the various gridsubsets). Although the details may be machine-specific, a tree-like syntax must be followed, listing first top level components, then going down to finer element description. The tree levels are separated by a /, using a number of levels relevant to the granularity of the description. Example : icantenna/a1/bumpers refers to the bumpers of the a1 IC antenna

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].component[:].time

Time

  • Units: s
  • Data Type: FLT_0D

wall.description_ggd[:].component[:].type[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].component[:].type[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].component[:].type[:].identifier.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].component[:].type[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].component[:].type[:].identifier.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].a_field[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].a_field[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].a_field[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].a_field[:].r_σ

error of wall.descriptionggd[:].ggd[:].afield[:].r

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].a_field[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].a_field[:].r_coefficients_σ

error of wall.descriptionggd[:].ggd[:].afield[:].r_coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].a_field[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].a_field[:].r"]

wall.description_ggd[:].ggd[:].a_field[:].toroidal_σ

error of wall.descriptionggd[:].ggd[:].afield[:].toroidal

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].a_field[:].r"]

wall.description_ggd[:].ggd[:].a_field[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].a_field[:].toroidal_coefficients_σ

error of wall.descriptionggd[:].ggd[:].afield[:].toroidal_coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].a_field[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].a_field[:].r"]

wall.description_ggd[:].ggd[:].a_field[:].z_σ

error of wall.descriptionggd[:].ggd[:].afield[:].z

  • Units: T.m
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].a_field[:].r"]

wall.description_ggd[:].ggd[:].a_field[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].a_field[:].z_coefficients_σ

error of wall.descriptionggd[:].ggd[:].afield[:].z_coefficients

  • Units: T.m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].e_field[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].e_field[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].e_field[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].e_field[:].r_σ

error of wall.descriptionggd[:].ggd[:].efield[:].r

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].e_field[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].e_field[:].r_coefficients_σ

error of wall.descriptionggd[:].ggd[:].efield[:].r_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].e_field[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].e_field[:].r"]

wall.description_ggd[:].ggd[:].e_field[:].toroidal_σ

error of wall.descriptionggd[:].ggd[:].efield[:].toroidal

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].e_field[:].r"]

wall.description_ggd[:].ggd[:].e_field[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].e_field[:].toroidal_coefficients_σ

error of wall.descriptionggd[:].ggd[:].efield[:].toroidal_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].e_field[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].e_field[:].r"]

wall.description_ggd[:].ggd[:].e_field[:].z_σ

error of wall.descriptionggd[:].ggd[:].efield[:].z

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].e_field[:].r"]

wall.description_ggd[:].ggd[:].e_field[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].e_field[:].z_coefficients_σ

error of wall.descriptionggd[:].ggd[:].efield[:].z_coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.current.emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.current.emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.current.incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.current.incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].a_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_max_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_min_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].z_ion_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].a_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].a_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].emitted[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].emitted[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].incident[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].incident[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_max_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_min_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].z_ion_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].a_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].j_total[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].j_total[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].j_total[:].r

Component along the major radius axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].j_total[:].r_σ

error of wall.descriptionggd[:].ggd[:].jtotal[:].r

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].j_total[:].r_coefficients

Interpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].j_total[:].r_coefficients_σ

error of wall.descriptionggd[:].ggd[:].jtotal[:].r_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].j_total[:].toroidal

Toroidal component, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].j_total[:].r"]

wall.description_ggd[:].ggd[:].j_total[:].toroidal_σ

error of wall.descriptionggd[:].ggd[:].jtotal[:].toroidal

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].j_total[:].r"]

wall.description_ggd[:].ggd[:].j_total[:].toroidal_coefficients

Interpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].j_total[:].toroidal_coefficients_σ

error of wall.descriptionggd[:].ggd[:].jtotal[:].toroidal_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].j_total[:].z

Component along the height axis, one scalar value is provided per element in the grid subset.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].j_total[:].r"]

wall.description_ggd[:].ggd[:].j_total[:].z_σ

error of wall.descriptionggd[:].ggd[:].jtotal[:].z

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].ggd[:].j_total[:].r"]

wall.description_ggd[:].ggd[:].j_total[:].z_coefficients

Interpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].j_total[:].z_coefficients_σ

error of wall.descriptionggd[:].ggd[:].jtotal[:].z_coefficients

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].a_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_max_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_min_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].z_ion_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].a_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].emitted[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].emitted[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].incident[:].coefficients

  • Units: m^-2.s^-1
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values", "1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values

One scalar value is provided per element in the grid subset.

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].incident[:].values

  • Units: m^-2.s^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].phi_potential[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].phi_potential[:].values", "1...N"]

wall.description_ggd[:].ggd[:].phi_potential[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].phipotential[:].coefficients

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].phi_potential[:].values", "1...N"]

wall.description_ggd[:].ggd[:].phi_potential[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].phi_potential[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].phi_potential[:].values

One scalar value is provided per element in the grid subset.

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].phi_potential[:].values_σ

error of wall.descriptionggd[:].ggd[:].phipotential[:].values

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].power_density[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].power_density[:].values", "1...N"]

wall.description_ggd[:].ggd[:].power_density[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].powerdensity[:].coefficients

  • Units: W.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].power_density[:].values", "1...N"]

wall.description_ggd[:].ggd[:].power_density[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].power_density[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].power_density[:].values

One scalar value is provided per element in the grid subset.

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].power_density[:].values_σ

error of wall.descriptionggd[:].ggd[:].powerdensity[:].values

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].psi[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].psi[:].values", "1...N"]

wall.description_ggd[:].ggd[:].psi[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].psi[:].coefficients

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].psi[:].values", "1...N"]

wall.description_ggd[:].ggd[:].psi[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].psi[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].psi[:].values

One scalar value is provided per element in the grid subset.

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].psi[:].values_σ

error of wall.description_ggd[:].ggd[:].psi[:].values

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values_σ

error of wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].a_σ

error of wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].recycling.ion[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].label

String identifying ion (e.g. H, D, T, He, C, D2, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].multiple_states_flag

Multiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].neutral_index

Index of the corresponding neutral species in the ../../neutral array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values_σ

error of wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].recycling.ion[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_max

Maximum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_max_σ

error of wall.descriptionggd[:].ggd[:].recycling.ion[:].state[:].zmax

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_min

Minimum Z of the charge state bundle

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_min_σ

error of wall.descriptionggd[:].ggd[:].recycling.ion[:].state[:].zmin

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.ion[:].z_ion_σ

error of wall.descriptionggd[:].ggd[:].recycling.ion[:].zion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values_σ

error of wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].a_σ

error of wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].z_n_σ

error of wall.descriptionggd[:].ggd[:].recycling.neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].ion_index

Index of the corresponding ion species in the ../../ion array

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].label

String identifying neutral (e.g. H, D, T, He, C, ...)

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].multiple_states_flag

Multiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].coefficients

  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values", "1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values

One scalar value is provided per element in the grid subset.

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values_σ

error of wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].label

String identifying state

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].neutral_type.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].neutral_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].neutral_type.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].vibrational_level_σ

error of wall.descriptionggd[:].ggd[:].recycling.neutral[:].state[:].vibrationallevel

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

wall.description_ggd[:].ggd[:].resistivity[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: Ohm.m
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].resistivity[:].values", "1...N"]

wall.description_ggd[:].ggd[:].resistivity[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].resistivity[:].coefficients

  • Units: Ohm.m
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].resistivity[:].values", "1...N"]

wall.description_ggd[:].ggd[:].resistivity[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].resistivity[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].resistivity[:].values

One scalar value is provided per element in the grid subset.

  • Units: Ohm.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].resistivity[:].values_σ

error of wall.description_ggd[:].ggd[:].resistivity[:].values

  • Units: Ohm.m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].temperature[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: K
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].temperature[:].values", "1...N"]

wall.description_ggd[:].ggd[:].temperature[:].coefficients_σ

error of wall.description_ggd[:].ggd[:].temperature[:].coefficients

  • Units: K
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].temperature[:].values", "1...N"]

wall.description_ggd[:].ggd[:].temperature[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].temperature[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].temperature[:].values

One scalar value is provided per element in the grid subset.

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].temperature[:].values_σ

error of wall.description_ggd[:].ggd[:].temperature[:].values

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

wall.description_ggd[:].ggd[:].v_biasing[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].v_biasing[:].values", "1...N"]

wall.description_ggd[:].ggd[:].v_biasing[:].coefficients_σ

error of wall.descriptionggd[:].ggd[:].vbiasing[:].coefficients

  • Units: V
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].ggd[:].v_biasing[:].values", "1...N"]

wall.description_ggd[:].ggd[:].v_biasing[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].v_biasing[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].ggd[:].v_biasing[:].values

One scalar value is provided per element in the grid subset.

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].ggd[:].v_biasing[:].values_σ

error of wall.descriptionggd[:].ggd[:].vbiasing[:].values

  • Units: V
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].jacobian_σ

error of wall.descriptionggd[:].gridggd[:].grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ

error of wall.descriptionggd[:].gridggd[:].gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ

error of wall.descriptionggd[:].gridggd[:].gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.jacobian_σ

error of wall.descriptionggd[:].gridggd[:].grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ

error of wall.descriptionggd[:].gridggd[:].gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ

error of wall.descriptionggd[:].gridggd[:].gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["wall.description_ggd[:].grid_ggd[:].grid_subset[:].element", "1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].identifier.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].identifier.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].grid_ggd[:].space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].identifier.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ

error of wall.descriptionggd[:].gridggd[:].space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of wall.descriptionggd[:].gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ

error of wall.descriptionggd[:].gridggd[:].space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].grid_ggd[:].time

Time

  • Units: s
  • Data Type: FLT_0D

wall.description_ggd[:].material[:].grid_subset[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].material[:].grid_subset[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].material[:].grid_subset[:].identifiers.descriptions

Verbose description

  • Data Type: STR_1D
  • Coordinates: ["wall.description_ggd[:].material[:].grid_subset[:].identifiers.names"]

wall.description_ggd[:].material[:].grid_subset[:].identifiers.indices

Integer identifiers (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_1D
  • Coordinates: ["wall.description_ggd[:].material[:].grid_subset[:].identifiers.names"]

wall.description_ggd[:].material[:].grid_subset[:].identifiers.names

Short string identifiers

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].material[:].time

Time

  • Units: s
  • Data Type: FLT_0D

wall.description_ggd[:].thickness[:].grid_subset[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].thickness[:].grid_subset[:].values", "1...N"]

wall.description_ggd[:].thickness[:].grid_subset[:].coefficients_σ

error of wall.descriptionggd[:].thickness[:].gridsubset[:].coefficients

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["wall.description_ggd[:].thickness[:].grid_subset[:].values", "1...N"]

wall.description_ggd[:].thickness[:].grid_subset[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

wall.description_ggd[:].thickness[:].grid_subset[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

wall.description_ggd[:].thickness[:].grid_subset[:].values

One scalar value is provided per element in the grid subset.

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].thickness[:].grid_subset[:].values_σ

error of wall.descriptionggd[:].thickness[:].gridsubset[:].values

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.description_ggd[:].thickness[:].time

Time

  • Units: s
  • Data Type: FLT_0D

wall.description_ggd[:].type.description

Verbose description

  • Data Type: STR_0D

wall.description_ggd[:].type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.description_ggd[:].type.name

Short string identifier

  • Data Type: STR_0D

wall.first_wall_enclosed_volume

Volume available to gas or plasma enclosed by the first wall contour

  • Units: m^3
  • Data Type: FLT_0D

wall.first_wall_enclosed_volume_σ

error of wall.firstwallenclosed_volume

  • Units: m^3
  • Data Type: FLT_0D

wall.first_wall_power_flux_peak.data

Data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["wall.first_wall_power_flux_peak.time"]

wall.first_wall_power_flux_peak.data_σ

error of wall.firstwallpowerfluxpeak.data

  • Units: W.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["wall.first_wall_power_flux_peak.time"]

wall.first_wall_power_flux_peak.time

Time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.first_wall_surface_area

First wall surface area

  • Units: m^2
  • Data Type: FLT_0D

wall.first_wall_surface_area_σ

error of wall.firstwallsurface_area

  • Units: m^2
  • Data Type: FLT_0D

wall.global_quantities.current_tor

Toroidal current flowing in the vacuum vessel

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.current_tor_σ

error of wall.globalquantities.currenttor

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.gas_puff

Gas puff rate (in equivalent electrons)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.gas_puff_σ

error of wall.globalquantities.electrons.gaspuff

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.particle_flux_from_plasma

Particle flux from the plasma (in equivalent electrons)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.particle_flux_from_plasma_σ

error of wall.globalquantities.electrons.particlefluxfromplasma

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.particle_flux_from_wall

Particle flux from the wall corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), in equivalent electrons

  • Units: s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.electrons.particle_flux_from_wall_σ

error of wall.globalquantities.electrons.particlefluxfromwall

  • Units: s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.electrons.power_inner_target

Electron power on the inner target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.power_inner_target_σ

error of wall.globalquantities.electrons.powerinner_target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.power_outer_target

Electron power on the inner target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.power_outer_target_σ

error of wall.globalquantities.electrons.powerouter_target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.pumping_speed

Pumped particle flux (in equivalent electrons)

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.electrons.pumping_speed_σ

error of wall.globalquantities.electrons.pumpingspeed

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].element[:].a_σ

error of wall.global_quantities.neutral[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.global_quantities.neutral[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].element[:].z_n_σ

error of wall.globalquantities.neutral[:].element[:].zn

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].gas_puff

Gas puff rate for that species

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].gas_puff_σ

error of wall.globalquantities.neutral[:].gaspuff

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].incident_species[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].incident_species[:].element[:].a_σ

error of wall.globalquantities.neutral[:].incidentspecies[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].incident_species[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

wall.global_quantities.neutral[:].incident_species[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].incident_species[:].element[:].z_n_σ

error of wall.globalquantities.neutral[:].incidentspecies[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

wall.global_quantities.neutral[:].incident_species[:].energies

Array of energies of this incident species, on which the sputteringphysicalcoefficient is tabulated

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.global_quantities.neutral[:].incident_species[:].energies_σ

error of wall.globalquantities.neutral[:].incidentspecies[:].energies

  • Units: eV
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

wall.global_quantities.neutral[:].incident_species[:].label

String identifying the incident species (e.g. H, D, CD4, ...)

  • Data Type: STR_0D

wall.global_quantities.neutral[:].incident_species[:].sputtering_chemical_coefficient

Effective coefficient of chemical sputtering for various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), due to this incident species

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].incident_species[:].sputtering_chemical_coefficient_σ

error of wall.globalquantities.neutral[:].incidentspecies[:].sputteringchemicalcoefficient

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].incident_species[:].sputtering_physical_coefficient

Effective coefficient of physical sputtering for various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), due to this incident species and for various energies (second dimension)

  • Data Type: FLT_3D
  • Coordinates: ["1...3", "wall.global_quantities.neutral[:].incident_species[:].energies", "wall.time"]

wall.global_quantities.neutral[:].incident_species[:].sputtering_physical_coefficient_σ

error of wall.globalquantities.neutral[:].incidentspecies[:].sputteringphysicalcoefficient

  • Data Type: FLT_3D
  • Coordinates: ["1...3", "wall.global_quantities.neutral[:].incident_species[:].energies", "wall.time"]

wall.global_quantities.neutral[:].label

String identifying the species (e.g. H, D, CD4, ...)

  • Data Type: STR_0D

wall.global_quantities.neutral[:].particle_flux_from_plasma

Particle flux from the plasma for that species

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].particle_flux_from_plasma_σ

error of wall.globalquantities.neutral[:].particlefluxfromplasma

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].particle_flux_from_wall

Particle flux from the wall corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)

  • Units: s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].particle_flux_from_wall_σ

error of wall.globalquantities.neutral[:].particlefluxfromwall

  • Units: s^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].pumping_speed

Pumped particle flux for that species

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].pumping_speed_σ

error of wall.globalquantities.neutral[:].pumpingspeed

  • Units: s^-1
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].recycling_energy_coefficient

Energy recycling coefficient corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].recycling_energy_coefficient_σ

error of wall.globalquantities.neutral[:].recyclingenergy_coefficient

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].recycling_particles_coefficient

Particle recycling coefficient corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].recycling_particles_coefficient_σ

error of wall.globalquantities.neutral[:].recyclingparticles_coefficient

  • Data Type: FLT_2D
  • Coordinates: ["1...3", "wall.time"]

wall.global_quantities.neutral[:].wall_inventory

Wall inventory, i.e. cumulated exchange of neutral species between plasma and wall from t = 0, positive if a species has gone to the wall, for that species

  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.neutral[:].wall_inventory_σ

error of wall.globalquantities.neutral[:].wallinventory

  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_black_body

Black body radiated power emitted from the wall (emissivity is included)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_black_body_σ

error of wall.globalquantities.powerblack_body

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_conducted

Power conducted by the plasma onto the wall

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_conducted_σ

error of wall.globalquantities.powerconducted

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_convected

Power convected by the plasma onto the wall

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_convected_σ

error of wall.globalquantities.powerconvected

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_currents

Power deposited on the wall due to electric currents (positive means power is deposited on the target)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_currents_σ

error of wall.globalquantities.powercurrents

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_density_inner_target_max

Maximum power density on the inner target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_density_inner_target_max_σ

error of wall.globalquantities.powerdensityinnertarget_max

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_density_outer_target_max

Maximum power density on the outer target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_density_outer_target_max_σ

error of wall.globalquantities.powerdensityoutertarget_max

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_incident

Total power incident on the wall. This power is split in the various physical categories listed below

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_incident_σ

error of wall.globalquantities.powerincident

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_inner_target_ion_total

Total ion (summed over ion species) power on the inner target

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_inner_target_ion_total_σ

error of wall.globalquantities.powerinnertargetion_total

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_neutrals

Net power from neutrals on the wall (positive means power is deposited on the wall)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_neutrals_σ

error of wall.globalquantities.powerneutrals

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_radiated

Net radiated power from plasma onto the wall (incident-reflected)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_radiated_σ

error of wall.globalquantities.powerradiated

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_recombination_neutrals

Power deposited on the wall due to recombination of neutrals into a ground state (e.g. molecules)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_recombination_neutrals_σ

error of wall.globalquantities.powerrecombination_neutrals

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_recombination_plasma

Power deposited on the wall due to recombination of plasma ions

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_recombination_plasma_σ

error of wall.globalquantities.powerrecombination_plasma

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_to_cooling

Power to cooling systems

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.power_to_cooling_σ

error of wall.globalquantities.powerto_cooling

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.temperature

Wall temperature

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.global_quantities.temperature_σ

error of wall.global_quantities.temperature

  • Units: K
  • Data Type: FLT_1D
  • Coordinates: ["wall.time"]

wall.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

wall.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

wall.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

wall.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

wall.ids_properties.occurrence

N/A

  • Data Type: INT_0D

wall.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

wall.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

wall.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

wall.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

wall.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

wall.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

wall.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

wall.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

wall.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

wall.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

wall.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

wall.temperature_reference.data

Reference temperature

  • Units: K
  • Data Type: FLT_0D

wall.temperature_reference.data_σ

error of wall.temperature_reference.data

  • Units: K
  • Data Type: FLT_0D

wall.temperature_reference.description

Description of how the reference temperature is defined : for which object, at which location, ...

  • Data Type: STR_0D

wall.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.code.commit

Unique commit reference of software

  • Data Type: STR_0D

waves.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

waves.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.code.library[:].name

Name of software

  • Data Type: STR_0D

waves.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

waves.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

waves.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

waves.code.name

Name of software generating IDS

  • Data Type: STR_0D

waves.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["waves.time"]

waves.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

waves.code.repository

URL of software repository

  • Data Type: STR_0D

waves.code.version

Unique version (tag) of software

  • Data Type: STR_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.imaginary

Imaginary part

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.imaginary_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].e_field.minus.imaginary

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.real

Real part

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.real_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].e_field.minus.real

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.imaginary

Imaginary part

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.imaginary_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].e_field.parallel.imaginary

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.real

Real part

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.real_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].e_field.parallel.real

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.imaginary

Imaginary part

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.imaginary_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].e_field.plus.imaginary

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.real

Real part

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.real_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].e_field.plus.real

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].electrons.power

Power absorbed along the beam by the species

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].electrons.power_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].electrons.power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].a_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].z_n_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].power

Power absorbed along the beam by the species

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].power_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].power

Power absorbed along the beam by the species

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].power_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].power

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].vibrational_level_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_max_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_min_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].z_ion_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].length

Ray/beam curvilinear length

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].beam_tracing[:].beam[:].length_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].length

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].beam_tracing[:].beam[:].phase.angle

Rotation angle for the phase ellipse

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].phase.angle_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].phase.angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].phase.curvature

Inverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams, in the horizontal direction (first index of the first coordinate) and in the vertical direction (second index of the first coordinate)

  • Units: m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].phase.curvature_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].phase.curvature

  • Units: m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.phi

Toroidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.phi_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].position.phi

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.psi

Poloidal flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.psi_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].position.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.r_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].position.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.theta

Poloidal angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.theta_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].position.theta

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].position.z_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].position.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.parallel

Normalized power flow in the direction parallel to the magnetic field

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.parallel_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].powerflownorm.parallel

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.perpendicular

Normalized power flow in the direction perpendicular to the magnetic field

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.perpendicular_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].powerflownorm.perpendicular

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].power_initial

Initial power in the ray/beam

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].power_initial_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].power_initial

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].beam_tracing[:].beam[:].spot.angle

Rotation angle for the spot ellipse

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].spot.angle_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].spot.angle

  • Units: rad
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].spot.size

Size of the spot ellipse: distance between the central ray and the peripheral rays in the horizontal (first index of the first coordinate) and vertical direction (second index of the first coordinate)

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].spot.size_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].spot.size

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...2", "waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r

Wave vector component in the major radius direction

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kr

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r_norm

Normalized wave vector component in the major radius direction = k_r / norm(k)

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r_norm_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kr_norm

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor

Wave vector component in the toroidal direction

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.ktor

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor_norm

Normalized wave vector component in the toroidal direction = k_tor / norm(k)

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor_norm_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.ktor_norm

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z

Wave vector component in the vertical direction

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kz

  • Units: m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z_norm

Normalized wave vector component in the vertical direction = k_z / norm(k)

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z_norm_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kz_norm

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_parallel

Parallel refractive index

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_parallel_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.nparallel

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_perpendicular

Perpendicular refractive index

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_perpendicular_σ

error of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.nperpendicular

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_tor

Toroidal wave number, contains a single value if varyingntor = 0 to avoid useless repetition constant values. The wave vector toroidal component is defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive ntor means a wave propagating in the positive phi direction

  • Data Type: INT_1D
  • Coordinates: ["coherent_wave[:].beam_tracing[:].beam[:].length"]

waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.varying_n_tor

Flag telling whether n_tor is constant along the ray path (0) or varying (1)

  • Data Type: INT_0D

waves.coherent_wave[:].beam_tracing[:].time

Time

  • Units: s
  • Data Type: FLT_0D

waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].b_field.normal[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].b_field.normal[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].b_field.normal[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].b_field.normal[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].b_field.normal[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].b_field.parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: T
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].b_field.parallel[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].b_field.parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].b_field.parallel[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].b_field.parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: T
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].e_field.minus[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].e_field.minus[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].e_field.minus[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.minus[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.minus[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].e_field.normal[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].e_field.normal[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].e_field.normal[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.normal[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.normal[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].e_field.parallel[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].e_field.parallel[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].e_field.parallel[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.parallel[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.parallel[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].e_field.plus[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: CPX_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].e_field.plus[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].e_field.plus[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.plus[:].grid_subset_index

Index of the grid subset the data is provided on

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].e_field.plus[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: CPX_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].jacobian_σ

error of waves.coherentwave[:].fullwave[:].grid.grid_subset[:].base[:].jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_contravariant_σ

error of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].base[:].tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_covariant_σ

error of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].base[:].tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].dimension

Space dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element[:].object[:].dimension

Dimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumes

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element[:].object[:].index

Object index

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element[:].object[:].space

Index of the space from which that object is taken

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].identifier.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].identifier.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.jacobian

Metric Jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.jacobian_σ

error of waves.coherentwave[:].fullwave[:].grid.grid_subset[:].metric.jacobian

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_contravariant

Contravariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_contravariant_σ

error of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].metric.tensorcontravariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_covariant

Covariant metric tensor, given on each element of the subgrid (first dimension)

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_covariant_σ

error of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].metric.tensorcovariant

  • Units: mixed
  • Data Type: FLT_3D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element", "1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.identifier.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.identifier.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.path

Path of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS paths

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].coordinates_type

Type of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xml

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].grid.space[:].geometry_type.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].geometry_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].geometry_type.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].identifier.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].identifier.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].identifier.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].geometry_content.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].geometry_content.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].geometry_content.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index

Index of this (n-1)-dimensional boundary object

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours

List of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundary

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry

Geometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ

error of waves.coherentwave[:].fullwave[:].grid.space[:].objectsperdimension[:].object[:].geometry

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d

2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ

error of waves.coherentwave[:].fullwave[:].grid.space[:].objectsperdimension[:].object[:].geometry_2d

  • Units: mixed
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].measure

Measure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)

  • Units: m^dimension
  • Data Type: FLT_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ

error of waves.coherentwave[:].fullwave[:].grid.space[:].objectsperdimension[:].object[:].measure

  • Units: m^dimension
  • Data Type: FLT_0D

waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].nodes

List of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].k_perpendicular[:].coefficients

Interpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].k_perpendicular[:].coefficients_σ

error of waves.coherentwave[:].fullwave[:].k_perpendicular[:].coefficients

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values", "1...N"]

waves.coherent_wave[:].full_wave[:].k_perpendicular[:].grid_index

Index of the grid used to represent this quantity

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].k_perpendicular[:].grid_subset_index

Index of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/index

  • Data Type: INT_0D

waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values

One scalar value is provided per element in the grid subset.

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values_σ

error of waves.coherentwave[:].fullwave[:].k_perpendicular[:].values

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].full_wave[:].time

Time

  • Units: s
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].current_tor

Wave driven toroidal current from a stand alone calculation (not consistent with other sources)

  • Units: A
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].current_tor_σ

error of waves.coherentwave[:].globalquantities[:].current_tor

  • Units: A
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].current_tor_n_tor

Wave driven toroidal current from a stand alone calculation (not consistent with other sources) per toroidal mode number

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].current_tor_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].currenttorn_tor

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].electrons.distribution_assumption

Assumption on the distribution function used by the wave solver to calculate the power deposition on this species: 0 = Maxwellian (linear absorption); 1 = quasi-linear (F given by a distributions IDS).

  • Data Type: INT_0D

waves.coherent_wave[:].global_quantities[:].electrons.power_fast

Wave power absorbed by the fast particle population

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].electrons.power_fast_σ

error of waves.coherentwave[:].globalquantities[:].electrons.power_fast

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].electrons.power_fast_n_tor

Wave power absorbed by the fast particle population per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].electrons.power_fast_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].electrons.powerfastn_tor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].electrons.power_thermal

Wave power absorbed by the thermal particle population

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].electrons.power_thermal_σ

error of waves.coherentwave[:].globalquantities[:].electrons.power_thermal

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].electrons.power_thermal_n_tor

Wave power absorbed by the thermal particle population per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].electrons.power_thermal_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].electrons.powerthermaln_tor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].frequency

Wave frequency

  • Units: Hz
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].frequency_σ

error of waves.coherentwave[:].globalquantities[:].frequency

  • Units: Hz
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].distribution_assumption

Assumption on the distribution function used by the wave solver to calculate the power deposition on this species: 0 = Maxwellian (linear absorption); 1 = quasi-linear (F given by a distributions IDS).

  • Data Type: INT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].element[:].a_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].element[:].z_n_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].global_quantities[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].power_fast

Wave power absorbed by the fast particle population

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].power_fast_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].power_fast

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].power_fast_n_tor

Wave power absorbed by the fast particle population per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].power_fast_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].powerfastn_tor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal

Wave power absorbed by the thermal particle population

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].power_thermal

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal_n_tor

Wave power absorbed by the thermal particle population per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].powerthermaln_tor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast

Wave power absorbed by the fast particle population

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].power_fast

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast_n_tor

Wave power absorbed by the fast particle population per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].powerfastn_tor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal

Wave power absorbed by the thermal particle population

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].power_thermal

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal_n_tor

Wave power absorbed by the thermal particle population per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].powerthermaln_tor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].vibrational_level_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_max_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_min_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].ion[:].z_ion_σ

error of waves.coherentwave[:].globalquantities[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].n_tor

Toroidal mode numbers, the wave vector toroidal component being defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi direction

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].global_quantities[:].power

Total absorbed wave power

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].power_σ

error of waves.coherentwave[:].globalquantities[:].power

  • Units: W
  • Data Type: FLT_0D

waves.coherent_wave[:].global_quantities[:].power_n_tor

Absorbed wave power per toroidal mode number

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].power_n_tor_σ

error of waves.coherentwave[:].globalquantities[:].powerntor

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].global_quantities[:].n_tor"]

waves.coherent_wave[:].global_quantities[:].time

Time

  • Units: s
  • Data Type: FLT_0D

waves.coherent_wave[:].identifier.antenna_name

Name of the antenna that launches this wave. Corresponds to the name specified in antennas/ec(i)/name, or antennas/ic(i)/name or antennas/lh(i)/name (depends of antenna/wave type) in the ANTENNAS IDS.

  • Data Type: STR_0D

waves.coherent_wave[:].identifier.index_in_antenna

Index of the wave (starts at 1), separating different waves generated from a single antenna.

  • Data Type: INT_0D

waves.coherent_wave[:].identifier.type.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].identifier.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].identifier.type.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_1d[:].current_parallel_density

Flux surface averaged wave driven parallel current density = average(j.B) / B0, where B0 = vacuumtoroidalfield/b0.

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].current_parallel_density_σ

error of waves.coherentwave[:].profiles1d[:].currentparalleldensity

  • Units: A.m^-2
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].current_parallel_density_n_tor

Flux surface averaged wave driven parallel current density, per toroidal mode number

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].current_parallel_density_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].currentparalleldensityntor

  • Units: A.m^-2
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].current_tor_inside

Wave driven toroidal current, inside a flux surface

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].current_tor_inside_σ

error of waves.coherentwave[:].profiles1d[:].currenttorinside

  • Units: A
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].current_tor_inside_n_tor

Wave driven toroidal current, inside a flux surface, per toroidal mode number

  • Units: A
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].current_tor_inside_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].currenttorinsidentor

  • Units: A
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.amplitude

Amplitude

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.amplitude_σ

error of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].minus.amplitude

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.phase

Phase

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.phase_σ

error of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].minus.phase

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.amplitude

Amplitude

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.amplitude_σ

error of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].parallel.amplitude

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.phase

Phase

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.phase_σ

error of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].parallel.phase

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.amplitude

Amplitude

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.amplitude_σ

error of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].plus.amplitude

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.phase

Phase

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.phase_σ

error of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].plus.phase

  • Units: V.m^-1
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast

Flux surface averaged absorbed wave power density on the fast species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerdensityfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast_n_tor

Flux surface averaged absorbed wave power density on the fast species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerdensityfastntor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal

Flux surface averaged absorbed wave power density on the thermal species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerdensitythermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal_n_tor

Flux surface averaged absorbed wave power density on the thermal species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerdensitythermalntor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerinsidefast

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast_n_tor

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerinsidefastntor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerinsidethermal

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal_n_tor

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].electrons.powerinsidethermalntor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.area_σ

error of waves.coherentwave[:].profiles1d[:].grid.area

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.psi_σ

error of waves.coherentwave[:].profiles1d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.psi_boundary

Value of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].grid.psi_boundary_σ

error of waves.coherentwave[:].profiles1d[:].grid.psi_boundary

  • Units: Wb
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].grid.psi_magnetic_axis

Value of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)

  • Units: Wb
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].grid.psi_magnetic_axis_σ

error of waves.coherentwave[:].profiles1d[:].grid.psimagneticaxis

  • Units: Wb
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].grid.rho_pol_norm

Normalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.rho_pol_norm_σ

error of waves.coherentwave[:].profiles1d[:].grid.rhopolnorm

  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.rho_tor

Toroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_σ

error of waves.coherentwave[:].profiles1d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS)

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm_σ

error of waves.coherentwave[:].profiles1d[:].grid.rhotornorm

  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].profiles_1d[:].grid.surface

Surface area of the toroidal flux surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.surface_σ

error of waves.coherentwave[:].profiles1d[:].grid.surface

  • Units: m^2
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].grid.volume_σ

error of waves.coherentwave[:].profiles1d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].a_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].z_n_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast

Flux surface averaged absorbed wave power density on the fast species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerdensityfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast_n_tor

Flux surface averaged absorbed wave power density on the fast species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerdensityfastntor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal

Flux surface averaged absorbed wave power density on the thermal species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerdensitythermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal_n_tor

Flux surface averaged absorbed wave power density on the thermal species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerdensitythermalntor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidefast

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast_n_tor

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidefastntor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidethermal

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal_n_tor

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidethermalntor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast

Flux surface averaged absorbed wave power density on the fast species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensityfast

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast_n_tor

Flux surface averaged absorbed wave power density on the fast species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensityfastntor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal

Flux surface averaged absorbed wave power density on the thermal species

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensitythermal

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal_n_tor

Flux surface averaged absorbed wave power density on the thermal species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensitythermalntor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidefast

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast_n_tor

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidefastntor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidethermal

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal_n_tor

Absorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidethermalntor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_max_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_min_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].ion[:].z_ion_σ

error of waves.coherentwave[:].profiles1d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_1d[:].k_perpendicular

Perpendicular wave vector, averaged over the flux surface, where the averaged is weighted with the power deposition density, such that kperpendicular = ave(kperpendicular.powerdensity) / ave(powerdensity), for every flux surface and every toroidal number

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].k_perpendicular_σ

error of waves.coherentwave[:].profiles1d[:].k_perpendicular

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].n_tor

Toroidal mode numbers, the wave vector toroidal component being defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi direction

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].profiles_1d[:].power_density

Flux surface averaged total absorbed wave power density (electrons + ion + fast populations)

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].power_density_σ

error of waves.coherentwave[:].profiles1d[:].power_density

  • Units: W.m^-3
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].power_density_n_tor

Flux surface averaged absorbed wave power density per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].power_density_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].powerdensityn_tor

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].power_inside

Total absorbed wave power (electrons + ion + fast populations) inside a flux surface (cumulative volume integral of the absorbed power density)

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].power_inside_σ

error of waves.coherentwave[:].profiles1d[:].power_inside

  • Units: W
  • Data Type: FLT_1D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm"]

waves.coherent_wave[:].profiles_1d[:].power_inside_n_tor

Total absorbed wave power (electrons + ion + fast populations) inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode number

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].power_inside_n_tor_σ

error of waves.coherentwave[:].profiles1d[:].powerinsiden_tor

  • Units: W
  • Data Type: FLT_2D
  • Coordinates: ["waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm", "waves.coherent_wave[:].profiles_1d[:].n_tor"]

waves.coherent_wave[:].profiles_1d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.amplitude

Amplitude

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.amplitude_σ

error of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].minus.amplitude

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.phase

Phase

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.phase_σ

error of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].minus.phase

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.amplitude

Amplitude

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.amplitude_σ

error of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].parallel.amplitude

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.phase

Phase

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.phase_σ

error of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].parallel.phase

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.amplitude

Amplitude

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.amplitude_σ

error of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].plus.amplitude

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.phase

Phase

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.phase_σ

error of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].plus.phase

  • Units: V.m^-1
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast

Absorbed wave power density on the fast species

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast_σ

error of waves.coherentwave[:].profiles2d[:].electrons.powerdensityfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast_n_tor

Absorbed wave power density on the fast species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].electrons.powerdensityfastntor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal

Absorbed wave power density on the thermal species

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal_σ

error of waves.coherentwave[:].profiles2d[:].electrons.powerdensitythermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal_n_tor

Absorbed wave power density on the thermal species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].electrons.powerdensitythermalntor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].grid.area

Cross-sectional area of the flux surface

  • Units: m^2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.area_σ

error of waves.coherentwave[:].profiles2d[:].grid.area

  • Units: m^2
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.psi

Poloidal magnetic flux

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.psi_σ

error of waves.coherentwave[:].profiles2d[:].grid.psi

  • Units: Wb
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.r

Major radius

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.r_σ

error of waves.coherentwave[:].profiles2d[:].grid.r

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.rho_tor

Toroidal flux coordinate. The toroidal field used in its definition is indicated under vacuumtoroidalfield/b0

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.rho_tor_σ

error of waves.coherentwave[:].profiles2d[:].grid.rho_tor

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.rho_tor_norm

Normalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation)

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.rho_tor_norm_σ

error of waves.coherentwave[:].profiles2d[:].grid.rhotornorm

  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.theta_geometric

Geometrical poloidal angle

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.theta_geometric_σ

error of waves.coherentwave[:].profiles2d[:].grid.theta_geometric

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.theta_straight

Straight field line poloidal angle

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.theta_straight_σ

error of waves.coherentwave[:].profiles2d[:].grid.theta_straight

  • Units: rad
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.type.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_2d[:].grid.type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].profiles_2d[:].grid.type.name

Short string identifier

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_2d[:].grid.volume

Volume enclosed inside the magnetic surface

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.volume_σ

error of waves.coherentwave[:].profiles2d[:].grid.volume

  • Units: m^3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.z

Height

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].grid.z_σ

error of waves.coherentwave[:].profiles2d[:].grid.z

  • Units: m
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].a

Mass of atom

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].a_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].element[:].a

  • Units: Atomic Mass Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].atoms_n

Number of atoms of this element in the molecule

  • Data Type: INT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].z_n

Nuclear charge

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].z_n_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].element[:].z_n

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].label

String identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].multiple_states_flag

Multiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structure

  • Data Type: INT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast

Absorbed wave power density on the fast species

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].powerdensityfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast_n_tor

Absorbed wave power density on the fast species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].powerdensityfastntor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal

Absorbed wave power density on the thermal species

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].powerdensitythermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal_n_tor

Absorbed wave power density on the thermal species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].powerdensitythermalntor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].electron_configuration

Configuration of atomic orbitals of this state, e.g. 1s2-2s1

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].label

String identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast

Absorbed wave power density on the fast species

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensityfast

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast_n_tor

Absorbed wave power density on the fast species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensityfastntor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal

Absorbed wave power density on the thermal species

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensitythermal

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal_n_tor

Absorbed wave power density on the thermal species, per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensitythermalntor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].vibrational_level

Vibrational level (can be bundled)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].vibrational_level_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].vibrational_level

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].vibrational_mode

Vibrational mode of this state, e.g. "A_g". Need to define, or adopt a standard nomenclature.

  • Data Type: STR_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_max

Maximum Z of the charge state bundle (equal to z_min if no bundle)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_max_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].z_max

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_min

Minimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_min_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].state[:].z_min

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].z_ion

Ion charge (of the dominant ionisation state; lumped ions are allowed).

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].ion[:].z_ion_σ

error of waves.coherentwave[:].profiles2d[:].ion[:].z_ion

  • Units: Elementary Charge Unit
  • Data Type: FLT_0D

waves.coherent_wave[:].profiles_2d[:].n_tor

Toroidal mode numbers, the wave vector toroidal component being defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi direction

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

waves.coherent_wave[:].profiles_2d[:].power_density

Total absorbed wave power density (electrons + ion + fast populations)

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].power_density_σ

error of waves.coherentwave[:].profiles2d[:].power_density

  • Units: W.m^-3
  • Data Type: FLT_2D
  • Coordinates: ["1...N", "1...N"]

waves.coherent_wave[:].profiles_2d[:].power_density_n_tor

Absorbed wave power density per toroidal mode number

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].power_density_n_tor_σ

error of waves.coherentwave[:].profiles2d[:].powerdensityn_tor

  • Units: W.m^-3
  • Data Type: FLT_3D
  • Coordinates: ["1...N", "1...N", "waves.coherent_wave[:].profiles_2d[:].n_tor"]

waves.coherent_wave[:].profiles_2d[:].time

Time

  • Units: s
  • Data Type: FLT_0D

waves.coherent_wave[:].wave_solver_type.description

Verbose description

  • Data Type: STR_0D

waves.coherent_wave[:].wave_solver_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.coherent_wave[:].wave_solver_type.name

Short string identifier

  • Data Type: STR_0D

waves.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

waves.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

waves.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

waves.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

waves.ids_properties.occurrence

N/A

  • Data Type: INT_0D

waves.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

waves.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

waves.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

waves.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

waves.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

waves.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

waves.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

waves.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

waves.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

waves.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

waves.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

waves.magnetic_axis.r

Major radius

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.time"]

waves.magnetic_axis.r_σ

error of waves.magnetic_axis.r

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.time"]

waves.magnetic_axis.z

Height

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.time"]

waves.magnetic_axis.z_σ

error of waves.magnetic_axis.z

  • Units: m
  • Data Type: FLT_1D
  • Coordinates: ["waves.time"]

waves.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

waves.vacuum_toroidal_field.b0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["waves.time"]

waves.vacuum_toroidal_field.b0_σ

error of waves.vacuumtoroidalfield.b0

  • Units: T
  • Data Type: FLT_1D
  • Coordinates: ["waves.time"]

waves.vacuum_toroidal_field.r0

Reference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)

  • Units: m
  • Data Type: FLT_0D

waves.vacuum_toroidal_field.r0_σ

error of waves.vacuumtoroidalfield.r0

  • Units: m
  • Data Type: FLT_0D

workflow.code.commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.code.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.code.library[:].commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.code.library[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.code.library[:].name

Name of software

  • Data Type: STR_0D

workflow.code.library[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

workflow.code.library[:].repository

URL of software repository

  • Data Type: STR_0D

workflow.code.library[:].version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.code.name

Name of software generating IDS

  • Data Type: STR_0D

workflow.code.output_flag

Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.

  • Data Type: INT_1D
  • Coordinates: ["workflow.time"]

workflow.code.parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

workflow.code.repository

URL of software repository

  • Data Type: STR_0D

workflow.code.version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.ids_properties.comment

Any comment describing the content of this IDS

  • Data Type: STR_0D

workflow.ids_properties.creation_date

Date at which this data has been produced

  • Data Type: STR_0D

workflow.ids_properties.homogeneous_time

This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2

  • Data Type: INT_0D

workflow.ids_properties.name

User-defined name for this IDS occurrence

  • Data Type: STR_0D

workflow.ids_properties.occurrence

N/A

  • Data Type: INT_0D

workflow.ids_properties.occurrence_type.description

Verbose description

  • Data Type: STR_0D

workflow.ids_properties.occurrence_type.index

Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.

  • Data Type: INT_0D

workflow.ids_properties.occurrence_type.name

Short string identifier

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_get.commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_get.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_get.name

Name of software used

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_get.repository

URL of software repository

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_get.version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_put.commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_put.description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_put.name

Name of software used

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_put.repository

URL of software repository

  • Data Type: STR_0D

workflow.ids_properties.plugins.infrastructure_put.version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].get_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].get_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].get_operation[:].name

Name of software used

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].get_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].get_operation[:].repository

URL of software repository

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].get_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].put_operation[:].commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].put_operation[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].put_operation[:].name

Name of software used

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].put_operation[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].put_operation[:].repository

URL of software repository

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].put_operation[:].version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].readback[:].commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].readback[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].readback[:].name

Name of software used

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].readback[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].readback[:].repository

URL of software repository

  • Data Type: STR_0D

workflow.ids_properties.plugins.node[:].readback[:].version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.ids_properties.provenance.node[:].path

Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.

  • Data Type: STR_0D

workflow.ids_properties.provenance.node[:].sources

List of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the "code" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.

  • Data Type: STR_1D
  • Coordinates: ["1...N"]

workflow.ids_properties.provider

Name of the person in charge of producing this data

  • Data Type: STR_0D

workflow.ids_properties.version_put.access_layer

Version of Access Layer used to PUT this IDS

  • Data Type: STR_0D

workflow.ids_properties.version_put.access_layer_language

Programming language of the Access Layer high level API used to PUT this IDS

  • Data Type: STR_0D

workflow.ids_properties.version_put.data_dictionary

Version of Data Dictionary used to PUT this IDS

  • Data Type: STR_0D

workflow.time

Generic time

  • Units: s
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

workflow.time_loop.component[:].commit

Unique commit reference of software

  • Data Type: STR_0D

workflow.time_loop.component[:].description

Short description of the software (type, purpose)

  • Data Type: STR_0D

workflow.time_loop.component[:].name

Name of software used

  • Data Type: STR_0D

workflow.time_loop.component[:].parameters

List of the code specific parameters in XML format

  • Data Type: STR_0D

workflow.time_loop.component[:].repository

URL of software repository

  • Data Type: STR_0D

workflow.time_loop.component[:].version

Unique version (tag) of software

  • Data Type: STR_0D

workflow.time_loop.time_end

Termination time for the workflow main time loop

  • Units: s
  • Data Type: FLT_0D

workflow.time_loop.time_end_σ

error of workflow.timeloop.timeend

  • Units: s
  • Data Type: FLT_0D

workflow.time_loop.workflow_cycle[:].component[:].control_float

Array of real workflow control parameters used by this component (component specific)

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

workflow.time_loop.workflow_cycle[:].component[:].control_float_σ

error of workflow.timeloop.workflowcycle[:].component[:].control_float

  • Units: mixed
  • Data Type: FLT_1D
  • Coordinates: ["1...N"]

workflow.time_loop.workflow_cycle[:].component[:].control_integer

Array of integer workflow control parameters used by this component (component specific)

  • Data Type: INT_1D
  • Coordinates: ["1...N"]

workflow.time_loop.workflow_cycle[:].component[:].execution_mode

Component execution mode for current workflow cycle. 0 means the component is not executed and the workflow uses results from previous workflow cycle. 1 means the component is executed for this workflow cycle.

  • Data Type: INT_0D

workflow.time_loop.workflow_cycle[:].component[:].index

Index of the component in the ../../../component array

  • Data Type: INT_0D

workflow.time_loop.workflow_cycle[:].component[:].time_interval_elapsed

Simulation time interval for which this component has last computed its results

  • Units: s
  • Data Type: FLT_0D

workflow.time_loop.workflow_cycle[:].component[:].time_interval_elapsed_σ

error of workflow.timeloop.workflowcycle[:].component[:].timeintervalelapsed

  • Units: s
  • Data Type: FLT_0D

workflow.time_loop.workflow_cycle[:].component[:].time_interval_request

Simulation time interval for which this component is requested to compute its results

  • Units: s
  • Data Type: FLT_0D

workflow.time_loop.workflow_cycle[:].component[:].time_interval_request_σ

error of workflow.timeloop.workflowcycle[:].component[:].timeintervalrequest

  • Units: s
  • Data Type: FLT_0D

workflow.time_loop.workflow_cycle[:].time

Time

  • Units: s
  • Data Type: FLT_0D
diff --git a/v0.1.38/dd_docs.jl b/v0.1.38/dd_docs.jl new file mode 100644 index 000000000..f33bda2ee --- /dev/null +++ b/v0.1.38/dd_docs.jl @@ -0,0 +1,79 @@ +txt = String[""" + +```@meta +CurrentModule = IMAS +``` + +# IMAS data structure + +FUSE data is organized into hierarchical Interface Data Structures (IDSs), according to the ITER IMAS ontology. +In addition to the usual IMAS IDSs (which we include on a need-by-need basis) FUSE also defines some of its own IDSs, +to hold data that does not (yet?) fit into IMAS. Notable examples are the `build`, `solid_mechanics`, `balance_of_plant`, and `costing` IDSs. + +`dd = IMAS.dd()` (which stands for "data dictionary") is the root of the FUSE data structure + +"""] + +for name in sort!(collect(fieldnames(IMAS.dd))) + if name == :global_time || name ∈ IMAS.private_fields + continue + else + basename = replace("$name", "_" => " ") + push!( + txt, + """## $basename + ```@example + using IMASdd # hide + IMASdd.$name{Float64} # hide + ```\n""" + ) + end +end +open("$(@__DIR__)/dd.md", "w") do io + return write(io, join(txt, "\n")) +end + +function dd_details_md(io, ids) + ProgressMeter.@showprogress "$ids" for leaf in collect(AbstractTrees.Leaves(ids)) + name = "$(leaf.location)" + nfo = IMAS.info(name) + documentation = nfo.documentation + if nfo.documentation != "" + documentation = nfo.documentation + else + documentation = "N/A" + end + if nfo.units != "-" + units = "* **Units:** `$(nfo.units)`\n " + else + units = "" + end + data_type = "* **Data Type:** `$(nfo.data_type)`\n " + if !isempty(nfo.coordinates) + coordinates = "* **Coordinates:** `$(String[k for k in nfo.coordinates])`\n " + else + coordinates = "" + end + txt = """ + + ------------ + + ```@raw html +
+ ``` + !!! note "$name" + $documentation + $(units)$(data_type)$(coordinates) + """ + write(io, txt) + end +end + +open("$(@__DIR__)/dd_details.md", "w") do io + for field in fieldnames(IMAS.dd) + if field == :global_time || field ∈ IMAS.private_fields + continue + end + dd_details_md(io, getfield(IMAS, field){Float64}) + end +end diff --git a/v0.1.38/deps.html b/v0.1.38/deps.html new file mode 100644 index 000000000..cb8240742 --- /dev/null +++ b/v0.1.38/deps.html @@ -0,0 +1,6 @@ + +Ecosystem · FUSE
diff --git a/v0.1.38/deps.jl b/v0.1.38/deps.jl new file mode 100644 index 000000000..ac1cff413 --- /dev/null +++ b/v0.1.38/deps.jl @@ -0,0 +1,26 @@ +# NOTE: to update the deps.svg file, run `make deps_dag` in the FUSE folder. + +deps = "ADAS BalanceOfPlantSurrogate BoundaryPlasmaModels CHEASE CoordinateConventions EPEDNN FiniteElementHermite IMASutils FusionMaterials FuseExchangeProtocol IMAS IMASdd MXHEquilibrium MeshTools MillerExtendedHarmonic NEO NNeutronics QED RABBIT SimulationParameters TEQUILA TGLFNN TJLF VacuumFields XSteam ThermalSystemModels" + +txt = String[""" +# Ecosystem + +The FUSE project is built upon multiple Julia packages, many of which reside in the [https://github.com/ProjectTorreyPines](https://github.com/ProjectTorreyPines) organization on GitHub. + +![FUSE dependencies](./assets/deps.svg) + +"""] +for dep in sort!(split(deps)) + if dep in ("XSteam", "BoundaryPlasmaModels") + continue + push!(txt, "* $dep [[repo](https://github.com/ProjectTorreyPines/$dep.jl)]") + elseif dep in ("ThermalSystemModels",) + push!(txt, "* [$dep](https://projecttorreypines.github.io/$dep.jl/) [[repo](https://github.com/ProjectTorreyPines/$dep.jl)]") + else + push!(txt, "* [$dep](https://projecttorreypines.github.io/$dep.jl/dev/) [[repo](https://github.com/ProjectTorreyPines/$dep.jl)]") + end +end + +open("$(@__DIR__)/deps.md", "w") do io + return write(io, join(txt, "\n")) +end diff --git a/v0.1.38/develop.html b/v0.1.38/develop.html new file mode 100644 index 000000000..0a469906b --- /dev/null +++ b/v0.1.38/develop.html @@ -0,0 +1,62 @@ + +Contributing · FUSE

Contributing

FUSE is a collaborative project, and we welcome contributions from the community!

Setting up a developer environment

Follow these steps to set up your development environment for contributing to the FUSE codebase (or any other Julia package).

  1. Install and configure Revise.jl

    Install Revise.jl to modify code and see changes without restarting Julia. We recommend adding import Revise to your ~/.julia/config/startup.jl to automatically load Revise in all Julia sessions. Run the following command:

    fusebot install_revise

    Restart your Julia sessions and Jupyter kernels to apply this change.

  2. By default, development packages are located in ~/.julia/dev. Since accessing hidden folders like ~/.julia can be cumbersome, you may find it helpful to create a symbolic link to this dev folder (you can name the link ~/julia_dev or something more convenient):

    ln -s ~/.julia/dev ~/julia_dev
  3. Instead of manually cloning repositories, we recommend using Julia's Pkg system. Here’s a quick guide:

    ] dev FUSE # clones the `master` branch of FUSE
    +] dev FUSE\#feature_branch # clones a specific feature branch
    +] dev FUSE@v1.2.3 # checks out a specific release version
    +] free FUSE # stops development mode, reverting to standard usage
    +] status # shows the status of all packages in use and development
    +] up # upgrades all packages (note: manage `dev` packages manually)

    These commands work not only for FUSE but for any Julia package, including packages that FUSE depends on.

    Familiarize yourself with managing Julia packages, as this will be helpful when contributing to FUSE or other Julia projects.

  4. Once set up, you can open ~/julia_dev in VS Code, make changes to the code, and immediately see the effects of your changes live in your Julia sessions and Jupyter notebooks (thanks to Revise.jl).

Git branches

The master and dev branches of ProjectTorreyPines repositories are write-protected. This means that even with write permissions to the repository, you'll not be able to push to them directly. Instead, we handle updates – be it new features or bug fixes – through branches and Pull Requests (PRs).

A crucial part of our PR process is code review. It is where your peers get to weigh in and ensure everything is up to standard before merging. When you create a PR, think about who on the team has the right expertise for the code you're working on, and assign them as reviewers. Their insights will not only help in maintaining code quality but also in catching any potential issues early. It is all about teamwork and making sure our code is the best it can be!

Note

When working on a new feature that involves changes to FUSE and other ProjectTorreyPines repositories, you'll want to use the same branch name across these repositories. For example, if you're working on a branch named my_new_feature in both FUSE and IMAS, regression testing will be performed using the my_new_feature branches for FUSE and IMAS, along with the master branch of the other ProjectTorreyPines repositories.

Add/modify entries in dd

The dd data structure is defined under the IMASdd.jl package. See the documentation there to how add/modify entries in dd.

Write a new actor

See the Jupyter new actor tutorial

Add/modify examples

The FuseExamples repository contains jupyter notebook that showcase some possible uses of FUSE.

Note

When committing changes to in a jupyter notebook, make sure that all the output cells are cleared! This is important to keep the size of the repository in check.

Write IMAS physics functions

IMAS physics and engineering functions are structured in IMAS.jl under IMAS/src/physics. These functions use or modify the datastructure (dd) in some way and are used to calculate certain quantities or fill the data structure.

Let's say we want to create a function that calculates the DT fusion and then fill core_sources with the alpha heating from that source. Here is an example of writing it in a good way:

function DT_fusion_source!(dd::IMAS.dd)
+    return DT_fusion_source!(dd.core_sources, dd.core_profiles)
+end
+
+"""
+    DT_fusion_source!(cs::IMAS.core_sources, cp::IMAS.core_profiles)
+
+Calculates DT fusion heating with an estimation of the alpha slowing down to the ions and electrons, modifies dd.core_sources
+"""
+function DT_fusion_source!(cs::IMAS.core_sources, cp::IMAS.core_profiles)
+    # // actual implementation here //
+end
Convention

The documentation string is added to the specialized function DT_fusion_source!(cs::IMAS.core_sources, cp::IMAS.core_profiles) and the dispatch function DT_fusion_source!(dd::IMAS.dd) is added on above

Add/modify entries in ini and act

The functinoality of the ini and act parameters is implemented in the SimulationParameters.jl package.

  • The ini parameters are all defined in the FUSE/src/parameters_init.jl file. Add/edit entries there.
  • The act parameters of each actor are defined where that actor is defined. Add/edit entries there.

Profiling and writing fast Julia code

First let's do some profiling to identify problemetic functions:

  1. Run FUSE from the VScode Julia REPL (<Command-Shift-p> and then Julia: Start REPL)

    using FUSE
    +FUSE.logging(Logging.Info; actors=Logging.Info);
    +ini, act = FUSE.case_parameters(:FPP; version=:v1_demount, init_from=:scalars, STEP=true);
    +dd = IMAS.dd()
    +FUSE.init(dd, ini, act)
    +FUSE.ActorWholeFacility(dd, act); # call this once to precompile
    Note

    Alternatively one can create a profile.jl file in the FUSE/playground folder, write Julia code in that file, select the code to execute and run it with <Control-Return>.

  2. Use @time to monitor execution time and allocations

  3. For functions that return very quickly one can use BenchmarkTooks.@benchmark

  4. Graphical profiling of the execution time is a powerful way to understand where time is spent

    @profview FUSE.ActorWholeFacility(dd, act);

    where FUSE.ActorWholeFacility(dd, act); can really be any function that we care about

  5. Look at allocations

    @profview_allocs FUSE.ActorWholeFacility(dd, act);
  6. We can decide how finely to comb for bottlenecks by setting sample_rate in @profview and @profview_allocs:

    @profview_allocs f(args...) [sample_rate=0.0001] [C=false]
Note

Let's now investigate where the issue is with the function that we have identified. For this we have several tools at our disposal:

  • @code_warntype: static analyzer built-in with Julia

    • only looks at types that are inferred at runtime
    • reports types only for the target function
    • @code_warntype function()
  • JET: static analyzer integrated with VScode

    • can detect different possible issues, including types inferred at runtime
    • JET goes deep into functions
    • JET.@report_opt function() reports dynamic dispatch
    • JET.@report_call function() reports type errors
    • JET.@report_call target_modules=(FUSE,IMAS,IMAS.IMASdd, ) FUSE.ActorNeutronics(dd,act);
  • Cthulhu: interactive static analyzer

    • Cthulhu.@descend function()

Build the documentation

  1. To build the documentation, in the FUSE/docs folder, start Julia then:

    ] activate .
    +include("make.jl")

    !!! tip Interactive documentation build One can call include("make.jl") over and over within the same Julia session to avoid dealing with startup time.

  2. Check page by opening FUSE/docs/build/index.html page in web-browser.

  3. The online documentation is built after each commit to master via GitHub actions.

Note

Documentation files (PDF, DOC, XLS, PPT, ...) can be committed and pushed to the FUSE_extra_files repository, and then linked directly from within the FUSE documentation, like this:

[video recording of the first FUSE tutorial](https://github.com/ProjectTorreyPines/FUSE_extra_files/raw/master/FUSE_tutorial_1_6Jul22.mp4)

Develop in VScode

VScode is an excellent development environment for Julia.

FUSE uses the following VScode settings for formatting the Julia code:

{
+    "files.autoSave": "onFocusChange",
+    "workbench.tree.indent": 24,
+    "editor.insertSpaces": true,
+    "editor.tabSize": 4,
+    "editor.detectIndentation": false,
+    "[julia]": {
+        "editor.defaultFormatter": "julialang.language-julia"
+    },
+    "juliaFormatter.margin": 160,
+    "juliaFormatter.alwaysForIn": true,
+    "juliaFormatter.annotateUntypedFieldsWithAny": false,
+    "juliaFormatter.whitespaceInKwargs": false,
+    "juliaFormatter.overwriteFlags": true,
+    "juliaFormatter.alwaysUseReturn": true,
+}
Note

To add these settings to VScode add these lines to: <Command> + <shift> + p -> Preferences: Open User Settings (JSON)

Note

To format Julia you will need to install Julia Language Support under the extensions tab (<Command> + <shift> + x)

Track Julia precompilation

To see what is precompiled at runtime, you can add a Julia kernel with the trace-compile option to Jupyter

import IJulia
+IJulia.installkernel("Julia tracecompile", "--trace-compile=stderr")

Then select the Julia tracecompile in jupyter-lab

Note

If you want to remove jupyter kernels you don't use anymore you can list them first with jupyter kernelspec list and remove via jupyter kernelspec remove <your kernel>

Run Julia within a Python environment

This can be particularly useful for benchmarking FUSE physics against existing Python routines (eg. in OMFIT)

  1. Install PyCall in your Julia environment:

    export PYTHON="" # Sometimes one needs to empty the PYTHON environmental variable to install PyCall
    +julia -e 'using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
    Note

    Python and Julia must be compiled for the same architecture. For example, to install Julia x64 in a Apple Silicon MACs:

    juliaup add release~x64
    +export PYTHON=""
    +julia +release~x64 -e 'using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'

    You can make this verison your default one with

    juliaup default release~x64
  2. Use pip to install the package PyJulia — remember to use the same Python passed to ENV["PYTHON"]:

    python3 –m pip install julia
  3. Configure the communication between Julia and Python by running the following in the Python interpreter:

    import julia
    +julia.install()
    Note

    If you have more than one Julia version on our system, we could specify it with an argument:

    julia.install(julia="/Users/meneghini/.julia/juliaup/julia-1.8.5+0.x64.apple.darwin14/bin/julia")
  4. Test the installation running the following in the Python interpreter run:

    from julia import Main
    +Main.eval('[x^2 for x in 0:4]')
  5. Now, try something more useful:

    from julia.api import Julia
    +Julia(compiled_modules=False)
    +def S(string): # from Python str to Julia Symbol
    +    return Main.eval(f"PyCall.pyjlwrap_new({string})")
    +
    +from julia import Main, IMAS, FUSE, Logging
    +FUSE.logging(Logging.Info, actors=Logging.Debug);
    +
    +ini, act = FUSE.case_parameters(S(":FPP"), version=S(":v1_demount"), init_from=S(":scalars"), STEP=True);
    +dd = FUSE.init(ini, act);
    +
    +eqt=dd.equilibrium.time_slice[-1]
    +cp1d=dd.core_profiles.profiles_1d[-1]
    +jFUSE = IMAS.Sauter_neo2021_bootstrap(eqt, cp1d, neo_2021=True)
diff --git a/v0.1.38/examples.html b/v0.1.38/examples.html new file mode 100644 index 000000000..a54c71085 --- /dev/null +++ b/v0.1.38/examples.html @@ -0,0 +1,6 @@ + +Examples · FUSE
diff --git a/v0.1.38/examples.jl b/v0.1.38/examples.jl new file mode 100644 index 000000000..32c66e560 --- /dev/null +++ b/v0.1.38/examples.jl @@ -0,0 +1,35 @@ +examples = [split(item[9:end], ".")[1] for item in readdir((@__DIR__)) if startswith(item, "example_") && endswith(item, ".md")] +dirs = unique([split(item, "__")[1] for item in examples]) +popat!(dirs, findfirst(x -> x == "cases", dirs)) +pushfirst!(dirs, "cases") + +txt = [""" +# Worked examples + +The following examples are available: +"""] + +for dir in dirs + push!(txt, "* **$(titlecase(dir))**") + for example in examples + if !startswith(example, dir * "__") + continue + end + + title = open("$(@__DIR__)/example_$example.md", "r") do io + txt = read(io, String) + try + title = txt[findfirst(r"^# .*", txt)][3:end] + catch + error("example_$example.md must have header markdown cell (`# title`)") + end + return title + end + + push!(txt, " - [$title](example_$example.md)") + end +end + +open("$(@__DIR__)/examples.md", "w") do io + return write(io, join(txt, "\n")) +end diff --git a/v0.1.38/imas.html b/v0.1.38/imas.html new file mode 100644 index 000000000..6d9c95169 --- /dev/null +++ b/v0.1.38/imas.html @@ -0,0 +1,6 @@ + +Inner workings of IMASdd.jl and IMAS.jl · FUSE
diff --git a/v0.1.38/index.html b/v0.1.38/index.html new file mode 100644 index 000000000..e19be80db --- /dev/null +++ b/v0.1.38/index.html @@ -0,0 +1,27 @@ + +Main · FUSE

FUSE.jl

FUSE (FUsion Synthesis Engine) is an open-source framework for the integrated design of Fusion Power Plants (FPP). Originally developed by General Atomics, FUSE is now publicly available under the Apache 2.0 license.

📢 2024 Code Camp 📢

  • Date: Dec 9th - 13th
  • Location: In person @ General Atomics
  • Agenda: here
  • Seats: All out! Join us on Discord to know of upcoming events!

Resources

Here are some key resources for getting started with FUSE:

Objectives

FUSE aims to achieve the following objectives:

  • ⚡ Provide a highly efficient, modular framework that tightly couples models across different domains.
  • 🧩 Integrate plasma physics, engineering, control, balance of plant, and costing systems.
  • 🤖 Leverage machine learning to overcome the typical fidelity/speed tradeoff in simulations.
  • ⏱️ Support both stationary and time-dependent simulations.
  • 💻 Harness parallelism and high-performance computing (HPC) for large-scale studies.
  • 🎯 Perform multi-objective constrained optimization to explore design tradeoffs.
  • 🔍 Enable comprehensive sensitivity analysis and uncertainty quantification.

Basic Concepts

FUSE is entirely written in Julia and is structured around the following core concepts:

  1. 📂 Data storage: All data is stored in the dd structure, which follows the ITER IMAS ontology.
  2. 🧠 Actors: The core components of FUSE simulations are physics and engineering actors.
  3. 🕹️ Control: Actor functionality is governed by act parameters.
  4. 🚀 Initialization: The data structure can be initialized from 0D ini parameters.
  5. 🔧 Use cases: FUSE includes templates for various machines (e.g., FPP, ITER, ARC).
  6. 🔄 Workflows: Self-contained studies and optimizations are conducted via workflows, typically involving multiple FUSE simulations.
  7. 🌍 Interoperability: FUSE interfaces with existing modeling tools like OMFIT/OMAS and the IMAS ecosystem.

A diagram illustrating these concepts is provided below: FUSE Diagram

Usage Example

Here’s a simple example of setting up and running a FUSE simulation in Julia:

using FUSE
+
+# Obtain `ini` and `act` parameters for a specific use case
+ini, act = FUSE.case_parameters(:FPP)
+
+# Initialize the `dd` structure from 0D `ini` parameters
+dd = FUSE.init(ini, act)
+
+# Run a stationary plasma actor simulation
+FUSE.ActorStationaryPlasma(dd, act)
+
+# Get an overview of the simulation results
+FUSE.digest(dd)

Make sure to take a look at the introductory tutorial and examples.

Installation

FUSE and its related packages are available through the FuseRegistry. To install:

  1. Install Julia

  2. Add the FuseRegistry and General registries, then install FUSE:

using Pkg
+Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
+Pkg.Registry.add("General")
+Pkg.add("FUSE")

Citation

Please cite this work as follows:

@article{meneghini2024fuse,
+author = {Meneghini, O. and Slendebroek, T. and Lyons, B.C. and McLaughlin, K. and McClenaghan, J. and Stagner, L. and Harvey, J. and Neiser, T.F. and Ghiozzi, A. and Dose, G. and Guterl, J. and Zalzali, A. and Cote, T. and Shi, N. and Weisberg, D. and Smith, S.P. and Grierson, B.A. and Candy, J.},
+doi = {10.48550/arXiv.2409.05894},
+journal = {arXiv},
+title = {{FUSE (Fusion Synthesis Engine): A Next Generation Framework for Integrated Design of Fusion Pilot Plants}},
+year = {2024}
+}

Last update on 2024-11-15T01:48:30.506

diff --git a/v0.1.38/index.jl b/v0.1.38/index.jl new file mode 100644 index 000000000..a8050ce9e --- /dev/null +++ b/v0.1.38/index.jl @@ -0,0 +1,12 @@ +txt = open(joinpath(@__DIR__, "..", "..", "README.md"), "r") do io + return read(io, String) +end + +txt = replace(txt, + "## Documentation\n\nFind the full documentation here: [https://fuse.help](https://fuse.help)" => "", + "docs/src/assets/" => "assets/") + +open(joinpath(@__DIR__, "index.md"), "w") do io + write(io, txt) + return write(io, "\nLast update on $(Dates.now())") +end diff --git a/v0.1.38/ini.html b/v0.1.38/ini.html new file mode 100644 index 000000000..e0b7481bc --- /dev/null +++ b/v0.1.38/ini.html @@ -0,0 +1,154 @@ + +ini parameters · FUSE

ini Parameters

FUSE.ParametersInits
+├─ general
+│  ├─ casename
+│  ├─ description
+│  ├─ init_from
+│  └─ dd
+├─ time
+│  ├─ pulse_shedule_time_basis  [s]
+│  └─ simulation_start  [s]
+├─ ods
+│  └─ filename
+├─ equilibrium
+│  ├─ B0  [T]
+│  ├─ R0  [m]
+│  ├─ Z0  [m]
+│  ├─ ϵ
+│  ├─ κ
+│  ├─ tilt
+│  ├─ δ
+│  ├─ ζ
+│  ├─ 𝚶
+│  ├─ twist
+│  ├─ pressure_core  [Pa]
+│  ├─ ip  [A]
+│  ├─ xpoints
+│  ├─ ngrid
+│  ├─ field_null_surface
+│  ├─ boundary_from
+│  ├─ MXH_params
+│  └─ rz_points  [m]
+├─ core_profiles
+│  ├─ plasma_mode
+│  ├─ w_ped
+│  ├─ ne_value
+│  ├─ ne_setting
+│  ├─ ne_sep_to_ped_ratio
+│  ├─ ne_core_to_ped_ratio
+│  ├─ ne_shaping
+│  ├─ T_ratio
+│  ├─ T_shaping
+│  ├─ Te_sep  [eV]
+│  ├─ zeff
+│  ├─ rot_core  [s⁻¹]
+│  ├─ ngrid
+│  ├─ bulk
+│  ├─ impurity
+│  ├─ helium_fraction
+│  ├─ ejima
+│  ├─ polarized_fuel_fraction
+│  └─ ITB
+│     ├─ radius
+│     ├─ ne_width
+│     ├─ ne_height_ratio
+│     ├─ Te_width
+│     └─ Te_height_ratio
+├─ pf_active
+│  └─ technology
+├─ rampup
+│  ├─ side
+│  ├─ ends_at  [s]
+│  └─ diverted_at  [s]
+├─ nb_unit
+│  └─ 1
+│     ├─ power_launched  [W]
+│     ├─ rho_0
+│     ├─ width
+│     ├─ beam_energy  [eV]
+│     ├─ beam_mass  [AU]
+│     ├─ toroidal_angle  [rad]
+│     ├─ efficiency_conversion
+│     └─ efficiency_transmission
+├─ ec_launcher
+│  └─ 1
+│     ├─ power_launched  [W]
+│     ├─ rho_0
+│     ├─ width
+│     ├─ efficiency_conversion
+│     └─ efficiency_transmission
+├─ pellet_launcher
+│  └─ 1
+│     ├─ frequency  [Hz]
+│     ├─ rho_0
+│     ├─ width
+│     ├─ shape
+│     ├─ species
+│     └─ size  [m]
+├─ ic_antenna
+│  └─ 1
+│     ├─ power_launched  [W]
+│     ├─ rho_0
+│     ├─ width
+│     ├─ efficiency_conversion
+│     ├─ efficiency_transmission
+│     └─ efficiency_coupling
+├─ lh_antenna
+│  └─ 1
+│     ├─ power_launched  [W]
+│     ├─ rho_0
+│     ├─ width
+│     ├─ efficiency_conversion
+│     ├─ efficiency_transmission
+│     └─ efficiency_coupling
+├─ hcd
+│  └─ power_scaling_cost_function
+├─ build
+│  ├─ layers
+│  │  └─ 1
+│  │     ├─ name
+│  │     ├─ thickness
+│  │     ├─ material
+│  │     ├─ coils_inside
+│  │     ├─ shape
+│  │     ├─ type
+│  │     └─ side
+│  ├─ plasma_gap
+│  ├─ symmetric
+│  ├─ divertors
+│  └─ n_first_wall_conformal_layers
+├─ center_stack
+│  ├─ bucked
+│  ├─ noslip
+│  └─ plug
+├─ tf
+│  ├─ n_coils
+│  ├─ shape
+│  ├─ ripple
+│  ├─ technology
+│  └─ nose_hfs_fraction
+├─ oh
+│  └─ technology
+├─ bop
+│  └─ cycle_type
+└─ requirements
+   ├─ power_electric_net  [W]
+   ├─ flattop_duration  [s]
+   ├─ log10_flattop_duration  [log10(s)]
+   ├─ tritium_breeding_ratio
+   ├─ cost  [$M]
+   ├─ ne_peaking
+   ├─ q_pol_omp  [W/m²]
+   ├─ lh_power_threshold_fraction
+   ├─ h98y2
+   ├─ hds03
+   ├─ beta_normal
+   ├─ Psol_R  [W/m]
+   ├─ q95
+   ├─ coil_j_margin
+   └─ coil_stress_margin
+
diff --git a/v0.1.38/ini_details.html b/v0.1.38/ini_details.html new file mode 100644 index 000000000..5f8034e31 --- /dev/null +++ b/v0.1.38/ini_details.html @@ -0,0 +1,6 @@ + +- · FUSE

ini.general.casename

Sort mnemonic name of the case being run

  • Type: Entry{String}
  • Units: -

ini.general.description

Longer description of the case being run

  • Type: Entry{String}
  • Units: -

ini.general.init_from

Initialize run from

  • Type: Switch{Symbol}
  • Units: -
  • Options: ods, scalars

ini.general.dd

dd to initialize from

  • Type: Entry{IMASdd.dd}
  • Units: -

ini.time.pulse_shedule_time_basis

Time basis used to discretize the pulse schedule

  • Type: Entry{AbstractRange{Float64}}
  • Units: s

ini.time.simulation_start

Time at which the simulation starts

  • Type: Entry{Float64}
  • Units: s
  • Default: 0.0

ini.ods.filename

ODS.json file(s) from which equilibrium is loaded. Multiple comma-separated ODSs can be specified.

  • Type: Entry{String}
  • Units: -

ini.equilibrium.B0

Vacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.

  • Type: Entry{Float64}
  • Units: T

ini.equilibrium.R0

Geometric genter of the plasma. NOTE: This also scales the radial build layers.

  • Type: Entry{Float64}
  • Units: m

ini.equilibrium.Z0

Z offset of the machine midplane

  • Type: Entry{Float64}
  • Units: m
  • Default: 0.0

ini.equilibrium.ϵ

Plasma inverse aspect ratio (a/R0). NOTE: This also scales the radial build layers.

  • Type: Entry{Float64}
  • Units: -

ini.equilibrium.κ

Plasma elongation. NOTE: If < 1.0 it defines the fraction of maximum controllable elongation estimate.

  • Type: Entry{Float64}
  • Units: -

ini.equilibrium.tilt

Tilt of the plasma boundary [MXH c0]

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.equilibrium.δ

Triangularity of the plasma boundary [MXH sin(s1)]

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.equilibrium.ζ

Squareness of the plasma boundary [MXH -s2]

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.equilibrium.𝚶

Ovality of the plasma boundary [MXH c1]

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.equilibrium.twist

Twist of the plasma boundary [MXH c2]

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.equilibrium.pressure_core

On axis pressure

  • Type: Entry{Float64}
  • Units: Pa

ini.equilibrium.ip

Plasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.

  • Type: Entry{Float64}
  • Units: A

ini.equilibrium.xpoints

X-points configuration

  • Type: Switch{Symbol}
  • Units: -
  • Options: lower, upper, double, none

ini.equilibrium.ngrid

Resolution of the equilibrium grid

  • Type: Entry{Int64}
  • Units: -
  • Default: 129

ini.equilibrium.field_null_surface

ψn value of the fieldnullsurface. Disable with 0.0

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.75

ini.equilibrium.boundary_from

The starting r, z boundary taken from

  • Type: Switch{Symbol}
  • Units: -
  • Options: scalars, MXH_params, rz_points, ods

ini.equilibrium.MXH_params

Vector of MXH flats

  • Type: Entry{Vector{Float64}}
  • Units: -

ini.equilibrium.rz_points

RZ boundary as Vector{Vector{Float64}}} : r = rzpoints[1], z = rz_points[2]

  • Type: Entry{Vector{Vector{Float64}}}
  • Units: m

ini.core_profiles.plasma_mode

Plasma configuration

  • Type: Switch{Symbol}
  • Units: -
  • Options: H_mode, L_mode
  • Default: H_mode

ini.core_profiles.w_ped

Pedestal width expressed in fraction of ψₙ

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.05

ini.core_profiles.ne_value

Value based on setup method

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.ne_setting

Way to set the electron density

  • Type: Switch{Symbol}
  • Units: -
  • Options: ne_ped, ne_line, greenwald_fraction, greenwald_fraction_ped

ini.core_profiles.ne_sep_to_ped_ratio

Ratio used to set the sepeartrix density based on the pedestal density

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.25

ini.core_profiles.ne_core_to_ped_ratio

Ratio used to set the core density based on the pedestal density

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.4

ini.core_profiles.ne_shaping

Density shaping factor

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.T_ratio

Ti/Te ratio

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.T_shaping

Temperature shaping factor

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.Te_sep

Separatrix temperature

  • Type: Entry{Float64}
  • Units: eV
  • Default: 80.0

ini.core_profiles.zeff

Effective ion charge

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.rot_core

Derivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocity

  • Type: Entry{Float64}
  • Units: s^-1

ini.core_profiles.ngrid

Resolution of the core_profiles grid

  • Type: Entry{Int64}
  • Units: -
  • Default: 101

ini.core_profiles.bulk

Bulk ion species

  • Type: Entry{Symbol}
  • Units: -

ini.core_profiles.impurity

Impurity ion species

  • Type: Entry{Symbol}
  • Units: -

ini.core_profiles.helium_fraction

Helium density / electron density fraction

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.ejima

Ejima coefficient

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.4

ini.core_profiles.polarized_fuel_fraction

Spin polarized fuel fraction

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.core_profiles.ITB.radius

Radius at which the ITB starts in rho

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.ITB.ne_width

Width of the ITB in ITB_radius

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.ITB.ne_height_ratio

Height of the electron density ITB expressed as the ratio of the density without ITB, evaluated on axis

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.ITB.Te_width

Width of the ITB in ITB_radius

  • Type: Entry{Float64}
  • Units: -

ini.core_profiles.ITB.Te_height_ratio

Height of the electron temperature ITB expressed as the ratio of the temperature without ITB, evaluated on axis

  • Type: Entry{Float64}
  • Units: -

ini.pf_active.technology

PF coils technology

  • Type: Switch{Symbol}
  • Units: -
  • Options: aluminum, nbti, nb3sn_iter, nb3sn, rebco, nb3sn_kdemo, copper

ini.rampup.side

Side of the vacuum vessel where the plasma is limited at breakdown

  • Type: Switch{Symbol}
  • Units: -
  • Options: hfs, lfs

ini.rampup.ends_at

Until when does the rampup lasts

  • Type: Entry{Float64}
  • Units: s

ini.rampup.diverted_at

Time at which x-point is formed and plasma can peel-off the wall

  • Type: Entry{Float64}
  • Units: s

ini.nb_unit.0.power_launched

Beam power

  • Type: Entry{Float64}
  • Units: W

ini.nb_unit.0.rho_0

Desired radial location of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.nb_unit.0.width

Desired width of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.3

ini.nb_unit.0.beam_energy

Beam energy

  • Type: Entry{Float64}
  • Units: eV

ini.nb_unit.0.beam_mass

Beam mass

  • Type: Entry{Float64}
  • Units: AU
  • Default: 2.0

ini.nb_unit.0.toroidal_angle

Toroidal angle of injection

  • Type: Entry{Float64}
  • Units: rad

ini.nb_unit.0.efficiency_conversion

Conversion efficiency of electric power to neutral beam power

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.nb_unit.0.efficiency_transmission

Transmission efficiency of neutral beam from source to port

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.ec_launcher.0.power_launched

EC launched power

  • Type: Entry{Float64}
  • Units: W

ini.ec_launcher.0.rho_0

Desired radial location of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.5

ini.ec_launcher.0.width

Desired width of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.025

ini.ec_launcher.0.efficiency_conversion

Conversion efficiency of electric power to microwave power

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.ec_launcher.0.efficiency_transmission

Transmission efficiency of microwave power from generator to antenna

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.pellet_launcher.0.frequency

Frequency of pellets launched

  • Type: Entry{Float64}
  • Units: Hz

ini.pellet_launcher.0.rho_0

Desired radial location of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.5

ini.pellet_launcher.0.width

Desired width of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.25

ini.pellet_launcher.0.shape

The pellet geometry

  • Type: Switch{Symbol}
  • Units: -
  • Options: spherical, cylindrical, rectangular
  • Default: spherical

ini.pellet_launcher.0.species

Pellet species

  • Type: Switch{Symbol}
  • Units: -
  • Options: H, D, T, DT, C, Ne

ini.pellet_launcher.0.size

Vector of geometric dimensions describing the pellet size for a given shape (spherical: [r], cylindrical: [d, l], rectangular: [x,y,z])

  • Type: Entry{Vector{Float64}}
  • Units: m

ini.ic_antenna.0.power_launched

IC launched power

  • Type: Entry{Float64}
  • Units: W

ini.ic_antenna.0.rho_0

Desired radial location of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.ic_antenna.0.width

Desired width of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.1

ini.ic_antenna.0.efficiency_conversion

Conversion efficiency of electric power to microwave power

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.ic_antenna.0.efficiency_transmission

Transmission efficiency of microwave power from generator to antenna

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.ic_antenna.0.efficiency_coupling

Coupling efficiency of launched microwave power to the plasma

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.lh_antenna.0.power_launched

LH launched power

  • Type: Entry{Float64}
  • Units: W

ini.lh_antenna.0.rho_0

Desired radial location of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.8

ini.lh_antenna.0.width

Desired width of the deposition profile

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.05

ini.lh_antenna.0.efficiency_conversion

Conversion efficiency of electric power to microwave power

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.lh_antenna.0.efficiency_transmission

Transmission efficiency of microwave power from generator to antenna

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.lh_antenna.0.efficiency_coupling

Coupling efficiency of launched microwave power to the plasma

  • Type: Entry{Float64}
  • Units: -
  • Default: 1.0

ini.hcd.power_scaling_cost_function

EC, IC, LH, NB power optimization cost function, takes dd as input. Eg. dd -> (1.0 - IMAS.tauethermal(dd) / IMAS.taueh98(dd))

  • Type: Entry{Function}
  • Units: -

ini.build.layers.0.name

Name of the layer

  • Type: Entry{String}
  • Units: -

ini.build.layers.0.thickness

Relative thickness of the layer (layers actual thickness is scaled to match plasma R0)

  • Type: Entry{Float64}
  • Units: -

ini.build.layers.0.material

Material of the layer

  • Type: Switch{Symbol}
  • Units: -
  • Options: tungsten, aluminum, graphite, nbti, flibe, water, plasma, lithium_lead, nb3sn_iter, nb3sn, vacuum, rebco, steel, nb3sn_kdemo, copper

ini.build.layers.0.coils_inside

List of coils within this layer

  • Type: Entry{Union{Int64, Vector{Int64}}}
  • Units: -

ini.build.layers.0.shape

Shape of the layer

  • Type: Switch{IMAS.BuildLayerShape}
  • Units: -
  • Options: racetrack, princeton_D, mirror_double_ellipse, mirror_rectangle_ellipse, rectangle, circle_ellipse, triple_arc, convex_hull, silo, offset, mirror_princeton_D, undefined, rectangle_ellipse, mirror_circle_ellipse, double_ellipse, miller, mirror_princeton_D_scaled, mirror_princeton_D_exact, negative_offset, princeton_D_scaled, mirror_triple_arc

ini.build.layers.0.type

Type of the layer

  • Type: Switch{IMAS.BuildLayerType}
  • Units: -
  • Options: blanket, cryostat, gap, vessel, tf, oh, shield, port, wall, plasma, divertor

ini.build.layers.0.side

Side of the layer

  • Type: Switch{IMAS.BuildLayerSide}
  • Units: -
  • Options: hfs, in, lfs, out, lhfs

ini.build.plasma_gap

Fraction of vacuum gap between first wall and plasma separatrix in radial build

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.1

ini.build.symmetric

Is the build up-down symmetric

  • Type: Entry{Bool}
  • Units: -

ini.build.divertors

Divertors configuration

  • Type: Switch{Symbol}
  • Units: -
  • Options: lower, upper, double, none, from_x_points
  • Default: from_x_points

ini.build.n_first_wall_conformal_layers

Number of layers that are conformal to the first wall

  • Type: Entry{Int64}
  • Units: -
  • Default: 1

ini.center_stack.bucked

Flag for bucked boundary conditions between TF and OH (and center plug, if present)

  • Type: Entry{Bool}
  • Units: -
  • Default: false

ini.center_stack.noslip

Flag for no slip conditions between TF and OH (and center plug, if present)

  • Type: Entry{Bool}
  • Units: -
  • Default: false

ini.center_stack.plug

Flag for center plug

  • Type: Entry{Bool}
  • Units: -
  • Default: false

ini.tf.n_coils

Number of TF coils

  • Type: Entry{Int64}
  • Units: -

ini.tf.shape

Shape of the TF coils

  • Type: Switch{IMAS.BuildLayerShape}
  • Units: -
  • Options: racetrack, princeton_D, mirror_double_ellipse, mirror_rectangle_ellipse, rectangle, circle_ellipse, triple_arc, convex_hull, silo, offset, mirror_princeton_D, undefined, rectangle_ellipse, mirror_circle_ellipse, double_ellipse, miller, mirror_princeton_D_scaled, mirror_princeton_D_exact, negative_offset, princeton_D_scaled, mirror_triple_arc

ini.tf.ripple

Fraction of toroidal field ripple evaluated at the outermost radius of the plasma chamber

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.01

ini.tf.technology

TF coils technology

  • Type: Switch{Symbol}
  • Units: -
  • Options: aluminum, nbti, nb3sn_iter, nb3sn, rebco, nb3sn_kdemo, copper

ini.tf.nose_hfs_fraction

Relative thickness of the TF nose, expressed as a fraction of high-field side TF leg

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.0

ini.oh.technology

OH coils technology

  • Type: Switch{Symbol}
  • Units: -
  • Options: aluminum, nbti, nb3sn_iter, nb3sn, rebco, nb3sn_kdemo, copper

ini.bop.cycle_type

Thermal cycle type

  • Type: Switch{Symbol}
  • Units: -
  • Options: rankine, brayton
  • Default: rankine

ini.requirements.power_electric_net

Net electric power generated by the fusion power plant

  • Type: Entry{Float64}
  • Units: W

ini.requirements.flattop_duration

Duration of the flattop (use Inf for steady-state)

  • Type: Entry{Float64}
  • Units: s

ini.requirements.log10_flattop_duration

Log10 value of the duration of the flattop (use Inf for steady-state). Preferred over flattop_duration for optimization studies.

  • Type: Entry{Float64}
  • Units: log10(s)

ini.requirements.tritium_breeding_ratio

Tritium breeding ratio of the whole plant

  • Type: Entry{Float64}
  • Units: -

ini.requirements.cost

Total FPP cost

  • Type: Entry{Float64}
  • Units: $M

ini.requirements.ne_peaking

On-axis electron density / volume-averaged electron denstiy

  • Type: Entry{Float64}
  • Units: -

ini.requirements.q_pol_omp

Poloidal heat flux at the outer midplane

  • Type: Entry{Float64}
  • Units: W/m^2

ini.requirements.lh_power_threshold_fraction

Fraction of the LH power threshold

  • Type: Entry{Float64}
  • Units: -

ini.requirements.h98y2

H98y2 ITER elmy H-mode confinement scaling factor

  • Type: Entry{Float64}
  • Units: -

ini.requirements.hds03

Petty 2003 H-mode thermal energy confinement scaling factor

  • Type: Entry{Float64}
  • Units: -

ini.requirements.beta_normal

Normalized total plasma beta (MHD)

  • Type: Entry{Float64}
  • Units: -

ini.requirements.Psol_R

Psol / R

  • Type: Entry{Float64}
  • Units: W/m

ini.requirements.q95

Edge safety factor

  • Type: Entry{Float64}
  • Units: -

ini.requirements.coil_j_margin

Magnet coil Jcrit / Jmax

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.4

ini.requirements.coil_stress_margin

Magnet coil yieldstress / maxstress

  • Type: Entry{Float64}
  • Units: -
  • Default: 0.2
diff --git a/v0.1.38/ini_docs.jl b/v0.1.38/ini_docs.jl new file mode 100644 index 000000000..fc6cd34f7 --- /dev/null +++ b/v0.1.38/ini_docs.jl @@ -0,0 +1,34 @@ +txt = [""" +# ini Parameters + +```@meta +CurrentModule = FUSE +``` + +```@example +import FUSE # hide +ini = FUSE.ParametersInits() # hide +resize!(ini.build.layers, 1) # hide +resize!(ini.nb_unit, 1) # hide +resize!(ini.ec_launcher, 1) # hide +resize!(ini.pellet_launcher, 1) # hide +resize!(ini.ic_antenna, 1) # hide +resize!(ini.lh_antenna, 1) # hide +ini # hide +``` + +"""] +open("$(@__DIR__)/ini.md", "w") do io + return write(io, join(txt, "\n")) +end + +open("$(@__DIR__)/ini_details.md", "w") do io + ini = FUSE.ParametersInits() + resize!(ini.build.layers, 1) + resize!(ini.nb_unit, 1) + resize!(ini.ec_launcher, 1) + resize!(ini.pellet_launcher, 1) + resize!(ini.ic_antenna, 1) + resize!(ini.lh_antenna, 1) + return parameters_details_md(io, ini) +end \ No newline at end of file diff --git a/v0.1.38/inits.html b/v0.1.38/inits.html new file mode 100644 index 000000000..4e267b012 --- /dev/null +++ b/v0.1.38/inits.html @@ -0,0 +1,14 @@ + +Init routines · FUSE

Initialization

Recall that FUSE actors operate exclusively on IMAS.dd data. As such, to run any actor, one has to first initialize IMAS.dd with some data. This can be done in a number of ways:

  1. Manually/Interactivelly (eg. in the REPL or a Jupyter sesion)
  2. Starting from 0D ini and act parameters (same spirit of OMFIT's PRO_create module)
  3. By reading in an existing OMAS JSON data structure with json2imas
  4. Starting from GA Systems Code output, then to ini, and finally to dd

The following init...() routines initialize dd from 0D parameters (method #2)

High-level Initialization

FUSE.initMethod
init(
+    dd::IMAS.dd,
+    ini::ParametersAllInits,
+    act::ParametersAllActors;
+    do_plot::Bool=false,
+    initialize_hardware::Bool=true,
+    initialize_pulse_schedule::Bool=true,
+    restore_expressions::Bool=true,
+    verbose::Bool=false)

Initialize dd starting from ini and act parameters

FUSE provides this high-level init function to populate dd starting from the ini parameters.

This function essentially calls all other FUSE.init... functions in FUSE.

For most studies, calling this high level function is sufficient.

source

Use-cases initialization

FUSE.initMethod
init(case::Symbol; do_plot::Bool=false, kw...)

Initialize dd, ini, act based on a given use-case.

Returns a tuple with dd, ini, act.

source

Low-level initialization routines

Below are the initialization functions specific to IDSs in the dd data structure. These can be called for a fine control on what IDSs are initialized and how.

balance of plant!

FUSE.init_balance_of_plant!Method
init_balance_of_plant!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.balance_of_plant starting from ini and act parameters

source

build!

FUSE.init_build!Method
init_build!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.build starting from ini and act parameters

source

core profiles!

FUSE.init_core_profiles!Method
init_core_profiles!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.core_profiles starting from ini and act parameters

source

core sources!

FUSE.init_core_sources!Method
init_core_sources!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.nbi, dd.ec_launchers, dd.ic_antennas, dd.lh_antennas starting from ini and act parameters

source

currents!

FUSE.init_currents!Method
init_currents!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.core_profiles and dd.core_sources ohmic and bootstrap currents and sources starting from ini and act parameters

source

ec

FUSE.init_ecMethod
init_ec(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.ec_launchers starting from ini and act parameters

source

equilibrium!

FUSE.init_equilibrium!Method
init_equilibrium!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.equilibrium starting from ini and act parameters

source

expressions

Missing docstring.

Missing docstring for FUSE.init_expressions(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors). Check Documenter's build log for details.

ic

FUSE.init_icMethod
init_ic(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.ic_antennas starting from ini and act parameters

source

lh

FUSE.init_lhMethod
init_lh(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.lh_antennas starting from ini and act parameters

source

missing from ods!

FUSE.init_missing_from_ods!Method
init_missing_from_ods!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize missing IDSs from ODS, only if ini.general.init_from == :ods.

source

nb

FUSE.init_nbMethod
init_nb(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.nbi starting from ini and act parameters

source

pf active!

FUSE.init_pf_active!Method
init_pf_active!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.pf_active starting from ini and act parameters

source

pl

FUSE.init_plMethod
init_pl(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.pellet_launcher starting from ini and act parameters

source

pulse schedule!

FUSE.init_pulse_schedule!Method
init_pulse_schedule!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd(); simplify_time_traces::Float64=0.1)

Initialize dd.pulse_schedule starting from ini and act parameters

source

pulse schedule postion control

Missing docstring.

Missing docstring for FUSE.init_pulse_schedule_postion_control(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors). Check Documenter's build log for details.

requirements!

FUSE.init_requirements!Method
init_requirements!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())

Initialize dd.requirements ini.requirements

source
diff --git a/v0.1.38/inits_docs.jl b/v0.1.38/inits_docs.jl new file mode 100644 index 000000000..5ee491446 --- /dev/null +++ b/v0.1.38/inits_docs.jl @@ -0,0 +1,59 @@ +txt = [""" +# Initialization + +```@meta +CurrentModule = IMAS +``` +Recall that FUSE actors operate exclusively on `IMAS.dd` data. +As such, to run any actor, one has to first **initialize** `IMAS.dd` with some data. +This can be done in a number of ways: + + 1. Manually/Interactivelly (eg. in the REPL or a Jupyter sesion) + 1. Starting from 0D [`ini`](ini.md) and [`act`](ini.md) parameters (same spirit of OMFIT's PRO_create module) + 1. By reading in an existing OMAS JSON data structure with [`json2imas`](@ref) + 1. Starting from [GA Systems Code](@ref) output, then to `ini`, and finally to `dd` + +The following `init...()` routines initialize `dd` from 0D parameters (method #2) + +```@meta +CurrentModule = FUSE +``` + +## High-level Initialization + +```@docs +FUSE.init(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors) +``` + +## Use-cases initialization + +```@docs +FUSE.init(case::Symbol; do_plot:Bool=false, kw...) +``` + +----------- + +## Low-level initialization routines + +Below are the initialization functions specific to IDSs in the `dd` data structure. +These can be called for a fine control on what IDSs are initialized and how. + +"""] +for name in sort!(collect(names(FUSE; all=true, imported=false))) + if startswith("$name", "init_") + nname = replace("$name", "init_" => "") + basename = replace(nname, "_" => " ") + push!(txt, + """### $basename + + ```@docs + FUSE.$name(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors) + ``` + + """ + ) + end +end +open("$(@__DIR__)/inits.md", "w") do io + return write(io, join(txt, "\n")) +end diff --git a/v0.1.38/install.html b/v0.1.38/install.html new file mode 100644 index 000000000..a2bfd457a --- /dev/null +++ b/v0.1.38/install.html @@ -0,0 +1,10 @@ + +Install FUSE · FUSE

Setup the FUSE environment

Julia installation

We highly recommend using the Juliaup manager to install Julia

  • Mac & Linux: curl -fsSL https://install.julialang.org | sh
  • Windows: winget install julia -s msstore

Once installed, restart your termninal to pick-up the julia executable.

FUSE installation

FUSE and related packages are registered at the FuseRegistry. For installation start your Julia interpreter by typing julia at the terminal, then:

  1. Add the FuseRegistry and the FUSE package as you would for any other julia package (for a fresh install this can take 20+ mins):

    using Pkg
    +Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
    +Pkg.Registry.add("General")
    +Pkg.add("FUSE")
  2. Now you should be able to import the FUSE package:

    using FUSE
  3. Install the fusebot utility to simplify install/updates later on. Now fusebot should be a command that you can type anywhere from the terminal.

    FUSE.install_fusebot()
  4. Run the regression tests (optional, this can take 1h+)

    julia ] test FUSE

  5. Exit julia and clone FUSE examples in the current working directory. To see/run those .ipynb files, you'll need to use Jupyter-Lab or VScode.

    fusebot install_examples

Install Jupyter-Lab with Julia support

  1. You will need to install jupyter-lab if that's not already available on your system

  2. Install the IJulia package by running:

    fusebot install_IJulia
    Note

    This will setup the single- and multi-thread julia kernels in Jupyter.

    The number of threads of the multi-threaded julia kernels can be set via the JULIA_NUM_THREADS environmental variable.

    This needs to be done every time a new version of Julia is installed.

  3. Start a new Jupyter-lab session (this should open a web-browser page with Jupyter running)

    jupyter-lab
  4. Now you can browse the examples in the FuseExamples folder that you have cloned, and take a tour of the example Jupyter notebooks there.

Updating FUSE

  1. Get notified of new FUSE releases by "watching" the FUSE repo on GitHub

  2. FUSE is updated like any other Julia package:

    julia ] up

Tip

Become familiar with how managing Julia packages works.

Updating Julia

  1. Use juliaup update to install the latest version of Julia

  2. Install FUSE to the new version of Julia

    using Pkg
    +Pkg.add("FUSE")
  3. Run fusebot install_IJulia to install the Kernel for the latest version of Julia in Jupyter-Lab

diff --git a/v0.1.38/install_omega.html b/v0.1.38/install_omega.html new file mode 100644 index 000000000..b91122d6c --- /dev/null +++ b/v0.1.38/install_omega.html @@ -0,0 +1,31 @@ + +on OMEGA · FUSE

Getting started on the OMEGA cluster

  1. Install miniconda

    cd # in your home folder
    +wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
    +sh Miniconda3-latest-Linux-x86_64.sh

    read and accept the license, and install under $HOME/miniconda3, answer questions, and restart your shell

  2. install mamba for faster package management

    $HOME/miniconda3/bin/conda install -c conda-forge mamba
    Note

    We use the full conda path to avoid picking up the system conda install. There is no system-wide mamba executable, so that's not necessary when running mamba.

  3. install jupyterlab

    mamba install -c conda-forge jupyterlab
  4. Remove module load defaults from your ~/.bashrc This module is used to run experimental tools like review+, efit_veiwer, etc... but it does not play well with the Julia executable. (alternatively you'll have to module purge or module unload defaults)

  5. Now follow the standard Julia and FUSE installation instructions

  6. Setup a multi-threaded Jupyter Julia kernel that does not take the whole login node

    export JULIA_NUM_THREADS=10
    +fusebot install_IJulia
    +
    +export JULIA_NUM_THREADS=40
    +fusebot install_IJulia

    OMEGA login nodes are a shared resource. Each login node has 40 cores. This will setup a Jupyter Julia kernel with both 10 and 40 threads. Use 10 threads on login nodes and 40 threads on worker nodes.

Distributed.jl on OMEGA

We have found issues when trying to run parallel jobs using Distributed.jl on OMEGA. The fix for this is simple: don't use the Main environment, rather activate a separate environment.

This can be easily by doing the following in the first cell of your Jupyter notebook:

using Pkg
+Pkg.activate("$HOME/julia_runs/my_run") # this is key, to avoid using the Main FUSE environment
+Pkg.add(("Plots", "FUSE"))

Three ways to run parallel jobs

Keep in mind that each worker node on OMEGA has 128 CPUs

  1. Screen + Jupyter on the login node, workers on the worker nodes

    OK when the master process will not be doing a lot of work, and we need multiple nodes

    Here we will use the FUSE.parallel_environment("omega", ...) call.

  2. Screen on the login node, Jupyter and workers on one worker node

    OK when the master process will be doing a lot of work, and we don't need more than one node

    Here we will use the FUSE.parallel_environment("localhost", ...) call.

  3. Screen on the login node, Jupyter on a worker node, workers on different worker nodes

    OK when the master process will be doing a lot of work, and we need multiple nodes

    This is more complex, and finicky. Avoid if possible.

    Here we will use the FUSE.parallel_environment("omega", ...) call.

FUSE on OMEGA cluster

  1. Connect to omega and launch screen

    Note

    You can re-connect to an existing screen session with screen -r

  2. If (and only if) you want to run Jupyter on a worker node do as follows:

    srun --partition=ga-ird --nodes=1 --time=4-00:00:00 --pty bash -l

    Note

    Use the queue, time, CPU, and memory limits that make the most sense for your application see these instructions for help

  3. Then start the Jupyter lab server from the screen session (screen will keep jupyter running even when you log out)

    jupyter lab --no-browser --port 55667

    Copy the token that you see on this session it should look something like token=1f1e0259cbc1..................

  4. On your computer setup your ~/.ssh/config this way (need to do this only once):

    Host cybele cybele.gat.com
    +Hostname cybele.gat.com
    +User meneghini
    +Port 2039
    +
    +Host omegae omega.gat.com
    +Hostname omega.gat.com
    +User meneghini
    +ProxyCommand ssh -q cybele nc %h %p
    +
    +# change XX to the worker node number you've been assigned to
    +Host omegaXX omegaXX.gat.com
    +Hostname omegaXX.gat.com
    +User meneghini
    +ProxyCommand ssh -q cybele nc %h %p
  5. On your computer start a tunnel going through cybele to omega

    ssh -N -L localhost:33445:localhost:55667 omegae
    Note

    Keep this terminal always open. You may need to re-issue this command whenever you put your laptop to sleep.

  6. On your computer open a web browser tab to localhost:33445 to connect to the Jupyter-lab session on omega. Use the token when prompted.

Using Revise on OMEGA

When working on omega it seems ones need to manually trigger revise to pick up code changes:

import Revise
+Revise.revise()  # manual trigger

This is even if setting JULIA_REVISE_POLL=1

Using GACODE on OMEGA with Julia

Julia may be incompatible with some environments and will crash when launched. This is the case for the GACODE environment on OMEGA. To be able to run both GACODE and Julia on OMEGA (eg. to run NEO and TGLF) do the following:

module load atom
+module unload gcc
+module unload env
diff --git a/v0.1.38/install_saga.html b/v0.1.38/install_saga.html new file mode 100644 index 000000000..2a4e3b91f --- /dev/null +++ b/v0.1.38/install_saga.html @@ -0,0 +1,17 @@ + +on SAGA · FUSE

Getting started on the SAGA cluster

  1. Get a SAGA account and ask to have a directory created for you under /mnt/beegfs/users/$USER

  2. Install miniconda

    cd /mnt/beegfs/users/$USER
    +wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
    +sh Miniconda3-latest-Linux-x86_64.sh

    read and accept the license, and install under /mnt/beegfs/users/$USER/miniconda3, answer questions, and restart your shell

  3. install mamba for faster package management

    conda install -c conda-forge mamba
  4. install jupyterlab

    mamba install -c conda-forge jupyterlab
  5. Setup your environment to run CHEASE (optional)

    export PATH=$PATH:/mnt/beegfs/users/meneghini/chease/src-f90
  6. Create a symbolic link from /mnt/beegfs/users/$USER/julia/ to ~/.julia

    mkdir -p /mnt/beegfs/users/$USER/julia/dev
    +ln -s /mnt/beegfs/users/$USER/julia ~/.julia

    ~/.julia is where the Julia will install itself by default, and this will trick it to install itself in the IR&D folder instead.

    For convenience create also a symbolic link in your $HOME that points to the Julia dev folder:

    ln -s /mnt/beegfs/users/$USER/julia/dev ~/julia_dev
  7. Now follow the standard Julia and FUSE installation instructions

Jupyter on SAGA cluster

  1. Connect to saga and launch screen

    Note

    You can re-connect to an existing screen session with screen -r

  2. Then start the Jupyter lab server from the screen session (screen will keep jupyter running even when you log out)

    jupyter lab --no-browser --port 55667

    Copy the token that you see on this session it should look something like token=1f1e0259cbc1..................

  3. On your computer setup your ~/.ssh/config this way (need to do this only once):

    Host cybele cybele.gat.com
    +Hostname cybele.gat.com
    +User meneghini
    +Port 2039
    +
    +Host sagae saga.gat.com
    +Hostname saga.gat.com
    +User meneghini
    +ProxyCommand ssh -q cybele nc %h %p
  4. On your computer start a tunnel going through cybele to saga

    ssh -N -L localhost:33445:localhost:55667 sagae
    Note

    Keep this terminal always open. You may need to re-issue this command whenever you put your laptop to sleep.

  5. On your computer open a web browser tab to localhost:33445 to connect to the Jupyter-lab session on saga. Use the token when prompted.

diff --git a/v0.1.38/license.html b/v0.1.38/license.html new file mode 100644 index 000000000..c646f3828 --- /dev/null +++ b/v0.1.38/license.html @@ -0,0 +1,15 @@ + +License · FUSE
                             Apache License
+                       Version 2.0, January 2004
+                    http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

  1. Definitions.

    "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.

    "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.

    "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

    "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.

    "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.

    "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.

    "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).

    "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.

    "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."

    "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.

  2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.

  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.

  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:

    (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and

    (b) You must cause any modified files to carry prominent notices stating that You changed the files; and

    (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and

    (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.

    You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.

  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.

  6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.

  7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.

  8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.

  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

  To apply the Apache License to your work, attach the following
+  boilerplate notice, with the fields enclosed by brackets "[]"
+  replaced with your own identifying information. (Don't include
+  the brackets!)  The text should be enclosed in the appropriate
+  comment syntax for the file format. We also recommend that a
+  file or class name and description of purpose be included on the
+  same "printed page" as the copyright notice for easier
+  identification within third-party archives.

Copyright 2024 General Atomics

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

diff --git a/v0.1.38/notice.html b/v0.1.38/notice.html new file mode 100644 index 000000000..38111fc7c --- /dev/null +++ b/v0.1.38/notice.html @@ -0,0 +1,12 @@ + +Notice · FUSE

FUSE.jl Notice

The purpose of this NOTICE file is to provide legal notices and acknowledgments that must be displayed to users in any derivative works or distributions. This file does not alter the terms of the Apache 2.0 license that governs the use and distribution of the FUSE.jl package.

Development Attribution

FUSE.jl was originally developed under the FUSE project by the Magnetic Fusion Energy group at General Atomics.

Citation

If this software contributes to an academic publication, please cite it as follows:

@article{meneghini2024fuse,
+author = {Meneghini, O. and Slendebroek, T. and Lyons, B.C. and McLaughlin, K. and McClenaghan, J. and Stagner, L. and Harvey, J. and Neiser, T.F. and Ghiozzi, A. and Dose, G. and Guterl, J. and Zalzali, A. and Cote, T. and Shi, N. and Weisberg, D. and Smith, S.P. and Grierson, B.A. and Candy, J.},
+doi = {10.48550/arXiv.2409.05894},
+journal = {arXiv},
+title = {{FUSE (Fusion Synthesis Engine): A Next Generation Framework for Integrated Design of Fusion Pilot Plants}},
+year = {2024}
+}

Trademark Notice

The names "General Atomics", and any associated logos or images, are trademarks of General Atomics. Use of these trademarks without prior written consent from General Atomics is strictly prohibited. Users cannot imply endorsement by General Atomics or contributors to the project simply because the project is part of their work.

Copyright (c) 2024 General Atomics

Version

Version: v2.1

diff --git a/v0.1.38/objects.inv b/v0.1.38/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..a2a49540cf0ec10f9c4bfc5f091c231b12a425f4 GIT binary patch literal 4648 zcmV+@64&h`AX9K?X>NERX>N99Zgg*Qc_4OWa&u{KZXhxWBOp+6Z)#;@bUGkLRZ~R@ zBOq2~a&u{KZaN?^E-@}MI0_>mRA^-&a%F8{X>Md?av*PJAarPHb0B7EY-J#6b0A}H zZE$jBb8}^6Aa!$TZf78RY-wUH3V58oUE6XS#}R#>uNYOrD!M9TTa;Z&{04!b$b^z0 zg0h?^)?jx)thEDJ?oxRP1z=BmSn^>Igxp$xLo`r+h7hh?X z`#<@KN7+jn;Dc}1c@)xjJcvnNsbKhg!&4rK zTmUSHgFLIx3p`NJEBKS9Ns$M!kjMs3q42q-(D!YW?<>$b&pBP>Y2oEXDu^#OwMOx? zo;fecwplJBz&waB+0m8Jj%uv+#7oQe01HQ}nJ@1f^ z&y`pb)5YZNq?AY^(JdmsC}lppn}HB4uZUssEVzDT7EFF1agxJdHcUNHsQ2=3vMhp7 z&1}e*BDCiAPk*M2_%Oej$k~bqX&*{sC}PO$>n0UhhP#giG4mU`YdargEjWxBl$I^} zBJVGBy;$)iZ$3*l#VDQic|fr*HDNwEoGk^9t(h#Cmt5sU}h>jNV|c8E-W z>6p`I^Vb)PEcmU}coViM!c4HtTMNGkMPJ(zMGcB9a>4!WBImi77HKNt+}+6S?Bl1a z>xml#)`C^mq=Z%W1W;&E&J%4rXST07;YJK}_$lh0$qJ&zu0kZ;}Ny$Fl1?|6Y#ESYPLBU^5EX z@hN!aq)5H~VIziWjAB{+HePU-6J&*jMf473T?|&C1ez4ktt;=zhkiSE}VW0TSM19?64`ffy zF5J?UeyR~j_%X->1P+GGfarw5G7XBzJyKY@z-N&_KjBzw38N*9#A+g$AMpDa&70RJ zsgblog7bit_XJB;Y||!Qm8iyHz$|eMbF&IDQtfd5eI~~eAPbQf80yIV6BMla87?H*Cbv#XL&XlJ6?fx8CU~^sQLFW&`iL@^(P`2fyl@oI2s5sN8?Qw zOKIgOq$g{oGOVZ;+oV`;>SEdX6p+RyQ6}Mj0ks26&b)vfw^;ch2KL%Q)*# zIw}D0#Ck5Gc<419b{e91AdB1C+{u@2gv!t{p5mmU=g&-{xp@vFUJ4p9s>F~8RATkc zf>ghyv%8BxB0T4|OgXR>7q5T_@zxzdEmIL?&{@6?3mEr6UZ;*OGdoxBCJW^X%3=3u zKq%EoRg=MoU8#6@KY=bG$e=f}FoAfJ&2pw--e?*px!F$Mp)S#I6#7d=^=zL}hPje* z?G)w85`v5@hazejIF%8#A7naH1vYmeD7CR=aC*60E*eWMEZ=Tin_re=B!(=R%xth2 zdd0s6**3y}wclMYsmg=^p4xb6r(plLLbJM|QV5k|GsMvCcxnVuE|VdKrLR%u55t(; zeYUhAt$^e@dDJ=Wpq8Izrtal9%%v=?%T_hBRpN5jw_poI#M3W3Bz8-zN$mzeOjF=i zLovZ8aNL6Ff~4cjNt`KM62&}s&VeeLSxbV7=6LE!&pZ zqM$j-X5+J7-f10qFbvA^W5ECOVlb%CXbk=pnp~d0`O)c@76I;^+0@-zMN&?G+`*(v zB$)CaZBs7!%IS|4HJ7bk4YUdtH7%S~O3ch^t1Eo0wmczjtxHys>w-U+z%ER{@$2Zz zz1fwJjODbDDp-DAC!v7A&{JVc7d>kw_E3Zx5voMU?3d})?aaB9NO{>5R-H}3AUF=m z|Nisu|4M>P5ltl;pOM?Q*B3)e(wPXiS0v6O$G7#WtAmKtaFUJGDzPujLEnjJ7;J-L zm_)oqE`TU4L4EA9gbN*y6&uExK7v3wcP(RRaawFBr=@r;cT`q{8y?Q#*s3COU8I(L zv@gNzl5RA3JHcqK$zfh<>a<6o!b(;yAowB(g)Sbljeez-XtB^F@?fB-3rY(Bns8$qcvtdU@ z-G<>YtP$iFL{xEpzY+_iGV>;ie>EJ%zan0`g>%Xsg@H0^aj;kgAnzvcZzoPOs^g9i zs~s)@0OCF>0$J)>_J;-rMiorWy>v~#I5ycyPPXH!3--WQ!W1ybYzZw$KlYom8kOtaX! z7zx+TaQ@QUjmsde!DQf(&10|#C;T3}TDxATD|W)K45&)Dznx4!oLg~~tOE8IaJzEv zN<|f7$&#Qd?8<+8pxm7@Gcc7lgVC{hc{{K*KSl^EPZbR7`>`ZW%!3FIi1H(hcNHd& zZn~qzz!fSnYQ)IpbRZYllNWtzeA<&4t%s{RX*Q6z(U~)oukn%~%yy2_CAuA>r-Fy7 zEbO`?hbUDBmb~*4n5e8zBrB$h!+kM^L1Houkr>9Lc^U0+R%l`|K!CNBiibEgQVqh# zHb}W-fm)_!9p|*p_ox=6T2O|gNdY8%H~y!=Edr>X+YIpI_1k~md~okPyd4w7(k=G~ zCwM=m1Q~m|TX!|K*;{RLtCj0`YY|C!#Tk*XIR%YdF zx$3U`RUE_OKB@~QGC7YNz?T6whQ;`)oeZ{Yic~<20<huk*|{|!}PJobNKAI zP^Xc!LRJ^g*y+pRDXP#gM=z~8s_w6yzAPt6UXQs$-qgB*(!9$G9COM;uK<3P3|#+Q z^5yn!m}TGcFWGnVBx@h$ikBb;q9ube$*Swi0n$02op-1Cn@Ehi)z#xr(($yn{#LG$ zB|;k_wQ7MQB$de8)yIK|T%*c>+(?ndeCV#4lpoBvNUc@IWtoISMT@sV z&Xynmgv}jR0+1RYMB6|U*ffE)+B9?KwFHL*QUfGe*CqGb1r_5KoEG5X>Sp0C+$x(h zmz4{*u3G(BQU&Iv+jbv%3el1`P%S~`I#Ne}JB#mOqezFqCe{07Jsr`K($QLyR7sL% z{Lx^EkLHc6Ub68mO5DXu;2AJ6ziZF#`+rd{GF0Si5{5`mv#u{xXa1nShCjixb>h=n zPulIAyna)*baFO5Is3k+wZ1P^izlzo%`oHx`v%Jn;WsNHLV z)LetZA9?jkjr;ei`5wZ!J?z%Le{W4iZronhweHnBX$6G$Jl4jvGrqMMI>{An9_u_; z8e6A&s58{fY7aQ~jdw3cKL4HC z_wTK~d^v6>YfAU;oBitOxE*Y3-oKaE$Jvk9Bkac^t91VAd@P#;s=6&w?Y-gWu}6)U zkdJDOS~cQvcR`Q(L#&f}J9BKSWNY2OcV$L$+)1oyJ%oSOYQ$sH&kp4W%w*%O>9MzE zm-ge>sN2za6R3JJal`9=W3`XEy5qrmI(Xc*>e79bl~Nb##+odp?aAwfFG`Hn1=Q6O zzuQ%|kz@F_>I1BReoc7f(_hoNfA4CS&c^LxhwA-fW%WM%^KcjQa{Wy=|@g@5}OM7RINm zmfHRMr*55%+c{h3{ynpAbB)`-w&p{vqAJrK!!p{M4~xmGcML|4$Q!B;$Ys90z8E=& zS!z5W`&+x2KXMYdL-!$htLD!{j-A2k)_;^p`C>j=j0&oHDnY9|6{S5_5y-T6?BK=v z*~IZZPfhUw)m7^qo@c7F)?NsDj_6Uo4}6pm($aiDa$)o<44)6X!Z2hMMhptOLPF&; z)Q{(m?1*fod!LzSIVQ(F7sv2RhdU!_9)f4O?hzdAx`%QyJMrZaoY@oD^B%*{zjSbi zZ}!~bFC9G3sG7|l(NU;erec71$?8ts7=ES{YNOd>53~Fc&1Xu0RKLi1RCCt)HS2K= zTaWq!;{CDx{l~*^Eb1T38#z?5l^*JE7u#r=gir9CN}!dhD*s0YBPXjGdiP(7%jwA5 zqf~elHYi^u8jBA~W!;R>ya05J43E)zNT$sE+~e4Jvbx>_@=x*?ut(;6md*on^X1P< eJY#a+`fZD&I;h64LydmVvaS57i}8PA8TbIE7zw5T literal 0 HcmV?d00001 diff --git a/v0.1.38/pubs.html b/v0.1.38/pubs.html new file mode 100644 index 000000000..c6edb325c --- /dev/null +++ b/v0.1.38/pubs.html @@ -0,0 +1,6 @@ + +Publications · FUSE
diff --git a/v0.1.38/search_index.js b/v0.1.38/search_index.js new file mode 100644 index 000000000..5652ae74e --- /dev/null +++ b/v0.1.38/search_index.js @@ -0,0 +1,3 @@ +var documenterSearchIndex = {"docs": +[{"location":"cases.html#Use-cases","page":"Use Cases","title":"Use cases","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"CurrentModule = FUSE","category":"page"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"FUSE comes with a set of pre-cookes used cases. The case_parameters(:use_case, ...) method returns the ini and act parameters for that specific use_case. These ini and act can then be further customized before running a FUSE simulation.","category":"page"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"To create your own case and add them to FUSE/cases copy one of the other cases as a template and change the ini/act parameters inside. A handy way of generating the ini code from your_ini that you created in a notebook or elsewhere is to call the function FUSE.case_parameter_creation_from_ini(your_ini) which will return a nicely formatted code snippet.","category":"page"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"tip: Tip!\nClick on the Source button of each use case to see how each is setup","category":"page"},{"location":"cases.html#ARC","page":"Use Cases","title":"ARC","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:ARC}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:ARC}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:ARC; flux_matcher::Bool=false)\n\nCFS/MIT ARC design\n\n\n\n\n\n","category":"method"},{"location":"cases.html#CAT","page":"Use Cases","title":"CAT","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:CAT}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:CAT}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:CAT)\n\nGA Compact Advanced Tokamak design\n\n\n\n\n\n","category":"method"},{"location":"cases.html#D3D","page":"Use Cases","title":"D3D","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:D3D}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:D3D}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:D3D;\n\tscenario::Union{Symbol,AbstractString}=:default,\n\tscenario_sources::Bool=true,\n\tscenario_core_profiles::Bool=true)\n\nDIII-D\n\nScenario keyword can be:\n\n:default 133221\n:H_mode a prototypical H_mode\n:L_mode a prototypical L_mode\na user defined string pointing to a ODS on file saved in JSON format\n\nscenario_sources keywods says whether core_sources will be taken from scenario or not\n\n\n\n\n\n","category":"method"},{"location":"cases.html#DTT","page":"Use Cases","title":"DTT","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:DTT}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:DTT}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:DTT)\n\nDTT\n\n\n\n\n\n","category":"method"},{"location":"cases.html#EXCITE","page":"Use Cases","title":"EXCITE","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:EXCITE}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:EXCITE}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(::Type{Val{:EXCITE}})::Tuple{ParametersAllInits,ParametersAllActors}\n\nGA EXCITE design\n\n\n\n\n\n","category":"method"},{"location":"cases.html#FIRST","page":"Use Cases","title":"FIRST","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:FIRST}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:FIRST}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:FIRST)\n\nFormosa Integrated Research Spherical Tokamak\n\n\n\n\n\n","category":"method"},{"location":"cases.html#FPP","page":"Use Cases","title":"FPP","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:FPP}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:FPP}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:FPP; flux_matcher::Bool=false)\n\nGA's FPP design\n\n\n\n\n\n","category":"method"},{"location":"cases.html#HDB5","page":"Use Cases","title":"HDB5","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:HDB5}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:HDB5}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(::Type{Val{:HDB5}}; tokamak::Union{String,Symbol}=:any, case=missing, database_case=missing)\n\nFor description of cases/variables see https://osf.io/593q6/\n\n\n\n\n\n","category":"method"},{"location":"cases.html#ITER","page":"Use Cases","title":"ITER","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:ITER}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:ITER}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(\n\t:ITER,\n\tinit_from::Symbol,\n\tboundary_from::Symbol=:auto,\n\tne_setting::Symbol=:ne_ped,\n\ttime_dependent::Bool=false)\n\nITER\n\n\n\n\n\n","category":"method"},{"location":"cases.html#KDEMO","page":"Use Cases","title":"KDEMO","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:KDEMO}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:KDEMO}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:KDEMO)\n\n\n\n\n\n","category":"method"},{"location":"cases.html#KDEMO_compact","page":"Use Cases","title":"KDEMO_compact","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:KDEMO_compact}})","category":"page"},{"location":"cases.html#MANTA","page":"Use Cases","title":"MANTA","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:MANTA}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:MANTA}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:MANTA; flux_matcher::Bool=false)\n\nMANTA (Modular Adjustable Negative-Triangularity ARC)\n\nhttps://arxiv.org/abs/2405.20243\n\nhttps://burningplasma.org/resources/ref/WebSeminars/MANTAUSBPOWebinarPresentation.pdf\n\n\n\n\n\n","category":"method"},{"location":"cases.html#SPARC","page":"Use Cases","title":"SPARC","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:SPARC}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:SPARC}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(:SPARC; flux_matcher::Bool=false)\n\nCFS/MIT SPARC design\n\n\n\n\n\n","category":"method"},{"location":"cases.html#STEP","page":"Use Cases","title":"STEP","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:STEP}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:STEP}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(::Type{Val{:STEP}}; init_from::Symbol=:scalars, pf_from::Symbol=init_from)\n\nUKAEA STEP design\n\n\n\n\n\n","category":"method"},{"location":"cases.html#baby_MANTA","page":"Use Cases","title":"baby_MANTA","text":"","category":"section"},{"location":"cases.html","page":"Use Cases","title":"Use Cases","text":"case_parameters(::Type{Val{:baby_MANTA}})","category":"page"},{"location":"cases.html#FUSE.case_parameters-Tuple{Type{Val{:baby_MANTA}}}","page":"Use Cases","title":"FUSE.case_parameters","text":"case_parameters(::Type{Val{:baby_MANTA}}; flux_matcher::Bool=false)\n\n\n\n\n\n","category":"method"},{"location":"actors.html#Physics-and-Engineering-Actors","page":"List of actors","title":"Physics and Engineering Actors","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"Physics and engineering actors are the fundamental building blocks of FUSE simulations:","category":"page"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"Actors operate exclusively on IMAS.dd data\nActors functionality is controlled via act parameters\nActors can be combined into other actors","category":"page"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"Fidelity hierarchy is enabled by concept of generic Vs specific actors","category":"page"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"Generic actors define physics/component \nSpecific actors implement a specific model for that physics/component\nFor example:\nActorEquilibrium <-- generic\n├─ ActorSolovev <-- specific\n└─ ActorCHEASE <-- specific\nact.[ActorGeneric].model selects specific actor being used\nAll specific actors will expect data and fill the same enties in dd\nIMAS.jl expressions are key to make this work seamlessly\nWhere possible actors should make use of generic actors and not hardcode use of specific actors","category":"page"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":" Pages = [\"actors.md\"]\n Depth = 3","category":"page"},{"location":"actors.html#Balance-plant-(3-actors)","page":"List of actors","title":"Balance plant (3 actors)","text":"","category":"section"},{"location":"actors.html#BalanceOfPlant","page":"List of actors","title":"BalanceOfPlant","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorBalanceOfPlant(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorBalanceOfPlant-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorBalanceOfPlant","text":"ActorBalanceOfPlant(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nBalance of plant actor that estimates the net electrical power output by comparing the balance of plant electrical needs with the electricity generated from the thermal cycle.\n\nnote: Note\n\n\nStores data in dd.balance_of_plant\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorBalanceOfPlant) # hide","category":"page"},{"location":"actors.html#PowerNeeds","page":"List of actors","title":"PowerNeeds","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorPowerNeeds(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorPowerNeeds-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorPowerNeeds","text":"ActorPowerNeeds(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nPower needs actor that calculates the needed power to operate the plant\n\nmodel = :thermal_power_fraction simply assumes that the power to balance a plant is a fraction of the gross electrical power generated by the thermal cycle.\nmodel = :EU_DEMO subdivides the power plant electrical needs to [:cryostat, :tritium_handling, :pumping] using EU-DEMO numbers.\nmodel = :FUSE subdivides power plant needs into subsystems and calculates their power needs.\n\nnote: Note\n\n\nStores data in dd.balance_of_plant.power_electric_plant_operation\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorPowerNeeds) # hide","category":"page"},{"location":"actors.html#ThermalPlant","page":"List of actors","title":"ThermalPlant","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorThermalPlant(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorThermalPlant-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorThermalPlant","text":"ActorThermalPlant(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nnote: Note\nStores data in dd.balance_of_plant\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorThermalPlant) # hide","category":"page"},{"location":"actors.html#Build-(5-actors)","page":"List of actors","title":"Build (5 actors)","text":"","category":"section"},{"location":"actors.html#CXbuild","page":"List of actors","title":"CXbuild","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCXbuild(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCXbuild-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCXbuild","text":"ActorCXbuild(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nGenerates the 2D cross section of the tokamak build\n\nnote: Note\nManipulates data in dd.build\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCXbuild) # hide","category":"page"},{"location":"actors.html#HFSsizing","page":"List of actors","title":"HFSsizing","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorHFSsizing(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorHFSsizing-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorHFSsizing","text":"ActorHFSsizing(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nActor that resizes the High Field Side of the tokamak radial build\n\ntakes into account the OH maximum allowed superconductor current/Field\ntakes into account the stresses on the center stack\n\nnote: Note\nManipulates radial build information in dd.build.layer\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorHFSsizing) # hide","category":"page"},{"location":"actors.html#FluxSwing","page":"List of actors","title":"FluxSwing","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorFluxSwing(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorFluxSwing-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorFluxSwing","text":"ActorFluxSwing(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nDepending on operate_oh_at_j_crit\n\ntrue => Evaluate the OH current limits, and evaluate flattop duration from that.\nfalse => Evaluate what are the currents needed for a given flattop duration. This may or may not exceed the OH current limits.\n\nOH flux consumption based on:\n\nrampup estimate based on Ejima coefficient\nflattop consumption\nvertical field from PF coils\n\nnote: Note\nStores data in dd.build.flux_swing, dd.build.tf, and dd.build.oh\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorFluxSwing) # hide","category":"page"},{"location":"actors.html#LFSsizing","page":"List of actors","title":"LFSsizing","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorLFSsizing(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorLFSsizing-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorLFSsizing","text":"ActorLFSsizing(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nActor that resizes the Low Field Side of the tokamak radial build\n\nPlaces TF outer leg at radius required to meet the dd.build.tf.ripple requirement\nOther low-field side layers are scaled proportionally\n\nnote: Note\n\n\nManipulates radial build information in dd.build.layer\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorLFSsizing) # hide","category":"page"},{"location":"actors.html#Stresses","page":"List of actors","title":"Stresses","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorStresses(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorStresses-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorStresses","text":"ActorStresses(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates mechanical stresses on the center stack\n\nnote: Note\nStores data in dd.solid_mechanics\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorStresses) # hide","category":"page"},{"location":"actors.html#Compound-(3-actors)","page":"List of actors","title":"Compound (3 actors)","text":"","category":"section"},{"location":"actors.html#DynamicPlasma","page":"List of actors","title":"DynamicPlasma","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorDynamicPlasma(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorDynamicPlasma-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorDynamicPlasma","text":"ActorDynamicPlasma(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nCompound evolves plasma in time\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorDynamicPlasma) # hide","category":"page"},{"location":"actors.html#StationaryPlasma","page":"List of actors","title":"StationaryPlasma","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorStationaryPlasma(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorStationaryPlasma-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorStationaryPlasma","text":"ActorStationaryPlasma(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nCompound actor that runs the following actors in succesion:\n\nActorCurrent\nActorHCD\nActorCoreTransport\nActorEquilibrium\n\nnote: Note\nStores data in dd.equilibrium, dd.core_profiles, dd.core_sources, dd.core_transport\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorStationaryPlasma) # hide","category":"page"},{"location":"actors.html#WholeFacility","page":"List of actors","title":"WholeFacility","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorWholeFacility(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorWholeFacility-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorWholeFacility","text":"ActorWholeFacility(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nCompound actor that runs all the physics, engineering and costing actors needed to model the whole plant:\n\nActorStationaryPlasma\nActorStabilityLimits\nActorHFSsizing\nActorLFSsizing\nActorCXbuild\nActorFluxSwing\nActorStresses\nActorPFdesign\nActorPFactive\nActorPassiveStructures\nActorVerticalStability\nActorNeutronics\nActorBlanket\nActorDivertors\nActorBalanceOfPlant\nActorCosting\n\nnote: Note\nStores data in dd\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorWholeFacility) # hide","category":"page"},{"location":"actors.html#Costing-(3-actors)","page":"List of actors","title":"Costing (3 actors)","text":"","category":"section"},{"location":"actors.html#Costing","page":"List of actors","title":"Costing","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCosting(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCosting-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCosting","text":"ActorCosting(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates the cost of building, operating, and recommission the fusion power plant.\n\nnote: Note\nStores data in dd.costing\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCosting) # hide","category":"page"},{"location":"actors.html#CostingARIES","page":"List of actors","title":"CostingARIES","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCostingARIES(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCostingARIES-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCostingARIES","text":"ActorCostingARIES(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates costing based on ARIES cost account documentation https://cer.ucsd.edu/_files/publications/UCSD-CER-13-01.pdf\n\nnote: Note\nStores data in dd.costing\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCostingARIES) # hide","category":"page"},{"location":"actors.html#CostingSheffield","page":"List of actors","title":"CostingSheffield","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCostingSheffield(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCostingSheffield-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCostingSheffield","text":"ActorCostingSheffield(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates costing based on Sheffield and Milora, FS&T 70 (2016)\n\nnote: Note\nStores data in dd.costing\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCostingSheffield) # hide","category":"page"},{"location":"actors.html#Current-(3-actors)","page":"List of actors","title":"Current (3 actors)","text":"","category":"section"},{"location":"actors.html#Current","page":"List of actors","title":"Current","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCurrent(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCurrent-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCurrent","text":"ActorCurrent(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nProvides a common interface to run multiple ohmic current evolution actors\n\nSets the j_ohmic, j_tor, j_total under dd.core_profiles.profiles_1d[]\nSets j_parallel in dd.equilibrium.time_slice[].profiles_1d\nUpdates bootstrap and ohmic parallel current and heating sources in dd.core_sources\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCurrent) # hide","category":"page"},{"location":"actors.html#QED","page":"List of actors","title":"QED","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorQED(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorQED-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorQED","text":"ActorQED(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvolves the plasma current using the QED current diffusion solver.\n\nnote: Note\nThis actor operates at \"dd.global_time\", any time advance must be done outside of the actorIMAS.new_timeslice!(dd, dd.global_time + Δt)\ndd.global_time += Δt\nActorQED(dd, act)\n\nnote: Note\nStores data in dd.core_profiles.profiles_1d[].j_ohmic\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorQED) # hide","category":"page"},{"location":"actors.html#SteadyStateCurrent","page":"List of actors","title":"SteadyStateCurrent","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorSteadyStateCurrent(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorSteadyStateCurrent-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorSteadyStateCurrent","text":"ActorSteadyStateCurrent(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvolves the ohmic current to steady state using the conductivity from dd.core_profiles\n\nnote: Note\nStores data in dd.core_profiles.profiles_1d[].j_ohmic\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorSteadyStateCurrent) # hide","category":"page"},{"location":"actors.html#Divertors-(1-actors)","page":"List of actors","title":"Divertors (1 actors)","text":"","category":"section"},{"location":"actors.html#Divertors","page":"List of actors","title":"Divertors","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorDivertors(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorDivertors-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorDivertors","text":"ActorDivertors(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates divertor loading and deposited power\n\nnote: Note\nStores data in dd.divertors\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorDivertors) # hide","category":"page"},{"location":"actors.html#Equilibrium-(4-actors)","page":"List of actors","title":"Equilibrium (4 actors)","text":"","category":"section"},{"location":"actors.html#CHEASE","page":"List of actors","title":"CHEASE","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCHEASE(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCHEASE-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCHEASE","text":"ActorCHEASE(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nRuns the Fixed boundary equilibrium solver CHEASE\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCHEASE) # hide","category":"page"},{"location":"actors.html#Equilibrium","page":"List of actors","title":"Equilibrium","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorEquilibrium(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorEquilibrium-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorEquilibrium","text":"ActorEquilibrium(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nProvides a common interface to run multiple equilibrium actors\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorEquilibrium) # hide","category":"page"},{"location":"actors.html#TEQUILA","page":"List of actors","title":"TEQUILA","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorTEQUILA(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorTEQUILA-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorTEQUILA","text":"ActorTEQUILA(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nRuns the Fixed boundary equilibrium solver TEQUILA\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorTEQUILA) # hide","category":"page"},{"location":"actors.html#Solovev","page":"List of actors","title":"Solovev","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorSolovev(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorSolovev-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorSolovev","text":"ActorSolovev(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nSolovev equilibrium actor, based on: “One size fits all” analytic solutions to the Grad–Shafranov equation Phys. Plasmas 17, 032502 (2010); https://doi.org/10.1063/1.3328818\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorSolovev) # hide","category":"page"},{"location":"actors.html#Hcd-(5-actors)","page":"List of actors","title":"Hcd (5 actors)","text":"","category":"section"},{"location":"actors.html#HCD","page":"List of actors","title":"HCD","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorHCD(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorHCD-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorHCD","text":"ActorHCD(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nProvides a common interface to run HCD actors\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorHCD) # hide","category":"page"},{"location":"actors.html#SimpleEC","page":"List of actors","title":"SimpleEC","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorSimpleEC(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorSimpleEC-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorSimpleEC","text":"ActorSimpleEC(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates the EC electron energy deposition and current drive as a gaussian.\n\nNOTE: Current drive efficiency from GASC, based on \"G. Tonon 'Current Drive Efficiency Requirements for an Attractive Steady-State Reactor'\"\n\nnote: Note\nReads data in dd.ec_launchers, dd.pulse_schedule and stores data in dd.core_sources\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorSimpleEC) # hide","category":"page"},{"location":"actors.html#SimpleIC","page":"List of actors","title":"SimpleIC","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorSimpleIC(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorSimpleIC-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorSimpleIC","text":"ActorSimpleIC(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates the ion-cyclotron electron/ion energy deposition and current drive as a gaussian.\n\nNOTE: Current drive efficiency from GASC, based on \"G. Tonon 'Current Drive Efficiency Requirements for an Attractive Steady-State Reactor'\"\n\nnote: Note\nReads data in dd.ic_antennas, dd.pulse_schedule and stores data in dd.core_sources\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorSimpleIC) # hide","category":"page"},{"location":"actors.html#SimpleLH","page":"List of actors","title":"SimpleLH","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorSimpleLH(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorSimpleLH-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorSimpleLH","text":"ActorSimpleLH(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates the Lower-hybrid electron energy deposition and current drive as a gaussian.\n\nNOTE: Current drive efficiency from GASC, based on \"G. Tonon 'Current Drive Efficiency Requirements for an Attractive Steady-State Reactor'\"\n\nnote: Note\nReads data in dd.lh_antennas, dd.pulse_schedule and stores data in dd.core_sources\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorSimpleLH) # hide","category":"page"},{"location":"actors.html#SimplePellet","page":"List of actors","title":"SimplePellet","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorSimplePellet(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorSimplePellet-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorSimplePellet","text":"ActorSimplePellet(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates the Pellet particle deposition\n\nnote: Note\nReads data in dd.pellet_launchers, dd.pulse_schedule and stores data in dd.core_sources\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorSimplePellet) # hide","category":"page"},{"location":"actors.html#Nuclear-(2-actors)","page":"List of actors","title":"Nuclear (2 actors)","text":"","category":"section"},{"location":"actors.html#Blanket","page":"List of actors","title":"Blanket","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorBlanket(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorBlanket-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorBlanket","text":"ActorBlanket(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates blankets tritium breeding ratio (TBR), heat deposition, and neutron leakage\n\nnote: Note\nStores data in dd.blanket\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorBlanket) # hide","category":"page"},{"location":"actors.html#Neutronics","page":"List of actors","title":"Neutronics","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorNeutronics(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorNeutronics-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorNeutronics","text":"ActorNeutronics(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEstimates the neutron wall loading\n\nnote: Note\nStores data in dd.neutronics\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorNeutronics) # hide","category":"page"},{"location":"actors.html#Pedestal-(3-actors)","page":"List of actors","title":"Pedestal (3 actors)","text":"","category":"section"},{"location":"actors.html#Pedestal","page":"List of actors","title":"Pedestal","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorPedestal(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorPedestal-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorPedestal","text":"ActorPedestal(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates the pedestal boundary condition (height and width)\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorPedestal) # hide","category":"page"},{"location":"actors.html#EPED","page":"List of actors","title":"EPED","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorEPED(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorEPED-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorEPED","text":"ActorEPED(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates the pedestal boundary condition (height and width)\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorEPED) # hide","category":"page"},{"location":"actors.html#WPED","page":"List of actors","title":"WPED","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorWPED(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorWPED-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorWPED","text":"ActorWPED(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nFinds the temperature profile at the edge to match the pedtocorefraction of stored energy set in par.pedtocorefraction\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorWPED) # hide","category":"page"},{"location":"actors.html#Pf-(3-actors)","page":"List of actors","title":"Pf (3 actors)","text":"","category":"section"},{"location":"actors.html#PFdesign","page":"List of actors","title":"PFdesign","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorPFdesign(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorPFdesign-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorPFdesign","text":"ActorPFdesign(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nOptimize PF coil locations to achieve desired equilibrium\n\nnote: Note\nManupulates data in dd.pf_active\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorPFdesign) # hide","category":"page"},{"location":"actors.html#PFactive","page":"List of actors","title":"PFactive","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorPFactive(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorPFactive-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorPFactive","text":"ActorPFactive(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nFinds the optimal coil currents to match the equilibrium boundary shape\n\nnote: Note\nManupulates data in dd.pf_active\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorPFactive) # hide","category":"page"},{"location":"actors.html#PassiveStructures","page":"List of actors","title":"PassiveStructures","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorPassiveStructures(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorPassiveStructures-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorPassiveStructures","text":"ActorPassiveStructures(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nPopulates pf_passive structures\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorPassiveStructures) # hide","category":"page"},{"location":"actors.html#Stability-(2-actors)","page":"List of actors","title":"Stability (2 actors)","text":"","category":"section"},{"location":"actors.html#VerticalStability","page":"List of actors","title":"VerticalStability","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorVerticalStability(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorVerticalStability-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorVerticalStability","text":"ActorVerticalStability(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nCompute vertical stability metrics\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorVerticalStability) # hide","category":"page"},{"location":"actors.html#StabilityLimits","page":"List of actors","title":"StabilityLimits","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorStabilityLimits(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorStabilityLimits-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorStabilityLimits","text":"ActorStabilityLimits(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nRuns all the limit actors\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorStabilityLimits) # hide","category":"page"},{"location":"actors.html#Transport-(7-actors)","page":"List of actors","title":"Transport (7 actors)","text":"","category":"section"},{"location":"actors.html#CoreTransport","page":"List of actors","title":"CoreTransport","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCoreTransport(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCoreTransport-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCoreTransport","text":"ActorCoreTransport(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nProvides a common interface to run multiple core transport actors\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCoreTransport) # hide","category":"page"},{"location":"actors.html#EPEDprofiles","page":"List of actors","title":"EPEDprofiles","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorEPEDprofiles(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorEPEDprofiles-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorEPEDprofiles","text":"ActorEPEDprofiles(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nUpdates pedestal height and width and blends with core profiles that are defined by shaping factors.\n\nDoes not change on-axis values of plasma profiles.\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorEPEDprofiles) # hide","category":"page"},{"location":"actors.html#FluxCalculator","page":"List of actors","title":"FluxCalculator","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorFluxCalculator(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorFluxCalculator-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorFluxCalculator","text":"ActorFluxCalculator(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nProvides a common interface to run multiple transport model actors\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorFluxCalculator) # hide","category":"page"},{"location":"actors.html#FluxMatcher","page":"List of actors","title":"FluxMatcher","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorFluxMatcher(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorFluxMatcher-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorFluxMatcher","text":"ActorFluxMatcher(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvalutes the transport fluxes and source fluxes and minimizes the flux_match error\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorFluxMatcher) # hide","category":"page"},{"location":"actors.html#Neoclassical","page":"List of actors","title":"Neoclassical","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorNeoclassical(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorNeoclassical-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorNeoclassical","text":"ActorNeoclassical(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates the neoclassical transport fluxes\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorNeoclassical) # hide","category":"page"},{"location":"actors.html#QLGYRO","page":"List of actors","title":"QLGYRO","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorQLGYRO(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorQLGYRO-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorQLGYRO","text":"ActorQLGYRO(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates the QLGYRO predicted turbulence\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorQLGYRO) # hide","category":"page"},{"location":"actors.html#TGLF","page":"List of actors","title":"TGLF","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorTGLF(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorTGLF-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorTGLF","text":"ActorTGLF(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nEvaluates the TGLF predicted turbulence\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorTGLF) # hide","category":"page"},{"location":"actors.html#Wall-loading-(2-actors)","page":"List of actors","title":"Wall loading (2 actors)","text":"","category":"section"},{"location":"actors.html#CoreRadHeatFlux","page":"List of actors","title":"CoreRadHeatFlux","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorCoreRadHeatFlux(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorCoreRadHeatFlux-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorCoreRadHeatFlux","text":"ActorCoreRadHeatFlux(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nComputes the heat flux on the wall due to the core radiation\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorCoreRadHeatFlux) # hide","category":"page"},{"location":"actors.html#ParticleHeatFlux","page":"List of actors","title":"ParticleHeatFlux","text":"","category":"section"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"FUSE.ActorParticleHeatFlux(dd::IMAS.dd, act::FUSE.ParametersAllActors; kw...)","category":"page"},{"location":"actors.html#FUSE.ActorParticleHeatFlux-Tuple{IMASdd.dd, FUSE.ParametersAllActors}","page":"List of actors","title":"FUSE.ActorParticleHeatFlux","text":"ActorParticleHeatFlux(dd::IMAS.dd, act::ParametersAllActors; kw...)\n\nComputes the heat flux on the wall due to the charged particles\n\n\n\n\n\n","category":"method"},{"location":"actors.html","page":"List of actors","title":"List of actors","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\ngetfield(FUSE.ParametersActors(), :ActorParticleHeatFlux) # hide","category":"page"},{"location":"develop.html#Contributing","page":"Contributing","title":"Contributing","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"FUSE is a collaborative project, and we welcome contributions from the community!","category":"page"},{"location":"develop.html#Setting-up-a-developer-environment","page":"Contributing","title":"Setting up a developer environment","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Follow these steps to set up your development environment for contributing to the FUSE codebase (or any other Julia package).","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Install and configure Revise.jl\nInstall Revise.jl to modify code and see changes without restarting Julia. We recommend adding import Revise to your ~/.julia/config/startup.jl to automatically load Revise in all Julia sessions. Run the following command:\nfusebot install_revise\nRestart your Julia sessions and Jupyter kernels to apply this change.\nBy default, development packages are located in ~/.julia/dev. Since accessing hidden folders like ~/.julia can be cumbersome, you may find it helpful to create a symbolic link to this dev folder (you can name the link ~/julia_dev or something more convenient):\nln -s ~/.julia/dev ~/julia_dev\nInstead of manually cloning repositories, we recommend using Julia's Pkg system. Here’s a quick guide:\n] dev FUSE # clones the `master` branch of FUSE\n] dev FUSE\\#feature_branch # clones a specific feature branch\n] dev FUSE@v1.2.3 # checks out a specific release version\n] free FUSE # stops development mode, reverting to standard usage\n] status # shows the status of all packages in use and development\n] up # upgrades all packages (note: manage `dev` packages manually)\nThese commands work not only for FUSE but for any Julia package, including packages that FUSE depends on.\nFamiliarize yourself with managing Julia packages, as this will be helpful when contributing to FUSE or other Julia projects.\nOnce set up, you can open ~/julia_dev in VS Code, make changes to the code, and immediately see the effects of your changes live in your Julia sessions and Jupyter notebooks (thanks to Revise.jl).","category":"page"},{"location":"develop.html#Git-branches","page":"Contributing","title":"Git branches","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"The master and dev branches of ProjectTorreyPines repositories are write-protected. This means that even with write permissions to the repository, you'll not be able to push to them directly. Instead, we handle updates – be it new features or bug fixes – through branches and Pull Requests (PRs).","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"A crucial part of our PR process is code review. It is where your peers get to weigh in and ensure everything is up to standard before merging. When you create a PR, think about who on the team has the right expertise for the code you're working on, and assign them as reviewers. Their insights will not only help in maintaining code quality but also in catching any potential issues early. It is all about teamwork and making sure our code is the best it can be!","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nWhen working on a new feature that involves changes to FUSE and other ProjectTorreyPines repositories, you'll want to use the same branch name across these repositories. For example, if you're working on a branch named my_new_feature in both FUSE and IMAS, regression testing will be performed using the my_new_feature branches for FUSE and IMAS, along with the master branch of the other ProjectTorreyPines repositories.","category":"page"},{"location":"develop.html#Add/modify-entries-in-dd","page":"Contributing","title":"Add/modify entries in dd","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"The dd data structure is defined under the IMASdd.jl package. See the documentation there to how add/modify entries in dd.","category":"page"},{"location":"develop.html#Write-a-new-actor","page":"Contributing","title":"Write a new actor","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"See the Jupyter new actor tutorial","category":"page"},{"location":"develop.html#Add/modify-examples","page":"Contributing","title":"Add/modify examples","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"The FuseExamples repository contains jupyter notebook that showcase some possible uses of FUSE.","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nWhen committing changes to in a jupyter notebook, make sure that all the output cells are cleared! This is important to keep the size of the repository in check.","category":"page"},{"location":"develop.html#Write-IMAS-physics-functions","page":"Contributing","title":"Write IMAS physics functions","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"IMAS physics and engineering functions are structured in IMAS.jl under IMAS/src/physics. These functions use or modify the datastructure (dd) in some way and are used to calculate certain quantities or fill the data structure.","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Let's say we want to create a function that calculates the DT fusion and then fill core_sources with the alpha heating from that source. Here is an example of writing it in a good way:","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"function DT_fusion_source!(dd::IMAS.dd)\n return DT_fusion_source!(dd.core_sources, dd.core_profiles)\nend\n\n\"\"\"\n DT_fusion_source!(cs::IMAS.core_sources, cp::IMAS.core_profiles)\n\nCalculates DT fusion heating with an estimation of the alpha slowing down to the ions and electrons, modifies dd.core_sources\n\"\"\"\nfunction DT_fusion_source!(cs::IMAS.core_sources, cp::IMAS.core_profiles)\n # // actual implementation here //\nend","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"convention: Convention\nThe documentation string is added to the specialized function DT_fusion_source!(cs::IMAS.core_sources, cp::IMAS.core_profiles) and the dispatch function DT_fusion_source!(dd::IMAS.dd) is added on above","category":"page"},{"location":"develop.html#Add/modify-entries-in-ini-and-act","page":"Contributing","title":"Add/modify entries in ini and act","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"The functinoality of the ini and act parameters is implemented in the SimulationParameters.jl package.","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"The ini parameters are all defined in the FUSE/src/parameters_init.jl file. Add/edit entries there.\nThe act parameters of each actor are defined where that actor is defined. Add/edit entries there.","category":"page"},{"location":"develop.html#Profiling-and-writing-fast-Julia-code","page":"Contributing","title":"Profiling and writing fast Julia code","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"First let's do some profiling to identify problemetic functions:","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Run FUSE from the VScode Julia REPL ( and then Julia: Start REPL)\nusing FUSE\nFUSE.logging(Logging.Info; actors=Logging.Info);\nini, act = FUSE.case_parameters(:FPP; version=:v1_demount, init_from=:scalars, STEP=true);\ndd = IMAS.dd()\nFUSE.init(dd, ini, act)\nFUSE.ActorWholeFacility(dd, act); # call this once to precompile\nnote: Note\n\nAlternatively one can create a profile.jl file in the FUSE/playground folder, write Julia code in that file, select the code to execute and run it with .\nUse @time to monitor execution time and allocations\nFor functions that return very quickly one can use BenchmarkTooks.@benchmark\nGraphical profiling of the execution time is a powerful way to understand where time is spent\n@profview FUSE.ActorWholeFacility(dd, act);\nwhere FUSE.ActorWholeFacility(dd, act); can really be any function that we care about\nLook at allocations\n@profview_allocs FUSE.ActorWholeFacility(dd, act);\nWe can decide how finely to comb for bottlenecks by setting sample_rate in @profview and @profview_allocs:\n@profview_allocs f(args...) [sample_rate=0.0001] [C=false]","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nTo move forward we have to understand how to write performant Julia code.","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Let's now investigate where the issue is with the function that we have identified. For this we have several tools at our disposal:","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"@code_warntype: static analyzer built-in with Julia\nonly looks at types that are inferred at runtime\nreports types only for the target function\n@code_warntype function()\nJET: static analyzer integrated with VScode\ncan detect different possible issues, including types inferred at runtime\nJET goes deep into functions\nJET.@report_opt function() reports dynamic dispatch\nJET.@report_call function() reports type errors\nJET.@report_call target_modules=(FUSE,IMAS,IMAS.IMASdd, ) FUSE.ActorNeutronics(dd,act);\nCthulhu: interactive static analyzer\nCthulhu.@descend function()","category":"page"},{"location":"develop.html#Build-the-documentation","page":"Contributing","title":"Build the documentation","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"To build the documentation, in the FUSE/docs folder, start Julia then:\n] activate .\ninclude(\"make.jl\")\n!!! tip Interactive documentation build One can call include(\"make.jl\") over and over within the same Julia session to avoid dealing with startup time.\nCheck page by opening FUSE/docs/build/index.html page in web-browser.\nThe online documentation is built after each commit to master via GitHub actions.","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nDocumentation files (PDF, DOC, XLS, PPT, ...) can be committed and pushed to the FUSE_extra_files repository, and then linked directly from within the FUSE documentation, like this:[video recording of the first FUSE tutorial](https://github.com/ProjectTorreyPines/FUSE_extra_files/raw/master/FUSE_tutorial_1_6Jul22.mp4)","category":"page"},{"location":"develop.html#Develop-in-VScode","page":"Contributing","title":"Develop in VScode","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"VScode is an excellent development environment for Julia.","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"FUSE uses the following VScode settings for formatting the Julia code:","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"{\n \"files.autoSave\": \"onFocusChange\",\n \"workbench.tree.indent\": 24,\n \"editor.insertSpaces\": true,\n \"editor.tabSize\": 4,\n \"editor.detectIndentation\": false,\n \"[julia]\": {\n \"editor.defaultFormatter\": \"julialang.language-julia\"\n },\n \"juliaFormatter.margin\": 160,\n \"juliaFormatter.alwaysForIn\": true,\n \"juliaFormatter.annotateUntypedFieldsWithAny\": false,\n \"juliaFormatter.whitespaceInKwargs\": false,\n \"juliaFormatter.overwriteFlags\": true,\n \"juliaFormatter.alwaysUseReturn\": true,\n}","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nTo add these settings to VScode add these lines to: + + p -> Preferences: Open User Settings (JSON)","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nTo format Julia you will need to install Julia Language Support under the extensions tab ( + + x)","category":"page"},{"location":"develop.html#Track-Julia-precompilation","page":"Contributing","title":"Track Julia precompilation","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"To see what is precompiled at runtime, you can add a Julia kernel with the trace-compile option to Jupyter","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"import IJulia\nIJulia.installkernel(\"Julia tracecompile\", \"--trace-compile=stderr\")","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Then select the Julia tracecompile in jupyter-lab","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"note: Note\nIf you want to remove jupyter kernels you don't use anymore you can list them first with jupyter kernelspec list and remove via jupyter kernelspec remove ","category":"page"},{"location":"develop.html#Run-Julia-within-a-Python-environment","page":"Contributing","title":"Run Julia within a Python environment","text":"","category":"section"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"This can be particularly useful for benchmarking FUSE physics against existing Python routines (eg. in OMFIT)","category":"page"},{"location":"develop.html","page":"Contributing","title":"Contributing","text":"Install PyCall in your Julia environment:\nexport PYTHON=\"\" # Sometimes one needs to empty the PYTHON environmental variable to install PyCall\njulia -e 'using Pkg; Pkg.add(\"PyCall\"); Pkg.build(\"PyCall\")'\nnote: Note\nPython and Julia must be compiled for the same architecture. For example, to install Julia x64 in a Apple Silicon MACs:juliaup add release~x64\nexport PYTHON=\"\"\njulia +release~x64 -e 'using Pkg; Pkg.add(\"PyCall\"); Pkg.build(\"PyCall\")'You can make this verison your default one withjuliaup default release~x64\nUse pip to install the package PyJulia — remember to use the same Python passed to ENV[\"PYTHON\"]:\npython3 –m pip install julia\nConfigure the communication between Julia and Python by running the following in the Python interpreter:\nimport julia\njulia.install()\nnote: Note\nIf you have more than one Julia version on our system, we could specify it with an argument:julia.install(julia=\"/Users/meneghini/.julia/juliaup/julia-1.8.5+0.x64.apple.darwin14/bin/julia\")\nTest the installation running the following in the Python interpreter run:\nfrom julia import Main\nMain.eval('[x^2 for x in 0:4]')\nNow, try something more useful:\nfrom julia.api import Julia\nJulia(compiled_modules=False)\ndef S(string): # from Python str to Julia Symbol\n return Main.eval(f\"PyCall.pyjlwrap_new({string})\")\n\nfrom julia import Main, IMAS, FUSE, Logging\nFUSE.logging(Logging.Info, actors=Logging.Debug);\n\nini, act = FUSE.case_parameters(S(\":FPP\"), version=S(\":v1_demount\"), init_from=S(\":scalars\"), STEP=True);\ndd = FUSE.init(ini, act);\n\neqt=dd.equilibrium.time_slice[-1]\ncp1d=dd.core_profiles.profiles_1d[-1]\njFUSE = IMAS.Sauter_neo2021_bootstrap(eqt, cp1d, neo_2021=True)","category":"page"},{"location":"install.html#Setup-the-FUSE-environment","page":"Install FUSE","title":"Setup the FUSE environment","text":"","category":"section"},{"location":"install.html#Julia-installation","page":"Install FUSE","title":"Julia installation","text":"","category":"section"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"We highly recommend using the Juliaup manager to install Julia","category":"page"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"Mac & Linux: curl -fsSL https://install.julialang.org | sh\nWindows: winget install julia -s msstore","category":"page"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"Once installed, restart your termninal to pick-up the julia executable.","category":"page"},{"location":"install.html#FUSE-installation","page":"Install FUSE","title":"FUSE installation","text":"","category":"section"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"FUSE and related packages are registered at the FuseRegistry. For installation start your Julia interpreter by typing julia at the terminal, then:","category":"page"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"Add the FuseRegistry and the FUSE package as you would for any other julia package (for a fresh install this can take 20+ mins):\nusing Pkg\nPkg.Registry.add(RegistrySpec(url=\"https://github.com/ProjectTorreyPines/FuseRegistry.jl.git\"))\nPkg.Registry.add(\"General\")\nPkg.add(\"FUSE\")\nNow you should be able to import the FUSE package:\nusing FUSE\nInstall the fusebot utility to simplify install/updates later on. Now fusebot should be a command that you can type anywhere from the terminal.\nFUSE.install_fusebot()\nRun the regression tests (optional, this can take 1h+)\njulia ] test FUSE\nExit julia and clone FUSE examples in the current working directory. To see/run those .ipynb files, you'll need to use Jupyter-Lab or VScode.\nfusebot install_examples","category":"page"},{"location":"install.html#Install-Jupyter-Lab-with-Julia-support","page":"Install FUSE","title":"Install Jupyter-Lab with Julia support","text":"","category":"section"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"You will need to install jupyter-lab if that's not already available on your system \nInstall the IJulia package by running:\nfusebot install_IJulia\nnote: Note\nThis will setup the single- and multi-thread julia kernels in Jupyter.The number of threads of the multi-threaded julia kernels can be set via the JULIA_NUM_THREADS environmental variable.This needs to be done every time a new version of Julia is installed.\nStart a new Jupyter-lab session (this should open a web-browser page with Jupyter running)\njupyter-lab\nNow you can browse the examples in the FuseExamples folder that you have cloned, and take a tour of the example Jupyter notebooks there.","category":"page"},{"location":"install.html#Updating-FUSE","page":"Install FUSE","title":"Updating FUSE","text":"","category":"section"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"Get notified of new FUSE releases by \"watching\" the FUSE repo on GitHub\nFUSE is updated like any other Julia package:\njulia ] up","category":"page"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"tip: Tip\nBecome familiar with how managing Julia packages works.","category":"page"},{"location":"install.html#Updating-Julia","page":"Install FUSE","title":"Updating Julia","text":"","category":"section"},{"location":"install.html","page":"Install FUSE","title":"Install FUSE","text":"Use juliaup update to install the latest version of Julia\nInstall FUSE to the new version of Julia\nusing Pkg\nPkg.add(\"FUSE\")\nRun fusebot install_IJulia to install the Kernel for the latest version of Julia in Jupyter-Lab","category":"page"},{"location":"act.html#act-Parameters","page":"act parameters","title":"act Parameters","text":"","category":"section"},{"location":"act.html","page":"act parameters","title":"act parameters","text":"CurrentModule = FUSE","category":"page"},{"location":"act.html","page":"act parameters","title":"act parameters","text":"import FUSE # hide\nact = FUSE.ParametersActors() # hide\nact # hide","category":"page"},{"location":"inits.html#Initialization","page":"Init routines","title":"Initialization","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"CurrentModule = IMAS","category":"page"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"Recall that FUSE actors operate exclusively on IMAS.dd data. As such, to run any actor, one has to first initialize IMAS.dd with some data. This can be done in a number of ways:","category":"page"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"Manually/Interactivelly (eg. in the REPL or a Jupyter sesion)\nStarting from 0D ini and act parameters (same spirit of OMFIT's PRO_create module)\nBy reading in an existing OMAS JSON data structure with json2imas\nStarting from GA Systems Code output, then to ini, and finally to dd","category":"page"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"The following init...() routines initialize dd from 0D parameters (method #2)","category":"page"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"CurrentModule = FUSE","category":"page"},{"location":"inits.html#High-level-Initialization","page":"Init routines","title":"High-level Initialization","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init","text":"init(\n dd::IMAS.dd,\n ini::ParametersAllInits,\n act::ParametersAllActors;\n do_plot::Bool=false,\n initialize_hardware::Bool=true,\n initialize_pulse_schedule::Bool=true,\n restore_expressions::Bool=true,\n verbose::Bool=false)\n\nInitialize dd starting from ini and act parameters\n\nFUSE provides this high-level init function to populate dd starting from the ini parameters.\n\nThis function essentially calls all other FUSE.init... functions in FUSE.\n\nFor most studies, calling this high level function is sufficient.\n\n\n\n\n\n","category":"method"},{"location":"inits.html#Use-cases-initialization","page":"Init routines","title":"Use-cases initialization","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init(case::Symbol; do_plot:Bool=false, kw...)","category":"page"},{"location":"inits.html#FUSE.init-Tuple{Symbol}","page":"Init routines","title":"FUSE.init","text":"init(case::Symbol; do_plot::Bool=false, kw...)\n\nInitialize dd, ini, act based on a given use-case.\n\nReturns a tuple with dd, ini, act.\n\n\n\n\n\n","category":"method"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"","category":"page"},{"location":"inits.html#Low-level-initialization-routines","page":"Init routines","title":"Low-level initialization routines","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"Below are the initialization functions specific to IDSs in the dd data structure. These can be called for a fine control on what IDSs are initialized and how.","category":"page"},{"location":"inits.html#balance-of-plant!","page":"Init routines","title":"balance of plant!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_balance_of_plant!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_balance_of_plant!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_balance_of_plant!","text":"init_balance_of_plant!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.balance_of_plant starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#build!","page":"Init routines","title":"build!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_build!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_build!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_build!","text":"init_build!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.build starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#core-profiles!","page":"Init routines","title":"core profiles!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_core_profiles!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_core_profiles!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_core_profiles!","text":"init_core_profiles!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.core_profiles starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#core-sources!","page":"Init routines","title":"core sources!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_core_sources!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_core_sources!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_core_sources!","text":"init_core_sources!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.nbi, dd.ec_launchers, dd.ic_antennas, dd.lh_antennas starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#currents!","page":"Init routines","title":"currents!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_currents!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_currents!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_currents!","text":"init_currents!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.core_profiles and dd.core_sources ohmic and bootstrap currents and sources starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#ec","page":"Init routines","title":"ec","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_ec(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_ec-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_ec","text":"init_ec(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.ec_launchers starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#equilibrium!","page":"Init routines","title":"equilibrium!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_equilibrium!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_equilibrium!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_equilibrium!","text":"init_equilibrium!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.equilibrium starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#expressions","page":"Init routines","title":"expressions","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_expressions(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#ic","page":"Init routines","title":"ic","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_ic(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_ic-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_ic","text":"init_ic(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.ic_antennas starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#lh","page":"Init routines","title":"lh","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_lh(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_lh-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_lh","text":"init_lh(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.lh_antennas starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#missing-from-ods!","page":"Init routines","title":"missing from ods!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_missing_from_ods!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_missing_from_ods!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_missing_from_ods!","text":"init_missing_from_ods!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize missing IDSs from ODS, only if ini.general.init_from == :ods.\n\n\n\n\n\n","category":"method"},{"location":"inits.html#nb","page":"Init routines","title":"nb","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_nb(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_nb-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_nb","text":"init_nb(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.nbi starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#pf-active!","page":"Init routines","title":"pf active!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_pf_active!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_pf_active!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_pf_active!","text":"init_pf_active!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.pf_active starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#pl","page":"Init routines","title":"pl","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_pl(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_pl-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_pl","text":"init_pl(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.pellet_launcher starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#pulse-schedule!","page":"Init routines","title":"pulse schedule!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_pulse_schedule!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_pulse_schedule!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_pulse_schedule!","text":"init_pulse_schedule!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd(); simplify_time_traces::Float64=0.1)\n\nInitialize dd.pulse_schedule starting from ini and act parameters\n\n\n\n\n\n","category":"method"},{"location":"inits.html#pulse-schedule-postion-control","page":"Init routines","title":"pulse schedule postion control","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_pulse_schedule_postion_control(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#requirements!","page":"Init routines","title":"requirements!","text":"","category":"section"},{"location":"inits.html","page":"Init routines","title":"Init routines","text":"FUSE.init_requirements!(::IMAS.dd, ::FUSE.ParametersAllInits, ::FUSE.ParametersAllActors)","category":"page"},{"location":"inits.html#FUSE.init_requirements!-Tuple{IMASdd.dd, FUSE.ParametersAllInits, FUSE.ParametersAllActors}","page":"Init routines","title":"FUSE.init_requirements!","text":"init_requirements!(dd::IMAS.dd, ini::ParametersAllInits, act::ParametersAllActors, dd1::IMAS.dd=IMAS.dd())\n\nInitialize dd.requirements ini.requirements\n\n\n\n\n\n","category":"method"},{"location":"imas.html#Inner-workings-of-IMASdd.jl-and-IMAS.jl","page":"Inner workings of IMASdd.jl and IMAS.jl","title":"Inner workings of IMASdd.jl and IMAS.jl","text":"","category":"section"},{"location":"imas.html","page":"Inner workings of IMASdd.jl and IMAS.jl","title":"Inner workings of IMASdd.jl and IMAS.jl","text":"These two packages implement the functionalities of the ITER IMAS infrastructure in native Julia.","category":"page"},{"location":"imas.html#Data-types","page":"Inner workings of IMASdd.jl and IMAS.jl","title":"Data types","text":"","category":"section"},{"location":"imas.html#Expressions","page":"Inner workings of IMASdd.jl and IMAS.jl","title":"Expressions","text":"","category":"section"},{"location":"imas.html#Resizing-arrays-of-structures","page":"Inner workings of IMASdd.jl and IMAS.jl","title":"Resizing arrays of structures","text":"","category":"section"},{"location":"imas.html#Handling-of-time","page":"Inner workings of IMASdd.jl and IMAS.jl","title":"Handling of time","text":"","category":"section"},{"location":"ini.html#ini-Parameters","page":"ini parameters","title":"ini Parameters","text":"","category":"section"},{"location":"ini.html","page":"ini parameters","title":"ini parameters","text":"CurrentModule = FUSE","category":"page"},{"location":"ini.html","page":"ini parameters","title":"ini parameters","text":"import FUSE # hide\nini = FUSE.ParametersInits() # hide\nresize!(ini.build.layers, 1) # hide\nresize!(ini.nb_unit, 1) # hide\nresize!(ini.ec_launcher, 1) # hide\nresize!(ini.pellet_launcher, 1) # hide\nresize!(ini.ic_antenna, 1) # hide\nresize!(ini.lh_antenna, 1) # hide\nini # hide","category":"page"},{"location":"notice.html#FUSE.jl-Notice","page":"Notice","title":"FUSE.jl Notice","text":"","category":"section"},{"location":"notice.html","page":"Notice","title":"Notice","text":"The purpose of this NOTICE file is to provide legal notices and acknowledgments that must be displayed to users in any derivative works or distributions. This file does not alter the terms of the Apache 2.0 license that governs the use and distribution of the FUSE.jl package.","category":"page"},{"location":"notice.html#Development-Attribution","page":"Notice","title":"Development Attribution","text":"","category":"section"},{"location":"notice.html","page":"Notice","title":"Notice","text":"FUSE.jl was originally developed under the FUSE project by the Magnetic Fusion Energy group at General Atomics.","category":"page"},{"location":"notice.html#Citation","page":"Notice","title":"Citation","text":"","category":"section"},{"location":"notice.html","page":"Notice","title":"Notice","text":"If this software contributes to an academic publication, please cite it as follows:","category":"page"},{"location":"notice.html","page":"Notice","title":"Notice","text":"@article{meneghini2024fuse,\nauthor = {Meneghini, O. and Slendebroek, T. and Lyons, B.C. and McLaughlin, K. and McClenaghan, J. and Stagner, L. and Harvey, J. and Neiser, T.F. and Ghiozzi, A. and Dose, G. and Guterl, J. and Zalzali, A. and Cote, T. and Shi, N. and Weisberg, D. and Smith, S.P. and Grierson, B.A. and Candy, J.},\ndoi = {10.48550/arXiv.2409.05894},\njournal = {arXiv},\ntitle = {{FUSE (Fusion Synthesis Engine): A Next Generation Framework for Integrated Design of Fusion Pilot Plants}},\nyear = {2024}\n}","category":"page"},{"location":"notice.html#Trademark-Notice","page":"Notice","title":"Trademark Notice","text":"","category":"section"},{"location":"notice.html","page":"Notice","title":"Notice","text":"The names \"General Atomics\", and any associated logos or images, are trademarks of General Atomics. Use of these trademarks without prior written consent from General Atomics is strictly prohibited. Users cannot imply endorsement by General Atomics or contributors to the project simply because the project is part of their work.","category":"page"},{"location":"notice.html#Copyright","page":"Notice","title":"Copyright","text":"","category":"section"},{"location":"notice.html","page":"Notice","title":"Notice","text":"Copyright (c) 2024 General Atomics","category":"page"},{"location":"notice.html#Version","page":"Notice","title":"Version","text":"","category":"section"},{"location":"notice.html","page":"Notice","title":"Notice","text":"Version: v2.1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorBalanceOfPlant.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorBlanket.minimum_first_wall_thickness\nMinimum first wall thicknessType: Entry{Float64}\nUnits: m\nDefault: 0.02","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorBlanket.blanket_multiplier\nNeutron thermal power multiplier in blanketType: Entry{Float64}\nUnits: -\nDefault: 1.2","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorBlanket.thermal_power_extraction_efficiency\nFraction of thermal power that is carried out by the coolant at the blanket interface, rather than being lost in the surrounding strutures.Type: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorBlanket.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCHEASE.free_boundary\nConvert fixed boundary equilibrium to free boundary oneType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCHEASE.clear_workdir\nClean the temporary workdir for CHEASEType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCHEASE.rescale_eq_to_ip\nScale equilibrium to match IpType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorCHEASE.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCXbuild.rebuild_wall\nRebuild wall based on equilibriumType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCXbuild.n_points\nNumber of points used for cross-sectional outlinesType: Entry{Int64}\nUnits: -\nDefault: 101","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCXbuild.divertor_size\nDivertor size as fraction of plasma minor radiusType: Entry{Float64}\nUnits: -\nDefault: 0.4","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCXbuild.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.N\nNumber of launched photonsType: Entry{Int64}\nUnits: -\nDefault: 100000","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.r\nVector of r at outermidplaneType: Entry{Vector{Float64}}\nUnits: m\nDefault: Float64[]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.q\nVector of parallel power density at outer midplaneType: Entry{Vector{Float64}}\nUnits: W m^-2\nDefault: Float64[]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.levels\nIf Int it defines number of levels in SOL, if vector it corresponds to the psi levels to build SOLType: Entry{Union{Int64, Vector}}\nUnits: -\nDefault: 20","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.merge_wall\nMerge dd.wall in mesh for the heat flux Type: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.step\nStep for discretization of the default wall mesh (dd.wall)Type: Entry{Float64}\nUnits: m\nDefault: 0.1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreRadHeatFlux.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreTransport.model\nTransport actor to runType: Switch{Symbol}\nUnits: -\nOptions: FluxMatcher, EPEDProfiles, none\nDefault: FluxMatcher","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCoreTransport.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.model\nCosting modelType: Switch{Symbol}\nUnits: -\nOptions: ARIES, Sheffield\nDefault: ARIES","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.construction_start_year\nYear that plant construction beginsType: Entry{Measurements.Measurement{Float64}}\nUnits: year\nDefault: 2034.0 ± 5.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.future_inflation_rate\nPredicted average rate of future inflationType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.025 ± 0.012","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.plant_lifetime\nLifetime of the plantType: Entry{Measurements.Measurement{Float64}}\nUnits: year\nDefault: 35.0 ± 5.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.availability\nAvailability fraction of the plantType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.8 ± 0.1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.production_increase\nFactor by which production of ReBCO multiplies per yearType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 1.0 ± 0.5","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCosting.learning_rate\nLearning rate for ReBCO technology productionType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.85 ± 0.1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingARIES.land_space\nPlant site space requiredType: Entry{Measurements.Measurement{Float64}}\nUnits: acres\nDefault: 1000.0 ± 100.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingARIES.building_volume\nVolume of the tokmak buildingType: Entry{Measurements.Measurement{Float64}}\nUnits: m^3\nDefault: 140000.0 ± 14000.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingARIES.interest_rate\nAnnual interest rate fraction of direct capital costType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.05 ± 0.01","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingARIES.indirect_cost_rate\nIndirect cost associated with construction, equipment, services, engineering construction management and owners costType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.4 ± 0.01","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingARIES.escalation_fraction\nYearly escalation fraction based on risk assessmentType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.05 ± 0.01","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingARIES.blanket_lifetime\nLifetime of the blanketType: Entry{Measurements.Measurement{Float64}}\nUnits: year\nDefault: 7.0 ± 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingSheffield.construction_lead_time\nDuration of constructionType: Entry{Measurements.Measurement{Float64}}\nUnits: year\nDefault: 10.0 ± 2.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingSheffield.fixed_charge_rate\nConstant dollar fixed charge rateType: Entry{Measurements.Measurement{Float64}}\nUnits: -\nDefault: 0.08 ± 0.01","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingSheffield.capitalize_blanket\nIf true, include cost of 1st blanket in direct captial costType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingSheffield.capitalize_divertor\nIf true, include cost of 1st divertor in direct captial costType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingSheffield.divertor_fluence_lifetime\nDivertor fluence over its lifetimeType: Entry{Measurements.Measurement{Float64}}\nUnits: MW*yr/m²\nDefault: 10.0 ± 2.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCostingSheffield.blanket_fluence_lifetime\nBlanket fluence over its lifetimeType: Entry{Measurements.Measurement{Float64}}\nUnits: MW*yr/m²\nDefault: 15.0 ± 2.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCurrent.model\nCurrent actor to runType: Switch{Symbol}\nUnits: -\nOptions: SteadyStateCurrent, QED, none\nDefault: SteadyStateCurrent","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorCurrent.allow_floating_plasma_current\nZero loop voltage if non-inductive fraction exceeds 100% of the target IpType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorCurrent.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorCurrent.vloop_from\nTake vloop from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule, controllers__ip","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDivertors.heat_flux_model\nDivertor heat flux modelType: Switch{Symbol}\nUnits: -\nOptions: lengyel, stangeby\nDefault: lengyel","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDivertors.impurities\nVector of impurity speciesType: Entry{Vector{Symbol}}\nUnits: -\nDefault: Symbol[]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDivertors.impurities_fraction\nVector of impurity fractionsType: Entry{Vector{Float64}}\nUnits: -\nDefault: Float64[]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDivertors.heat_spread_factor\nHeat flux expansion factor in the private flux region (eg. due to transport) should be >= 1.0Type: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDivertors.thermal_power_extraction_efficiency\nFraction of thermal power that is carried out by the coolant at the divertor interface, rather than being lost in the surrounding strutures.Type: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDivertors.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorDynamicPlasma.Δt\nEvolve for ΔtType: Entry{Float64}\nUnits: s","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorDynamicPlasma.Nt\nNumber of time steps during evolutionType: Entry{Int64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.evolve_transport\nEvolve the transportType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.evolve_pedestal\nEvolve the pedestalType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.evolve_hcd\nEvolve the heating and current driveType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.evolve_current\nEvolve the plasma currentType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.evolve_equilibrium\nEvolve the equilibriumType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.evolve_pf_active\nEvolve the PF currentsType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.ip_controller\nUse controller to change v_loop to match desired IpType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.time_derivatives_sources\nInclude time-derivative sourcesType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorDynamicPlasma.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEPED.rho_nml\nDefines rho at which the no man's land region startsType: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEPED.rho_ped\nDefines rho at which the pedestal region startsType: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPED.T_ratio_pedestal\nRatio of ion to electron temperatures (or rho at which to sample for that ratio, if negative; or rhonml-(rhoped-rho_nml) if 0.0)Type: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPED.ped_factor\nPedestal height multiplier (width scaled by sqrt of this factor)Type: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPED.only_powerlaw\nEPED-NN uses power-law pedestal fit (without NN correction)Type: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEPED.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEPED.βn_from\nTake βn from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEPED.ne_ped_from\nTake ne_ped from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, summary, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEPED.zeff_ped_from\nTake zeff_ped from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, summary, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPED.warn_nn_train_bounds\nEPED-NN raises warnings if querying cases that are certainly outside of the training rangeType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPEDprofiles.T_shaping\nShaping coefficient for the temperature profileType: Entry{Float64}\nUnits: -\nDefault: 1.8","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPEDprofiles.ne_shaping\nShaping coefficient for the density profileType: Entry{Float64}\nUnits: -\nDefault: 1.8","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPEDprofiles.T_ratio_pedestal\nIon to electron temperature ratio in the pedestalType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEPEDprofiles.T_ratio_core\nIon to electron temperature ratio in the coreType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEquilibrium.model\nEquilibrium actor to runType: Switch{Symbol}\nUnits: -\nOptions: Solovev, CHEASE, TEQUILA, none\nDefault: TEQUILA","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEquilibrium.symmetrize\nForce equilibrium up-down symmetry with respect to magnetic axisType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEquilibrium.j_p_from\nTake j_tor and pressure profiles from this IDSType: Switch{Symbol}\nUnits: -\nOptions: equilibrium, core_profiles\nDefault: core_profiles","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorEquilibrium.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEquilibrium.vacuum_r0_b0_from\nTake vacuumr0b0 from this IDSType: Switch{Symbol}\nUnits: -\nOptions: equilibrium, pulse_schedule\nDefault: pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorEquilibrium.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxCalculator.rho_transport\nrho core transport gridType: Entry{AbstractVector{Float64}}\nUnits: -\nDefault: 0.25:0.1:0.85","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxCalculator.turbulence_model\nTurbulence model to useType: Switch{Symbol}\nUnits: -\nOptions: TGLF, QLGYRO, none\nDefault: TGLF","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxCalculator.neoclassical_model\nNeocalssical model to useType: Switch{Symbol}\nUnits: -\nOptions: neoclassical, none\nDefault: neoclassical","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.rho_transport\nρ transport gridType: Entry{AbstractVector{Float64}}\nUnits: -\nDefault: 0.25:0.1:0.85","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.evolve_Ti\nIon temperature :flux_match or keep :fixedType: Switch{Symbol}\nUnits: -\nOptions: flux_match, fixed\nDefault: flux_match","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.evolve_Te\nElectron temperature :flux_match or keep :fixedType: Switch{Symbol}\nUnits: -\nOptions: flux_match, fixed\nDefault: flux_match","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.evolve_densities\nDensities :fixed, or electron flux-match and rest match ne scale :flux_match, or Dict to specify which species are :flux_match, kept :fixed, used to enforce :quasi_neutrality, or scaled to :match_ne_scaleType: Entry{Union{Symbol, AbstractDict}}\nUnits: -\nDefault: flux_match","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.evolve_rotation\nRotation :flux_match or keep :fixedType: Switch{Symbol}\nUnits: -\nOptions: flux_match, fixed\nDefault: fixed","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.evolve_pedestal\nEvolve the pedestal within the transport solverType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.find_widths\nRuns turbulent transport actor TJLF finding widths after first iterationType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.max_iterations\nMaximum optimizer iterationsType: Entry{Int64}\nUnits: -\nDefault: 500","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.optimizer_algorithm\nOptimizing algorithm used for the flux matchingType: Switch{Symbol}\nUnits: -\nOptions: anderson, newton, trust_region, simple, none\nDefault: anderson","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.step_size\nStep size for each algorithm iteration (note this has a different meaning for each algorithm)Type: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.Δt\nEvolve for Δt (Inf for steady state)Type: Entry{Float64}\nUnits: s\nDefault: Inf","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.save_input_tglf_folder\nSave the intput.tglf files in designated folder at the last iterationType: Entry{String}\nUnits: -\nDefault: ``","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.relax\nRelaxation on the final solutionType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorFluxMatcher.norms\nRelative normalization of different channelsType: Entry{Vector{Float64}}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxMatcher.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorFluxSwing.operate_oh_at_j_crit\nIf true it makes the OH operate at its current limit (within specified dd.requirements.coiljmargin`).","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"The flattop duration and maximum toroidal magnetic field follow from that. Otherwise we evaluate what is the current needed for dd.requirements.flattopduration, which may or may not exceed the OH critical current limit. If dd.requirements.flattopduration is not set, then operateohatjcrit is assumed. * Type: Entry{Bool} * Units: - * Default: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHCD.ec_model\nEC source actor to runType: Switch{Symbol}\nUnits: -\nOptions: ECsimple, none\nDefault: ECsimple","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHCD.ic_model\nIC source actor to runType: Switch{Symbol}\nUnits: -\nOptions: ICsimple, none\nDefault: ICsimple","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHCD.lh_model\nLH source actor to runType: Switch{Symbol}\nUnits: -\nOptions: LHsimple, none\nDefault: LHsimple","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHCD.nb_model\nNB source actor to runType: Switch{Symbol}\nUnits: -\nOptions: NBsimple, RABBIT, none\nDefault: NBsimple","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHCD.pellet_model\nPellet source actor to runType: Switch{Symbol}\nUnits: -\nOptions: Pelletsimple, none\nDefault: Pelletsimple","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHFSsizing.error_on_technology\nError if build stresses and current limits are not metType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHFSsizing.error_on_performance\nError if requested Bt and flattop duration are not metType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHFSsizing.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorHFSsizing.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorLFSsizing.maintenance\nScheme for installation/removal of in-vessel componentsType: Switch{Symbol}\nUnits: -\nOptions: vertical, horizontal, none\nDefault: none","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorLFSsizing.tor_modularity\nNumber of toroidal modules of blanket normalized to number of TF coilsType: Entry{Int64}\nUnits: -\nDefault: 2","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorLFSsizing.pol_modularity\nNumber of poloidal modules of each toroidal blanket sectorType: Entry{Int64}\nUnits: -\nDefault: 1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorLFSsizing.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorLFSsizing.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorNBI.model\nNBI modelType: Switch{Symbol}\nUnits: -\nOptions: simple, RABBIT\nDefault: simple","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorNeoclassical.model\nNeoclassical model to runType: Switch{Symbol}\nUnits: -\nOptions: changhinton, neo, hirshmansigmar\nDefault: hirshmansigmar","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorNeoclassical.rho_transport\nrhotornorm values to compute neoclassical fluxes onType: Entry{AbstractVector{Float64}}\nUnits: -\nDefault: 0.25:0.1:0.85","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorNeutronics.N\nNumber of particlesType: Entry{Int64}\nUnits: -\nDefault: 100000","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorNeutronics.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFactive.green_model\nModel used for the coils Green function calculationsType: Switch{Symbol}\nUnits: -\nOptions: point, quad\nDefault: quad","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFactive.update_equilibrium\nOverwrite target equilibrium with the one that the coils can actually makeType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFactive.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFdesign.symmetric\nForce PF coils location to be up-down symmetricType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFdesign.update_equilibrium\nOverwrite target equilibrium with the one that the coils can actually makeType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFdesign.model\nCoil placement strategyType: Switch{Symbol}\nUnits: -\nOptions: none, uniform, optimal\nDefault: optimal","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFdesign.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPFdesign.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorParticleHeatFlux.r\nVector of r at outermidplaneType: Entry{Vector{Float64}}\nUnits: m\nDefault: Float64[]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorParticleHeatFlux.q\nVector of parallel power density at outer midplaneType: Entry{Vector{Float64}}\nUnits: W m^-2\nDefault: Float64[]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorParticleHeatFlux.levels\nIf Int it defines number of levels in SOL, if vector it corresponds to the psi levels to build SOLType: Entry{Union{Int64, Vector{Float64}}}\nUnits: -\nDefault: 20","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorParticleHeatFlux.merge_wall\nMerge dd.wall in mesh for the heat flux Type: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorParticleHeatFlux.step\nStep for discretization of the default wall mesh (dd.wall)Type: Entry{Float64}\nUnits: m\nDefault: 0.1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorParticleHeatFlux.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPassiveStructures.wall_precision\nPrecision for making wall quadralateralsType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPassiveStructures.min_n_segments\nMinimum number of quadralateralsType: Entry{Int64}\nUnits: -\nDefault: 15","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPassiveStructures.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPedestal.rho_nml\nDefines rho at which the no man's land region startsType: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPedestal.rho_ped\nDefines rho at which the pedestal region startsType: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPedestal.density_match\nMatching density based on ne_ped or line averaged densityType: Switch{Symbol}\nUnits: -\nOptions: ne_line, ne_ped\nDefault: ne_ped","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPedestal.model\nPedestal model to useType: Switch{Symbol}\nUnits: -\nOptions: EPED, WPED, auto, none\nDefault: EPED","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPedestal.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPedestal.βn_from\nTake βn from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPedestal.ne_from\nTake ne_ped from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, summary, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPedestal.zeff_ped_from\nTake zeff_ped from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, summary, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPedestal.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPowerNeeds.model\nPower plant electrical needs modelType: Switch{Symbol}\nUnits: -\nOptions: thermal_power_fraction, EU_DEMO, FUSE\nDefault: FUSE","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorPowerNeeds.thermal_power_fraction\nFraction of the gross electrical power generated by the thermal cycle (if model==:thermal_power_fraction)Type: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorPowerNeeds.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQED.Δt\nEvolve for Δt (Inf for steady state)Type: Entry{Float64}\nUnits: s\nDefault: Inf","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQED.Nt\nNumber of time steps during evolutionType: Entry{Int64}\nUnits: -\nDefault: 100","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQED.solve_for\nSolve for specified Ip or VloopType: Switch{Symbol}\nUnits: -\nOptions: ip, vloop\nDefault: ip","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorQED.allow_floating_plasma_current\nZero loop voltage if non-inductive fraction exceeds 100% of the target IpType: Entry{Bool}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorQED.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorQED.vloop_from\nTake vloop from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule, controllers__ip","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.model\nImplementation of QLGYROType: Switch{Symbol}\nUnits: -\nOptions: QLGYRO\nDefault: QLGYRO","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.ky\nMax kyType: Entry{Float64}\nUnits: -\nDefault: 1.6","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.nky\nNumber of ky modesType: Entry{Int64}\nUnits: -\nDefault: 16","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.cpu_per_ky\nNumber of cpus per kyType: Entry{Int64}\nUnits: -\nDefault: 1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.kygrid_model\nTGLF ky grid modelType: Entry{Int64}\nUnits: -\nDefault: 0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.sat_rule\nSaturation ruleType: Switch{Symbol}\nUnits: -\nOptions: sat1, sat2, sat3\nDefault: sat1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.n_field\n1:phi, 2:phi+apar, 3:phi+apar+bparType: Entry{Int64}\nUnits: -\nDefault: 1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.delta_t\nCGYRO step size Type: Entry{Float64}\nUnits: -\nDefault: 0.005","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.max_time\nMax simulation time (a/cs)Type: Entry{Float64}\nUnits: -\nDefault: 100.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.rho_transport\nrhotornorm values to compute QLGYRO fluxes onType: Entry{AbstractVector{Float64}}\nUnits: -\nDefault: 0.25:0.1:0.85","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorQLGYRO.lump_ions\nLumps the fuel species (D,T) as well as the impurities togetherType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSimpleEC.ηcd_scale\nScaling factor for nominal current drive efficiencyType: Entry{Union{Float64, Vector{Float64}}}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSimpleIC.ηcd_scale\nScaling factor for nominal current drive efficiencyType: Entry{Union{Float64, Vector{Float64}}}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSimpleLH.ηcd_scale\nScaling factor for nominal current drive efficiencyType: Entry{Union{Float64, Vector{Float64}}}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSimpleNB.ηcd_scale\nScaling factor for nominal current drive efficiencyType: Entry{Union{Float64, Vector{Float64}}}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSolovev.ngrid\nGrid size (for R, Z follows proportionally to plasma elongation)Type: Entry{Int64}\nUnits: -\nDefault: 129","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSolovev.qstar\nInitial guess of kink safety factorType: Entry{Float64}\nUnits: -\nDefault: 1.5","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSolovev.alpha\nInitial guess of constant relating to pressureType: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorSolovev.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorSolovev.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStabilityLimits.models\nModels used for checking plasma stability limits: [:densitylimits, :betalimits, :currentlimits, :defaultlimits, :unknown, :κcontrollability, :betamodel105, :q95gt2, :betabernard1983, :gwdensity, :betatuda1985, :betatroyon1985, :q08gt2, :betatroyon1984]Type: Entry{Vector{Symbol}}\nUnits: -\nDefault: [:default_limits]","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStabilityLimits.raise_on_breach\nRaise an error when one or more stability limits are breachedType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStationaryPlasma.max_iter\nmax number of transport-equilibrium iterationsType: Entry{Int64}\nUnits: -\nDefault: 5","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStationaryPlasma.convergence_error\nConvergence error threshold (relative change in current and pressure profiles)Type: Entry{Float64}\nUnits: -\nDefault: 0.05","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStationaryPlasma.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStationaryPlasma.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorSteadyStateCurrent.allow_floating_plasma_current\nZero loop voltage if non-inductive fraction exceeds 100% of the target IpType: Entry{Bool}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorSteadyStateCurrent.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStresses.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorStresses.n_points\nNumber of grid pointsType: Entry{Int64}\nUnits: -\nDefault: 101","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.free_boundary\nConvert fixed boundary equilibrium to free boundary oneType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.number_of_radial_grid_points\nNumber of TEQUILA radial grid pointsType: Entry{Int64}\nUnits: -\nDefault: 31","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.number_of_fourier_modes\nNumber of modes for Fourier decompositionType: Entry{Int64}\nUnits: -\nDefault: 8","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.number_of_MXH_harmonics\nNumber of Fourier harmonics in MXH representation of flux surfacesType: Entry{Int64}\nUnits: -\nDefault: 4","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.number_of_iterations\nNumber of TEQUILA iterationsType: Entry{Int64}\nUnits: -\nDefault: 1000","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.relax\nRelaxation on the Picard iterationsType: Entry{Float64}\nUnits: -\nDefault: 0.25","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.tolerance\nTolerance for terminating iterationsType: Entry{Float64}\nUnits: -\nDefault: 0.0001","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorTEQUILA.ip_from\nTake ip from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, equilibrium, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.fixed_grid\nFix P and Jt on this rho gridType: Switch{Symbol}\nUnits: -\nOptions: poloidal, toroidal\nDefault: toroidal","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTEQUILA.debug\nPrint debug information withing TEQUILA solveType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorTEQUILA.R\nPsi R axisType: Entry{Vector{Float64}}\nUnits: m","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorTEQUILA.Z\nPsi Z axisType: Entry{Vector{Float64}}\nUnits: m","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTGLF.model\nImplementation of TGLFType: Switch{Symbol}\nUnits: -\nOptions: TGLF, TGLFNN, TJLF\nDefault: TGLFNN","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTGLF.sat_rule\nSaturation ruleType: Switch{Symbol}\nUnits: -\nOptions: sat0, sat0quench, sat1, sat1geo, sat2, sat3\nDefault: sat1","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTGLF.electromagnetic\nElectromagnetic or electrostaticType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorTGLF.tglfnn_model\nUse a user specified TGLF-NN model stored in TGLFNN/modelsType: Entry{String}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTGLF.rho_transport\nrhotornorm values to compute tglf fluxes onType: Entry{AbstractVector{Float64}}\nUnits: -\nDefault: 0.25:0.1:0.85","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTGLF.warn_nn_train_bounds\nRaise warnings if querying cases that are certainly outside of the training rangeType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorTGLF.custom_input_files\nSets up the input file that will be run with the custom input file as a maskType: Entry{Union{Vector{<:TGLFNN.InputTGLF}, Vector{<:TJLF.InputTJLF}}}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorTGLF.lump_ions\nLumps the fuel species (D,T) as well as the impurities togetherType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorThermalPlant.model\nPower plant heat cycle efficiencyType: Switch{Symbol}\nUnits: -\nOptions: fixed_plant_efficiency, network, surogate\nDefault: surogate","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorThermalPlant.fixed_plant_efficiency\nOverall thermal cycle efficiency (if model=:fixed_plant_efficiency)Type: Entry{Float64}\nUnits: -\nDefault: 0.35","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorThermalPlant.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorThermalPlant.verbose\nVerboseType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorVerticalStability.model\nTunr on/off model of vertical stabilityType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorVerticalStability.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorWPED.ped_to_core_fraction\nRatio of edge (@rho=0.9) to core stored energy [0.05 for L-mode, 0.3 for neg-T plasmas, missing keeps original ratio]Type: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorWPED.rho_ped\nDefines rho at which the edge region startsType: Entry{Float64}\nUnits: -","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorWPED.ne_ped_from\nTake ne_ped from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, summary, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"note: act.ActorWPED.zeff_ped_from\nTake zeff_ped from this IDSType: Switch{Symbol}\nUnits: -\nOptions: core_profiles, summary, pulse_schedule","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorWPED.do_plot\nStore the output dds of the workflow runType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorWholeFacility.update_plasma\nRun plasma related actorsType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"act_details.html","page":"-","title":"-","text":"tip: act.ActorWholeFacility.update_build\nOptimize tokamak buildType: Entry{Bool}\nUnits: -\nDefault: true","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.a_σ\nerror of amns_data.aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"amns_data.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].extrapolation_type\nExtrapolation strategy when leaving the domain. The first value of the vector describes the behaviour at lower bound, the second describes the at upper bound. Possible values: 0=none, report error; 1=boundary value; 2=linear extrapolationData Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].interpolation_type\nInterpolation strategy in this coordinate direction. Integer flag: 0=discrete (no interpolation); 1=linear; ...Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].label\nDescription of coordinate (e.g. \"Electron temperature\")Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].spacing\nFlag for specific coordinate spacing (for optimization purposes). Integer flag: 0=undefined; 1=uniform; ...Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].transformation\nCoordinate transformation applied to coordinate values stored in coord. Integer flag: 0=none; 1=log10; 2=lnData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].units\nUnits of coordinate (e.g. eV)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].value_labels\nString description of discrete coordinate values (if interpolation_type=0). E.g., for spectroscopic lines, the spectroscopic description of the transition.Data Type: STR_1D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].values\nCoordinate valuesUnits: units given by coordinate_system(:)/coordinate(:)/units\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.coordinate_system[:].coordinate[:].values_σ\nerror of amnsdata.coordinatesystem[:].coordinate[:].valuesUnits: units given by coordinate_system(:)/coordinate(:)/units\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_0d\n0D table describing the process dataUnits: units given by process(:)/results_units\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_0d_σ\nerror of amnsdata.process[:].chargestate[:].table_0dUnits: units given by process(:)/results_units\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_1d\n1D table describing the process dataUnits: units given by process(i1)/results_units\nData Type: FLT_1D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_1d_σ\nerror of amnsdata.process[:].chargestate[:].table_1dUnits: units given by process(i1)/results_units\nData Type: FLT_1D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_2d\n2D table describing the process dataUnits: units given by process(i1)/results_units\nData Type: FLT_2D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_2d_σ\nerror of amnsdata.process[:].chargestate[:].table_2dUnits: units given by process(i1)/results_units\nData Type: FLT_2D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_3d\n3D table describing the process dataUnits: units given by process(:)/results_units\nData Type: FLT_3D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_3d_σ\nerror of amnsdata.process[:].chargestate[:].table_3dUnits: units given by process(:)/results_units\nData Type: FLT_3D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_4d\n4D table describing the process dataUnits: units given by process(i1)/results_units\nData Type: FLT_4D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_4d_σ\nerror of amnsdata.process[:].chargestate[:].table_4dUnits: units given by process(i1)/results_units\nData Type: FLT_4D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_5d\n5D table describing the process dataUnits: units given by process(i1)/results_units\nData Type: FLT_5D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_5d_σ\nerror of amnsdata.process[:].chargestate[:].table_5dUnits: units given by process(i1)/results_units\nData Type: FLT_5D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_6d\n6D table describing the process dataUnits: units given by process(i1)/results_units\nData Type: FLT_6D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].table_6d_σ\nerror of amnsdata.process[:].chargestate[:].table_6dUnits: units given by process(i1)/results_units\nData Type: FLT_6D\nCoordinates: [\"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\", \"amns_data.coordinate_system[:].coordinate[:].values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].z_max_σ\nerror of amnsdata.process[:].chargestate[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].charge_state[:].z_min_σ\nerror of amnsdata.process[:].chargestate[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].citation\nReference to publication(s)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].coordinate_index\nIndex in tables_coord, specifying what coordinate systems to use for this process (valid for all tables)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].label\nString identifying the process (e.g. EI, RC, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].charge\nCharge number of the participantData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].charge_σ\nerror of amns_data.process[:].products[:].chargeData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].element[:].a_σ\nerror of amns_data.process[:].products[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].element[:].z_n_σ\nerror of amnsdata.process[:].products[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].label\nString identifying reaction participant (e.g. \"D\", \"e\", \"W\", \"CD4\", \"photon\", \"n\")Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].mass\nMass of the participantUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].mass_σ\nerror of amns_data.process[:].products[:].massUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].metastable\nAn array identifying the metastable; if zero-length, then not a metastable; if of length 1, then the value indicates the electronic level for the metastable (mostly used for atoms/ions); if of length 2, then the 1st would indicate the electronic level and the second the vibrational level for the metastable (mostly used for molecules and molecular ions); if of length 3, then the 1st would indicate the electronic level, the second the vibrational level and the third the rotational level for the metastable (mostly used for molecules and molecular ions)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].metastable_label\nLabel identifying in text form the metastableData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].multiplicity\nMultiplicity in the reactionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].multiplicity_σ\nerror of amns_data.process[:].products[:].multiplicityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].relative_charge\nThis is a flag indicating that charges are absolute (if set to 0), relative (if 1) or irrelevant (-1); relative would be used to categorize the ionization reactions from i to i+1 for all charge states; in the case of bundles, the +1 relative indicates the next bundleData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].role.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].role.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].products[:].role.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].charge\nCharge number of the participantData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].charge_σ\nerror of amns_data.process[:].reactants[:].chargeData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].element[:].a_σ\nerror of amns_data.process[:].reactants[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].element[:].z_n_σ\nerror of amnsdata.process[:].reactants[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].label\nString identifying reaction participant (e.g. \"D\", \"e\", \"W\", \"CD4\", \"photon\", \"n\")Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].mass\nMass of the participantUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].mass_σ\nerror of amns_data.process[:].reactants[:].massUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].metastable\nAn array identifying the metastable; if zero-length, then not a metastable; if of length 1, then the value indicates the electronic level for the metastable (mostly used for atoms/ions); if of length 2, then the 1st would indicate the electronic level and the second the vibrational level for the metastable (mostly used for molecules and molecular ions); if of length 3, then the 1st would indicate the electronic level, the second the vibrational level and the third the rotational level for the metastable (mostly used for molecules and molecular ions)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].metastable_label\nLabel identifying in text form the metastableData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].multiplicity\nMultiplicity in the reactionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].multiplicity_σ\nerror of amns_data.process[:].reactants[:].multiplicityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].relative_charge\nThis is a flag indicating that charges are absolute (if set to 0), relative (if 1) or irrelevant (-1); relative would be used to categorize the ionization reactions from i to i+1 for all charge states; in the case of bundles, the +1 relative indicates the next bundleData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].role.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].role.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].reactants[:].role.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].result_label\nDescription of the process result (rate, cross section, sputtering yield, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].result_transformation\nTransformation of the process result. Integer flag: 0=no transformation; 1=10^; 2=exp()Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].result_units\nUnits of the process resultData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].source\nFilename or subroutine name used to provide this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.process[:].table_dimension\nTable dimensionality of the process (1 to 6), valid for all charge states. Indicates which of the tables is filled (below the charge_state node)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.release[:].data_entry[:].description\nDescription of this data entryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.release[:].data_entry[:].run\nWhich run number is the active run number for this versionData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.release[:].data_entry[:].shot\nShot number = Mass*1000+Nuclear_chargeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.release[:].date\nDate of this releaseData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.release[:].description\nDescription of this releaseData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: amns_data.z_n_σ\nerror of amnsdata.znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"b_field_non_axisymmetric.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.configuration\nIn case of a constant (single time slice) b_field description, name of the corresponding scenario/configurationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.control_surface_names\nList of control surface names, refers to the ../timeslice/controlsurface indexData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_normal\nNormal component of the vacuum error magnetic field on the various surface pointsUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_normal_σ\nerror of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_normalUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_normal_fourier\nFourier coefficients of the normal component of the vacuum error magnetic field on the various surface pointsUnits: T\nData Type: CPX_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_r\nR component of the vacuum error magnetic field on the various surface pointsUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_r_σ\nerror of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_rUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_tor\nToroidal component of the vacuum error magnetic field on the various surface pointsUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_tor_σ\nerror of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_torUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_z\nZ component of the vacuum error magnetic field on the various surface pointsUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].b_field_z_σ\nerror of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].bfield_zUnits: T\nData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\", \"b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].n_tor\nToroidal mode numberData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r_σ\nerror of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].normalvector.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.z_σ\nerror of bfieldnonaxisymmetric.timeslice[:].controlsurface[:].normalvector.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].normal_vector.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r_σ\nerror of bfieldnonaxisymmetric.timeslice[:].control_surface[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.z_σ\nerror of bfieldnonaxisymmetric.timeslice[:].control_surface[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].control_surface[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].phi\nToroidal angle array, on which the Fourier decomposition is carried outUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].control_surface[:].phi_σ\nerror of bfieldnonaxisymmetric.timeslice[:].control_surface[:].phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.b_field_r\nR component of the vacuum error magnetic fieldUnits: T\nData Type: FLT_3D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.b_field_r_σ\nerror of bfieldnonaxisymmetric.timeslice[:].fieldmap.bfield_rUnits: T\nData Type: FLT_3D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.b_field_tor\nToroidal component of the vacuum error magnetic fieldUnits: T\nData Type: FLT_3D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.b_field_tor_σ\nerror of bfieldnonaxisymmetric.timeslice[:].fieldmap.bfield_torUnits: T\nData Type: FLT_3D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.b_field_z\nZ component of the vacuum error magnetic fieldUnits: T\nData Type: FLT_3D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.b_field_z_σ\nerror of bfieldnonaxisymmetric.timeslice[:].fieldmap.bfield_zUnits: T\nData Type: FLT_3D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.grid.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.grid.phi_σ\nerror of bfieldnonaxisymmetric.timeslice[:].field_map.grid.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.grid.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.grid.r_σ\nerror of bfieldnonaxisymmetric.timeslice[:].field_map.grid.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.grid.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.grid.z_σ\nerror of bfieldnonaxisymmetric.timeslice[:].field_map.grid.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.ripple_amplitude\nValue of (bfieldmax-bfieldmin)/(bfieldmax+bfieldmin), where bfieldmax resp. bfieldmin) is the maximum (resp. minimum) of the magnetic field amplitude over a 2pi rotation in toroidal angle phi at a given R, Z position. Data Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].field_map.ripple_amplitude_σ\nerror of bfieldnonaxisymmetric.timeslice[:].fieldmap.rippleamplitudeData Type: FLT_2D\nCoordinates: [\"b_field_non_axisymmetric.time_slice[:].field_map.grid.r\", \"b_field_non_axisymmetric.time_slice[:].field_map.grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: b_field_non_axisymmetric.time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.Q_plant\nElectricity gain of the plant (ratio of net electric / plant electricity during operation)Data Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.Q_plant_σ\nerror of balanceofplant.Q_plantData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_net\nNet electric powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_net_σ\nerror of balanceofplant.powerelectricnetUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].index\nIndex of the system, used to generate functionsData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].name\nName of the systemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].power\nElectrical power used to operate the systemUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].power_σ\nerror of balanceofplant.powerelectricplant_operation.system[:].powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].index\nIndex of the system, used to generate functionsData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].name\nName of the systemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].power\nElectrical power used to operate the systemUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.system[:].subsystem[:].power_σ\nerror of balanceofplant.powerelectricplant_operation.system[:].subsystem[:].powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.total_power\nTotal Units: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_electric_plant_operation.total_power_σ\nerror of balanceofplant.powerelectricplantoperation.totalpowerUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.generator_conversion_efficiency\nConversion efficiency of thermal to electric power of the steam cycleData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.generator_conversion_efficiency_σ\nerror of balanceofplant.powerplant.generatorconversion_efficiencyData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.heat_load.breeder\nThe heat flow towards the breeder.Units: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.heat_load.breeder_σ\nerror of balanceofplant.powerplant.heatload.breederUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.heat_load.divertor\nThe heat flow towards the divertorUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.heat_load.divertor_σ\nerror of balanceofplant.powerplant.heatload.divertorUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.heat_load.wall\nThe heat flow towards the wall.Units: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.heat_load.wall_σ\nerror of balanceofplant.powerplant.heatload.wallUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.power_cycle_type\nType of primary power cycle, :brayton = gas, :rankine = steamData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.power_electric_generated\nThe net electric power produced by the thermal plant, equal tot the power produced by turbines LESS the power consumed by pumps and compressorsUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.power_electric_generated_σ\nerror of balanceofplant.powerplant.powerelectric_generatedUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].index\nIndex of the system, used to generate functionsData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].name\nName of the componentData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].massflow\nMass Flow Rate of the fluidUnits: kg/s\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].massflow_σ\nerror of balanceofplant.power_plant.system[:].component[:].port[:].massflowUnits: kg/s\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].mechanicalPower\nShaft power associated with the component, (+) = into the system, (-) = out of the systemUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].mechanicalPower_σ\nerror of balanceofplant.power_plant.system[:].component[:].port[:].mechanicalPowerUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].name\nName of the portData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].pressure\nFluid pressureUnits: Bar\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].pressure_σ\nerror of balanceofplant.power_plant.system[:].component[:].port[:].pressureUnits: Bar\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].temperature\nFluid TemperatureUnits: C\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].temperature_σ\nerror of balanceofplant.power_plant.system[:].component[:].port[:].temperatureUnits: C\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].thermalPower\nHeattransfer rate of the component, (+) = into the system, (-) = out of the systemUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].component[:].port[:].thermalPower_σ\nerror of balanceofplant.power_plant.system[:].component[:].port[:].thermalPowerUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].index\nIndex of the system, used to generate functionsData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.system[:].name\nName of the systemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.total_heat_rejected\nThe total heat flow being rejected from the thermal plantUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.total_heat_rejected_σ\nerror of balanceofplant.powerplant.totalheat_rejectedUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.total_heat_supplied\nThe total heat flow being supplied to the thermal Plant (Fusion thermal power).Units: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.power_plant.total_heat_supplied_σ\nerror of balanceofplant.powerplant.totalheat_suppliedUnits: W\nData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.thermal_efficiency_cycle\nThe fractional thermal effiency of the power cycle. Calculated as 1-Qout/QinData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.thermal_efficiency_cycle_σ\nerror of balanceofplant.thermalefficiencycycleData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.thermal_efficiency_plant\nThe fractional thermal effiency of the entire BOP thermal plant, inlcudes all of the individual cycles. Calculated as 1-Qout/QinData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.thermal_efficiency_plant_σ\nerror of balanceofplant.thermalefficiencyplantData Type: FLT_1D\nCoordinates: [\"balance_of_plant.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: balance_of_plant.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"barometry.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].calibration_coefficient\nCoefficient used for converting raw signal into absolute pressureUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].calibration_coefficient_σ\nerror of barometry.gauge[:].calibration_coefficientUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].name\nName of the gaugeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].position.phi_σ\nerror of barometry.gauge[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].position.r_σ\nerror of barometry.gauge[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].position.z_σ\nerror of barometry.gauge[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].pressure.data\nDataUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"barometry.gauge[:].pressure.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].pressure.data_σ\nerror of barometry.gauge[:].pressure.dataUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"barometry.gauge[:].pressure.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].pressure.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.gauge[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.latency_σ\nerror of barometry.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: barometry.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].layer[:].material\nMaterial of the layerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].layer[:].midplane_thickness\nThickness of layer evaluated at the midplaneUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].layer[:].midplane_thickness_σ\nerror of blanket.module[:].layer[:].midplane_thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].layer[:].name\nName of the blanket layerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].midplane_r\nRadial distance from the first wall evaluated at the midplane (0.0 at the first wall)Units: m\nData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].midplane_r_σ\nerror of blanket.module[:].midplane_rUnits: m\nData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].name\nName of the blanket moduleData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].midplane_volumetric_heating\nVolumetric heating evaluated at the midplaneUnits: W/m^3\nData Type: FLT_1D\nCoordinates: [\"blanket.module[:].midplane_r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].midplane_volumetric_heating_σ\nerror of blanket.module[:].timeslice[:].midplanevolumetric_heatingUnits: W/m^3\nData Type: FLT_1D\nCoordinates: [\"blanket.module[:].midplane_r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].peak_escape_flux\nMaximum neutron flux escaping from the back of the blanket moduleUnits: W/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].peak_escape_flux_σ\nerror of blanket.module[:].timeslice[:].peakescape_fluxUnits: W/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].peak_wall_flux\nMaximum neutron flux at the first wallUnits: W/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].peak_wall_flux_σ\nerror of blanket.module[:].timeslice[:].peakwall_fluxUnits: W/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_incident_neutrons\nTotal incident neutron power on the blanket moduleUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_incident_neutrons_σ\nerror of blanket.module[:].timeslice[:].powerincident_neutronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_incident_radiated\nTotal incident radiative power on the blanket moduleUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_incident_radiated_σ\nerror of blanket.module[:].timeslice[:].powerincident_radiatedUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_thermal_extracted\nTotal thermal power that is extracted from the blanket moduleUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_thermal_extracted_σ\nerror of blanket.module[:].timeslice[:].powerthermal_extractedUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_thermal_neutrons\nTotal neutron power (deposited + generated) in the blanket moduleUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_thermal_neutrons_σ\nerror of blanket.module[:].timeslice[:].powerthermal_neutronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_thermal_radiated\nTotal radiated power (incident - reflected) in the blanket moduleUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].power_thermal_radiated_σ\nerror of blanket.module[:].timeslice[:].powerthermal_radiatedUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].tritium_breeding_ratio\nNumber of tritium atoms for each incident neutron (TBR)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.module[:].time_slice[:].tritium_breeding_ratio_σ\nerror of blanket.module[:].timeslice[:].tritiumbreeding_ratioData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.tritium_breeding_ratio\nNumber of tritium atoms created for each fusion neutron (TBR)Data Type: FLT_1D\nCoordinates: [\"blanket.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: blanket.tritium_breeding_ratio_σ\nerror of blanket.tritiumbreedingratioData Type: FLT_1D\nCoordinates: [\"blanket.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].centre.phi_σ\nerror of bolometer.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].centre.r_σ\nerror of bolometer.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].centre.z_σ\nerror of bolometer.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].outline.x1_σ\nerror of bolometer.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"bolometer.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].outline.x2_σ\nerror of bolometer.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"bolometer.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].radius_σ\nerror of bolometer.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].surface_σ\nerror of bolometer.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of bolometer.channel[:].aperture[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of bolometer.channel[:].aperture[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of bolometer.channel[:].aperture[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x1_width_σ\nerror of bolometer.channel[:].aperture[:].x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of bolometer.channel[:].aperture[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of bolometer.channel[:].aperture[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of bolometer.channel[:].aperture[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x2_width_σ\nerror of bolometer.channel[:].aperture[:].x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of bolometer.channel[:].aperture[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of bolometer.channel[:].aperture[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of bolometer.channel[:].aperture[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.centre.phi_σ\nerror of bolometer.channel[:].detector.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.centre.r_σ\nerror of bolometer.channel[:].detector.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.centre.z_σ\nerror of bolometer.channel[:].detector.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.outline.x1_σ\nerror of bolometer.channel[:].detector.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"bolometer.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.outline.x2_σ\nerror of bolometer.channel[:].detector.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"bolometer.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.radius_σ\nerror of bolometer.channel[:].detector.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.surface_σ\nerror of bolometer.channel[:].detector.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_unit_vector.x_σ\nerror of bolometer.channel[:].detector.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_unit_vector.y_σ\nerror of bolometer.channel[:].detector.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_unit_vector.z_σ\nerror of bolometer.channel[:].detector.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x1_width_σ\nerror of bolometer.channel[:].detector.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_unit_vector.x_σ\nerror of bolometer.channel[:].detector.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_unit_vector.y_σ\nerror of bolometer.channel[:].detector.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_unit_vector.z_σ\nerror of bolometer.channel[:].detector.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x2_width_σ\nerror of bolometer.channel[:].detector.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x3_unit_vector.x_σ\nerror of bolometer.channel[:].detector.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x3_unit_vector.y_σ\nerror of bolometer.channel[:].detector.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].detector.x3_unit_vector.z_σ\nerror of bolometer.channel[:].detector.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].etendue\nEtendue (geometric extent) of the channel's optical systemUnits: m^2.sr\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].etendue_σ\nerror of bolometer.channel[:].etendueUnits: m^2.sr\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].etendue_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].etendue_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].etendue_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.first_point.phi_σ\nerror of bolometer.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.first_point.r_σ\nerror of bolometer.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.first_point.z_σ\nerror of bolometer.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.second_point.phi_σ\nerror of bolometer.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.second_point.r_σ\nerror of bolometer.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.second_point.z_σ\nerror of bolometer.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.third_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.third_point.phi_σ\nerror of bolometer.channel[:].lineofsight.third_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.third_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.third_point.r_σ\nerror of bolometer.channel[:].lineofsight.third_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.third_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].line_of_sight.third_point.z_σ\nerror of bolometer.channel[:].lineofsight.third_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].power.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"bolometer.channel[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].power.data_σ\nerror of bolometer.channel[:].power.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"bolometer.channel[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].power.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].validity\nIndicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].validity_timed.data\nDataData Type: INT_1D\nCoordinates: [\"bolometer.channel[:].validity_timed.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.channel[:].validity_timed.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"bolometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid.dim1_σ\nerror of bolometer.grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid.dim2_σ\nerror of bolometer.grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid.volume_element\nVolume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"bolometer.grid.dim1\", \"bolometer.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid.volume_element_σ\nerror of bolometer.grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"bolometer.grid.dim1\", \"bolometer.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.latency_σ\nerror of bolometer.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_density.data\nDataUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"bolometer.grid.dim1\", \"bolometer.grid.dim2\", \"bolometer.power_density.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_density.data_σ\nerror of bolometer.power_density.dataUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"bolometer.grid.dim1\", \"bolometer.grid.dim2\", \"bolometer.power_density.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_density.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_radiated_inside_lcfs\nRadiated power from the plasma inside the Last Closed Flux Surface, reconstructed from bolometry dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"bolometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_radiated_inside_lcfs_σ\nerror of bolometer.powerradiatedinside_lcfsUnits: W\nData Type: FLT_1D\nCoordinates: [\"bolometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_radiated_total\nTotal radiated power reconstructed from bolometry dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"bolometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_radiated_total_σ\nerror of bolometer.powerradiatedtotalUnits: W\nData Type: FLT_1D\nCoordinates: [\"bolometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.power_radiated_validity\nValidity flag related to the radiated power reconstructionsData Type: INT_1D\nCoordinates: [\"bolometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bolometer.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.detection_efficiency\nProbability of detection of a photon impacting the detector as a function of its wavelength Data Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].filter.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.detection_efficiency_σ\nerror of bremsstrahlungvisible.channel[:].filter.detectionefficiencyData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].filter.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.wavelength_lower\nLower bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.wavelength_lower_σ\nerror of bremsstrahlungvisible.channel[:].filter.wavelengthlowerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.wavelength_upper\nUpper bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.wavelength_upper_σ\nerror of bremsstrahlungvisible.channel[:].filter.wavelengthupperUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.wavelengths\nArray of wavelength valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].filter.wavelengths_σ\nerror of bremsstrahlung_visible.channel[:].filter.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].intensity.data\nDataUnits: (counts) s^-1\nData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].intensity.data_σ\nerror of bremsstrahlung_visible.channel[:].intensity.dataUnits: (counts) s^-1\nData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].intensity.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.first_point.phi_σ\nerror of bremsstrahlungvisible.channel[:].lineofsight.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.first_point.r_σ\nerror of bremsstrahlungvisible.channel[:].lineofsight.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.first_point.z_σ\nerror of bremsstrahlungvisible.channel[:].lineofsight.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.second_point.phi_σ\nerror of bremsstrahlungvisible.channel[:].lineofsight.secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.second_point.r_σ\nerror of bremsstrahlungvisible.channel[:].lineofsight.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].line_of_sight.second_point.z_σ\nerror of bremsstrahlungvisible.channel[:].lineofsight.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].radiance_spectral.data\nDataUnits: (photons).m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].radiance_spectral.data_σ\nerror of bremsstrahlungvisible.channel[:].radiancespectral.dataUnits: (photons).m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].radiance_spectral.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].zeff_line_average.data\nDataData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].zeff_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].zeff_line_average.data_σ\nerror of bremsstrahlungvisible.channel[:].zeffline_average.dataData Type: FLT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].zeff_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].zeff_line_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].zeff_line_average.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.channel[:].zeff_line_average.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"bremsstrahlung_visible.channel[:].zeff_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"bremsstrahlung_visible.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.latency_σ\nerror of bremsstrahlung_visible.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: bremsstrahlung_visible.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.divertors.lower.installed\n1 if a lower divertor is installedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.divertors.upper.installed\n1 if a upper divertor is installedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.flux_swing.flattop\nTotal flux required for the plasma flattopUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.flux_swing.flattop_σ\nerror of build.flux_swing.flattopUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.flux_swing.pf\nContribution of vertical field from PF coils to flux swingUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.flux_swing.pf_σ\nerror of build.flux_swing.pfUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.flux_swing.rampup\nTotal flux required for the plasma rampupUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.flux_swing.rampup_σ\nerror of build.flux_swing.rampupUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].area\nCross sectional area of the layerUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].area_σ\nerror of build.layer[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].coils_inside\nlist of coils inside of this layerData Type: INT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].end_radius\nEnd radius of the layerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].end_radius_σ\nerror of build.layer[:].end_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].identifier\nInteger to identify the same layer on the high-field-side and low-field-sideData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].material\nMaterial of the layerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].name\nName of the layerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].outline.r_σ\nerror of build.layer[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.layer[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].outline.z_σ\nerror of build.layer[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.layer[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].shape\nInteger to identify the physical shape of the layerData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].shape_parameters\nList of the shape specific parameters for given shape typeData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].shape_parameters_σ\nerror of build.layer[:].shape_parametersData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].side\nInteger set to -1 if layer is on the low-field-side and 1 if layer is on the high-field-side. 0 for plasma. 2 for inner (eg. OH) and 3 for outer (eg. cryostat)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].start_radius\nStart radius of the layerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].start_radius_σ\nerror of build.layer[:].start_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].thickness\nRadial thickness of layerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].thickness_σ\nerror of build.layer[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].type\nLayer type code","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"vacuum (use this to set mimimum radius for OH)\nOH\nTF\nBL\nShielding\nWall","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"-1) Vacuum vessel * Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].volume\nVolume of the layerUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].volume_σ\nerror of build.layer[:].volumeUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].volume_no_structures\nVolume of the layer without structuresUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.layer[:].volume_no_structures_σ\nerror of build.layer[:].volumenostructuresUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.critical_b_field\nCritical magnetic field density to quench superconducting OHUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.critical_b_field_σ\nerror of build.oh.criticalbfieldUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.critical_j\nCritical current density to quench superconducting OHUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.critical_j_σ\nerror of build.oh.critical_jUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.flattop_duration\nEstimated duration of the flattopUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.flattop_duration_σ\nerror of build.oh.flattop_durationUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.max_b_field\nMaximum magnetic field in the OH solenoid, as required to satisfy rampup and flattop flux consumptionUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.max_b_field_σ\nerror of build.oh.maxbfieldUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.max_j\nMaximum current density in the OH solenoid, as required to satisfy rampup and flattop flux consumptionUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.max_j_σ\nerror of build.oh.max_jUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.JxB_strain\nFraction of maximum JxB strain over maximum total strain on the OH coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.JxB_strain_σ\nerror of build.oh.technology.JxB_strainData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.fraction_steel\nFraction of stainless steel in the OH coils cross-sectional areasData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.fraction_steel_σ\nerror of build.oh.technology.fraction_steelData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.fraction_void\nFraction of void in the OH coils cross-sectional area. Void is everything (like coolant) that is not structural nor conductorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.fraction_void_σ\nerror of build.oh.technology.fraction_voidData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.material\nMaterial of the OH coilsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.ratio_SC_to_copper\nFraction of superconductor to copper cross-sectional areas in OH coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.ratio_SC_to_copper_σ\nerror of build.oh.technology.ratioSCto_copperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.temperature\nOH coils temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.temperature_σ\nerror of build.oh.technology.temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.thermal_strain\nFraction of thermal expansion strain over maximum total strain on the OH coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.oh.technology.thermal_strain_σ\nerror of build.oh.technology.thermal_strainData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].coils_cleareance\nClereance that coils have from other structuresUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].coils_cleareance_σ\nerror of build.pfactive.rail[:].coilscleareanceUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].coils_number\nNumber of coils on the railData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].name\nName of the coil railData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].outline.distance\nDistance along the rail skipping gapsUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.pf_active.rail[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].outline.distance_σ\nerror of build.pf_active.rail[:].outline.distanceUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.pf_active.rail[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].outline.r_σ\nerror of build.pf_active.rail[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.pf_active.rail[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.rail[:].outline.z_σ\nerror of build.pf_active.rail[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.pf_active.rail[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.JxB_strain\nFraction of maximum JxB strain over maximum total strain on the PF coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.JxB_strain_σ\nerror of build.pfactive.technology.JxBstrainData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.fraction_steel\nFraction of stainless steel in the PF coils cross-sectional areasData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.fraction_steel_σ\nerror of build.pfactive.technology.fractionsteelData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.fraction_void\nFraction of void in the PF coils cross-sectional area. Void is everything (like coolant) that is not structural nor conductorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.fraction_void_σ\nerror of build.pfactive.technology.fractionvoidData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.material\nMaterial of the PF coilsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.ratio_SC_to_copper\nFraction of superconductor to copper cross-sectional areas in the PF coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.ratio_SC_to_copper_σ\nerror of build.pfactive.technology.ratioSCtocopperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.temperature\nPF coils temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.temperature_σ\nerror of build.pf_active.technology.temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.thermal_strain\nFraction of thermal expansion strain over maximum total strain on the PF coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.pf_active.technology.thermal_strain_σ\nerror of build.pfactive.technology.thermalstrainData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].area\nCross sectional area of the structureUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].area_σ\nerror of build.structure[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].identifier\nString to identify structureData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].material\nMaterial of the structureData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].name\nName of the structureData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].outline.r_σ\nerror of build.structure[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.structure[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].outline.z_σ\nerror of build.structure[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"build.structure[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].toroidal_angles\nToroidal position(s) of the structureUnits: rad\nData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].toroidal_angles_σ\nerror of build.structure[:].toroidal_anglesUnits: rad\nData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].toroidal_extent\nToroidal extent of the structureUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].toroidal_extent_σ\nerror of build.structure[:].toroidal_extentUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].type\nStructure type codeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].volume\nVolume of the structureUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.structure[:].volume_σ\nerror of build.structure[:].volumeUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.coils_n\nNumber of TF coils around the torusData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.critical_b_field\nCritical magnetic field to quench superconducting TFUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.critical_b_field_σ\nerror of build.tf.criticalbfieldUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.critical_j\nCritical current density to quench superconducting TFUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.critical_j_σ\nerror of build.tf.critical_jUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.max_b_field\nMaximum magnetic field evaluated at the TF high-field sideUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.max_b_field_σ\nerror of build.tf.maxbfieldUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.max_j\nMaximum current density in the TF solenoidUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.max_j_σ\nerror of build.tf.max_jUnits: A/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.nose_hfs_fraction\nFraction of TF radial build assigned to TF nose (solid inboard support structure)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.nose_hfs_fraction_σ\nerror of build.tf.nosehfsfractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.ripple\nFraction of toroidal field ripple evaluated at the outermost radius of the plasma chamberData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.ripple_σ\nerror of build.tf.rippleData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.JxB_strain\nFraction of maximum JxB strain over maximum total strain on the TF coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.JxB_strain_σ\nerror of build.tf.technology.JxB_strainData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.fraction_steel\nFraction of stainless steel in the TF coils cross-sectional areasData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.fraction_steel_σ\nerror of build.tf.technology.fraction_steelData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.fraction_void\nFraction of void in the TF coils cross-sectional area. Void is everything (like coolant) that is not structural nor conductorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.fraction_void_σ\nerror of build.tf.technology.fraction_voidData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.material\nMaterial of the TF coilsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.ratio_SC_to_copper\nFraction of superconductor to copper cross-sectional areas in the TF coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.ratio_SC_to_copper_σ\nerror of build.tf.technology.ratioSCto_copperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.temperature\nTF coils temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.temperature_σ\nerror of build.tf.technology.temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.thermal_strain\nFraction of thermal expansion strain over maximum total strain on the TF coilsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.technology.thermal_strain_σ\nerror of build.tf.technology.thermal_strainData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.wedge_thickness\nThickness of the TF coils wedge evaluatedUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.tf.wedge_thickness_σ\nerror of build.tf.wedge_thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: build.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"calorimetry.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].identifier\nID of the loopData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].mass_flow.data\nDataUnits: kg.s^-1\nData Type: FLT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].mass_flow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].mass_flow.data_σ\nerror of calorimetry.coolingloop[:].massflow.dataUnits: kg.s^-1\nData Type: FLT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].mass_flow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].mass_flow.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].mass_flow.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].mass_flow.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].mass_flow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].name\nName of the loopData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_in.data\nDataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].temperature_in.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_in.data_σ\nerror of calorimetry.coolingloop[:].temperaturein.dataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].temperature_in.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_in.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_in.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_in.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].temperature_in.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_out.data\nDataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].temperature_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_out.data_σ\nerror of calorimetry.coolingloop[:].temperatureout.dataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].temperature_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_out.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_out.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.cooling_loop[:].temperature_out.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.cooling_loop[:].temperature_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_cumulated.data\nDataUnits: J\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].energy_cumulated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_cumulated.data_σ\nerror of calorimetry.group[:].component[:].energy_cumulated.dataUnits: J\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].energy_cumulated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_cumulated.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_cumulated.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_cumulated.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.group[:].component[:].energy_cumulated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_total.data\nDataUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_total.data_σ\nerror of calorimetry.group[:].component[:].energy_total.dataUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].energy_total.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].identifier\nID of the componentData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].mass_flow.data\nDataUnits: kg.s^-1\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].mass_flow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].mass_flow.data_σ\nerror of calorimetry.group[:].component[:].mass_flow.dataUnits: kg.s^-1\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].mass_flow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].mass_flow.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].mass_flow.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].mass_flow.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.group[:].component[:].mass_flow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].name\nName of the componentData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].power.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].power.data_σ\nerror of calorimetry.group[:].component[:].power.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].power.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].power.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].power.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.group[:].component[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_in.data\nDataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].temperature_in.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_in.data_σ\nerror of calorimetry.group[:].component[:].temperature_in.dataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].temperature_in.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_in.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_in.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_in.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.group[:].component[:].temperature_in.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_out.data\nDataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].temperature_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_out.data_σ\nerror of calorimetry.group[:].component[:].temperature_out.dataUnits: K\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].temperature_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_out.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_out.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].temperature_out.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.group[:].component[:].temperature_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].transit_time.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].transit_time.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].transit_time.data_σ\nerror of calorimetry.group[:].component[:].transit_time.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"calorimetry.group[:].component[:].transit_time.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].transit_time.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].transit_time.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].component[:].transit_time.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"calorimetry.group[:].component[:].transit_time.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].identifier\nID of the groupData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.group[:].name\nName of the groupData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.latency_σ\nerror of calorimetry.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: calorimetry.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.calibration.luminance_to_temperature\nLuminance to temperature conversion tableData Type: INT_2D\nCoordinates: [\"1...N\", \"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.calibration.optical_temperature\nTemperature of the optical components (digital levels)Data Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.calibration.transmission_barrel\nTransmission of the optical barrelData Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.calibration.transmission_mirror\nTransmission of the mirrorData Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.calibration.transmission_window\nTransmission of the windowData Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"camera_ir.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.fibre_positions.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.fibre_positions.x1_σ\nerror of camerair.fibrebundle.fibre_positions.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.fibre_positions.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_ir.fibre_bundle.fibre_positions.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.fibre_positions.x2_σ\nerror of camerair.fibrebundle.fibre_positions.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_ir.fibre_bundle.fibre_positions.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.fibre_radius\nRadius of a single fibreUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.fibre_radius_σ\nerror of camerair.fibrebundle.fibre_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.centre.phi_σ\nerror of camerair.fibrebundle.geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.centre.r_σ\nerror of camerair.fibrebundle.geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.centre.z_σ\nerror of camerair.fibrebundle.geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.outline.x1_σ\nerror of camerair.fibrebundle.geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_ir.fibre_bundle.geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.outline.x2_σ\nerror of camerair.fibrebundle.geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_ir.fibre_bundle.geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.radius_σ\nerror of camerair.fibrebundle.geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.surface_σ\nerror of camerair.fibrebundle.geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_unit_vector.x_σ\nerror of camerair.fibrebundle.geometry.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_unit_vector.y_σ\nerror of camerair.fibrebundle.geometry.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_unit_vector.z_σ\nerror of camerair.fibrebundle.geometry.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x1_width_σ\nerror of camerair.fibrebundle.geometry.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_unit_vector.x_σ\nerror of camerair.fibrebundle.geometry.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_unit_vector.y_σ\nerror of camerair.fibrebundle.geometry.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_unit_vector.z_σ\nerror of camerair.fibrebundle.geometry.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x2_width_σ\nerror of camerair.fibrebundle.geometry.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x3_unit_vector.x_σ\nerror of camerair.fibrebundle.geometry.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x3_unit_vector.y_σ\nerror of camerair.fibrebundle.geometry.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.fibre_bundle.geometry.x3_unit_vector.z_σ\nerror of camerair.fibrebundle.geometry.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame[:].surface_temperature\nSurface temperature image. First dimension : line index (horizontal axis). Second dimension: column index (vertical axis). The size of this matrix is assumed to be constant over timeUnits: K\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame[:].surface_temperature_σ\nerror of camerair.frame[:].surfacetemperatureUnits: K\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].distance_separatrix_midplane\nDistance between the measurement position and the separatrix, mapped along flux surfaces to the outboard midplane, in the major radius direction. Positive value means the measurement is outside of the separatrix.Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].distance_separatrix_midplane_σ\nerror of camerair.frameanalysis[:].distanceseparatrixmidplaneUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].power_flux_parallel\nParallel heat flux received by the element monitored by the camera, along the distanceseparatrixmidplane coordinateUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"camera_ir.frame_analysis[:].distance_separatrix_midplane\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].power_flux_parallel_σ\nerror of camerair.frameanalysis[:].powerfluxparallelUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"camera_ir.frame_analysis[:].distance_separatrix_midplane\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].sol_heat_decay_length\nHeat flux decay length in SOL at divertor entrance, mapped to the mid-plane, this is the lambda_q parameter defined in reference T. Eich et al, Nucl. Fusion 53 (2013) 093031Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].sol_heat_decay_length_σ\nerror of camerair.frameanalysis[:].solheatdecay_lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.frame_analysis[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.latency_σ\nerror of camera_ir.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.name\nName of the cameraData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.x1_curvature_σ\nerror of camerair.opticalelement[:].backsurface.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].back_surface.x2_curvature_σ\nerror of camerair.opticalelement[:].backsurface.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.x1_curvature_σ\nerror of camerair.opticalelement[:].frontsurface.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].front_surface.x2_curvature_σ\nerror of camerair.opticalelement[:].frontsurface.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.centre.phi_σ\nerror of camerair.opticalelement[:].geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.centre.r_σ\nerror of camerair.opticalelement[:].geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.centre.z_σ\nerror of camerair.opticalelement[:].geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.outline.x1_σ\nerror of camerair.opticalelement[:].geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.outline.x2_σ\nerror of camerair.opticalelement[:].geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.radius_σ\nerror of camerair.opticalelement[:].geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.surface_σ\nerror of camerair.opticalelement[:].geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_unit_vector.x_σ\nerror of camerair.opticalelement[:].geometry.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_unit_vector.y_σ\nerror of camerair.opticalelement[:].geometry.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_unit_vector.z_σ\nerror of camerair.opticalelement[:].geometry.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x1_width_σ\nerror of camerair.opticalelement[:].geometry.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_unit_vector.x_σ\nerror of camerair.opticalelement[:].geometry.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_unit_vector.y_σ\nerror of camerair.opticalelement[:].geometry.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_unit_vector.z_σ\nerror of camerair.opticalelement[:].geometry.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x2_width_σ\nerror of camerair.opticalelement[:].geometry.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x3_unit_vector.x_σ\nerror of camerair.opticalelement[:].geometry.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x3_unit_vector.y_σ\nerror of camerair.opticalelement[:].geometry.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].geometry.x3_unit_vector.z_σ\nerror of camerair.opticalelement[:].geometry.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.extinction_coefficient\nExtinction coefficient (for metal)Data Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.extinction_coefficient_σ\nerror of camerair.opticalelement[:].materialproperties.extinctioncoefficientData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.refractive_index\nRefractive index (for metal and dielectric)Data Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.refractive_index_σ\nerror of camerair.opticalelement[:].materialproperties.refractiveindexData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.roughness\nRoughness parameter of the material. Varies in range [0, 1]. 0 is perfectly specular, 1 is perfectly roughData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.roughness_σ\nerror of camerair.opticalelement[:].material_properties.roughnessData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.transmission_coefficient\nTransmission coefficient (for dielectric)Data Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.transmission_coefficient_σ\nerror of camerair.opticalelement[:].materialproperties.transmissioncoefficientData Type: FLT_1D\nCoordinates: [\"camera_ir.optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.wavelengths\nWavelengths array for refractiveindex, extinctioncoefficient and transmission_coefficientUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].material_properties.wavelengths_σ\nerror of camerair.opticalelement[:].material_properties.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].thickness\nDistance between frontsurface and backsurface along the X3 vectorUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].thickness_σ\nerror of camerair.opticalelement[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.optical_element[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_ir.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].centre.phi_σ\nerror of camera_visible.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].centre.r_σ\nerror of camera_visible.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].centre.z_σ\nerror of camera_visible.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].outline.x1_σ\nerror of camera_visible.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].outline.x2_σ\nerror of camera_visible.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].radius_σ\nerror of camera_visible.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].surface_σ\nerror of camera_visible.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of cameravisible.channel[:].aperture[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of cameravisible.channel[:].aperture[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of cameravisible.channel[:].aperture[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x1_width_σ\nerror of cameravisible.channel[:].aperture[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of cameravisible.channel[:].aperture[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of cameravisible.channel[:].aperture[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of cameravisible.channel[:].aperture[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x2_width_σ\nerror of cameravisible.channel[:].aperture[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of cameravisible.channel[:].aperture[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of cameravisible.channel[:].aperture[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of cameravisible.channel[:].aperture[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].columns_n\nNumber of pixel columns in the horizontal directionData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].counts_to_radiance\nCounts to radiance factor, for each pixel of the detector. Includes both the transmission losses in the relay optics and the quantum efficiency of the camera itself, integrated over the wavelength rangeUnits: photons.m^-2.s^-1.sr^-1.counts^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].counts_to_radiance_σ\nerror of cameravisible.channel[:].detector[:].countsto_radianceUnits: photons.m^-2.s^-1.sr^-1.counts^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].exposure_time_σ\nerror of cameravisible.channel[:].detector[:].exposuretimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].frame[:].image_raw\nRaw image (unprocessed) (digital levels). First dimension : line index (horizontal axis). Second dimension: column index (vertical axis).Data Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].frame[:].radiance\nRadiance image. First dimension : line index (horizontal axis). Second dimension: column index (vertical axis).Units: photons.m^-2.s^-1.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].frame[:].radiance_σ\nerror of camera_visible.channel[:].detector[:].frame[:].radianceUnits: photons.m^-2.s^-1.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].frame[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim1_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.emission_grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim2_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.emission_grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim3\nThird dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim3_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.emission_grid.dim3Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.data\nInterpolated Ray Transfer Matrix (RTM, or geometry matrix), which provides transformation of the reflected light from each interpolation knot to the receiver (detector pixel). When convolving with an emission profile, the values must be interpolated to the emission grid and multiplied by the volume of the grid cells. The interpolated matrix is given on an array of interpolation knots of coordinates r, z and phi (third dimension of this array). The first two dimension correspond to the detector pixels : first dimension : line index (horizontal axis); second dimension: column index (vertical axis). Units: m^-2\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.data_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.dataUnits: m^-2\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.phi\nToroidal angle (oriented counter-clockwise when viewing from above) of interpolation knotsUnits: rad\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.phi_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\nMajor radius of interpolation knotsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.z\nHeight of interpolation knotsUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.interpolated.z_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.interpolated.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.voxel_map\nVoxel map for geometry matrix. The cells with same number are merged in the computation into a single emission source meta-cell (the voxel). Cells with number -1 are excluded. Voxel count starts from 0.Data Type: INT_3D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim1\", \"camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim2\", \"camera_visible.channel[:].detector[:].geometry_matrix.emission_grid.dim3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.voxels_n\nNumber of voxels defined in the voxel_map.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data\nThe Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to each pixel of the receiver (detector). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxelindices. The pixel indices corresponding to an element of this array can be found in pixelindicesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.with_reflections.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.pixel_indices\nList of pixel indices used in the sparse data array. The first dimension refers to the data array index. The second dimension lists the line index (horizontal axis) in first position, then the column index (vertical axis).Data Type: INT_2D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data\", \"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.voxel_indices\nList of voxel indices (defined in the voxel map) used in the sparse data arrayData Type: INT_1D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.with_reflections.data\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data\nThe Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to each pixel of the receiver (detector). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxelindices. The pixel indices corresponding to an element of this array can be found in pixelindicesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data_σ\nerror of cameravisible.channel[:].detector[:].geometrymatrix.without_reflections.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.pixel_indices\nList of pixel indices used in the sparse data array. The first dimension refers to the data array index. The second dimension lists the line index (horizontal axis) in first position, then the column index (vertical axis).Data Type: INT_2D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data\", \"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.voxel_indices\nList of voxel indices (defined in the voxel map) used in the sparse data arrayData Type: INT_1D\nCoordinates: [\"camera_visible.channel[:].detector[:].geometry_matrix.without_reflections.data\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].lines_n\nNumber of pixel lines in the vertical directionData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].noise\nDetector noise (e.g. read-out noise) (rms counts per second exposure time)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].noise_σ\nerror of camera_visible.channel[:].detector[:].noiseData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].pixel_to_alpha\nAlpha angle of each pixel in the horizontal axisUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].pixel_to_alpha_σ\nerror of cameravisible.channel[:].detector[:].pixelto_alphaUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].pixel_to_beta\nBeta angle of each pixel in the vertical axisUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].pixel_to_beta_σ\nerror of cameravisible.channel[:].detector[:].pixelto_betaUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].wavelength_lower\nLower bound of the detector wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].wavelength_lower_σ\nerror of cameravisible.channel[:].detector[:].wavelengthlowerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].wavelength_upper\nUpper bound of the detector wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].detector[:].wavelength_upper_σ\nerror of cameravisible.channel[:].detector[:].wavelengthupperUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.fibre_positions.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.fibre_positions.x1_σ\nerror of cameravisible.channel[:].fibrebundle.fibre_positions.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.fibre_positions.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].fibre_bundle.fibre_positions.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.fibre_positions.x2_σ\nerror of cameravisible.channel[:].fibrebundle.fibre_positions.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].fibre_bundle.fibre_positions.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.fibre_radius\nRadius of a single fibreUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.fibre_radius_σ\nerror of cameravisible.channel[:].fibrebundle.fibre_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.centre.phi_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.centre.r_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.centre.z_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.outline.x1_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].fibre_bundle.geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.outline.x2_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].fibre_bundle.geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.radius_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.surface_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x1_width_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x2_width_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z_σ\nerror of cameravisible.channel[:].fibrebundle.geometry.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.x1_curvature_σ\nerror of cameravisible.channel[:].opticalelement[:].backsurface.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].back_surface.x2_curvature_σ\nerror of cameravisible.channel[:].opticalelement[:].backsurface.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.x1_curvature_σ\nerror of cameravisible.channel[:].opticalelement[:].frontsurface.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].front_surface.x2_curvature_σ\nerror of cameravisible.channel[:].opticalelement[:].frontsurface.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.centre.phi_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.centre.r_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.centre.z_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.outline.x1_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.outline.x2_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.radius_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.surface_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x1_width_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x2_width_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z_σ\nerror of cameravisible.channel[:].opticalelement[:].geometry.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.extinction_coefficient\nExtinction coefficient (for metal)Data Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.extinction_coefficient_σ\nerror of cameravisible.channel[:].opticalelement[:].materialproperties.extinctioncoefficientData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.refractive_index\nRefractive index (for metal and dielectric)Data Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.refractive_index_σ\nerror of cameravisible.channel[:].opticalelement[:].materialproperties.refractiveindexData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.roughness\nRoughness parameter of the material. Varies in range [0, 1]. 0 is perfectly specular, 1 is perfectly roughData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.roughness_σ\nerror of cameravisible.channel[:].opticalelement[:].material_properties.roughnessData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.transmission_coefficient\nTransmission coefficient (for dielectric)Data Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.transmission_coefficient_σ\nerror of cameravisible.channel[:].opticalelement[:].materialproperties.transmissioncoefficientData Type: FLT_1D\nCoordinates: [\"camera_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.wavelengths\nWavelengths array for refractiveindex, extinctioncoefficient and transmission_coefficientUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].material_properties.wavelengths_σ\nerror of cameravisible.channel[:].opticalelement[:].material_properties.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].thickness\nDistance between frontsurface and backsurface along the X3 vectorUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].thickness_σ\nerror of cameravisible.channel[:].opticalelement[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].optical_element[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].viewing_angle_alpha_bounds\nMinimum and maximum values of alpha angle of the field of view, where alpha is the agle between the axis X3 and projection of the chord of view on the plane X1X3 counted clockwise from the top view of X2 axis. X1, X2, X3 are the ones of the first aperture (i.e. the closest to the plasma).Units: rad\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].viewing_angle_alpha_bounds_σ\nerror of cameravisible.channel[:].viewinganglealphaboundsUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].viewing_angle_beta_bounds\nMinimum and maximum values of beta angle of the field of view, where beta is the angle between the axis X3 and projection of the chord of view on the plane X2X3 counted clockwise from the top view of X1 axis. X1, X2, X3 are the ones of the first aperture (i.e. the closest to the plasma).Units: rad\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.channel[:].viewing_angle_beta_bounds_σ\nerror of cameravisible.channel[:].viewinganglebetaboundsUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"camera_visible.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.latency_σ\nerror of camera_visible.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.name\nName of the cameraData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_visible.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.centre.phi_σ\nerror of cameraxrays.aperture.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.centre.r_σ\nerror of cameraxrays.aperture.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.centre.z_σ\nerror of cameraxrays.aperture.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.outline.x1_σ\nerror of cameraxrays.aperture.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_x_rays.aperture.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.outline.x2_σ\nerror of cameraxrays.aperture.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_x_rays.aperture.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.radius_σ\nerror of cameraxrays.aperture.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.surface_σ\nerror of cameraxrays.aperture.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_unit_vector.x_σ\nerror of cameraxrays.aperture.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_unit_vector.y_σ\nerror of cameraxrays.aperture.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_unit_vector.z_σ\nerror of cameraxrays.aperture.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x1_width_σ\nerror of cameraxrays.aperture.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_unit_vector.x_σ\nerror of cameraxrays.aperture.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_unit_vector.y_σ\nerror of cameraxrays.aperture.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_unit_vector.z_σ\nerror of cameraxrays.aperture.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x2_width_σ\nerror of cameraxrays.aperture.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x3_unit_vector.x_σ\nerror of cameraxrays.aperture.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x3_unit_vector.y_σ\nerror of cameraxrays.aperture.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.aperture.x3_unit_vector.z_σ\nerror of cameraxrays.aperture.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.camera_dimensions\nTotal camera dimension in each direction (x1, x2)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.camera_dimensions_σ\nerror of cameraxrays.camera.camera_dimensionsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.centre.phi_σ\nerror of cameraxrays.camera.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.centre.r_σ\nerror of cameraxrays.camera.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.centre.z_σ\nerror of cameraxrays.camera.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.identifier\nID of the cameraData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.first_point.phi_σ\nerror of cameraxrays.camera.lineofsight.first_point.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.first_point.r_σ\nerror of cameraxrays.camera.lineofsight.first_point.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.first_point.z_σ\nerror of cameraxrays.camera.lineofsight.first_point.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.second_point.phi_σ\nerror of cameraxrays.camera.lineofsight.second_point.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.second_point.r_σ\nerror of cameraxrays.camera.lineofsight.second_point.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.line_of_sight.second_point.z_σ\nerror of cameraxrays.camera.lineofsight.second_point.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_dimensions\nPixel dimension in each direction (x1, x2)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_dimensions_σ\nerror of cameraxrays.camera.pixel_dimensionsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_position.phi_σ\nerror of cameraxrays.camera.pixel_position.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_position.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_position.r_σ\nerror of cameraxrays.camera.pixel_position.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_position.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixel_position.z_σ\nerror of cameraxrays.camera.pixel_position.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.pixels_n\nNumber of pixels in each direction (x1, x2)Data Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x1_unit_vector.x_σ\nerror of cameraxrays.camera.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x1_unit_vector.y_σ\nerror of cameraxrays.camera.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x1_unit_vector.z_σ\nerror of cameraxrays.camera.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x2_unit_vector.x_σ\nerror of cameraxrays.camera.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x2_unit_vector.y_σ\nerror of cameraxrays.camera.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x2_unit_vector.z_σ\nerror of cameraxrays.camera.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x3_unit_vector.x_σ\nerror of cameraxrays.camera.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x3_unit_vector.y_σ\nerror of cameraxrays.camera.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.camera.x3_unit_vector.z_σ\nerror of cameraxrays.camera.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"camera_x_rays.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.detector_humidity.data\nDataData Type: FLT_1D\nCoordinates: [\"camera_x_rays.detector_humidity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.detector_humidity.data_σ\nerror of cameraxrays.detector_humidity.dataData Type: FLT_1D\nCoordinates: [\"camera_x_rays.detector_humidity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.detector_humidity.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.detector_temperature.data\nDataUnits: K\nData Type: FLT_1D\nCoordinates: [\"camera_x_rays.detector_temperature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.detector_temperature.data_σ\nerror of cameraxrays.detector_temperature.dataUnits: K\nData Type: FLT_1D\nCoordinates: [\"camera_x_rays.detector_temperature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.detector_temperature.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.energy_configuration_name\nName of the chosen energy configuration (energy detection threshold)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.energy_threshold_lower\nLower energy detection threshold on each pixel of the detector (photons are counted only if their energy is above this value)Units: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.energy_threshold_lower_σ\nerror of cameraxrays.energythresholdlowerUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.exposure_time_σ\nerror of cameraxrays.exposure_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.centre.phi_σ\nerror of cameraxrays.filter_window.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.centre.r_σ\nerror of cameraxrays.filter_window.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.centre.z_σ\nerror of cameraxrays.filter_window.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.identifier\nID of the filterData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.outline.x1_σ\nerror of cameraxrays.filter_window.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"camera_x_rays.filter_window.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.outline.x2_σ\nerror of cameraxrays.filter_window.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"camera_x_rays.filter_window.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.photon_absorption\nProbability of absorbing a photon passing through the filter as a function of its wavelength Data Type: FLT_1D\nCoordinates: [\"camera_x_rays.filter_window.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.photon_absorption_σ\nerror of cameraxrays.filterwindow.photonabsorptionData Type: FLT_1D\nCoordinates: [\"camera_x_rays.filter_window.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.radius\nRadius of the circle, used only if geometry_type/index = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.radius_σ\nerror of cameraxrays.filter_window.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.surface\nSurface of the filter, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.surface_σ\nerror of cameraxrays.filter_window.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.thickness\nThickness of the filter windowUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.thickness_σ\nerror of cameraxrays.filter_window.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.wavelength_lower\nLower bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.wavelength_lower_σ\nerror of cameraxrays.filterwindow.wavelengthlowerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.wavelength_upper\nUpper bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.wavelength_upper_σ\nerror of cameraxrays.filterwindow.wavelengthupperUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.wavelengths\nArray of wavelength valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.wavelengths_σ\nerror of cameraxrays.filter_window.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_curvature_σ\nerror of cameraxrays.filterwindow.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_unit_vector.x_σ\nerror of cameraxrays.filterwindow.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_unit_vector.y_σ\nerror of cameraxrays.filterwindow.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_unit_vector.z_σ\nerror of cameraxrays.filterwindow.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_width\nFull width of the filter in the X1 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x1_width_σ\nerror of cameraxrays.filterwindow.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_curvature_σ\nerror of cameraxrays.filterwindow.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_unit_vector.x_σ\nerror of cameraxrays.filterwindow.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_unit_vector.y_σ\nerror of cameraxrays.filterwindow.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_unit_vector.z_σ\nerror of cameraxrays.filterwindow.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_width\nFull width of the filter in the X2 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x2_width_σ\nerror of cameraxrays.filterwindow.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x3_unit_vector.x_σ\nerror of cameraxrays.filterwindow.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x3_unit_vector.y_σ\nerror of cameraxrays.filterwindow.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.filter_window.x3_unit_vector.z_σ\nerror of cameraxrays.filterwindow.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.frame[:].counts_n\nNumber of counts detected on each pixel during one exposure time. First dimension : line index (horizontal axis). Second dimension: column index (vertical axis).Data Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.frame[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.latency_σ\nerror of cameraxrays.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.name\nName of the cameraData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.photon_energy\nList of values of the photon energy (coordinate for quantum_effiency)Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.photon_energy_σ\nerror of cameraxrays.photon_energyUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.pixel_status\nStatus of each pixel : +1 for valid pixels, -1 for inactive pixels, -2 for mis-calibrated pixels. Data Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.quantum_efficiency\nQuantum efficiency of the detector, i.e. conversion factor multiplying the number of counts to obtain the number of photons impacting the detector, tabulated as a function of the photon energy, for each pixel of the detector. If all pixels have the same quantum efficiency, just set the size of the first and second dimensions to 1Data Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"camera_x_rays.photon_energy\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.quantum_efficiency_σ\nerror of cameraxrays.quantum_efficiencyData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"camera_x_rays.photon_energy\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.readout_time\nTime used to read out each frame on the detectorUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.readout_time_σ\nerror of cameraxrays.readout_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: camera_x_rays.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.centre.phi_σ\nerror of charge_exchange.aperture.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.centre.r_σ\nerror of charge_exchange.aperture.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.centre.z_σ\nerror of charge_exchange.aperture.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.outline.x1_σ\nerror of charge_exchange.aperture.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.aperture.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.outline.x2_σ\nerror of charge_exchange.aperture.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.aperture.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.radius_σ\nerror of charge_exchange.aperture.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.surface_σ\nerror of charge_exchange.aperture.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_unit_vector.x_σ\nerror of chargeexchange.aperture.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_unit_vector.y_σ\nerror of chargeexchange.aperture.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_unit_vector.z_σ\nerror of chargeexchange.aperture.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x1_width_σ\nerror of chargeexchange.aperture.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_unit_vector.x_σ\nerror of chargeexchange.aperture.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_unit_vector.y_σ\nerror of chargeexchange.aperture.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_unit_vector.z_σ\nerror of chargeexchange.aperture.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x2_width_σ\nerror of chargeexchange.aperture.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x3_unit_vector.x_σ\nerror of chargeexchange.aperture.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x3_unit_vector.y_σ\nerror of chargeexchange.aperture.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.aperture.x3_unit_vector.z_σ\nerror of chargeexchange.aperture.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.a\nMass of atom of the diagnostic neutral beam particleUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.a_σ\nerror of charge_exchange.channel[:].bes.aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.doppler_shift.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].bes.doppler_shift.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.doppler_shift.data_σ\nerror of chargeexchange.channel[:].bes.dopplershift.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].bes.doppler_shift.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.doppler_shift.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.label\nString identifying the diagnostic neutral beam particleData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.lorentz_shift.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].bes.lorentz_shift.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.lorentz_shift.data_σ\nerror of chargeexchange.channel[:].bes.lorentzshift.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].bes.lorentz_shift.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.lorentz_shift.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.radiances.data\nDataUnits: (photons) m^-2.s^-1.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].bes.radiances.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.radiances.data_σ\nerror of charge_exchange.channel[:].bes.radiances.dataUnits: (photons) m^-2.s^-1.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].bes.radiances.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.radiances.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.transition_wavelength\nUnshifted wavelength of the BES transitionUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.transition_wavelength_σ\nerror of chargeexchange.channel[:].bes.transitionwavelengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.z_ion\nIon charge of the diagnostic neutral beam particleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.z_ion_σ\nerror of chargeexchange.channel[:].bes.zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.z_n\nNuclear charge of the diagnostic neutral beam particleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].bes.z_n_σ\nerror of chargeexchange.channel[:].bes.znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].a\nMass of atom of the ionUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].a_σ\nerror of charge_exchange.channel[:].ion[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].label\nString identifying the ion (e.g. H+, D+, T+, He+2, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].n_i_over_n_e.data\nDataData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].n_i_over_n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].n_i_over_n_e.data_σ\nerror of chargeexchange.channel[:].ion[:].niovern_e.dataData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].n_i_over_n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].n_i_over_n_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].n_i_over_n_e_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].n_i_over_n_e_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].n_i_over_n_e_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].t_i.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].t_i.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].t_i.data_σ\nerror of chargeexchange.channel[:].ion[:].ti.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].t_i.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].t_i.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].t_i_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].t_i_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].t_i_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_pol.data\nDataUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].velocity_pol.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_pol.data_σ\nerror of chargeexchange.channel[:].ion[:].velocitypol.dataUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].velocity_pol.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_pol.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_pol_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_pol_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_pol_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_tor.data\nDataUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].velocity_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_tor.data_σ\nerror of chargeexchange.channel[:].ion[:].velocitytor.dataUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion[:].velocity_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_tor.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_tor_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_tor_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].velocity_tor_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].z_ion\nIon chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].z_ion_σ\nerror of chargeexchange.channel[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion[:].z_n_σ\nerror of chargeexchange.channel[:].ion[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].a\nMass of atom of the fast ionUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].a_σ\nerror of chargeexchange.channel[:].ionfast[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].label\nString identifying the fast ion (e.g. H+, D+, T+, He+2, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].radiance.data\nDataUnits: (photons) m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion_fast[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].radiance.data_σ\nerror of chargeexchange.channel[:].ionfast[:].radiance.dataUnits: (photons) m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].ion_fast[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].radiance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].radiance_spectral_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].radiance_spectral_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].radiance_spectral_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].transition_wavelength\nUnshifted wavelength of the fast ion charge exchange transitionUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].transition_wavelength_σ\nerror of chargeexchange.channel[:].ionfast[:].transition_wavelengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].z_ion\nFast ion chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].z_ion_σ\nerror of chargeexchange.channel[:].ionfast[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].z_n\nNuclear charge of the fast ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].ion_fast[:].z_n_σ\nerror of chargeexchange.channel[:].ionfast[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].momentum_tor.data\nDataUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].momentum_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].momentum_tor.data_σ\nerror of chargeexchange.channel[:].momentumtor.dataUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].momentum_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].momentum_tor.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].momentum_tor_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].momentum_tor_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].momentum_tor_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.phi.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].position.phi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.phi.data_σ\nerror of charge_exchange.channel[:].position.phi.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].position.phi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.phi.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.r.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].position.r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.r.data_σ\nerror of charge_exchange.channel[:].position.r.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].position.r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.r.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.z.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].position.z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.z.data_σ\nerror of charge_exchange.channel[:].position.z.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].position.z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].position.z.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].exposure_time_σ\nerror of chargeexchange.channel[:].spectrum[:].exposuretimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].grating\nNumber of grating lines per unit lengthUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].grating_σ\nerror of charge_exchange.channel[:].spectrum[:].gratingUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].instrument_function\nArray of Gaussian widths and amplitudes which as a sum make up the instrument fuction. IF(lambda) = sum( instrumentfunction(1,i)/sqrt(2 * pi * instrumentfunction(2,i)^2 ) * exp( -lambda^2/(2 * instrumentfunction(2,i)^2) ) ),whereby sum( instrumentfunction(1,i) ) = 1Units: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].instrument_function_σ\nerror of chargeexchange.channel[:].spectrum[:].instrumentfunctionUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].intensity_spectrum.data\nDataUnits: (photoelectrons).s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].spectrum[:].intensity_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].intensity_spectrum.data_σ\nerror of chargeexchange.channel[:].spectrum[:].intensityspectrum.dataUnits: (photoelectrons).s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].spectrum[:].intensity_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].intensity_spectrum.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.data\nDataUnits: (photonelectrons).s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.data_σ\nerror of chargeexchange.channel[:].spectrum[:].processedline[:].intensity.dataUnits: (photonelectrons).s^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].intensity.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].label\nString identifying the processed spectral line: Spectroscopy notation emitting element (e.g. D I, Be IV, W I, C VI), transition - if known - between round brackets (e.g. (3-2) ) and indication type of charge exchange - if applicable - between square brackets (e.g. [ACX] or [PCX]). Example for beryllium active charge exchange line at 468.5 nm: 'Be IV (8-6) [ACX]'. Example for impact excitation tungsten line coming from the plasma edge: 'W I' Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.data\nDataUnits: m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.data_σ\nerror of chargeexchange.channel[:].spectrum[:].processedline[:].radiance.dataUnits: m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].radiance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].shift.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].shift.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].shift.data_σ\nerror of chargeexchange.channel[:].spectrum[:].processedline[:].shift.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].shift.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].shift.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].wavelength_central\nUnshifted central wavelength of the processed spectral lineUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].wavelength_central_σ\nerror of chargeexchange.channel[:].spectrum[:].processedline[:].wavelength_centralUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].width.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].width.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].width.data_σ\nerror of chargeexchange.channel[:].spectrum[:].processedline[:].width.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].processed_line[:].width.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].processed_line[:].width.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_calibration\nRadiance calibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_calibration_σ\nerror of chargeexchange.channel[:].spectrum[:].radiancecalibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].spectrum[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_calibration_date\nDate of the radiance calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_continuum.data\nDataUnits: m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].spectrum[:].radiance_continuum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_continuum.data_σ\nerror of chargeexchange.channel[:].spectrum[:].radiancecontinuum.dataUnits: m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].spectrum[:].radiance_continuum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_continuum.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_spectral.data\nDataUnits: (photons) m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].spectrum[:].radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_spectral.data_σ\nerror of chargeexchange.channel[:].spectrum[:].radiancespectral.dataUnits: (photons) m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"charge_exchange.channel[:].spectrum[:].radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].radiance_spectral.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].slit_width\nWidth of the slit (placed in the object focal plane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].slit_width_σ\nerror of chargeexchange.channel[:].spectrum[:].slitwidthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].wavelength_calibration_date\nDate of the wavelength calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].wavelengths\nMeasured wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].spectrum[:].wavelengths_σ\nerror of charge_exchange.channel[:].spectrum[:].wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].t_i_average.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].t_i_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].t_i_average.data_σ\nerror of chargeexchange.channel[:].ti_average.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].t_i_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].t_i_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].t_i_average_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].t_i_average_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].t_i_average_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff.data\nDataData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].zeff.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff.data_σ\nerror of charge_exchange.channel[:].zeff.dataData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].zeff.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_line_average.data\nDataData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].zeff_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_line_average.data_σ\nerror of chargeexchange.channel[:].zeffline_average.dataData Type: FLT_1D\nCoordinates: [\"charge_exchange.channel[:].zeff_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_line_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_line_average_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_line_average_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_line_average_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.channel[:].zeff_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"charge_exchange.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.etendue\nEtendue (geometric extent) of the optical systemUnits: m^2.str\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.etendue_σ\nerror of charge_exchange.etendueUnits: m^2.str\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.etendue_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.etendue_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.etendue_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.latency_σ\nerror of charge_exchange.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: charge_exchange.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"coils_non_axisymmetric.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].area\nArea of the conductor cross-section, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].area_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].height\nFull height of the rectangle in the binormal direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].height_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.binormal\nCoordinates along the binormal axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.binormal_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].outline.binormalUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal\nCoordinate along the normal axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].outline.normal_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].outline.normalUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].radius_inner\nInner radius of the annulus, used only if geometry_type/index = 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].radius_inner_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].crosssection[:].radiusinnerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].width\nFull width of the rectangle or square in the normal direction, when geometrytype/index = 3 or 4. Diameter of the circle when geometrytype/index = 2. Outer diameter of the annulus in case geometry_type/index = 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].cross_section[:].width_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].cross_section[:].widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.centres.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.centres.phi_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.centres.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.centres.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.centres.r_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.centres.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.centres.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.centres.z_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.centres.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.phi_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.end_points.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.r_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.end_points.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.end_points.z_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.end_points.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.phi_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.intermediate_points.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.r_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.intermediate_points.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.intermediate_points.z_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.intermediate_points.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.phi_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.start_points.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.r_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.start_points.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.start_points.z_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].elements.start_points.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].elements.types\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].elements.types\nType of every element: 1: line segment, its ends are given by the start and end points; index = 2: arc of a circle; index = 3: full circleData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].resistance\nconductor resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].resistance_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].voltage.data_σ\nerror of coilsnonaxisymmetric.coil[:].conductor[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].conductor[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].conductor[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].current.data_σ\nerror of coilsnonaxisymmetric.coil[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].identifier\nAlphanumeric identifier of coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].name\nName of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].resistance\nCoil resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].resistance_σ\nerror of coilsnonaxisymmetric.coil[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].turns\nNumber of total turns in the coil. May be a fraction when describing the coil connections.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].turns_σ\nerror of coilsnonaxisymmetric.coil[:].turnsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].voltage.data_σ\nerror of coilsnonaxisymmetric.coil[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"coils_non_axisymmetric.coil[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.coil[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.latency_σ\nerror of coilsnonaxisymmetric.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: coils_non_axisymmetric.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"controllers.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.controllability_metrics[:].data\nArray of scalar metrics in time Data Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.controllability_metrics[:].data_σ\nerror of controllers.controllability_metrics[:].dataData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.controllability_metrics[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.controllability_metrics[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.controllability_metrics[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.controllability_metrics[:].time\nControlability metric timeUnits: s\nData Type: FLT_1D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].controller_class\nOne of a known class of controllersData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].description\nDescription of this controllerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].input_names\nNames of the input signals, following the SDN conventionData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].inputs.data\nDataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.linear_controller[:].inputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].inputs.data_σ\nerror of controllers.linear_controller[:].inputs.dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.linear_controller[:].inputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].inputs.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].name\nName of this controllerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].output_names\nNames of the output signals following the SDN conventionData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].outputs.data\nDataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.linear_controller[:].outputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].outputs.data_σ\nerror of controllers.linear_controller[:].outputs.dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.linear_controller[:].outputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].outputs.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.d.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].pid.d.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.d.data_σ\nerror of controllers.linear_controller[:].pid.d.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].pid.d.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.d.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.i.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].pid.i.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.i.data_σ\nerror of controllers.linear_controller[:].pid.i.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].pid.i.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.i.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.p.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].pid.p.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.p.data_σ\nerror of controllers.linear_controller[:].pid.p.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].pid.p.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.p.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.tau.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"controllers.linear_controller[:].pid.tau.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.tau.data_σ\nerror of controllers.linear_controller[:].pid.tau.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"controllers.linear_controller[:].pid.tau.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].pid.tau.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.a.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].statespace.a.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.a.data_σ\nerror of controllers.linear_controller[:].statespace.a.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].statespace.a.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.a.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.b.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].statespace.b.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.b.data_σ\nerror of controllers.linear_controller[:].statespace.b.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].input_names\", \"controllers.linear_controller[:].statespace.b.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.b.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.c.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].statespace.c.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.c.data_σ\nerror of controllers.linear_controller[:].statespace.c.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].statespace.c.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.c.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.d.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].statespace.d.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.d.data_σ\nerror of controllers.linear_controller[:].statespace.d.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"controllers.linear_controller[:].statespace.state_names\", \"controllers.linear_controller[:].output_names\", \"controllers.linear_controller[:].statespace.d.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.d.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.deltat.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"controllers.linear_controller[:].statespace.deltat.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.deltat.data_σ\nerror of controllers.linear_controller[:].statespace.deltat.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"controllers.linear_controller[:].statespace.deltat.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.deltat.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.linear_controller[:].statespace.state_names\nNames of the statesData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].controller_class\nOne of a known class of controllersData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].description\nDescription of this controllerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].function\nMethod to be definedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].input_names\nNames of the input signals, following the SDN conventionData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].inputs.data\nDataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.nonlinear_controller[:].inputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].inputs.data_σ\nerror of controllers.nonlinear_controller[:].inputs.dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.nonlinear_controller[:].inputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].inputs.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].name\nName of this controllerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].output_names\nOutput signal names following the SDN conventionData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].outputs.data\nDataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.nonlinear_controller[:].outputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].outputs.data_σ\nerror of controllers.nonlinear_controller[:].outputs.dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"controllers.nonlinear_controller[:].outputs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.nonlinear_controller[:].outputs.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: controllers.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].conductivity_parallel\nParallel conductivityUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].conductivity_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].conductivityparallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].current_parallel_inside\nParallel current driven inside the flux surface. Cumulative surface integral of j_totalUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].current_parallel_inside_σ\nerror of coreinstantchanges.change[:].profiles1d[:].currentparallel_insideUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.diamagnetic\nDiamagnetic componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.diamagnetic_σ\nerror of coreinstantchanges.change[:].profiles1d[:].efield.diamagneticUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.parallel\nParallel componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].efield.parallelUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.poloidal\nPoloidal componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.poloidal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].efield.poloidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.radial\nRadial componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.radial_σ\nerror of coreinstantchanges.change[:].profiles1d[:].efield.radialUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.toroidal\nToroidal componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].e_field.toroidal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].efield.toroidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.collisionality_norm\nCollisionality normalised to the bounce frequencyData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.collisionality_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.collisionalitynormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].electrons.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fast_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densityfit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.densitythermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.density_validity\nIndicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].electrons.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.pressurefast_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_fast_perpendicular_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.pressurefast_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.pressure_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].electrons.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].electrons.temperaturefit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].electrons.temperature_validity\nIndicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.area_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.psi_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.psi_boundary_σ\nerror of coreinstantchanges.change[:].profiles1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of coreinstantchanges.change[:].profiles1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.rho_pol_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_σ\nerror of coreinstantchanges.change[:].profiles1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.surface_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].grid.volume_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fast_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densityfit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].densitythermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].density_validity\nIndicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].a_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].element[:].z_n_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].pressurefast_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_fast_perpendicular_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].pressurefast_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].pressure_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)Units: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].rotation_frequency_tor_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].rotationfrequency_torUnits: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].state[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fast_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densityfit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].density_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].densitythermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].ionisation_potential\nCumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].ionisation_potential_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].ionisationpotentialUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].state[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].pressurefast_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].pressurefast_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].pressure_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)Units: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].rotation_frequency_tor_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].rotationfrequency_torUnits: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].temperature_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].state[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average\nAverage Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zaverageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_1d\nAverage charge profile of the charge state bundle (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_1d_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zaverage_1dData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_square_1d\nAverage square charge profile of the charge state bundle (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_average_square_1d_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zaveragesquare1dData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_max_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_min_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_square_average\nAverage Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].state[:].z_square_average_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].state[:].zsquare_averageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].temperaturefit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].temperature_validity\nIndicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.diamagnetic\nDiamagnetic componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.diamagnetic_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.parallel\nParallel componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.parallel_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.poloidal\nPoloidal componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.poloidal_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.radial\nRadial componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.radial_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.toroidal\nToroidal componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].velocity.toroidal_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].ion[:].velocity.toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radiusUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_1d\nAverage charge of the ion species (sum of states charge weighted by state density and divided by ion density)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_1d_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].zion_1dData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_square_1d\nAverage square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].ion[:].z_ion_square_1d_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ion[:].zionsquare1dData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_bootstrap\nBootstrap current density = average(JBootstrap.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_bootstrap_σ\nerror of coreinstantchanges.change[:].profiles1d[:].jbootstrapUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_non_inductive\nNon-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_non_inductive_σ\nerror of coreinstantchanges.change[:].profiles1d[:].jnon_inductiveUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_ohmic\nOhmic parallel current density = average(JOhmic.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_ohmic_σ\nerror of coreinstantchanges.change[:].profiles1d[:].johmicUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_tor\nTotal toroidal current density = average(J_Tor/R) / average(1/R)Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_tor_σ\nerror of coreinstantchanges.change[:].profiles1d[:].jtorUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_total\nTotal parallel current density = average(jtot.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].j_total_σ\nerror of coreinstantchanges.change[:].profiles1d[:].jtotalUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].magnetic_shear\nMagnetic shear, defined as rhotor/q . dq/drhotorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].magnetic_shear_σ\nerror of coreinstantchanges.change[:].profiles1d[:].magneticshearData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].momentum_tor\nTotal plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)Units: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].momentum_tor_σ\nerror of coreinstantchanges.change[:].profiles1d[:].momentumtorUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].n_i_thermal_total\nTotal ion thermal density (sum over species and charge states)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].n_i_thermal_total_σ\nerror of coreinstantchanges.change[:].profiles1d[:].nithermaltotalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].n_i_total_over_n_e_σ\nerror of coreinstantchanges.change[:].profiles1d[:].nitotaloverneData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].density_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].density_fast_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].density_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].densitythermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].a_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].element[:].z_n_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].label\nString identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].pressurefast_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_fast_perpendicular_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].pressurefast_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].pressure_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].state[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_fast_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].density_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].densitythermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].state[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].pressurefast_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].pressurefast_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].pressure_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].temperature_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].state[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ\nerror of coreinstantchanges.change[:].profiles1d[:].neutral[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].neutral[:].temperature_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].neutral[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].phi_potential\nElectrostatic potential, averaged on the magnetic flux surfaceUnits: V\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].phi_potential_σ\nerror of coreinstantchanges.change[:].profiles1d[:].phipotentialUnits: V\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_ion_total\nTotal (sum over ion species) thermal ion pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_ion_total_σ\nerror of coreinstantchanges.change[:].profiles1d[:].pressureion_totalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_parallel\nTotal parallel pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_parallel_σ\nerror of coreinstantchanges.change[:].profiles1d[:].pressureparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_perpendicular\nTotal perpendicular pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_perpendicular_σ\nerror of coreinstantchanges.change[:].profiles1d[:].pressureperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_thermal\nThermal pressure (electrons+ions)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].pressure_thermal_σ\nerror of coreinstantchanges.change[:].profiles1d[:].pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].q\nSafety factor (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].q_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].qData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].rotation_frequency_tor_sonic\nDerivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].rotation_frequency_tor_sonic_σ\nerror of coreinstantchanges.change[:].profiles1d[:].rotationfrequencytorsonicUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average\nIon temperature (averaged on charge states and ion species)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_σ\nerror of coreinstantchanges.change[:].profiles1d[:].ti_averageUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].tiaveragefit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff\nEffective chargeData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_σ\nerror of coreinstantchanges.change[:].profiles_1d[:].zeffData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.chi_squared_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.chi_squaredData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\nMeasured valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.measuredData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.reconstructed\nValue reconstructed from the fitData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.reconstructed_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.reconstructedData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.rho_tor_norm_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.rhotornormData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.time_measurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.time_measurement_width_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.timemeasurementwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.change[:].profiles_1d[:].zeff_fit.weight_σ\nerror of coreinstantchanges.change[:].profiles1d[:].zefffit.weightData Type: FLT_1D\nCoordinates: [\"core_instant_changes.change[:].profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"core_instant_changes.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.vacuum_toroidal_field.b0_σ\nerror of coreinstantchanges.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"core_instant_changes.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_instant_changes.vacuum_toroidal_field.r0_σ\nerror of coreinstantchanges.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.covariance.data\nCovariance matrixUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"core_profiles.covariance.rows_uri\", \"core_profiles.covariance.rows_uri\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.covariance.data_σ\nerror of core_profiles.covariance.dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"core_profiles.covariance.rows_uri\", \"core_profiles.covariance.rows_uri\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.covariance.description\nDescription of this covariance matrixData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.covariance.rows_uri\nList of URIs corresponding to the rows (1st dimension) of the covariance matrix. If not all indices of a given node are used, they must be listed explicitly e.g. rowsuri(i) = pfactive:1/coil(i) will refer to a list of indices of the occurrence 1 of the pfactive IDS of this data entry. If the rows correspond to all indices of a given vector it is sufficient to give a single URI where this vector is denoted using the (:) implicit notation, e.g. rowsuri(1) = /gridggd(3)/gridsubset(2)/elements(:).Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.beta_pol\nPoloidal beta. Defined as betap = 4 int(p dV) / [R0 * mu0 * Ip^2]Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.beta_pol_σ\nerror of coreprofiles.globalquantities.beta_polData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.beta_tor\nToroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.beta_tor_σ\nerror of coreprofiles.globalquantities.beta_torData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.beta_tor_norm\nNormalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA] Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.beta_tor_norm_σ\nerror of coreprofiles.globalquantities.betatornormData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.current_bootstrap\nBootstrap current (toroidal component). Positive sign means anti-clockwise when viewed from above.Units: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.current_bootstrap_σ\nerror of coreprofiles.globalquantities.current_bootstrapUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.current_non_inductive\nTotal non-inductive current (toroidal component). Positive sign means anti-clockwise when viewed from above.Units: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.current_non_inductive_σ\nerror of coreprofiles.globalquantities.currentnoninductiveUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.current_ohmic\nOhmic current (toroidal component). Positive sign means anti-clockwise when viewed from above.Units: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.current_ohmic_σ\nerror of coreprofiles.globalquantities.current_ohmicUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ejima\nEjima coefficient : resistive psi losses divided by (mu0RIp). See S. Ejima et al, Nuclear Fusion, Vol.22, No.10 (1982), 1313Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ejima_σ\nerror of coreprofiles.globalquantities.ejimaData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.energy_diamagnetic\nPlasma energy content = 3/2 * integral over the plasma volume of the total perpendicular pressure Units: J\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.energy_diamagnetic_σ\nerror of coreprofiles.globalquantities.energy_diamagneticUnits: J\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ion[:].n_i_volume_average\nVolume averaged density of this ion species (averaged over the plasma volume up to the LCFS)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ion[:].n_i_volume_average_σ\nerror of coreprofiles.globalquantities.ion[:].nivolume_averageUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ion[:].t_i_volume_average\nVolume averaged temperature of this ion species (averaged over the plasma volume up to the LCFS)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ion[:].t_i_volume_average_σ\nerror of coreprofiles.globalquantities.ion[:].tivolume_averageUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ion_time_slice\nTime slice of the profiles1d array used to define the ion composition of the globalquantities/ion array.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ion_time_slice_σ\nerror of coreprofiles.globalquantities.iontimesliceUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ip\nTotal plasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.Units: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.ip_σ\nerror of coreprofiles.globalquantities.ipUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.li_3\nInternal inductance. The li3 definition is used, i.e. li3 = 2/R0/mu0^2/Ip^2 * int(Bp^2 dV).Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.li_3_σ\nerror of coreprofiles.globalquantities.li_3Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.n_e_volume_average\nVolume averaged electron density (average over the plasma volume up to the LCFS)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.n_e_volume_average_σ\nerror of coreprofiles.globalquantities.nevolume_averageUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.polarized_fuel_fraction\nN/AData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.polarized_fuel_fraction_σ\nerror of coreprofiles.globalquantities.polarizedfuelfractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.resistive_psi_losses\nResistive part of the poloidal flux losses, defined as the volume-averaged scalar product of the electric field and the ohmic current density, normalized by the plasma current and integrated in time from the beginning of the plasma discharge: int ( (int(Efieldtor.johmtor) dV) / Ip ) dt)Units: Wb\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.resistive_psi_losses_σ\nerror of coreprofiles.globalquantities.resistivepsilossesUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.t_e_peaking\nElectron temperature peaking factor, defined as the Te value at the magnetic axis divided by the volume averaged Te (average over the plasma volume up to the LCFS)Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.t_e_peaking_σ\nerror of coreprofiles.globalquantities.tepeakingData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.t_e_volume_average\nVolume averaged electron temperature (average over the plasma volume up to the LCFS)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.t_e_volume_average_σ\nerror of coreprofiles.globalquantities.tevolume_averageUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.t_i_average_peaking\nIon temperature (averaged over ion species and states) peaking factor, defined as the Ti value at the magnetic axis divided by the volume averaged Ti (average over the plasma volume up to the LCFS)Data Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.t_i_average_peaking_σ\nerror of coreprofiles.globalquantities.tiaverage_peakingData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.v_loop\nLCFS loop voltage (positive value drives positive ohmic current that flows anti-clockwise when viewed from above)Units: V\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.v_loop_σ\nerror of coreprofiles.globalquantities.v_loopUnits: V\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.z_eff_resistive\nVolume average plasma effective charge, estimated from the flux consumption in the ohmic phaseData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.global_quantities.z_eff_resistive_σ\nerror of coreprofiles.globalquantities.zeffresistiveData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].conductivity_parallel\nParallel conductivityUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].conductivity_parallel_σ\nerror of coreprofiles.profiles1d[:].conductivity_parallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].current_parallel_inside\nParallel current driven inside the flux surface. Cumulative surface integral of j_totalUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].current_parallel_inside_σ\nerror of coreprofiles.profiles1d[:].currentparallelinsideUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.diamagnetic\nDiamagnetic componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.diamagnetic_σ\nerror of coreprofiles.profiles1d[:].e_field.diamagneticUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.parallel\nParallel componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.parallel_σ\nerror of coreprofiles.profiles1d[:].e_field.parallelUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.poloidal\nPoloidal componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.poloidal_σ\nerror of coreprofiles.profiles1d[:].e_field.poloidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.radial\nRadial componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.radial_σ\nerror of coreprofiles.profiles1d[:].e_field.radialUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.toroidal\nToroidal componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].e_field.toroidal_σ\nerror of coreprofiles.profiles1d[:].e_field.toroidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.collisionality_norm\nCollisionality normalised to the bounce frequencyData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.collisionality_norm_σ\nerror of coreprofiles.profiles1d[:].electrons.collisionality_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_σ\nerror of coreprofiles.profiles1d[:].electrons.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fast_σ\nerror of coreprofiles.profiles1d[:].electrons.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].electrons.densityfit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.measured_σ\nerror of coreprofiles.profiles1d[:].electrons.density_fit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].electrons.density_fit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].electrons.densityfit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].electrons.densityfit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].electrons.densityfit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_fit.weight_σ\nerror of coreprofiles.profiles1d[:].electrons.density_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_thermal_σ\nerror of coreprofiles.profiles1d[:].electrons.density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.density_validity\nIndicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_σ\nerror of coreprofiles.profiles1d[:].electrons.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_fast_parallel_σ\nerror of coreprofiles.profiles1d[:].electrons.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles1d[:].electrons.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.pressure_thermal_σ\nerror of coreprofiles.profiles1d[:].electrons.pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_σ\nerror of coreprofiles.profiles1d[:].electrons.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].electrons.temperaturefit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.measured_σ\nerror of coreprofiles.profiles1d[:].electrons.temperature_fit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].electrons.temperature_fit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].electrons.temperaturefit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].electrons.temperaturefit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].electrons.temperaturefit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_fit.weight_σ\nerror of coreprofiles.profiles1d[:].electrons.temperature_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].electrons.temperature_validity\nIndicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.area_σ\nerror of coreprofiles.profiles1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_σ\nerror of coreprofiles.profiles1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_boundary_σ\nerror of coreprofiles.profiles1d[:].grid.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of coreprofiles.profiles1d[:].grid.psimagneticaxisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_norm\nNormalized poloidal magnetic fluxData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.psi_norm_σ\nerror of coreprofiles.profiles1d[:].grid.psi_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.rho_pol_norm_σ\nerror of coreprofiles.profiles1d[:].grid.rhopolnormData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.rho_tor_σ\nerror of coreprofiles.profiles1d[:].grid.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].grid.rhotornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.surface_σ\nerror of coreprofiles.profiles1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].grid.volume_σ\nerror of coreprofiles.profiles1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_σ\nerror of coreprofiles.profiles1d[:].ion[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fast_σ\nerror of coreprofiles.profiles1d[:].ion[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].ion[:].densityfit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.measured_σ\nerror of coreprofiles.profiles1d[:].ion[:].density_fit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].ion[:].density_fit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].ion[:].densityfit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].ion[:].densityfit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].ion[:].densityfit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_fit.weight_σ\nerror of coreprofiles.profiles1d[:].ion[:].density_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_thermal_σ\nerror of coreprofiles.profiles1d[:].ion[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].density_validity\nIndicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].element[:].a_σ\nerror of coreprofiles.profiles1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].element[:].z_n_σ\nerror of coreprofiles.profiles1d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_σ\nerror of coreprofiles.profiles1d[:].ion[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_fast_parallel_σ\nerror of coreprofiles.profiles1d[:].ion[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles1d[:].ion[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].pressure_thermal_σ\nerror of coreprofiles.profiles1d[:].ion[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)Units: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].rotation_frequency_tor_σ\nerror of coreprofiles.profiles1d[:].ion[:].rotationfrequencytorUnits: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fast_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].density_fit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].density_fit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].density_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].density_thermal_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential\nCumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].ionisation_potentialUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)Units: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].rotationfrequencytorUnits: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].temperature_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_average\nAverage Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_average_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].z_averageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_average_1d\nAverage charge profile of the charge state bundle (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_average_1d_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].zaverage1dData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d\nAverage square charge profile of the charge state bundle (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].zaveragesquare_1dData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_max_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_min_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_square_average\nAverage Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].state[:].z_square_average_σ\nerror of coreprofiles.profiles1d[:].ion[:].state[:].zsquareaverageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperaturefit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.measured_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperature_fit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperature_fit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperaturefit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_fit.weight_σ\nerror of coreprofiles.profiles1d[:].ion[:].temperature_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].temperature_validity\nIndicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.diamagnetic\nDiamagnetic componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.diamagnetic_σ\nerror of coreprofiles.profiles1d[:].ion[:].velocity.diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.parallel\nParallel componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.parallel_σ\nerror of coreprofiles.profiles1d[:].ion[:].velocity.parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.poloidal\nPoloidal componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.poloidal_σ\nerror of coreprofiles.profiles1d[:].ion[:].velocity.poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.radial\nRadial componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.radial_σ\nerror of coreprofiles.profiles1d[:].ion[:].velocity.radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.toroidal\nToroidal componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].velocity.toroidal_σ\nerror of coreprofiles.profiles1d[:].ion[:].velocity.toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radiusUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].z_ion_σ\nerror of coreprofiles.profiles1d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].z_ion_1d\nAverage charge of the ion species (sum of states charge weighted by state density and divided by ion density)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].z_ion_1d_σ\nerror of coreprofiles.profiles1d[:].ion[:].zion1dData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].z_ion_square_1d\nAverage square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].ion[:].z_ion_square_1d_σ\nerror of coreprofiles.profiles1d[:].ion[:].zionsquare_1dData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_bootstrap\nBootstrap current density = average(JBootstrap.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_bootstrap_σ\nerror of coreprofiles.profiles1d[:].j_bootstrapUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_non_inductive\nNon-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_non_inductive_σ\nerror of coreprofiles.profiles1d[:].jnoninductiveUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_ohmic\nOhmic parallel current density = average(JOhmic.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_ohmic_σ\nerror of coreprofiles.profiles1d[:].j_ohmicUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_tor\nTotal toroidal current density = average(J_Tor/R) / average(1/R)Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_tor_σ\nerror of coreprofiles.profiles1d[:].j_torUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_total\nTotal parallel current density = average(jtot.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].j_total_σ\nerror of coreprofiles.profiles1d[:].j_totalUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].magnetic_shear\nMagnetic shear, defined as rhotor/q . dq/drhotorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].magnetic_shear_σ\nerror of coreprofiles.profiles1d[:].magnetic_shearData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].momentum_tor\nTotal plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)Units: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].momentum_tor_σ\nerror of coreprofiles.profiles1d[:].momentum_torUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].n_i_thermal_total\nTotal ion thermal density (sum over species and charge states)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].n_i_thermal_total_σ\nerror of coreprofiles.profiles1d[:].nithermal_totalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].n_i_total_over_n_e_σ\nerror of coreprofiles.profiles1d[:].nitotalovern_eData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].density_σ\nerror of coreprofiles.profiles1d[:].neutral[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].density_fast_σ\nerror of coreprofiles.profiles1d[:].neutral[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].density_thermal_σ\nerror of coreprofiles.profiles1d[:].neutral[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].element[:].a_σ\nerror of coreprofiles.profiles1d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].element[:].z_n_σ\nerror of coreprofiles.profiles1d[:].neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].label\nString identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_σ\nerror of coreprofiles.profiles1d[:].neutral[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel_σ\nerror of coreprofiles.profiles1d[:].neutral[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles1d[:].neutral[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].pressure_thermal_σ\nerror of coreprofiles.profiles1d[:].neutral[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].density_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].density_fast_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].density_thermal_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].temperature_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level_σ\nerror of coreprofiles.profiles1d[:].neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].neutral[:].temperature_σ\nerror of coreprofiles.profiles1d[:].neutral[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].phi_potential\nElectrostatic potential, averaged on the magnetic flux surfaceUnits: V\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].phi_potential_σ\nerror of coreprofiles.profiles1d[:].phi_potentialUnits: V\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure\nTotal pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_σ\nerror of coreprofiles.profiles1d[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_ion_total\nTotal (sum over ion species) thermal ion pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_ion_total_σ\nerror of coreprofiles.profiles1d[:].pressureiontotalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_parallel\nTotal parallel pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_parallel_σ\nerror of coreprofiles.profiles1d[:].pressure_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_perpendicular\nTotal perpendicular pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_perpendicular_σ\nerror of coreprofiles.profiles1d[:].pressure_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_thermal\nThermal pressure (electrons+ions)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].pressure_thermal_σ\nerror of coreprofiles.profiles1d[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].q\nSafety factor (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].q_σ\nerror of coreprofiles.profiles1d[:].qData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].rotation_frequency_tor_sonic\nDerivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].rotation_frequency_tor_sonic_σ\nerror of coreprofiles.profiles1d[:].rotationfrequencytor_sonicUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average\nIon temperature (averaged on charge states and ion species)Units: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_σ\nerror of coreprofiles.profiles1d[:].tiaverageUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].tiaveragefit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.measured_σ\nerror of coreprofiles.profiles1d[:].tiaverage_fit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].tiaverage_fit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].tiaveragefit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].tiaveragefit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].tiaveragefit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].t_i_average_fit.weight_σ\nerror of coreprofiles.profiles1d[:].tiaverage_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff\nEffective chargeData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_σ\nerror of coreprofiles.profiles1d[:].zeffData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.chi_squared_σ\nerror of coreprofiles.profiles1d[:].zefffit.chisquaredData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.measured\nMeasured valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.measured_σ\nerror of coreprofiles.profiles1d[:].zeff_fit.measuredData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.reconstructed\nValue reconstructed from the fitData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.reconstructed_σ\nerror of coreprofiles.profiles1d[:].zeff_fit.reconstructedData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.rho_tor_norm_σ\nerror of coreprofiles.profiles1d[:].zefffit.rhotor_normData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement_σ\nerror of coreprofiles.profiles1d[:].zefffit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.time_measurement_width_σ\nerror of coreprofiles.profiles1d[:].zefffit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_1d[:].zeff_fit.weight_σ\nerror of coreprofiles.profiles1d[:].zeff_fit.weightData Type: FLT_1D\nCoordinates: [\"core_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid.dim1_σ\nerror of coreprofiles.profiles2d[:].grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid.dim2_σ\nerror of coreprofiles.profiles2d[:].grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid.volume_element_σ\nerror of coreprofiles.profiles2d[:].grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].density_σ\nerror of coreprofiles.profiles2d[:].ion[:].densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].density_fast_σ\nerror of coreprofiles.profiles2d[:].ion[:].density_fastUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].density_thermal_σ\nerror of coreprofiles.profiles2d[:].ion[:].density_thermalUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].element[:].a_σ\nerror of coreprofiles.profiles2d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].element[:].z_n_σ\nerror of coreprofiles.profiles2d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].ion_index\nIndex of the corresponding ion species in the ../../../profiles_1d/ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_σ\nerror of coreprofiles.profiles2d[:].ion[:].pressureUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_fast_parallel_σ\nerror of coreprofiles.profiles2d[:].ion[:].pressurefastparallelUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles2d[:].ion[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].pressure_thermal_σ\nerror of coreprofiles.profiles2d[:].ion[:].pressure_thermalUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)Units: rad.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].rotation_frequency_tor_σ\nerror of coreprofiles.profiles2d[:].ion[:].rotationfrequencytorUnits: rad.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].density_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].density_fast_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].density_fastUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].density_thermal_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].density_thermalUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].ionisation_potential\nCumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz’+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(x_z) = 1 over the bundle.Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].ionisation_potential_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].ionisation_potentialUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].pressureUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_parallel_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].pressurefastparallelUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_fast_perpendicular_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].pressure_thermal_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].pressure_thermalUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)Units: rad.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].rotation_frequency_tor_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].rotationfrequencytorUnits: rad.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].temperature_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].temperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].vibrational_level_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_average\nAverage Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_average_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].z_averageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_max_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_min_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_square_average\nAverage Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].state[:].z_square_average_σ\nerror of coreprofiles.profiles2d[:].ion[:].state[:].zsquareaverageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].temperature_σ\nerror of coreprofiles.profiles2d[:].ion[:].temperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.diamagnetic\nDiamagnetic componentUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.diamagnetic_σ\nerror of coreprofiles.profiles2d[:].ion[:].velocity.diamagneticUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.parallel\nParallel componentUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.parallel_σ\nerror of coreprofiles.profiles2d[:].ion[:].velocity.parallelUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.poloidal\nPoloidal componentUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.poloidal_σ\nerror of coreprofiles.profiles2d[:].ion[:].velocity.poloidalUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.radial\nRadial componentUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.radial_σ\nerror of coreprofiles.profiles2d[:].ion[:].velocity.radialUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.toroidal\nToroidal componentUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].velocity.toroidal_σ\nerror of coreprofiles.profiles2d[:].ion[:].velocity.toroidalUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radiusUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].ion[:].z_ion_σ\nerror of coreprofiles.profiles2d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].momentum_tor\nTotal plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)Units: kg.m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].momentum_tor_σ\nerror of coreprofiles.profiles2d[:].momentum_torUnits: kg.m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].n_i_thermal_total\nTotal ion thermal density (sum over species and charge states)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].n_i_thermal_total_σ\nerror of coreprofiles.profiles2d[:].nithermal_totalUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].n_i_total_over_n_e_σ\nerror of coreprofiles.profiles2d[:].nitotalovern_eData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_ion_total\nTotal (sum over ion species) thermal ion pressureUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_ion_total_σ\nerror of coreprofiles.profiles2d[:].pressureiontotalUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_parallel\nTotal parallel pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_parallel_σ\nerror of coreprofiles.profiles2d[:].pressure_parallelUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_perpendicular\nTotal perpendicular pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_perpendicular_σ\nerror of coreprofiles.profiles2d[:].pressure_perpendicularUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_thermal\nThermal pressure (electrons+ions)Units: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].pressure_thermal_σ\nerror of coreprofiles.profiles2d[:].pressure_thermalUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].t_i_average\nIon temperature (averaged on states and ion species)Units: eV\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].t_i_average_σ\nerror of coreprofiles.profiles2d[:].tiaverageUnits: eV\nData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].zeff\nEffective chargeData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.profiles_2d[:].zeff_σ\nerror of coreprofiles.profiles2d[:].zeffData Type: FLT_2D\nCoordinates: [\"core_profiles.profiles_2d[:].grid.dim1\", \"core_profiles.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].distribution.bins\nBins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantityUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].distribution.bins_σ\nerror of coreprofiles.statistics[:].quantity2d[:].distribution.binsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].distribution.probability\nProbability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].distribution.probability_σ\nerror of coreprofiles.statistics[:].quantity2d[:].distribution.probabilityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].path\nPath of the quantity within the IDS, following the syntax given in the link belowData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_index\nOnly if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the grid used to represent the statistics valueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_subset_index\nOnly if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the new grid subset the statistics value is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].uq_input_path\nFor Sobol index only, path to the related the uqinput quantity, e.g. ../../../uqinput_2d(3) Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].value\nValue of the statistics for that quantity, the array corresponding to the first dimension of the original 2D quantityUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].quantity_2d[:].statistics_type[:].value_σ\nerror of coreprofiles.statistics[:].quantity2d[:].statistics_type[:].valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].time_width\nWidth of the time interval over which the statistics have been calculated. By convention, the time interval starts at time-time_width and ends at time.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].time_width_σ\nerror of coreprofiles.statistics[:].timewidthUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].uq_input_2d[:].distribution.bins\nBins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantityUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].uq_input_2d[:].distribution.bins_σ\nerror of coreprofiles.statistics[:].uqinput_2d[:].distribution.binsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].uq_input_2d[:].distribution.probability\nProbability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].uq_input_2d[:].distribution.probability_σ\nerror of coreprofiles.statistics[:].uqinput_2d[:].distribution.probabilityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.statistics[:].uq_input_2d[:].path\nPath of the quantity within the IDS, following the syntax given in the link belowData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.vacuum_toroidal_field.b0_σ\nerror of coreprofiles.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"core_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_profiles.vacuum_toroidal_field.r0_σ\nerror of coreprofiles.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"core_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.output_flag.data\nDataData Type: INT_1D\nCoordinates: [\"core_sources.source[:].code.output_flag.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.output_flag.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].current_parallel\nParallel current drivenUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].current_parallel_σ\nerror of coresources.source[:].globalquantities[:].current_parallelUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].electrons.particles\nElectron particle sourceUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].electrons.particles_σ\nerror of coresources.source[:].globalquantities[:].electrons.particlesUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].electrons.power\nPower coupled to electronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].electrons.power_σ\nerror of coresources.source[:].globalquantities[:].electrons.powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].power\nTotal power coupled to the plasmaUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].power_σ\nerror of coresources.source[:].globalquantities[:].powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].torque_tor\nToroidal torqueUnits: kg.m^2.s^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].torque_tor_σ\nerror of coresources.source[:].globalquantities[:].torque_torUnits: kg.m^2.s^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].total_ion_particles\nTotal ion particle source (summed over ion species)Units: (ions).s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].total_ion_particles_σ\nerror of coresources.source[:].globalquantities[:].totalionparticlesUnits: (ions).s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].total_ion_power\nTotal power coupled to ion species (summed over ion species)Units: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].global_quantities[:].total_ion_power_σ\nerror of coresources.source[:].globalquantities[:].totalionpowerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].conductivity_parallel\nParallel conductivity due to this sourceUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].conductivity_parallel_σ\nerror of coresources.source[:].profiles1d[:].conductivity_parallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].current_parallel_inside\nParallel current driven inside the flux surface. Cumulative surface integral of j_parallelUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].current_parallel_inside_σ\nerror of coresources.source[:].profiles1d[:].currentparallelinsideUnits: A\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.energy\nSource term for the electron energy equationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.energy_σ\nerror of coresources.source[:].profiles1d[:].electrons.energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.explicit_part\nExplicit part of the source termUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].electrons.energydecomposed.explicitpartUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.energy_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].electrons.energydecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles\nSource term for electron density equationUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_σ\nerror of coresources.source[:].profiles1d[:].electrons.particlesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.explicit_part\nExplicit part of the source termUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].electrons.particlesdecomposed.explicitpartUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].electrons.particlesdecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_inside\nElectron source inside the flux surface. Cumulative volume integral of the source term for the electron density equation.Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.particles_inside_σ\nerror of coresources.source[:].profiles1d[:].electrons.particles_insideUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.power_inside\nPower coupled to electrons inside the flux surface. Cumulative volume integral of the source term for the electron energy equationUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].electrons.power_inside_σ\nerror of coresources.source[:].profiles1d[:].electrons.power_insideUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.area_σ\nerror of coresources.source[:].profiles1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_σ\nerror of coresources.source[:].profiles1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_boundary_σ\nerror of coresources.source[:].profiles1d[:].grid.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of coresources.source[:].profiles1d[:].grid.psimagneticaxisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_norm\nNormalized poloidal magnetic fluxData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.psi_norm_σ\nerror of coresources.source[:].profiles1d[:].grid.psi_normData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.rho_pol_norm_σ\nerror of coresources.source[:].profiles1d[:].grid.rhopolnormData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.rho_tor_σ\nerror of coresources.source[:].profiles1d[:].grid.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.rho_tor_norm_σ\nerror of coresources.source[:].profiles1d[:].grid.rhotornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.surface_σ\nerror of coresources.source[:].profiles1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].grid.volume_σ\nerror of coresources.source[:].profiles1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].element[:].a_σ\nerror of coresources.source[:].profiles1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].element[:].z_n_σ\nerror of coresources.source[:].profiles1d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].energy\nSource term for the ion energy transport equation.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].energy_σ\nerror of coresources.source[:].profiles1d[:].ion[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.explicit_part\nExplicit part of the source termUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].energydecomposed.explicitpartUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].energy_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].energydecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].fast_particles_energy\nIncoming energy of the fast ion particles (eg. fusion 3.5MeV alphas or 1MeV nbi)Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].fast_particles_energy_σ\nerror of coresources.source[:].profiles1d[:].ion[:].fastparticlesenergyUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.diamagnetic\nDiamagnetic componentUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.diamagnetic_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.parallel\nParallel componentUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.parallel_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.poloidal\nPoloidal componentUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.poloidal_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.radial\nRadial componentUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.radial_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal\nToroidal componentUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.explicit_part\nExplicit part of the source termUnits: kg.m^2.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.toroidaldecomposed.explicitpartUnits: kg.m^2.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].momentum.toroidal_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].momentum.toroidaldecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles\nSource term for ion density equationUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_σ\nerror of coresources.source[:].profiles1d[:].ion[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.explicit_part\nExplicit part of the source termUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].particlesdecomposed.explicitpartUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].particlesdecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_inside\nIon source inside the flux surface. Cumulative volume integral of the source term for the ion density equation.Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].particles_inside_σ\nerror of coresources.source[:].profiles1d[:].ion[:].particles_insideUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].power_inside\nPower coupled to the ion species inside the flux surface. Cumulative volume integral of the source term for the electron energy equationUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].power_inside_σ\nerror of coresources.source[:].profiles1d[:].ion[:].power_insideUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].energy\nSource terms for the charge state energy transport equationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.explicit_part\nExplicit part of the source termUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].energydecomposed.explicitpartUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].energy_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].energydecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles\nSource term for the charge state density transport equationUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.explicit_part\nExplicit part of the source termUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].particlesdecomposed.explicitpartUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].particlesdecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_inside\nState source inside the flux surface. Cumulative volume integral of the source term for the electron density equation.Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].particles_inside_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].particles_insideUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].power_inside\nPower coupled to the state inside the flux surface. Cumulative volume integral of the source term for the electron energy equationUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].power_inside_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].power_insideUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].z_max_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].state[:].z_min_σ\nerror of coresources.source[:].profiles1d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].ion[:].z_ion_σ\nerror of coresources.source[:].profiles1d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].j_parallel\nParallel current density source, average(J.B) / B0, where B0 = coresources/vacuumtoroidal_field/b0 Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].j_parallel_σ\nerror of coresources.source[:].profiles1d[:].j_parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].momentum_tor\nSource term for total toroidal momentum equationUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].momentum_tor_σ\nerror of coresources.source[:].profiles1d[:].momentum_torUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].momentum_tor_j_cross_b_field\nContribution to the toroidal momentum source term (already included in the momentum_tor node) corresponding to the toroidal torques onto the thermal plasma due to Lorentz force associated with radial currents. These currents appear as return-currents (enforcing quasi-neutrality, div(J)=0) balancing radial currents of non-thermal particles, e.g. radial currents of fast and trapped neutral-beam-ions.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].momentum_tor_j_cross_b_field_σ\nerror of coresources.source[:].profiles1d[:].momentumtorjcrossb_fieldUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].element[:].a_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].element[:].z_n_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].energy\nSource term for the neutral energy transport equation.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].energy_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].label\nString identifying the neutral species (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].particles\nSource term for neutral density equationUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].particles_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].energy\nSource terms for the state energy transport equationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].energy_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].state[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].particles\nSource term for the state density transport equationUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].particles_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].state[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ\nerror of coresources.source[:].profiles1d[:].neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].torque_tor_inside\nToroidal torque inside the flux surface. Cumulative volume integral of the source term for the total toroidal momentum equationUnits: kg.m^2.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].torque_tor_inside_σ\nerror of coresources.source[:].profiles1d[:].torquetorinsideUnits: kg.m^2.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_energy\nSource term for the total (summed over ion species) energy equationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_energy_σ\nerror of coresources.source[:].profiles1d[:].totalionenergyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.explicit_part\nExplicit part of the source termUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.explicit_part_σ\nerror of coresources.source[:].profiles1d[:].totalionenergydecomposed.explicitpartUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.implicit_part\nImplicit part of the source term, i.e. to be multiplied by the equation's primary quantityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_energy_decomposed.implicit_part_σ\nerror of coresources.source[:].profiles1d[:].totalionenergydecomposed.implicitpartUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_power_inside\nTotal power coupled to ion species (summed over ion species) inside the flux surface. Cumulative volume integral of the source term for the total ion energy equationUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].profiles_1d[:].total_ion_power_inside_σ\nerror of coresources.source[:].profiles1d[:].totalionpower_insideUnits: W\nData Type: FLT_1D\nCoordinates: [\"core_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.element[:].a_σ\nerror of core_sources.source[:].species.ion.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.element[:].z_n_σ\nerror of coresources.source[:].species.ion.element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.label\nString identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.vibrational_level_σ\nerror of coresources.source[:].species.ion.state.vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.z_max_σ\nerror of coresources.source[:].species.ion.state.zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.state.z_min_σ\nerror of coresources.source[:].species.ion.state.zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.ion.z_ion_σ\nerror of coresources.source[:].species.ion.zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.element[:].a_σ\nerror of core_sources.source[:].species.neutral.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.element[:].z_n_σ\nerror of coresources.source[:].species.neutral.element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.label\nString identifying neutral state Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.vibrational_level_σ\nerror of coresources.source[:].species.neutral.state.vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.neutral.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.source[:].species.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"core_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.vacuum_toroidal_field.b0_σ\nerror of coresources.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"core_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_sources.vacuum_toroidal_field.r0_σ\nerror of coresources.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"core_transport.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.output_flag.data\nDataData Type: INT_1D\nCoordinates: [\"core_transport.model[:].code.output_flag.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.output_flag.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].comment\nAny comment describing the modelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].flux_multiplier\nMultiplier applied to the particule flux when adding its contribution in the expression of the heat flux : can be 0, 3/2 or 5/2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].flux_multiplier_σ\nerror of coretransport.model[:].fluxmultiplierData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].conductivity_parallel\nParallel conductivityUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].conductivity_parallel_σ\nerror of coretransport.model[:].profiles1d[:].conductivity_parallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].e_field_radial\nRadial component of the electric field (calculated e.g. by a neoclassical model)Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].e_field_radial_σ\nerror of coretransport.model[:].profiles1d[:].efieldradialUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.energy.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.energy.d_σ\nerror of coretransport.model[:].profiles1d[:].electrons.energy.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.energy.flux\nFluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.energy.flux_σ\nerror of coretransport.model[:].profiles1d[:].electrons.energy.fluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.energy.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.energy.v_σ\nerror of coretransport.model[:].profiles1d[:].electrons.energy.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.particles.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.particles.d_σ\nerror of coretransport.model[:].profiles1d[:].electrons.particles.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.particles.flux\nFluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.particles.flux_σ\nerror of coretransport.model[:].profiles1d[:].electrons.particles.fluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.particles.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].electrons.particles.v_σ\nerror of coretransport.model[:].profiles1d[:].electrons.particles.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.area_σ\nerror of coretransport.model[:].profiles1d[:].grid_d.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.psi_σ\nerror of coretransport.model[:].profiles1d[:].grid_d.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.psi_boundary_σ\nerror of coretransport.model[:].profiles1d[:].gridd.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.psi_magnetic_axis_σ\nerror of coretransport.model[:].profiles1d[:].gridd.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.rho_pol_norm_σ\nerror of coretransport.model[:].profiles1d[:].gridd.rhopol_normData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.rho_tor_σ\nerror of coretransport.model[:].profiles1d[:].gridd.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm_σ\nerror of coretransport.model[:].profiles1d[:].gridd.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.surface_σ\nerror of coretransport.model[:].profiles1d[:].grid_d.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_d.volume_σ\nerror of coretransport.model[:].profiles1d[:].grid_d.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.area_σ\nerror of coretransport.model[:].profiles1d[:].grid_flux.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.psi_σ\nerror of coretransport.model[:].profiles1d[:].grid_flux.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.psi_boundary_σ\nerror of coretransport.model[:].profiles1d[:].gridflux.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.psi_magnetic_axis_σ\nerror of coretransport.model[:].profiles1d[:].gridflux.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.rho_pol_norm_σ\nerror of coretransport.model[:].profiles1d[:].gridflux.rhopol_normData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_σ\nerror of coretransport.model[:].profiles1d[:].gridflux.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm_σ\nerror of coretransport.model[:].profiles1d[:].gridflux.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.surface_σ\nerror of coretransport.model[:].profiles1d[:].grid_flux.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_flux.volume_σ\nerror of coretransport.model[:].profiles1d[:].grid_flux.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.area_σ\nerror of coretransport.model[:].profiles1d[:].grid_v.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.psi_σ\nerror of coretransport.model[:].profiles1d[:].grid_v.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.psi_boundary_σ\nerror of coretransport.model[:].profiles1d[:].gridv.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.psi_magnetic_axis_σ\nerror of coretransport.model[:].profiles1d[:].gridv.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.rho_pol_norm_σ\nerror of coretransport.model[:].profiles1d[:].gridv.rhopol_normData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.rho_tor_σ\nerror of coretransport.model[:].profiles1d[:].gridv.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm_σ\nerror of coretransport.model[:].profiles1d[:].gridv.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.surface_σ\nerror of coretransport.model[:].profiles1d[:].grid_v.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].grid_v.volume_σ\nerror of coretransport.model[:].profiles1d[:].grid_v.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].element[:].a_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].element[:].z_n_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].energy.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].energy.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].energy.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].energy.flux\nFluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].energy.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].energy.fluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].energy.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].energy.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].energy.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.diamagnetic.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.diamagnetic.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.parallel.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.parallel.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.poloidal.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.poloidal.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.radial.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.radial.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].momentum.toroidal.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].momentum.toroidal.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].particles.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].particles.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].particles.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].particles.flux\nFluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].particles.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].particles.fluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].particles.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].particles.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].particles.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].energy.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.flux\nFluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].energy.fluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].energy.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].energy.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.diamagnetic.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.diamagnetic.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.parallel.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.parallel.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.poloidal.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.poloidal.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.radial.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.radial.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flow_damping_rate\nDamping rate for this flow component (e.g. due to collisions, calculated from a neoclassical model)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flow_damping_rate_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.flowdampingrateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].momentum.toroidal.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].momentum.toroidal.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.d_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].particles.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.flux\nFluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.flux_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].particles.fluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].particles.v_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].particles.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].z_max_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].state[:].z_min_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].ion[:].z_ion_σ\nerror of coretransport.model[:].profiles1d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].momentum_tor.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].momentum_tor.d_σ\nerror of coretransport.model[:].profiles1d[:].momentum_tor.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].momentum_tor.flux\nFluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].momentum_tor.flux_σ\nerror of coretransport.model[:].profiles1d[:].momentum_tor.fluxUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].momentum_tor.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].momentum_tor.v_σ\nerror of coretransport.model[:].profiles1d[:].momentum_tor.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].element[:].a_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].element[:].z_n_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].energy.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].energy.d_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].energy.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].energy.flux\nFluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].energy.flux_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].energy.fluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].energy.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].energy.v_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].energy.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].particles.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].particles.d_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].particles.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].particles.flux\nFluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].particles.flux_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].particles.fluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].particles.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].particles.v_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].particles.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.d_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].energy.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.flux\nFluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.flux_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].energy.fluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].energy.v_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].energy.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.d_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].particles.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.flux\nFluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.flux_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].particles.fluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].particles.v_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].particles.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ\nerror of coretransport.model[:].profiles1d[:].neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].total_ion_energy.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].total_ion_energy.d_σ\nerror of coretransport.model[:].profiles1d[:].totalionenergy.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_d.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].total_ion_energy.flux\nFluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].total_ion_energy.flux_σ\nerror of coretransport.model[:].profiles1d[:].totalionenergy.fluxUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_flux.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].total_ion_energy.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.model[:].profiles_1d[:].total_ion_energy.v_σ\nerror of coretransport.model[:].profiles1d[:].totalionenergy.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"core_transport.model[:].profiles_1d[:].grid_v.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"core_transport.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.vacuum_toroidal_field.b0_σ\nerror of coretransport.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"core_transport.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: core_transport.vacuum_toroidal_field.r0_σ\nerror of coretransport.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.availability\nAvailability fraction of the plantData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.availability_σ\nerror of costing.availabilityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.construction_start_year\nYear that plant construction beginsUnits: year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.construction_start_year_σ\nerror of costing.constructionstartyearUnits: year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.cost\nCost to decomission the plantUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.cost_σ\nerror of costing.cost_decommissioning.costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.system[:].cost\nCost to decommission the systemUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.system[:].cost_σ\nerror of costing.cost_decommissioning.system[:].costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.system[:].name\nName of the system to decommissionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.system[:].subsystem[:].cost\nCost to decommission the subsystemUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.system[:].subsystem[:].cost_σ\nerror of costing.cost_decommissioning.system[:].subsystem[:].costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_decommissioning.system[:].subsystem[:].name\nName of the subsystem to decommissionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.cost\nTotal direct capitalUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.cost_σ\nerror of costing.costdirectcapital.costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.system[:].cost\nCost of the systemUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.system[:].cost_σ\nerror of costing.costdirectcapital.system[:].costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.system[:].name\nName of the systemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.system[:].subsystem[:].cost\nCost of the subsystemUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.system[:].subsystem[:].cost_σ\nerror of costing.costdirectcapital.system[:].subsystem[:].costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_direct_capital.system[:].subsystem[:].name\nName of the subsystemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_lifetime\nTotal cost of fusion power plantUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_lifetime_σ\nerror of costing.cost_lifetimeUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.system[:].name\nName of the systemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.system[:].subsystem[:].name\nName of the subsystemData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.system[:].subsystem[:].yearly_cost\nCost of the subsystem per yearUnits: $M/year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.system[:].subsystem[:].yearly_cost_σ\nerror of costing.costoperations.system[:].subsystem[:].yearlycostUnits: $M/year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.system[:].yearly_cost\nCost of system per yearUnits: $M/year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.system[:].yearly_cost_σ\nerror of costing.costoperations.system[:].yearlycostUnits: $M/year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.yearly_cost\nAnual cost to operate the plantUnits: $M/year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.cost_operations.yearly_cost_σ\nerror of costing.costoperations.yearlycostUnits: $M/year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.future.inflation_rate\nPredicted average rate of future inflationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.future.inflation_rate_σ\nerror of costing.future.inflation_rateData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.future.learning.hts.learning_rate\nLearning rate for ReBCO technology productionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.future.learning.hts.learning_rate_σ\nerror of costing.future.learning.hts.learning_rateData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.future.learning.hts.production_increase\nFactor by which production of ReBCO multipliesData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.future.learning.hts.production_increase_σ\nerror of costing.future.learning.hts.production_increaseData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.levelized_CoE\nLevelized cost of electiricity (total cost / total electricy generated)Units: $/kWh\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.levelized_CoE_σ\nerror of costing.levelized_CoEUnits: $/kWh\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.plant_lifetime\nLifetime of the plantUnits: year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.plant_lifetime_σ\nerror of costing.plant_lifetimeUnits: year\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: costing.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"cryostat.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.centreline.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].annular.centreline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.centreline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.centreline.z_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].annular.centreline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r_σ\nerror of cryostat.description2d[:].cryostat.unit[:].annular.outlineinner.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.z_σ\nerror of cryostat.description2d[:].cryostat.unit[:].annular.outlineinner.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.outline_inner.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r_σ\nerror of cryostat.description2d[:].cryostat.unit[:].annular.outlineouter.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.z_σ\nerror of cryostat.description2d[:].cryostat.unit[:].annular.outlineouter.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.outline_outer.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.resistivity\nResistivity of the vessel unitUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.resistivity_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].annular.resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.thickness\nThickness of the vessel layer in the perpendicular direction to the centreline. Thickness(i) is the thickness of the layer between centreline/r(i),z(i) and centreline/r(i+1),z(i+1)Units: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].annular.thickness_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].annular.thicknessUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.data_σ\nerror of cryostat.description2d[:].cryostat.unit[:].element[:].jtor.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].j_tor.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].name\nName of the block elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].outline.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].element[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].outline.z_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].element[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].cryostat.unit[:].element[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].resistance\nResistance of the block elementUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].resistance_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].element[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].resistivity\nResistivity of the block elementUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].element[:].resistivity_σ\nerror of cryostat.description_2d[:].cryostat.unit[:].element[:].resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].identifier\nIdentifier of the unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].cryostat.unit[:].name\nName of the unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.centreline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.z_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.centreline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.outline_inner.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.z_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.outline_inner.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_inner.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.outline_outer.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.z_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.outline_outer.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.outline_outer.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.resistivity\nResistivity of the vessel unitUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.resistivity_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.thickness\nThickness of the vessel layer in the perpendicular direction to the centreline. Thickness(i) is the thickness of the layer between centreline/r(i),z(i) and centreline/r(i+1),z(i+1)Units: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].annular.thickness_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].annular.thicknessUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.data_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].element[:].j_tor.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].j_tor.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].name\nName of the block elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].element[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.z_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].element[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"cryostat.description_2d[:].thermal_shield.unit[:].element[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistance\nResistance of the block elementUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistance_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].element[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistivity\nResistivity of the block elementUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].element[:].resistivity_σ\nerror of cryostat.description2d[:].thermalshield.unit[:].element[:].resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].identifier\nIdentifier of the unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.description_2d[:].thermal_shield.unit[:].name\nName of the unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: cryostat.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.data_entry.machine\nName of the experimental device to which this data is relatedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.data_entry.pulse\nPulse numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.data_entry.pulse_type\nType of the data entry, e.g. \"pulse\", \"simulation\", ...Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.data_entry.run\nRun numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.data_entry.user\nUsernameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.dd_version\nVersion of the physics data dictionary of this datasetData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.imas_version\nVersion of the IMAS infrastructure used to produce this data entry. Refers to the global IMAS repository which links to versions of every infrastructure toolsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.parent_entry.machine\nName of the experimental device to which this data is relatedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.parent_entry.pulse\nPulse numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.parent_entry.pulse_type\nType of the data entry, e.g. \"pulse\", \"simulation\", ...Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.parent_entry.run\nRun numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.parent_entry.user\nUsernameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.pulse_time_begin\nDate and time (UTC) at which the pulse started on the experiment, expressed in a human readable form (ISO 8601) : the format of the string shall be : YYYY-MM-DDTHH:MM:SSZ. Example : 2020-07-24T14:19:00ZData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.pulse_time_begin_epoch.nanoseconds\nElapsed nanoseconds since the time in seconds indicated aboveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.pulse_time_begin_epoch.seconds\nElapsed seconds since the Unix Epoch time (01/01/1970 00:00:00 UTC)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.pulse_time_end_epoch.nanoseconds\nElapsed nanoseconds since the time in seconds indicated aboveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.pulse_time_end_epoch.seconds\nElapsed seconds since the Unix Epoch time (01/01/1970 00:00:00 UTC)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.comment_after\nComment made at the end of a simulationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.comment_before\nComment made when launching a simulationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_begin\nStart timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_begin_σ\nerror of datasetdescription.simulation.timebeginUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_begun\nActual wall-clock time simulation startedUnits: UTC\nData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_current\nCurrent time of the simulationUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_current_σ\nerror of datasetdescription.simulation.timecurrentUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_end\nStop timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_end_σ\nerror of datasetdescription.simulation.timeendUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_ended\nActual wall-clock time simulation finishedUnits: UTC\nData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_restart\nTime of the last restart done during the simulationUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_restart_σ\nerror of datasetdescription.simulation.timerestartUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_step\nTime interval between main steps, e.g. storage step (if relevant and constant)Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.time_step_σ\nerror of datasetdescription.simulation.timestepUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.simulation.workflow\nDescription of the workflow which has been used to produce this data entry (e.g. copy of the Kepler MOML if using Kepler)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_description.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.identifier\nPersistent identifier allowing to cite this data in a public and persistent way, should be provided as HTTP URIsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.is_referenced_by\nList of documents (e.g. publications) or datasets making use of this data entry (e.g. PIDs of other datasets using this data entry as input)Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.is_replaced_by\nPersistent identifier referencing the new version of this data (replacing the present version)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.license\nLicense(s) under which the data is made available (license description or, more convenient, publicly accessible URL pointing to the full license text)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.replaces\nPersistent identifier referencing the previous version of this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.rights_holder\nThe organisation owning or managing rights over this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: dataset_fair.valid\nDate range during which the data is or was valid. Expressed as YYYY-MM-DD/YYYY-MM-DD, where the former (resp. latter) date is the data at which the data started (resp. ceased) to be valid. If the data is still valid, the slash should still be present, i.e. indicate the validity start date with YYYY-MM-DD/. If the data ceased being valid but there is no information on the validity start date, indicate /YYYY-MM-DD.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.current_halo_pol\nPoloidal halo currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.current_halo_pol_σ\nerror of disruption.globalquantities.currenthalo_polUnits: A\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.current_halo_tor\nToroidal halo currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.current_halo_tor_σ\nerror of disruption.globalquantities.currenthalo_torUnits: A\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_ohm\nTotal ohmic cumulated energy (integral of the power over the disruption duration)Units: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_ohm_σ\nerror of disruption.globalquantities.energyohmUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_ohm_halo\nOhmic cumulated energy (integral of the power over the disruption duration) in the halo regionUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_ohm_halo_σ\nerror of disruption.globalquantities.energyohm_haloUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_parallel_halo\nCumulated parallel energy (integral of the heat flux parallel power over the disruption duration) in the halo regionUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_parallel_halo_σ\nerror of disruption.globalquantities.energyparallel_haloUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_radiated_electrons_impurities\nTotal cumulated energy (integral of the power over the disruption duration) radiated by electrons on impuritiesUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_radiated_electrons_impurities_σ\nerror of disruption.globalquantities.energyradiatedelectronsimpuritiesUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_radiated_electrons_impurities_halo\nCumulated energy (integral of the power over the disruption duration) radiated by electrons on impurities in the halo regionUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.energy_radiated_electrons_impurities_halo_σ\nerror of disruption.globalquantities.energyradiatedelectronsimpurities_haloUnits: J\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_ohm\nTotal ohmic powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_ohm_σ\nerror of disruption.globalquantities.powerohmUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_ohm_halo\nOhmic power in the halo regionUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_ohm_halo_σ\nerror of disruption.globalquantities.powerohm_haloUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_parallel_halo\nPower of the parallel heat flux in the halo regionUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_parallel_halo_σ\nerror of disruption.globalquantities.powerparallel_haloUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_radiated_electrons_impurities\nTotal power radiated by electrons on impuritiesUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_radiated_electrons_impurities_σ\nerror of disruption.globalquantities.powerradiatedelectronsimpuritiesUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_radiated_electrons_impurities_halo\nPower radiated by electrons on impurities in the halo regionUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.power_radiated_electrons_impurities_halo_σ\nerror of disruption.globalquantities.powerradiatedelectronsimpurities_haloUnits: W\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.psi_halo_boundary\nPoloidal flux at halo region boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.global_quantities.psi_halo_boundary_σ\nerror of disruption.globalquantities.psihalo_boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].active_wall_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].active_wall_point.r_σ\nerror of disruption.halocurrents[:].activewall_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].active_wall_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].active_wall_point.z_σ\nerror of disruption.halocurrents[:].activewall_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].current_halo_pol\nPoloidal halo current crossing through this areaUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].current_halo_pol_σ\nerror of disruption.halocurrents[:].area[:].currenthalo_polUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].end_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].end_point.r_σ\nerror of disruption.halocurrents[:].area[:].endpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].end_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].end_point.z_σ\nerror of disruption.halocurrents[:].area[:].endpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].start_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].start_point.r_σ\nerror of disruption.halocurrents[:].area[:].startpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].start_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].area[:].start_point.z_σ\nerror of disruption.halocurrents[:].area[:].startpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.halo_currents[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.area_σ\nerror of disruption.profiles_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.psi_σ\nerror of disruption.profiles_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.psi_boundary_σ\nerror of disruption.profiles1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of disruption.profiles1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.rho_pol_norm_σ\nerror of disruption.profiles1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.rho_tor_σ\nerror of disruption.profiles1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.rho_tor_norm_σ\nerror of disruption.profiles1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.surface_σ\nerror of disruption.profiles_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].grid.volume_σ\nerror of disruption.profiles_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].j_runaways\nRunaways parallel current density = average(j.B) / B0, where B0 = Disruption/VacuumToroidalField/ B0Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].j_runaways_σ\nerror of disruption.profiles1d[:].jrunawaysUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].power_density_conductive_losses\nPower density of conductive losses to the wall (positive sign for losses)Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].power_density_conductive_losses_σ\nerror of disruption.profiles1d[:].powerdensityconductivelossesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].power_density_radiative_losses\nPower density of radiative losses (positive sign for losses)Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].power_density_radiative_losses_σ\nerror of disruption.profiles1d[:].powerdensityradiativelossesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"disruption.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.vacuum_toroidal_field.b0_σ\nerror of disruption.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"disruption.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: disruption.vacuum_toroidal_field.r0_σ\nerror of disruption.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.magnetic_axis.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.magnetic_axis.r_σ\nerror of distributionsources.magneticaxis.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.magnetic_axis.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.magnetic_axis.z_σ\nerror of distributionsources.magneticaxis.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].discrete\nList of indices of grid spaces (refers to ../grid/space) for which the source is discretely distributed. For example consider a source of 3.5 MeV alpha particles provided on a grid with two coordinates (spaces); rho_tor and energy. To specify that the source is given at energies exactly equal to 3.5 MeV, let discret have length 1 and set discrete(1)=2 since energy is dimension number 2. The source is then proportional to delta( 1 - energy / 3.5MeV ), where delta is the direct delta distribution. Discrete dimensions can only be used when the grid is rectangular.Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].jacobian_σ\nerror of distributionsources.source[:].ggd[:].grid.gridsubset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant_σ\nerror of distributionsources.source[:].ggd[:].grid.gridsubset[:].base[:].tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant_σ\nerror of distributionsources.source[:].ggd[:].grid.gridsubset[:].base[:].tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.jacobian_σ\nerror of distributionsources.source[:].ggd[:].grid.gridsubset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant_σ\nerror of distributionsources.source[:].ggd[:].grid.gridsubset[:].metric.tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant_σ\nerror of distributionsources.source[:].ggd[:].grid.gridsubset[:].metric.tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distribution_sources.source[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS pathsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of distributionsources.source[:].ggd[:].grid.space[:].objectsper_dimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of distributionsources.source[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].geometry2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ\nerror of distributionsources.source[:].ggd[:].grid.space[:].objectsper_dimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].particles[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: (m.s^-1)^-3.m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"distribution_sources.source[:].ggd[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].particles[:].coefficients_σ\nerror of distribution_sources.source[:].ggd[:].particles[:].coefficientsUnits: (m.s^-1)^-3.m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"distribution_sources.source[:].ggd[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].particles[:].values\nOne scalar value is provided per element in the grid subset.Units: (m.s^-1)^-3.m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].particles[:].values_σ\nerror of distribution_sources.source[:].ggd[:].particles[:].valuesUnits: (m.s^-1)^-3.m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].particles\nParticle source rateUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].particles_σ\nerror of distributionsources.source[:].globalquantities[:].particlesUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].power\nTotal power of the sourceUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].power_σ\nerror of distributionsources.source[:].globalquantities[:].powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].shinethrough.particles\nParticle losses due to shinethroughUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].shinethrough.particles_σ\nerror of distributionsources.source[:].globalquantities[:].shinethrough.particlesUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].shinethrough.power\nPower losses due to shinethroughUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].shinethrough.power_σ\nerror of distributionsources.source[:].globalquantities[:].shinethrough.powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].shinethrough.torque_tor\nToroidal torque losses due to shinethroughUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].shinethrough.torque_tor_σ\nerror of distributionsources.source[:].globalquantities[:].shinethrough.torque_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].torque_tor\nTotal toroidal torque of the sourceUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].global_quantities[:].torque_tor_σ\nerror of distributionsources.source[:].globalquantities[:].torque_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].gyro_type\nDefines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth pointData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].coordinate_identifier[:].description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].coordinate_identifier[:].index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].coordinate_identifier[:].name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals.bounce_harmonics\nArray of bounce harmonics kData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals.expressions\nList of the expressions f(ntor,mpol,k,q,...) used in the orbit integralsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals.m_pol\nArray of poloidal mode numbers, where quantities vary as exp(-i.mpol.theta) and theta is the angle defined by the choice of ../../coordinateidentifier, with its centre at the magnetic axis recalled at the root of this IDSData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals.n_tor\nArray of toroidal mode numbers, ntor, where quantities vary as exp(i.ntor.phi) and phi runs anticlockwise when viewed from aboveData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals.values\nValues of the orbit integralsData Type: CPX_5D\nCoordinates: [\"distribution_sources.source[:].markers[:].orbit_integrals.expressions\", \"distribution_sources.source[:].markers[:].weights\", \"distribution_sources.source[:].markers[:].orbit_integrals.n_tor\", \"distribution_sources.source[:].markers[:].orbit_integrals.m_pol\", \"distribution_sources.source[:].markers[:].orbit_integrals.bounce_harmonics\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals_instant.expressions\nList of the expressions f(eq) used in the orbit integralsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals_instant.time_orbit\nTime array along the markers last orbitUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals_instant.time_orbit_σ\nerror of distributionsources.source[:].markers[:].orbitintegralsinstant.timeorbitUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].orbit_integrals_instant.values\nValues of the orbit integralsData Type: CPX_3D\nCoordinates: [\"distribution_sources.source[:].markers[:].orbit_integrals_instant.expressions\", \"distribution_sources.source[:].markers[:].weights\", \"distribution_sources.source[:].markers[:].orbit_integrals_instant.time_orbit\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].positions\nPosition of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinatesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"distribution_sources.source[:].markers[:].weights\", \"distribution_sources.source[:].markers[:].coordinate_identifier\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].positions_σ\nerror of distribution_sources.source[:].markers[:].positionsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"distribution_sources.source[:].markers[:].weights\", \"distribution_sources.source[:].markers[:].coordinate_identifier\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].toroidal_mode\nIn case the orbit integrals are calculated for a given MHD perturbation, index of the toroidal mode considered. Refers to the timeslice/toroidalmode array of the MHD_LINEAR IDS in which this perturbation is describedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].weights\nWeight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markersData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].markers[:].weights_σ\nerror of distribution_sources.source[:].markers[:].weightsData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].nbi_beamlets_group\nIndex of the NBI beamlets group considered. Refers to the \"unit/beamlets_group\" array of the NBI IDS. 0 means sum over all beamlets groups.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].nbi_energy.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].nbi_energy.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].nbi_energy.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].nbi_unit\nIndex of the NBI unit considered. Refers to the \"unit\" array of the NBI IDS. 0 means sum over all NBI units.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].reactant_energy.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].reactant_energy.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].reactant_energy.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].process[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].energy\nSource term for the energy transport equationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].energy_σ\nerror of distributionsources.source[:].profiles1d[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.area_σ\nerror of distributionsources.source[:].profiles1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.psi_σ\nerror of distributionsources.source[:].profiles1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.psi_boundary_σ\nerror of distributionsources.source[:].profiles1d[:].grid.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of distributionsources.source[:].profiles1d[:].grid.psimagneticaxisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.rho_pol_norm_σ\nerror of distributionsources.source[:].profiles1d[:].grid.rhopolnormData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.rho_tor_σ\nerror of distributionsources.source[:].profiles1d[:].grid.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm_σ\nerror of distributionsources.source[:].profiles1d[:].grid.rhotornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.surface_σ\nerror of distributionsources.source[:].profiles1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].grid.volume_σ\nerror of distributionsources.source[:].profiles1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].momentum_tor\nSource term for the toroidal momentum equationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].momentum_tor_σ\nerror of distributionsources.source[:].profiles1d[:].momentum_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].particles\nSource term for the density transport equationUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].particles_σ\nerror of distributionsources.source[:].profiles1d[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.source[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.element[:].a_σ\nerror of distribution_sources.source[:].species.ion.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.element[:].z_n_σ\nerror of distributionsources.source[:].species.ion.element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.label\nString identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.vibrational_level_σ\nerror of distributionsources.source[:].species.ion.state.vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.z_max_σ\nerror of distributionsources.source[:].species.ion.state.zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.state.z_min_σ\nerror of distributionsources.source[:].species.ion.state.zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.ion.z_ion_σ\nerror of distributionsources.source[:].species.ion.zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.element[:].a_σ\nerror of distribution_sources.source[:].species.neutral.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.element[:].z_n_σ\nerror of distributionsources.source[:].species.neutral.element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.label\nString identifying neutral state Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.vibrational_level_σ\nerror of distributionsources.source[:].species.neutral.state.vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.neutral.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.source[:].species.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.vacuum_toroidal_field.b0_σ\nerror of distributionsources.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"distribution_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distribution_sources.vacuum_toroidal_field.r0_σ\nerror of distributionsources.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].coefficients_σ\nerror of distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].values_σ\nerror of distributions.distribution[:].ggd[:].expansion[:].grid_subset[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].coefficients_σ\nerror of distributions.distribution[:].ggd[:].expansionfd3v[:].gridsubset[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].expansion_fd3v[:].grid_subset[:].values_σ\nerror of distributions.distribution[:].ggd[:].expansionfd3v[:].gridsubset[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].jacobian_σ\nerror of distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_contravariant_σ\nerror of distributions.distribution[:].ggd[:].grid.gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].base[:].tensor_covariant_σ\nerror of distributions.distribution[:].ggd[:].grid.gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.jacobian_σ\nerror of distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_contravariant_σ\nerror of distributions.distribution[:].ggd[:].grid.gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.grid_subset[:].metric.tensor_covariant_σ\nerror of distributions.distribution[:].ggd[:].grid.gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"distributions.distribution[:].ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS pathsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of distributions.distribution[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of distributions.distribution[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ\nerror of distributions.distribution[:].ggd[:].grid.space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].grid.space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].temperature\nReference temperature profile used to define the local thermal energy and the thermal velocity (for normalisation of the grid coordinates)Units: eV\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].temperature_σ\nerror of distributions.distribution[:].ggd[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.power_fast\nCollisional power to the fast particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.electrons.powerfastUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.power_thermal\nCollisional power to the thermal particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.electrons.powerthermalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.torque_fast_tor\nCollisional toroidal torque to the fast particle populationUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.electrons.torquefast_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.torque_thermal_tor\nCollisional toroidal torque to the thermal particle populationUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.electrons.torquethermal_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].power_fast\nCollisional power to the fast particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].powerfastUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].power_thermal\nCollisional power to the thermal particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].powerthermalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_fast\nCollisional power to the fast particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].powerfastUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_thermal\nCollisional power to the thermal particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].powerthermalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque to the fast particle populationUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].torquefast_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque to the thermal particle populationUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].torquethermal_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_fast_tor\nCollisional toroidal torque to the fast particle populationUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].torquefast_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque to the thermal particle populationUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].torquethermal_torUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].globalquantities[:].collisions.ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].current_tor\nToroidal current driven by the distributionUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].current_tor_σ\nerror of distributions.distribution[:].globalquantities[:].currenttorUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].energy\nTotal energy in the distributionUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].energy_σ\nerror of distributions.distribution[:].global_quantities[:].energyUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].energy_fast\nTotal energy of the fast particles in the distributionUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].energy_fast_σ\nerror of distributions.distribution[:].globalquantities[:].energyfastUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].energy_fast_parallel\nParallel energy of the fast particles in the distributionUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].energy_fast_parallel_σ\nerror of distributions.distribution[:].globalquantities[:].energyfast_parallelUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].particles_fast_n\nNumber of fast particles in the distribution, i.e. the volume integral of the density (note: this is the number of real particles and not markers)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].particles_fast_n_σ\nerror of distributions.distribution[:].globalquantities[:].particlesfast_nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].particles_n\nNumber of particles in the distribution, i.e. the volume integral of the density (note: this is the number of real particles and not markers)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].particles_n_σ\nerror of distributions.distribution[:].globalquantities[:].particlesnData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].identifier.process_index\nIndex into distribution/processData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].identifier.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].identifier.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].identifier.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].identifier.wave_index\nIndex into distribution/waveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].particles\nParticle source rateUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].particles_σ\nerror of distributions.distribution[:].global_quantities[:].source[:].particlesUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].power\nTotal power of the sourceUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].power_σ\nerror of distributions.distribution[:].global_quantities[:].source[:].powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].torque_tor\nTotal toroidal torque of the sourceUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].source[:].torque_tor_σ\nerror of distributions.distribution[:].globalquantities[:].source[:].torquetorUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].thermalisation.particles\nSource rate of thermal particles due to the thermalisation of fast particlesUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].thermalisation.particles_σ\nerror of distributions.distribution[:].global_quantities[:].thermalisation.particlesUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].thermalisation.power\nPower input to the thermal particle population due to the thermalisation of fast particlesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].thermalisation.power_σ\nerror of distributions.distribution[:].global_quantities[:].thermalisation.powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].thermalisation.torque\nTorque input to the thermal particle population due to the thermalisation of fast particlesUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].thermalisation.torque_σ\nerror of distributions.distribution[:].global_quantities[:].thermalisation.torqueUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].global_quantities[:].torque_tor_j_radial_σ\nerror of distributions.distribution[:].globalquantities[:].torquetorjradialUnits: N.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].gyro_type\nDefines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth pointData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].is_delta_f\nIf isdeltaf=1, then the distribution represents the deviation from a Maxwellian; isdeltaf=0, then the distribution represents all particles, i.e. the full-f solutionData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].coordinate_identifier[:].description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].coordinate_identifier[:].index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].coordinate_identifier[:].name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals.bounce_harmonics\nArray of bounce harmonics kData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals.expressions\nList of the expressions f(ntor,mpol,k,q,...) used in the orbit integralsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals.m_pol\nArray of poloidal mode numbers, where quantities vary as exp(-i.mpol.theta) and theta is the angle defined by the choice of ../../coordinateidentifier, with its centre at the magnetic axis recalled at the root of this IDSData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals.n_tor\nArray of toroidal mode numbers, ntor, where quantities vary as exp(i.ntor.phi) and phi runs anticlockwise when viewed from aboveData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals.values\nValues of the orbit integralsData Type: CPX_5D\nCoordinates: [\"distributions.distribution[:].markers[:].orbit_integrals.expressions\", \"distributions.distribution[:].markers[:].weights\", \"distributions.distribution[:].markers[:].orbit_integrals.n_tor\", \"distributions.distribution[:].markers[:].orbit_integrals.m_pol\", \"distributions.distribution[:].markers[:].orbit_integrals.bounce_harmonics\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals_instant.expressions\nList of the expressions f(eq) used in the orbit integralsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals_instant.time_orbit\nTime array along the markers last orbitUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals_instant.time_orbit_σ\nerror of distributions.distribution[:].markers[:].orbitintegralsinstant.time_orbitUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].orbit_integrals_instant.values\nValues of the orbit integralsData Type: CPX_3D\nCoordinates: [\"distributions.distribution[:].markers[:].orbit_integrals_instant.expressions\", \"distributions.distribution[:].markers[:].weights\", \"distributions.distribution[:].markers[:].orbit_integrals_instant.time_orbit\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].positions\nPosition of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinatesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].markers[:].weights\", \"distributions.distribution[:].markers[:].coordinate_identifier\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].positions_σ\nerror of distributions.distribution[:].markers[:].positionsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].markers[:].weights\", \"distributions.distribution[:].markers[:].coordinate_identifier\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].toroidal_mode\nIn case the orbit integrals are calculated for a given MHD perturbation, index of the toroidal mode considered. Refers to the timeslice/toroidalmode array of the MHD_LINEAR IDS in which this perturbation is describedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].weights\nWeight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markersData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].markers[:].weights_σ\nerror of distributions.distribution[:].markers[:].weightsData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].nbi_beamlets_group\nIndex of the NBI beamlets group considered. Refers to the \"unit/beamlets_group\" array of the NBI IDS. 0 means sum over all beamlets groups.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].nbi_energy.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].nbi_energy.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].nbi_energy.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].nbi_unit\nIndex of the NBI unit considered. Refers to the \"unit\" array of the NBI IDS. 0 means sum over all NBI units.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].reactant_energy.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].reactant_energy.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].reactant_energy.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].process[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.power_fastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.power_thermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.torquefasttorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.electrons.torquethermaltorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].power_fastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].power_thermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].power_fastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].power_thermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].torquefasttorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].torquefasttorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.collisions.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.current_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.currentfasttorUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.current_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.current_torUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.density_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.density_fast_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.pressure_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.pressureUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.pressure_fastUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.pressurefastparallelUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].energy\nSource rate of energy densityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].energy_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.source[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.process_index\nIndex into distribution/processData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].identifier.wave_index\nIndex into distribution/waveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].momentum_tor\nSource rate of toroidal angular momentum density Units: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].momentum_tor_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.source[:].momentum_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].particles\nSource rate of thermal particle densityUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.source[:].particles_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.source[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].co_passing.torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles1d[:].copassing.torquetorj_radialUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.electrons.powerfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.electrons.powerthermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.electrons.torquefast_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.electrons.torquethermal_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].powerfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].powerthermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].powerfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].powerthermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].torquefast_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].torquefast_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles1d[:].collisions.ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.power_fastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.power_thermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.torquefasttorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.electrons.torquethermaltorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].power_fastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].power_thermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].power_fastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].power_thermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].torquefasttorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].torquefasttorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.collisions.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.current_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.currentfasttorUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.current_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.current_torUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.density_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.density_fast_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.pressure_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.pressureUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.pressure_fastUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.pressurefastparallelUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].energy\nSource rate of energy densityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].energy_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.source[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.process_index\nIndex into distribution/processData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].identifier.wave_index\nIndex into distribution/waveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].momentum_tor\nSource rate of toroidal angular momentum density Units: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].momentum_tor_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.source[:].momentum_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].particles\nSource rate of thermal particle densityUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.source[:].particles_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.source[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].counter_passing.torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles1d[:].counterpassing.torquetorj_radialUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].current_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].currentfast_torUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].current_tor_σ\nerror of distributions.distribution[:].profiles1d[:].currenttorUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].density_σ\nerror of distributions.distribution[:].profiles_1d[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].density_fast_σ\nerror of distributions.distribution[:].profiles1d[:].densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].fast_filter.energy\nEnergy at which the fast and thermal particle populations were separated, as a function of radiusUnits: eV\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].fast_filter.energy_σ\nerror of distributions.distribution[:].profiles1d[:].fastfilter.energyUnits: eV\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].fast_filter.method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].fast_filter.method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].fast_filter.method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.area_σ\nerror of distributions.distribution[:].profiles_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.psi_σ\nerror of distributions.distribution[:].profiles_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.psi_boundary_σ\nerror of distributions.distribution[:].profiles1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of distributions.distribution[:].profiles1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.rho_pol_norm_σ\nerror of distributions.distribution[:].profiles1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.rho_tor_σ\nerror of distributions.distribution[:].profiles1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm_σ\nerror of distributions.distribution[:].profiles1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.surface_σ\nerror of distributions.distribution[:].profiles_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].grid.volume_σ\nerror of distributions.distribution[:].profiles_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].pressure_σ\nerror of distributions.distribution[:].profiles_1d[:].pressureUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].pressure_fast_σ\nerror of distributions.distribution[:].profiles1d[:].pressurefastUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles1d[:].pressurefast_parallelUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].energy\nSource rate of energy densityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].energy_σ\nerror of distributions.distribution[:].profiles_1d[:].source[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].identifier.process_index\nIndex into distribution/processData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].identifier.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].identifier.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].identifier.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].identifier.wave_index\nIndex into distribution/waveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].momentum_tor\nSource rate of toroidal angular momentum density Units: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].momentum_tor_σ\nerror of distributions.distribution[:].profiles1d[:].source[:].momentumtorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].particles\nSource rate of thermal particle densityUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].source[:].particles_σ\nerror of distributions.distribution[:].profiles_1d[:].source[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].thermalisation.energy\nSource rate of energy density within the thermal particle population due to the thermalisation of fast particlesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].thermalisation.energy_σ\nerror of distributions.distribution[:].profiles_1d[:].thermalisation.energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].thermalisation.momentum_tor\nSource rate of toroidal angular momentum density within the thermal particle population due to the thermalisation of fast particlesUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].thermalisation.momentum_tor_σ\nerror of distributions.distribution[:].profiles1d[:].thermalisation.momentumtorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].thermalisation.particles\nSource rate of thermal particle density due to the thermalisation of fast particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].thermalisation.particles_σ\nerror of distributions.distribution[:].profiles_1d[:].thermalisation.particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles1d[:].torquetorjradialUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.powerfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.powerthermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.torquefast_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.electrons.torquethermal_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].powerfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].powerthermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].powerfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].powerthermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].torquefast_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].torquefast_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.collisions.ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.current_fast_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.currentfast_torUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.current_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.currenttorUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.density_σ\nerror of distributions.distribution[:].profiles_1d[:].trapped.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.density_fast_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.densityfastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.pressure_σ\nerror of distributions.distribution[:].profiles_1d[:].trapped.pressureUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.pressure_fast_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.pressurefastUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.pressurefast_parallelUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].energy\nSource rate of energy densityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].energy_σ\nerror of distributions.distribution[:].profiles_1d[:].trapped.source[:].energyUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.process_index\nIndex into distribution/processData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].identifier.wave_index\nIndex into distribution/waveData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].momentum_tor\nSource rate of toroidal angular momentum density Units: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].momentum_tor_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.source[:].momentumtorUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].particles\nSource rate of thermal particle densityUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.source[:].particles_σ\nerror of distributions.distribution[:].profiles_1d[:].trapped.source[:].particlesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_1d[:].trapped.torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles1d[:].trapped.torquetorjradialUnits: N.m^-2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.power_fastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.power_thermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.torquefasttorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.electrons.torquethermaltorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].power_fastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].power_thermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].power_fastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].power_thermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].torquefasttorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].torquefasttorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.collisions.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.current_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.currentfasttorUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.current_tor_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.current_torUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.density_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.density_fast_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.density_fastUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.pressure_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.pressureUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.pressure_fastUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.pressurefastparallelUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].co_passing.torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles2d[:].copassing.torquetorj_radialUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.electrons.powerfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.electrons.powerthermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.electrons.torquefast_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.electrons.torquethermal_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].powerfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].powerthermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].powerfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].powerthermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].torquefast_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].torquefast_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles2d[:].collisions.ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.power_fastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.power_thermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.torquefasttorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.electrons.torquethermaltorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].power_fastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].power_thermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].power_fastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].power_thermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].torquefasttorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].torquefasttorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].torquethermaltorUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.collisions.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.current_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.currentfasttorUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.current_tor_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.current_torUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.density_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.density_fast_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.density_fastUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.pressure_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.pressureUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.pressure_fastUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.pressurefastparallelUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].counter_passing.torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles2d[:].counterpassing.torquetorj_radialUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].current_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].currentfast_torUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].current_tor_σ\nerror of distributions.distribution[:].profiles2d[:].currenttorUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].density_σ\nerror of distributions.distribution[:].profiles_2d[:].densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].density_fast_σ\nerror of distributions.distribution[:].profiles2d[:].densityfastUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.area_σ\nerror of distributions.distribution[:].profiles_2d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.psi_σ\nerror of distributions.distribution[:].profiles_2d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.r_σ\nerror of distributions.distribution[:].profiles_2d[:].grid.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.rho_tor\nToroidal flux coordinate. The toroidal field used in its definition is indicated under vacuumtoroidalfield/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.rho_tor_σ\nerror of distributions.distribution[:].profiles2d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm_σ\nerror of distributions.distribution[:].profiles2d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.theta_geometric\nGeometrical poloidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.theta_geometric_σ\nerror of distributions.distribution[:].profiles2d[:].grid.thetageometricUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.theta_straight\nStraight field line poloidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.theta_straight_σ\nerror of distributions.distribution[:].profiles2d[:].grid.thetastraightUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.volume_σ\nerror of distributions.distribution[:].profiles_2d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].grid.z_σ\nerror of distributions.distribution[:].profiles_2d[:].grid.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].pressure_σ\nerror of distributions.distribution[:].profiles_2d[:].pressureUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].pressure_fast_σ\nerror of distributions.distribution[:].profiles2d[:].pressurefastUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles2d[:].pressurefast_parallelUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles2d[:].torquetorjradialUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.powerfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.powerthermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.torquefast_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.electrons.torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.electrons.torquethermal_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].a_σ\nerror of distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].element[:].z_n_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].powerfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].powerthermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_fast\nCollisional power density to the fast particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_fast_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].powerfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_thermal\nCollisional power density to the thermal particle populationUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].power_thermal_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].powerthermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].torquefast_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].vibrational_level_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_max_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].state[:].z_min_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_fast_tor\nCollisional toroidal torque density to the fast particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].torquefast_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_thermal_tor\nCollisional toroidal torque density to the thermal particle populationUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].torque_thermal_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].torquethermal_torUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.collisions.ion[:].z_ion_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.collisions.ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.current_fast_tor\nTotal toroidal driven current density of fast (non-thermal) particles (excluding electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.current_fast_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.currentfast_torUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.current_tor\nTotal toroidal driven current density (including electron and thermal ion back-current, or drag-current)Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.current_tor_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.currenttorUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.density_σ\nerror of distributions.distribution[:].profiles_2d[:].trapped.densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.density_fast\nDensity of fast particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.density_fast_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.densityfastUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.pressure\nPressure (thermal+non-thermal)Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.pressure_σ\nerror of distributions.distribution[:].profiles_2d[:].trapped.pressureUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.pressure_fast\nPressure of fast particlesUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.pressure_fast_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.pressurefastUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.pressure_fast_parallel\nPressure of fast particles in the parallel directionUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.pressure_fast_parallel_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.pressurefast_parallelUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.torque_tor_j_radial\nToroidal torque due to radial currentsUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].profiles_2d[:].trapped.torque_tor_j_radial_σ\nerror of distributions.distribution[:].profiles2d[:].trapped.torquetorjradialUnits: N.m^-2\nData Type: FLT_2D\nCoordinates: [\"distributions.distribution[:].profiles_2d[:].grid.r\", \"distributions.distribution[:].profiles_2d[:].grid.z\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.element[:].a_σ\nerror of distributions.distribution[:].species.ion.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.element[:].z_n_σ\nerror of distributions.distribution[:].species.ion.element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.label\nString identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.vibrational_level_σ\nerror of distributions.distribution[:].species.ion.state.vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.z_max_σ\nerror of distributions.distribution[:].species.ion.state.z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.state.z_min_σ\nerror of distributions.distribution[:].species.ion.state.z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.ion.z_ion_σ\nerror of distributions.distribution[:].species.ion.z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.element[:].a_σ\nerror of distributions.distribution[:].species.neutral.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.element[:].z_n_σ\nerror of distributions.distribution[:].species.neutral.element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.label\nString identifying neutral state Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.vibrational_level_σ\nerror of distributions.distribution[:].species.neutral.state.vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.neutral.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].species.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].wave[:].antenna_name\nName of the antenna that launches this wave. Corresponds to the name specified in antennas/ec(i)/name, or antennas/ic(i)/name or antennas/lh(i)/name (depends of antenna/wave type) in the ANTENNAS IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].wave[:].index_in_antenna\nIndex of the wave (starts at 1), separating different waves generated from a single antenna.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].wave[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].wave[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.distribution[:].wave[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.magnetic_axis.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.magnetic_axis.r_σ\nerror of distributions.magnetic_axis.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.magnetic_axis.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.magnetic_axis.z_σ\nerror of distributions.magnetic_axis.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.vacuum_toroidal_field.b0_σ\nerror of distributions.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"distributions.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: distributions.vacuum_toroidal_field.r0_σ\nerror of distributions.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"divertors.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].current_incident.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].current_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].current_incident.data_σ\nerror of divertors.divertor[:].current_incident.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].current_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].current_incident.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].identifier\nAlphanumeric identifier of divertorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].name\nName of the divertorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].particle_flux_recycled_total.data\nDataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].particle_flux_recycled_total.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].particle_flux_recycled_total.data_σ\nerror of divertors.divertor[:].particlefluxrecycled_total.dataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].particle_flux_recycled_total.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].particle_flux_recycled_total.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_black_body.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_black_body.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_black_body.data_σ\nerror of divertors.divertor[:].powerblackbody.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_black_body.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_black_body.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_conducted.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_conducted.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_conducted.data_σ\nerror of divertors.divertor[:].power_conducted.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_conducted.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_conducted.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_convected.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_convected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_convected.data_σ\nerror of divertors.divertor[:].power_convected.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_convected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_convected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_currents.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_currents.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_currents.data_σ\nerror of divertors.divertor[:].power_currents.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_currents.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_currents.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_incident.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_incident.data_σ\nerror of divertors.divertor[:].power_incident.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_incident.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_neutrals.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_neutrals.data_σ\nerror of divertors.divertor[:].power_neutrals.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_neutrals.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_radiated.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_radiated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_radiated.data_σ\nerror of divertors.divertor[:].power_radiated.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_radiated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_radiated.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_recombination_neutrals.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_recombination_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_recombination_neutrals.data_σ\nerror of divertors.divertor[:].powerrecombinationneutrals.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_recombination_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_recombination_neutrals.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_recombination_plasma.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_recombination_plasma.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_recombination_plasma.data_σ\nerror of divertors.divertor[:].powerrecombinationplasma.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_recombination_plasma.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_recombination_plasma.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_thermal_extracted.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_thermal_extracted.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_thermal_extracted.data_σ\nerror of divertors.divertor[:].powerthermalextracted.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].power_thermal_extracted.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].power_thermal_extracted.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].current_incident.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].current_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].current_incident.data_σ\nerror of divertors.divertor[:].target[:].current_incident.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].current_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].current_incident.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].extension_r\nTarget length projected on the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].extension_r_σ\nerror of divertors.divertor[:].target[:].extension_rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].extension_z\nTarget length projected on the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].extension_z_σ\nerror of divertors.divertor[:].target[:].extension_zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].flux_expansion.data\nDataData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].flux_expansion.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].flux_expansion.data_σ\nerror of divertors.divertor[:].target[:].flux_expansion.dataData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].flux_expansion.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].flux_expansion.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].heat_flux_steady_limit_max\nMaximum steady state heat flux allowed on divertor target surface (engineering design limit)Units: W.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].heat_flux_steady_limit_max_σ\nerror of divertors.divertor[:].target[:].heatfluxsteadylimitmaxUnits: W.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].identifier\nAlphanumeric identifier of targetData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].name\nName of the targetData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_black_body.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_black_body.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_black_body.data_σ\nerror of divertors.divertor[:].target[:].powerblackbody.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_black_body.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_black_body.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_conducted.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_conducted.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_conducted.data_σ\nerror of divertors.divertor[:].target[:].power_conducted.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_conducted.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_conducted.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_convected.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_convected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_convected.data_σ\nerror of divertors.divertor[:].target[:].power_convected.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_convected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_convected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_currents.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_currents.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_currents.data_σ\nerror of divertors.divertor[:].target[:].power_currents.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_currents.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_currents.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_flux_peak.data\nDataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_flux_peak.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_flux_peak.data_σ\nerror of divertors.divertor[:].target[:].powerfluxpeak.dataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_flux_peak.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_flux_peak.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_incident.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_incident.data_σ\nerror of divertors.divertor[:].target[:].power_incident.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_incident.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_incident_fraction.data\nDataData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_incident_fraction.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_incident_fraction.data_σ\nerror of divertors.divertor[:].target[:].powerincidentfraction.dataData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_incident_fraction.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_incident_fraction.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_neutrals.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_neutrals.data_σ\nerror of divertors.divertor[:].target[:].power_neutrals.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_neutrals.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_radiated.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_radiated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_radiated.data_σ\nerror of divertors.divertor[:].target[:].power_radiated.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_radiated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_radiated.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_recombination_neutrals.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_recombination_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_recombination_neutrals.data_σ\nerror of divertors.divertor[:].target[:].powerrecombinationneutrals.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_recombination_neutrals.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_recombination_neutrals.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_recombination_plasma.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_recombination_plasma.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_recombination_plasma.data_σ\nerror of divertors.divertor[:].target[:].powerrecombinationplasma.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].power_recombination_plasma.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].power_recombination_plasma.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].t_e_target_sputtering_limit_max\nMaximum plasma temperature allowed on the divertor target to avoid excessive sputteringUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].t_e_target_sputtering_limit_max_σ\nerror of divertors.divertor[:].target[:].tetargetsputteringlimit_maxUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].temperature_limit_max\nMaximum surface target temperature allowed to prevent damage (melting, recrystallization, sublimation, etc...)Units: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].temperature_limit_max_σ\nerror of divertors.divertor[:].target[:].temperaturelimitmaxUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].current_incident.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tile[:].current_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].current_incident.data_σ\nerror of divertors.divertor[:].target[:].tile[:].current_incident.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tile[:].current_incident.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].current_incident.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].identifier\nAlphanumeric identifier of tileData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].name\nName of the tileData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].shunt_index\nIf the tile carries a measurement shunt, index of that shunt (in the magnetics IDS shunt array)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_area\nArea of the tile surface facing the plasmaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_area_σ\nerror of divertors.divertor[:].target[:].tile[:].surface_areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_outline.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tile[:].surface_outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_outline.phi_σ\nerror of divertors.divertor[:].target[:].tile[:].surface_outline.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tile[:].surface_outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_outline.r_σ\nerror of divertors.divertor[:].target[:].tile[:].surface_outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tile[:].surface_outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tile[:].surface_outline.z_σ\nerror of divertors.divertor[:].target[:].tile[:].surface_outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tile[:].surface_outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tilt_angle_pol.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tilt_angle_pol.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tilt_angle_pol.data_σ\nerror of divertors.divertor[:].target[:].tiltanglepol.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tilt_angle_pol.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tilt_angle_pol.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tilt_angle_tor.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tilt_angle_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tilt_angle_tor.data_σ\nerror of divertors.divertor[:].target[:].tiltangletor.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].tilt_angle_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].tilt_angle_tor.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].n_e_target\nElectron density at divertor targetUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].n_e_target_σ\nerror of divertors.divertor[:].target[:].twopointmodel[:].netargetUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].sol_heat_decay_length\nHeat flux decay length in SOL at divertor entrance, mapped to the mid-plane, this is the lambda_q parameter defined in reference T. Eich et al, Nucl. Fusion 53 (2013) 093031Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].sol_heat_decay_length_σ\nerror of divertors.divertor[:].target[:].twopointmodel[:].solheatdecay_lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].sol_heat_spreading_length\nHeat flux spreading length in SOL at equatorial mid-plane, this is the S power spreading parameter defined in reference T. Eich et al, Nucl. Fusion 53 (2013) 093031. Relevant only for attached plasmas.Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].sol_heat_spreading_length_σ\nerror of divertors.divertor[:].target[:].twopointmodel[:].solheatspreading_lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].t_e_target\nElectron temperature at divertor targetUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].t_e_target_σ\nerror of divertors.divertor[:].target[:].twopointmodel[:].tetargetUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].two_point_model[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].wetted_area.data\nDataUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].wetted_area.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].wetted_area.data_σ\nerror of divertors.divertor[:].target[:].wetted_area.dataUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].target[:].wetted_area.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].target[:].wetted_area.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].wetted_area.data\nDataUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].wetted_area.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].wetted_area.data_σ\nerror of divertors.divertor[:].wetted_area.dataUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"divertors.divertor[:].wetted_area.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.divertor[:].wetted_area.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: divertors.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].available_launch_power\nAvailable launch powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].available_launch_power_σ\nerror of eclaunchers.beam[:].availablelaunch_powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].efficiency.conversion\nConversion efficiency of electric power to microwave powerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].efficiency.conversion_σ\nerror of ec_launchers.beam[:].efficiency.conversionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].efficiency.transmission\nTransmission efficiency of microwave power from generator to antennaData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].efficiency.transmission_σ\nerror of ec_launchers.beam[:].efficiency.transmissionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].frequency.data_σ\nerror of ec_launchers.beam[:].frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].frequency.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].identifier\nBeam identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.phi_σ\nerror of eclaunchers.beam[:].launchingposition.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.r_σ\nerror of eclaunchers.beam[:].launchingposition.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.r_limit_max\nMajor radius upper limit for the systemUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.r_limit_max_σ\nerror of eclaunchers.beam[:].launchingposition.rlimitmaxUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.r_limit_min\nMajor radius lower limit for the systemUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.r_limit_min_σ\nerror of eclaunchers.beam[:].launchingposition.rlimitminUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].launching_position.z_σ\nerror of eclaunchers.beam[:].launchingposition.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].mode\nIdentifier for the main plasma wave mode excited by the EC beam. For the ordinary mode (O-mode), mode=1. For the extraordinary mode (X-mode), mode=-1Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].name\nBeam nameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].o_mode_fraction\nFraction of EC beam power launched in ordinary (O) mode. If all power is launched in ordinary mode (O-mode), omodefraction = 1.0. If all power is launched in extraordinary mode (X-mode), omodefraction = 0.0Data Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].o_mode_fraction_σ\nerror of eclaunchers.beam[:].omode_fractionData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].phase.angle\nRotation angle for the phase ellipseUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].phase.angle_σ\nerror of ec_launchers.beam[:].phase.angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].phase.curvature\nInverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams, in the horizontal direction (first index of the first coordinate) and in the vertical direction (second index of the first coordinate)Units: m^-1\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].phase.curvature_σ\nerror of ec_launchers.beam[:].phase.curvatureUnits: m^-1\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].power_launched.data_σ\nerror of eclaunchers.beam[:].powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].spot.angle\nRotation angle for the spot ellipseUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].spot.angle_σ\nerror of ec_launchers.beam[:].spot.angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].spot.size\nSize of the spot ellipse: distance between the central ray and the peripheral rays in the horizontal (first index of the first coordinate) and vertical direction (second index of the first coordinate)Units: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].spot.size_σ\nerror of ec_launchers.beam[:].spot.sizeUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].steering_angle_pol\nSteering angle of the EC beam in the R,Z plane (from the -R axis towards the -Z axis), anglepol=atan2(-kZ,-kR), where kZ and k_R are the Z and R components of the mean wave vector in the EC beamUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].steering_angle_pol_σ\nerror of eclaunchers.beam[:].steeringangle_polUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].steering_angle_tor\nSteering angle of the EC beam away from the poloidal plane that is increasing towards the positive phi axis, angletor=arcsin(kphi/k), where k_phi is the component of the wave vector in the phi direction and k is the length of the wave vector. Here the term wave vector refers to the mean wave vector in the EC beamUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].steering_angle_tor_σ\nerror of eclaunchers.beam[:].steeringangle_torUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ec_launchers.beam[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.beam[:].time\nTime base used for launchingposition, omode_fraction, angle, spot and phase quantitiesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"ec_launchers.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.latency_σ\nerror of ec_launchers.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ec_launchers.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.phase.angle.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].beam.phase.angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.phase.angle.data_σ\nerror of ece.channel[:].beam.phase.angle.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].beam.phase.angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.phase.angle.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.phase.curvature.data\nDataUnits: m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"ece.channel[:].beam.phase.curvature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.phase.curvature.data_σ\nerror of ece.channel[:].beam.phase.curvature.dataUnits: m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"ece.channel[:].beam.phase.curvature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.phase.curvature.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.spot.angle.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].beam.spot.angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.spot.angle.data_σ\nerror of ece.channel[:].beam.spot.angle.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].beam.spot.angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.spot.angle.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.spot.size.data\nDataUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"ece.channel[:].beam.spot.size.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.spot.size.data_σ\nerror of ece.channel[:].beam.spot.size.dataUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"ece.channel[:].beam.spot.size.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].beam.spot.size.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.phi_σ\nerror of ece.channel[:].deltapositionsuprathermal.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.psi\nPoloidal fluxUnits: W\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.psi_σ\nerror of ece.channel[:].deltapositionsuprathermal.psiUnits: W\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.r_σ\nerror of ece.channel[:].deltapositionsuprathermal.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.rho_tor_norm\nNormalised toroidal flux coordinateData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.rho_tor_norm_σ\nerror of ece.channel[:].deltapositionsuprathermal.rhotornormData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.theta\nPoloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)Units: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.theta_σ\nerror of ece.channel[:].deltapositionsuprathermal.thetaUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].delta_position_suprathermal.z_σ\nerror of ece.channel[:].deltapositionsuprathermal.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].frequency.data_σ\nerror of ece.channel[:].frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].frequency.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].frequency.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].harmonic.data\nDataData Type: INT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].harmonic.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].harmonic.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].if_bandwidth\nFull-width of the Intermediate Frequency (IF) bandpass filterUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].if_bandwidth_σ\nerror of ece.channel[:].if_bandwidthUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.first_point.phi_σ\nerror of ece.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.first_point.r_σ\nerror of ece.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.first_point.z_σ\nerror of ece.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.second_point.phi_σ\nerror of ece.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.second_point.r_σ\nerror of ece.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].line_of_sight.second_point.z_σ\nerror of ece.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].optical_depth.data\nDataData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].optical_depth.data_σ\nerror of ece.channel[:].optical_depth.dataData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].optical_depth.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].optical_depth.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.phi_σ\nerror of ece.channel[:].position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.psi\nPoloidal fluxUnits: W\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.psi_σ\nerror of ece.channel[:].position.psiUnits: W\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.r_σ\nerror of ece.channel[:].position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.rho_tor_norm\nNormalised toroidal flux coordinateData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.rho_tor_norm_σ\nerror of ece.channel[:].position.rhotornormData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.theta\nPoloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)Units: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.theta_σ\nerror of ece.channel[:].position.thetaUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].position.z_σ\nerror of ece.channel[:].position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e.data_σ\nerror of ece.channel[:].t_e.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"ece.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e_voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].t_e_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e_voltage.data_σ\nerror of ece.channel[:].tevoltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"ece.channel[:].t_e_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e_voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e_voltage.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].t_e_voltage.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"ece.channel[:].t_e_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.channel[:].time\nTimebase for the processed dynamic data of this channel (outside of the beam structure)Units: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"ece.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.latency_σ\nerror of ece.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.first_point.phi_σ\nerror of ece.lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.first_point.r_σ\nerror of ece.lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.first_point.z_σ\nerror of ece.lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.second_point.phi_σ\nerror of ece.lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.second_point.r_σ\nerror of ece.lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.line_of_sight.second_point.z_σ\nerror of ece.lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].centre.phi_σ\nerror of ece.polarizer[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].centre.r_σ\nerror of ece.polarizer[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].centre.z_σ\nerror of ece.polarizer[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].polarization_angle\nAlignment angle of the polarizer in the (x1,x2) plane. Electric fields parallel to the polarizer angle will be reflected. The angle is defined with respect to the x1 unit vector, positive in the counter-clockwise direction when looking towards the plasmaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].polarization_angle_σ\nerror of ece.polarizer[:].polarization_angleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].radius_σ\nerror of ece.polarizer[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x1_unit_vector.x_σ\nerror of ece.polarizer[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x1_unit_vector.y_σ\nerror of ece.polarizer[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x1_unit_vector.z_σ\nerror of ece.polarizer[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x2_unit_vector.x_σ\nerror of ece.polarizer[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x2_unit_vector.y_σ\nerror of ece.polarizer[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x2_unit_vector.z_σ\nerror of ece.polarizer[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x3_unit_vector.x_σ\nerror of ece.polarizer[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x3_unit_vector.y_σ\nerror of ece.polarizer[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.polarizer[:].x3_unit_vector.z_σ\nerror of ece.polarizer[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.psi_normalization.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"ece.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.psi_normalization.psi_boundary_σ\nerror of ece.psinormalization.psiboundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"ece.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.psi_normalization.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axisUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"ece.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.psi_normalization.psi_magnetic_axis_σ\nerror of ece.psinormalization.psimagnetic_axisUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"ece.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.psi_normalization.time\nTime for the R,Z,phi coordinatesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"ece.t_e_central.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.data_σ\nerror of ece.tecentral.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"ece.t_e_central.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.rho_tor_norm\nNormalised toroidal flux coordinate of the measurementData Type: FLT_1D\nCoordinates: [\"ece.t_e_central.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.rho_tor_norm_σ\nerror of ece.tecentral.rhotornormData Type: FLT_1D\nCoordinates: [\"ece.t_e_central.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.t_e_central.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"ece.t_e_central.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ece.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"edge_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].a_field_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].a_field_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].a_field_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].afield_parallel[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].a_field_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].a_field_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].a_field_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].a_field_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].a_field_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].afield_parallel[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].efield[:].diamagneticUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].diamagnetic_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].parallel_σ\nerror of edgeprofiles.ggd[:].efield[:].parallelUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].parallel_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].poloidal_σ\nerror of edgeprofiles.ggd[:].efield[:].poloidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].poloidal_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].r_σ\nerror of edgeprofiles.ggd[:].efield[:].rUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].r_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].radial_σ\nerror of edgeprofiles.ggd[:].efield[:].radialUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].radial_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].toroidal_σ\nerror of edgeprofiles.ggd[:].efield[:].toroidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].toroidal_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].z_σ\nerror of edgeprofiles.ggd[:].efield[:].zUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].e_field[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].efield[:].z_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density[:].coefficients_σ\nerror of edge_profiles.ggd[:].electrons.density[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density[:].values_σ\nerror of edge_profiles.ggd[:].electrons.density[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density_fast[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density_fast[:].coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.densityfast[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density_fast[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density_fast[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density_fast[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.density_fast[:].values_σ\nerror of edgeprofiles.ggd[:].electrons.densityfast[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.distribution_function[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.distribution_function[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.distribution_function[:].coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.distributionfunction[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.distribution_function[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.distribution_function[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.distribution_function[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.distribution_function[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.distribution_function[:].values_σ\nerror of edgeprofiles.ggd[:].electrons.distributionfunction[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure[:].coefficients_σ\nerror of edge_profiles.ggd[:].electrons.pressure[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure[:].values_σ\nerror of edge_profiles.ggd[:].electrons.pressure[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.pressurefast_parallel[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].electrons.pressurefast_parallel[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.pressurefast_perpendicular[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.pressure_fast_perpendicular[:].values_σ\nerror of edgeprofiles.ggd[:].electrons.pressurefast_perpendicular[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.temperature[:].coefficients_σ\nerror of edge_profiles.ggd[:].electrons.temperature[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].electrons.temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.temperature[:].values_σ\nerror of edge_profiles.ggd[:].electrons.temperature[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].diamagnetic_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].parallel_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].poloidal_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].r_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].radial_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].toroidal_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].z_σ\nerror of edge_profiles.ggd[:].electrons.velocity[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].electrons.velocity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].electrons.velocity[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density[:].coefficients_σ\nerror of edge_profiles.ggd[:].ion[:].density[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density[:].values_σ\nerror of edge_profiles.ggd[:].ion[:].density[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density_fast[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density_fast[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].densityfast[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density_fast[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density_fast[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density_fast[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].density_fast[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].densityfast[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].element[:].a_σ\nerror of edge_profiles.ggd[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].element[:].z_n_σ\nerror of edgeprofiles.ggd[:].ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].energydensity_kinetic[:].coefficientsUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values\nOne scalar value is provided per element in the grid subset.Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].energy_density_kinetic[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].energydensity_kinetic[:].valuesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure[:].coefficients_σ\nerror of edge_profiles.ggd[:].ion[:].pressure[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure[:].values_σ\nerror of edge_profiles.ggd[:].ion[:].pressure[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].pressurefast_parallel[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].pressurefast_parallel[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].pressurefast_perpendicular[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].pressure_fast_perpendicular[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].pressurefast_perpendicular[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density[:].coefficients_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].density[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density[:].values_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].density[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density_fast[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density_fast[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].densityfast[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density_fast[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density_fast[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].density_fast[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].densityfast[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].distributionfunction[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].distribution_function[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].distributionfunction[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].energydensity_kinetic[:].coefficientsUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values\nOne scalar value is provided per element in the grid subset.Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].energy_density_kinetic[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].energydensity_kinetic[:].valuesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Elementary Charge Unit\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].ionisationpotential[:].coefficientsUnits: Elementary Charge Unit\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values\nOne scalar value is provided per element in the grid subset.Units: Elementary Charge Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].ionisation_potential[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].ionisationpotential[:].valuesUnits: Elementary Charge Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure[:].coefficients_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].pressure[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure[:].values_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].pressure[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_parallel[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_parallel[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_perpendicular[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].pressure_fast_perpendicular[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].pressurefast_perpendicular[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].temperature[:].coefficients_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].temperature[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].temperature[:].values_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].temperature[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].r_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].z_σ\nerror of edge_profiles.ggd[:].ion[:].state[:].velocity[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocity[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].diamagnetic_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].parallel_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].poloidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].r_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].radial_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].toroidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_diamagnetic[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocitydiamagnetic[:].z_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].diamagnetic_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].parallel_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].poloidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].r_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].radial_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].toroidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].velocity_exb[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].velocityexb[:].z_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].vibrational_level_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_average[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Elementary Charge Unit\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].z_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_average[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].zaverage[:].coefficientsUnits: Elementary Charge Unit\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].z_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_average[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_average[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_average[:].values\nOne scalar value is provided per element in the grid subset.Units: Elementary Charge Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_average[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].zaverage[:].valuesUnits: Elementary Charge Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_max\nMaximum Z of the state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_max_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_min\nMinimum Z of the state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_min_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Elementary Charge Unit\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].zsquare_average[:].coefficientsUnits: Elementary Charge Unit\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values\nOne scalar value is provided per element in the grid subset.Units: Elementary Charge Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].state[:].z_square_average[:].values_σ\nerror of edgeprofiles.ggd[:].ion[:].state[:].zsquare_average[:].valuesUnits: Elementary Charge Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].temperature[:].coefficients_σ\nerror of edge_profiles.ggd[:].ion[:].temperature[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].ion[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].temperature[:].values_σ\nerror of edge_profiles.ggd[:].ion[:].temperature[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].parallel_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].poloidal_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].r_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].radial_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].toroidal_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].z_σ\nerror of edge_profiles.ggd[:].ion[:].velocity[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].velocity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].ion[:].velocity[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].ion[:].z_ion_σ\nerror of edgeprofiles.ggd[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].janomalous[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].diamagnetic_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].parallel_σ\nerror of edgeprofiles.ggd[:].janomalous[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].parallel_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].poloidal_σ\nerror of edgeprofiles.ggd[:].janomalous[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].poloidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].r_σ\nerror of edgeprofiles.ggd[:].janomalous[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].r_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].radial_σ\nerror of edgeprofiles.ggd[:].janomalous[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].radial_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].toroidal_σ\nerror of edgeprofiles.ggd[:].janomalous[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].toroidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].z_σ\nerror of edgeprofiles.ggd[:].janomalous[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_anomalous[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].janomalous[:].z_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].diamagnetic_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].parallel_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].parallel_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].poloidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].r_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].r_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].radial_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].radial_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].toroidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].z_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_diamagnetic[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jdiamagnetic[:].z_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].diamagneticcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].parallel_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].parallelcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].poloidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].r_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].rcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].radial_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].radialcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].toroidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].z_σ\nerror of edgeprofiles.ggd[:].jheat_viscosity[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_heat_viscosity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jheatviscosity[:].zcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jinertial[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].diamagnetic_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].parallel_σ\nerror of edgeprofiles.ggd[:].jinertial[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].parallel_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jinertial[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].poloidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].r_σ\nerror of edgeprofiles.ggd[:].jinertial[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].r_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].radial_σ\nerror of edgeprofiles.ggd[:].jinertial[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].radial_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jinertial[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].toroidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].z_σ\nerror of edgeprofiles.ggd[:].jinertial[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_inertial[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jinertial[:].z_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].diamagnetic_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].parallel_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].poloidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].r_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].r_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].radial_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].radial_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].toroidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].z_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_ion_neutral_friction[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jionneutralfriction[:].z_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].j_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].jparallel[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].j_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].jparallel[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].diamagneticcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].parallel_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].parallelcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].poloidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].r_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].rcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].radial_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].radialcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].toroidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].z_σ\nerror of edgeprofiles.ggd[:].jparallel_viscosity[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_parallel_viscosity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jparallelviscosity[:].zcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].diamagneticcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].parallelcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].poloidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].r_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].rcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].radialcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].toroidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].z_σ\nerror of edgeprofiles.ggd[:].jperpendicular_viscosity[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_perpendicular_viscosity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jperpendicularviscosity[:].zcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].diamagneticcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].parallelcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].poloidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].r_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].rcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].radialcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].toroidalcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].z_σ\nerror of edgeprofiles.ggd[:].jpfirsch_schlueter[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_pfirsch_schlueter[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jpfirschschlueter[:].zcoefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].jtotal[:].diamagneticUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].diamagnetic_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].parallel_σ\nerror of edgeprofiles.ggd[:].jtotal[:].parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].parallel_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].poloidal_σ\nerror of edgeprofiles.ggd[:].jtotal[:].poloidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].poloidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].r_σ\nerror of edgeprofiles.ggd[:].jtotal[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].r_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].radial_σ\nerror of edgeprofiles.ggd[:].jtotal[:].radialUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].radial_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].toroidal_σ\nerror of edgeprofiles.ggd[:].jtotal[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].toroidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].z_σ\nerror of edgeprofiles.ggd[:].jtotal[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].j_total[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].jtotal[:].z_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].n_i_total_over_n_e[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].n_i_total_over_n_e[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].n_i_total_over_n_e[:].coefficients_σ\nerror of edgeprofiles.ggd[:].nitotaloverne[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].n_i_total_over_n_e[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].n_i_total_over_n_e[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].n_i_total_over_n_e[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].n_i_total_over_n_e[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].n_i_total_over_n_e[:].values_σ\nerror of edgeprofiles.ggd[:].nitotaloverne[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density[:].coefficients_σ\nerror of edge_profiles.ggd[:].neutral[:].density[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density[:].values_σ\nerror of edge_profiles.ggd[:].neutral[:].density[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density_fast[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density_fast[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].densityfast[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density_fast[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density_fast[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density_fast[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].density_fast[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].densityfast[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].element[:].a_σ\nerror of edge_profiles.ggd[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].element[:].z_n_σ\nerror of edgeprofiles.ggd[:].neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].energydensity_kinetic[:].coefficientsUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values\nOne scalar value is provided per element in the grid subset.Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].energy_density_kinetic[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].energydensity_kinetic[:].valuesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].label\nString identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure[:].coefficients_σ\nerror of edge_profiles.ggd[:].neutral[:].pressure[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure[:].values_σ\nerror of edge_profiles.ggd[:].neutral[:].pressure[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].pressurefast_parallel[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].pressurefast_parallel[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].pressurefast_perpendicular[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].pressure_fast_perpendicular[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].pressurefast_perpendicular[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density[:].coefficients_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].density[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density[:].values_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].density[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].densityfast[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].density_fast[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].densityfast[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].distributionfunction[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].distribution_function[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].distributionfunction[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].energydensity_kinetic[:].coefficientsUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values\nOne scalar value is provided per element in the grid subset.Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].energy_density_kinetic[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].energydensity_kinetic[:].valuesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure[:].coefficients_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].pressure[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure[:].values_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].pressure[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_parallel[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_parallel[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_perpendicular[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].pressure_fast_perpendicular[:].values_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].pressurefast_perpendicular[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].temperature[:].coefficients_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].temperature[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].temperature[:].values_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].temperature[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z_σ\nerror of edge_profiles.ggd[:].neutral[:].state[:].velocity[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocity[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].diamagnetic_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].parallel_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].poloidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].r_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].radial_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].toroidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_diamagnetic[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocitydiamagnetic[:].z_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].diamagnetic_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].parallel_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].poloidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].r_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].radial_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].toroidal_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].velocity_exb[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].velocityexb[:].z_coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].vibrational_level_σ\nerror of edgeprofiles.ggd[:].neutral[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].temperature[:].coefficients_σ\nerror of edge_profiles.ggd[:].neutral[:].temperature[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].neutral[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].temperature[:].values_σ\nerror of edge_profiles.ggd[:].neutral[:].temperature[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].diamagnetic_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].parallel_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].parallel_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].poloidal_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].poloidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].r_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].r_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].radial_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].radial_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].toroidal_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].toroidal_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].z_σ\nerror of edge_profiles.ggd[:].neutral[:].velocity[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].neutral[:].velocity[:].z_coefficients_σ\nerror of edgeprofiles.ggd[:].neutral[:].velocity[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].phi_potential[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].phi_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].phi_potential[:].coefficients_σ\nerror of edgeprofiles.ggd[:].phipotential[:].coefficientsUnits: V\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].phi_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].phi_potential[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].phi_potential[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].phi_potential[:].values\nOne scalar value is provided per element in the grid subset.Units: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].phi_potential[:].values_σ\nerror of edgeprofiles.ggd[:].phipotential[:].valuesUnits: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].pressure_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_parallel[:].coefficients_σ\nerror of edgeprofiles.ggd[:].pressureparallel[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].pressure_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_parallel[:].values_σ\nerror of edgeprofiles.ggd[:].pressureparallel[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].pressure_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_perpendicular[:].coefficients_σ\nerror of edgeprofiles.ggd[:].pressureperpendicular[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].pressure_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_perpendicular[:].values_σ\nerror of edgeprofiles.ggd[:].pressureperpendicular[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_thermal[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].pressure_thermal[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_thermal[:].coefficients_σ\nerror of edgeprofiles.ggd[:].pressurethermal[:].coefficientsUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].pressure_thermal[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_thermal[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_thermal[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_thermal[:].values\nOne scalar value is provided per element in the grid subset.Units: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].pressure_thermal[:].values_σ\nerror of edgeprofiles.ggd[:].pressurethermal[:].valuesUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].t_i_average[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].t_i_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].t_i_average[:].coefficients_σ\nerror of edgeprofiles.ggd[:].ti_average[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].t_i_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].t_i_average[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].t_i_average[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].t_i_average[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].t_i_average[:].values_σ\nerror of edgeprofiles.ggd[:].ti_average[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].zeff[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].zeff[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].zeff[:].coefficients_σ\nerror of edge_profiles.ggd[:].zeff[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_profiles.ggd[:].zeff[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].zeff[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].zeff[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].zeff[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd[:].zeff[:].values_σ\nerror of edge_profiles.ggd[:].zeff[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.density[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.density[:].value_σ\nerror of edgeprofiles.ggdfast[:].electrons.density[:].valueUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.temperature[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].electrons.temperature[:].value_σ\nerror of edgeprofiles.ggdfast[:].electrons.temperature[:].valueUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].energy_thermal[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].energy_thermal[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].energy_thermal[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].energy_thermal[:].value_σ\nerror of edgeprofiles.ggdfast[:].energy_thermal[:].valueUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].content[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].content[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].content[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].content[:].value_σ\nerror of edgeprofiles.ggdfast[:].ion[:].content[:].valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].density[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].density[:].value_σ\nerror of edgeprofiles.ggdfast[:].ion[:].density[:].valueUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].element[:].a_σ\nerror of edgeprofiles.ggdfast[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].element[:].z_n_σ\nerror of edgeprofiles.ggdfast[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].temperature[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].temperature[:].value_σ\nerror of edgeprofiles.ggdfast[:].ion[:].temperature[:].valueUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].ion[:].z_ion_σ\nerror of edgeprofiles.ggdfast[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ggd_fast[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of edgeprofiles.gridggd[:].grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of edgeprofiles.gridggd[:].gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of edgeprofiles.gridggd[:].gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of edgeprofiles.gridggd[:].grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of edgeprofiles.gridggd[:].gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of edgeprofiles.gridggd[:].gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_profiles.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of edgeprofiles.gridggd[:].space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of edgeprofiles.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of edgeprofiles.gridggd[:].space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].conductivity_parallel\nParallel conductivityUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].conductivity_parallel_σ\nerror of edgeprofiles.profiles1d[:].conductivity_parallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].current_parallel_inside\nParallel current driven inside the flux surface. Cumulative surface integral of j_totalUnits: A\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].current_parallel_inside_σ\nerror of edgeprofiles.profiles1d[:].currentparallelinsideUnits: A\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.diamagnetic\nDiamagnetic componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.diamagnetic_σ\nerror of edgeprofiles.profiles1d[:].e_field.diamagneticUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.parallel\nParallel componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.parallel_σ\nerror of edgeprofiles.profiles1d[:].e_field.parallelUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.poloidal\nPoloidal componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.poloidal_σ\nerror of edgeprofiles.profiles1d[:].e_field.poloidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.radial\nRadial componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.radial_σ\nerror of edgeprofiles.profiles1d[:].e_field.radialUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.toroidal\nToroidal componentUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].e_field.toroidal_σ\nerror of edgeprofiles.profiles1d[:].e_field.toroidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.collisionality_norm\nCollisionality normalised to the bounce frequencyData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.collisionality_norm_σ\nerror of edgeprofiles.profiles1d[:].electrons.collisionality_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_σ\nerror of edgeprofiles.profiles1d[:].electrons.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fast_σ\nerror of edgeprofiles.profiles1d[:].electrons.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].electrons.densityfit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].electrons.density_fit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].electrons.density_fit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].electrons.densityfit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].electrons.densityfit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].electrons.densityfit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].electrons.densityfit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].electrons.density_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_thermal_σ\nerror of edgeprofiles.profiles1d[:].electrons.density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.density_validity\nIndicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_σ\nerror of edgeprofiles.profiles1d[:].electrons.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_fast_parallel_σ\nerror of edgeprofiles.profiles1d[:].electrons.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_fast_perpendicular_σ\nerror of edgeprofiles.profiles1d[:].electrons.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.pressure_thermal_σ\nerror of edgeprofiles.profiles1d[:].electrons.pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperaturefit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperature_fit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperature_fit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperaturefit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperaturefit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperaturefit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperaturefit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].electrons.temperature_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].electrons.temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].electrons.temperature_validity\nIndicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.area_σ\nerror of edgeprofiles.profiles1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.psi_σ\nerror of edgeprofiles.profiles1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.psi_boundary_σ\nerror of edgeprofiles.profiles1d[:].grid.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of edgeprofiles.profiles1d[:].grid.psimagneticaxisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].grid.rhopolnormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.rho_tor_σ\nerror of edgeprofiles.profiles1d[:].grid.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].grid.rhotornormData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].grid.volume_σ\nerror of edgeprofiles.profiles1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_σ\nerror of edgeprofiles.profiles1d[:].ion[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fast_σ\nerror of edgeprofiles.profiles1d[:].ion[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].ion[:].densityfit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].ion[:].density_fit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].ion[:].density_fit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].ion[:].densityfit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].ion[:].densityfit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].ion[:].densityfit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].ion[:].densityfit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].ion[:].density_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_thermal_σ\nerror of edgeprofiles.profiles1d[:].ion[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].density_validity\nIndicator of the validity of the density profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].element[:].a_σ\nerror of edgeprofiles.profiles1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].element[:].z_n_σ\nerror of edgeprofiles.profiles1d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_σ\nerror of edgeprofiles.profiles1d[:].ion[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_fast_parallel_σ\nerror of edgeprofiles.profiles1d[:].ion[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_fast_perpendicular_σ\nerror of edgeprofiles.profiles1d[:].ion[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].pressure_thermal_σ\nerror of edgeprofiles.profiles1d[:].ion[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken) (average over charge states when multiple charge states are considered)Units: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].rotation_frequency_tor_σ\nerror of edgeprofiles.profiles1d[:].ion[:].rotationfrequencytorUnits: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fast_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\nMeasured valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].density_fit.measuredUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed\nValue reconstructed from the fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].density_fit.reconstructedUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].densityfit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].density_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].state[:].density_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].density_thermal_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential\nCumulative and average ionisation potential to reach a given bundle. Defined as sum (xz* (sum of Epot from z'=0 to z-1)), where Epot is the ionisation potential of ion Xz+, and xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].ionisation_potential_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].ionisation_potentialUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_parallel_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_fast_perpendicular_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].pressure_thermal_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor\nToroidal rotation frequency (i.e. toroidal velocity divided by the major radius at which the toroidal velocity is taken)Units: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].rotation_frequency_tor_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].rotationfrequencytorUnits: rad.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].temperature_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_average\nAverage Z of the charge state bundle, volume averaged over the plasma radius (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_average_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].z_averageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_average_1d\nAverage charge profile of the charge state bundle (equal to zmin if no bundle), = sum (Z*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_average_1d_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].zaverage1dData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d\nAverage square charge profile of the charge state bundle (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_average_square_1d_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].zaveragesquare_1dData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_max_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_min_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_square_average\nAverage Z square of the charge state bundle, volume averaged over the plasma radius (equal to zmin squared if no bundle), = sum (Z^2*xz) where xz is the relative concentration of a given charge state in the bundle, i.e. sum(xz) = 1 over the bundle.Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].state[:].z_square_average_σ\nerror of edgeprofiles.profiles1d[:].ion[:].state[:].zsquareaverageUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperaturefit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperature_fit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperature_fit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperaturefit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperaturefit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperaturefit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].ion[:].temperature_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].ion[:].temperature_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].temperature_validity\nIndicator of the validity of the temperature profile. 0: valid from automated processing, 1: valid and certified by the RO; - 1 means problem identified in the data processing (request verification by the RO), -2: invalid data, should not be usedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.diamagnetic\nDiamagnetic componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.diamagnetic_σ\nerror of edgeprofiles.profiles1d[:].ion[:].velocity.diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.parallel\nParallel componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.parallel_σ\nerror of edgeprofiles.profiles1d[:].ion[:].velocity.parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.poloidal\nPoloidal componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.poloidal_σ\nerror of edgeprofiles.profiles1d[:].ion[:].velocity.poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.radial\nRadial componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.radial_σ\nerror of edgeprofiles.profiles1d[:].ion[:].velocity.radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.toroidal\nToroidal componentUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].velocity.toroidal_σ\nerror of edgeprofiles.profiles1d[:].ion[:].velocity.toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radiusUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].z_ion_σ\nerror of edgeprofiles.profiles1d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].z_ion_1d\nAverage charge of the ion species (sum of states charge weighted by state density and divided by ion density)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].z_ion_1d_σ\nerror of edgeprofiles.profiles1d[:].ion[:].zion1dData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].z_ion_square_1d\nAverage square charge of the ion species (sum of states square charge weighted by state density and divided by ion density)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].ion[:].z_ion_square_1d_σ\nerror of edgeprofiles.profiles1d[:].ion[:].zionsquare_1dData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_bootstrap\nBootstrap current density = average(JBootstrap.B) / B0, where B0 = edgeprofiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_bootstrap_σ\nerror of edgeprofiles.profiles1d[:].j_bootstrapUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_non_inductive\nNon-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = edgeprofiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_non_inductive_σ\nerror of edgeprofiles.profiles1d[:].jnoninductiveUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_ohmic\nOhmic parallel current density = average(JOhmic.B) / B0, where B0 = edgeprofiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_ohmic_σ\nerror of edgeprofiles.profiles1d[:].j_ohmicUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_tor\nTotal toroidal current density = average(J_Tor/R) / average(1/R)Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_tor_σ\nerror of edgeprofiles.profiles1d[:].j_torUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_total\nTotal parallel current density = average(jtot.B) / B0, where B0 = edgeprofiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].j_total_σ\nerror of edgeprofiles.profiles1d[:].j_totalUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].magnetic_shear\nMagnetic shear, defined as rhotor/q . dq/drhotorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].magnetic_shear_σ\nerror of edgeprofiles.profiles1d[:].magnetic_shearData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].momentum_tor\nTotal plasma toroidal momentum, summed over ion species and electrons weighted by their density and major radius, i.e. sumoverspecies(nRm*Vphi)Units: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].momentum_tor_σ\nerror of edgeprofiles.profiles1d[:].momentum_torUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].n_i_thermal_total\nTotal ion thermal density (sum over species and charge states)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].n_i_thermal_total_σ\nerror of edgeprofiles.profiles1d[:].nithermal_totalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].n_i_total_over_n_e_σ\nerror of edgeprofiles.profiles1d[:].nitotalovern_eData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].density_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].density_fast_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].density_thermal_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].element[:].a_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].element[:].z_n_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].label\nString identifying the species (e.g. H, D, T, He, C, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure\nPressure (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_fast_parallel_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_fast_perpendicular_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2) (sum over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].pressure_thermal_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].density_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].density_fast_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].density_thermal_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].density_thermalUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure\nPressure (thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel\nFast (non-thermal) parallel pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_parallel_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_fast_perpendicular_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal\nPressure (thermal) associated with random motion ~average((v-average(v))^2)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].pressure_thermal_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].temperature_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].vibrational_level_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].neutral[:].temperature_σ\nerror of edgeprofiles.profiles1d[:].neutral[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].phi_potential\nElectrostatic potential, averaged on the magnetic flux surfaceUnits: V\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].phi_potential_σ\nerror of edgeprofiles.profiles1d[:].phi_potentialUnits: V\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_ion_total\nTotal (sum over ion species) thermal ion pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_ion_total_σ\nerror of edgeprofiles.profiles1d[:].pressureiontotalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_parallel\nTotal parallel pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_parallel_σ\nerror of edgeprofiles.profiles1d[:].pressure_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_perpendicular\nTotal perpendicular pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_perpendicular_σ\nerror of edgeprofiles.profiles1d[:].pressure_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_thermal\nThermal pressure (electrons+ions)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].pressure_thermal_σ\nerror of edgeprofiles.profiles1d[:].pressure_thermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].q\nSafety factorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].q_σ\nerror of edgeprofiles.profiles1d[:].qData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].rotation_frequency_tor_sonic\nDerivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocityUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].rotation_frequency_tor_sonic_σ\nerror of edgeprofiles.profiles1d[:].rotationfrequencytor_sonicUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average\nIon temperature (averaged on charge states and ion species)Units: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_σ\nerror of edgeprofiles.profiles1d[:].tiaverageUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].tiaveragefit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.measured\nMeasured valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].tiaverage_fit.measuredUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.reconstructed\nValue reconstructed from the fitUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].tiaverage_fit.reconstructedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].tiaveragefit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].tiaveragefit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].tiaveragefit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].tiaveragefit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].t_i_average_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].tiaverage_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].t_i_average_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff\nEffective chargeData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_σ\nerror of edgeprofiles.profiles1d[:].zeffData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].grid.rho_pol_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.chi_squared\nSquared error normalized by the weighted standard deviation considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.chi_squared_σ\nerror of edgeprofiles.profiles1d[:].zefffit.chisquaredData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.local\nInteger flag : 1 means local measurement, 0 means line-integrated measurementData Type: INT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.measured\nMeasured valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.measured_σ\nerror of edgeprofiles.profiles1d[:].zeff_fit.measuredData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.parameters\nList of the fit specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.reconstructed\nValue reconstructed from the fitData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.reconstructed_σ\nerror of edgeprofiles.profiles1d[:].zeff_fit.reconstructedData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.rho_pol_norm\nNormalised poloidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.rho_pol_norm_σ\nerror of edgeprofiles.profiles1d[:].zefffit.rhopol_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.rho_tor_norm\nNormalised toroidal flux coordinate of each measurement (local value for a local measurement, minimum value reached by the line of sight for a line measurement)Data Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.rho_tor_norm_σ\nerror of edgeprofiles.profiles1d[:].zefffit.rhotor_normData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.source\nPath to the source data for each measurement in the IMAS data dictionary, e.g. ece/channel(i)/t_e for the electron temperature on the i-th channel in the ECE IDSData Type: STR_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement\nExact time slices used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement_σ\nerror of edgeprofiles.profiles1d[:].zefffit.timemeasurementUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement_slice_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement_width\nIn case the measurements are averaged over a time interval, this node is the full width of this time interval (empty otherwise). In case the slicing/averaging method doesn't use a hard time interval cutoff, this width is the characteristic time span of the slicing/averaging method. By convention, the time interval starts at timemeasurement-timewidth and ends at time_measurement.Units: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.time_measurement_width_σ\nerror of edgeprofiles.profiles1d[:].zefffit.timemeasurement_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.weight\nWeight given to each measured valueData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.profiles_1d[:].zeff_fit.weight_σ\nerror of edgeprofiles.profiles1d[:].zeff_fit.weightData Type: FLT_1D\nCoordinates: [\"edge_profiles.profiles_1d[:].zeff_fit.measured\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].distribution.bins\nBins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantityUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].distribution.bins_σ\nerror of edgeprofiles.statistics[:].quantity2d[:].distribution.binsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].distribution.probability\nProbability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].distribution.probability_σ\nerror of edgeprofiles.statistics[:].quantity2d[:].distribution.probabilityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].path\nPath of the quantity within the IDS, following the syntax given in the link belowData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_index\nOnly if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the grid used to represent the statistics valueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].grid_subset_index\nOnly if the statistics value is given on a different GGD grid subset than the original quantity (e.g. if the statistics has worked over a dimension of the GGD), index of the new grid subset the statistics value is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].uq_input_path\nFor Sobol index only, path to the related the uqinput quantity, e.g. ../../../uqinput_2d(3) Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].value\nValue of the statistics for that quantity, the array corresponding to the first dimension of the original 2D quantityUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].quantity_2d[:].statistics_type[:].value_σ\nerror of edgeprofiles.statistics[:].quantity2d[:].statistics_type[:].valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].time_width\nWidth of the time interval over which the statistics have been calculated. By convention, the time interval starts at time-time_width and ends at time.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].time_width_σ\nerror of edgeprofiles.statistics[:].timewidthUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].uq_input_2d[:].distribution.bins\nBins of quantitiy values, defined for each element (first dimension) corresponding to the first dimension of the original 2D quantityUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].uq_input_2d[:].distribution.bins_σ\nerror of edgeprofiles.statistics[:].uqinput_2d[:].distribution.binsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].uq_input_2d[:].distribution.probability\nProbability to have a value of the quantity between bins(n) and bins(n+1) (thus the size of its second dimension is the size of the second dimension of the bins array - 1). The first dimension correspond to the first dimension of the original 2D quantityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].uq_input_2d[:].distribution.probability_σ\nerror of edgeprofiles.statistics[:].uqinput_2d[:].distribution.probabilityData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.statistics[:].uq_input_2d[:].path\nPath of the quantity within the IDS, following the syntax given in the link belowData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.vacuum_toroidal_field.b0_σ\nerror of edgeprofiles.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"edge_profiles.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_profiles.vacuum_toroidal_field.r0_σ\nerror of edgeprofiles.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"edge_sources.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of edgesources.gridggd[:].grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of edgesources.gridggd[:].gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of edgesources.gridggd[:].gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of edgesources.gridggd[:].grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of edgesources.gridggd[:].gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of edgesources.gridggd[:].gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_sources.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of edgesources.gridggd[:].space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of edgesources.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of edgesources.gridggd[:].space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].current[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].current[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].current[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].current[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].current[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].current[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].current[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].current[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].current[:].values_σ\nerror of edge_sources.source[:].ggd[:].current[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.energy[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].electrons.energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.energy[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].electrons.energy[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].electrons.energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.energy[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.energy[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.energy[:].values_σ\nerror of edge_sources.source[:].ggd[:].electrons.energy[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.particles[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].electrons.particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.particles[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].electrons.particles[:].coefficientsUnits: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].electrons.particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.particles[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.particles[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].electrons.particles[:].values_σ\nerror of edge_sources.source[:].ggd[:].electrons.particles[:].valuesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].element[:].a_σ\nerror of edge_sources.source[:].ggd[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].element[:].z_n_σ\nerror of edgesources.source[:].ggd[:].ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].energy[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].energy[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].ion[:].energy[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].energy[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].energy[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].energy[:].values_σ\nerror of edge_sources.source[:].ggd[:].ion[:].energy[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].diamagnetic_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].parallel_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].poloidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].r_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].r_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].radial_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].radial_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].toroidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].z_σ\nerror of edge_sources.source[:].ggd[:].ion[:].momentum[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].momentum[:].z_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].momentum[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].particles[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].particles[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].ion[:].particles[:].coefficientsUnits: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].particles[:].values\nOne scalar value is provided per element in the grid subset.Units: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].particles[:].values_σ\nerror of edge_sources.source[:].ggd[:].ion[:].particles[:].valuesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].values_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].energy[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagnetic_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].parallel_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].r_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].radial_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].momentum[:].z_coefficients_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].momentum[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].coefficientsUnits: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values\nOne scalar value is provided per element in the grid subset.Units: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].values_σ\nerror of edge_sources.source[:].ggd[:].ion[:].state[:].particles[:].valuesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].vibrational_level_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].z_max\nMaximum Z of the state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].z_max_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].z_min\nMinimum Z of the state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].state[:].z_min_σ\nerror of edgesources.source[:].ggd[:].ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].ion[:].z_ion_σ\nerror of edgesources.source[:].ggd[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].diamagnetic_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].diamagnetic_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].parallel_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].parallel_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].poloidal_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].poloidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].r_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].r_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].radial_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].radial_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].toroidal_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].toroidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].z_σ\nerror of edge_sources.source[:].ggd[:].momentum[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].momentum[:].z_coefficients_σ\nerror of edgesources.source[:].ggd[:].momentum[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].element[:].a_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].element[:].z_n_σ\nerror of edgesources.source[:].ggd[:].neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].energy[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].energy[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].energy[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].energy[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].energy[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].energy[:].values_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].energy[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].diamagnetic_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].parallel_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].poloidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].r_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].r_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].radial_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].toroidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].z_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].momentum[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].momentum[:].z_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].momentum[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].particles[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].particles[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].particles[:].coefficientsUnits: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].particles[:].values\nOne scalar value is provided per element in the grid subset.Units: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].particles[:].values_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].particles[:].valuesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].values_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].energy[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagnetic_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallel_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].r_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].radial_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidal_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].momentum[:].z_coefficients_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].momentum[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].coefficients_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].coefficientsUnits: s^-1.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values\nOne scalar value is provided per element in the grid subset.Units: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].values_σ\nerror of edge_sources.source[:].ggd[:].neutral[:].state[:].particles[:].valuesUnits: s^-1.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].vibrational_level_σ\nerror of edgesources.source[:].ggd[:].neutral[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].total_ion_energy[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].total_ion_energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].total_ion_energy[:].coefficients_σ\nerror of edgesources.source[:].ggd[:].totalion_energy[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"edge_sources.source[:].ggd[:].total_ion_energy[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].total_ion_energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].total_ion_energy[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].total_ion_energy[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd[:].total_ion_energy[:].values_σ\nerror of edgesources.source[:].ggd[:].totalion_energy[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].element[:].a_σ\nerror of edgesources.source[:].ggdfast[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].element[:].z_n_σ\nerror of edgesources.source[:].ggdfast[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].power[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].power[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].power[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].power[:].value_σ\nerror of edgesources.source[:].ggdfast[:].ion[:].power[:].valueUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].ion[:].z_ion_σ\nerror of edgesources.source[:].ggdfast[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].ggd_fast[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.element[:].a_σ\nerror of edge_sources.source[:].species.ion.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.element[:].z_n_σ\nerror of edgesources.source[:].species.ion.element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.label\nString identifying ion state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.vibrational_level_σ\nerror of edgesources.source[:].species.ion.state.vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.z_max_σ\nerror of edgesources.source[:].species.ion.state.zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.state.z_min_σ\nerror of edgesources.source[:].species.ion.state.zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.ion.z_ion_σ\nerror of edgesources.source[:].species.ion.zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.element[:].a_σ\nerror of edge_sources.source[:].species.neutral.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.element[:].z_n_σ\nerror of edgesources.source[:].species.neutral.element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.label\nString identifying neutral state Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.vibrational_level_σ\nerror of edgesources.source[:].species.neutral.state.vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.neutral.state.vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.source[:].species.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_sources.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"edge_transport.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of edgetransport.gridggd[:].grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of edgetransport.gridggd[:].gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of edgetransport.gridggd[:].gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of edgetransport.gridggd[:].grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of edgetransport.gridggd[:].gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of edgetransport.gridggd[:].gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"edge_transport.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of edgetransport.gridggd[:].space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of edgetransport.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of edgetransport.gridggd[:].space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.output_flag.data\nDataData Type: INT_1D\nCoordinates: [\"edge_transport.model[:].code.output_flag.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.output_flag.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].flux_multiplier\nMultiplier applied to the particule flux when adding its contribution in the expression of the heat flux : can be 0, 3/2 or 5/2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].flux_multiplier_σ\nerror of edgetransport.model[:].fluxmultiplierData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].diamagneticUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].diamagneticcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].parallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].parallelcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].poloidalUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].poloidalcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].r_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].rUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].rcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].radial_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].radialUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].radialcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].toroidalUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].toroidalcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].z_σ\nerror of edge_transport.model[:].ggd[:].conductivity[:].zUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].conductivity[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].conductivity[:].zcoefficientsUnits: ohm^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].electrons.energy.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].electrons.energy.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].electrons.energy.flux[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].electrons.energy.flux[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.fluxpol[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.fluxpol[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.fluxradial[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.fluxradial[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].electrons.energy.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].electrons.energy.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.energy.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.energy.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].electrons.particles.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].electrons.particles.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].electrons.particles.flux[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].electrons.particles.flux[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.fluxpol[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.fluxpol[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.fluxradial[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.fluxradial[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].electrons.particles.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].electrons.particles.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].electrons.particles.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].electrons.particles.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].element[:].a_σ\nerror of edge_transport.model[:].ggd[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].element[:].z_n_σ\nerror of edgetransport.model[:].ggd[:].ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].energy.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].energy.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].energy.flux[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].energy.flux[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.fluxpol[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.fluxpol[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.fluxradial[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.fluxradial[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].energy.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].energy.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].energy.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].energy.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagneticUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].diamagneticcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallelUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].parallelcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].poloidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].rUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].rcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radialUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].radialcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].toroidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.d[:].zUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.d[:].zcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.flux[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].diamagneticData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].diamagnetic_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].parallelData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].parallel_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].poloidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].poloidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].rData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].r_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].radialData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].radial_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].toroidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].toroidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].zData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_limiter[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxlimiter[:].z_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxpol[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxpol[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxradial[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.fluxradial[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z_σ\nerror of edge_transport.model[:].ggd[:].ion[:].momentum.v[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.v[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].momentum.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].momentum.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].particles.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].particles.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].particles.flux[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].particles.flux[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.fluxpol[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.fluxpol[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.fluxradial[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.fluxradial[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].particles.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].particles.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].particles.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].particles.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].energy.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxpol[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxpol[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxradial[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.fluxradial[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].energy.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].energy.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].energy.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].label\nString identifying state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagneticUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].diamagneticcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallelUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].parallelcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].poloidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].rUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].rcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radialUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].radialcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].toroidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].zUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.d[:].zcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.flux[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].diamagneticData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].diamagnetic_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].parallelData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].parallel_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].poloidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].poloidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].rData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].r_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].radialData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].radial_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].toroidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].toroidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].zData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_limiter[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxlimiter[:].z_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxpol[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxpol[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxradial[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.fluxradial[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.v[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].momentum.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].momentum.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].particles.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxpol[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxpol[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxradial[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.fluxradial[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].ion[:].state[:].particles.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].particles.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].particles.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].vibrational_level_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].z_max\nMaximum Z of the state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].z_max_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].z_min\nMinimum Z of the state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].state[:].z_min_σ\nerror of edgetransport.model[:].ggd[:].ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].ion[:].z_ion_σ\nerror of edgetransport.model[:].ggd[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].diamagneticUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].diamagneticcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].parallelUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].parallelcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].poloidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].poloidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].r_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].rUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].rcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].radial_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].radialUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].radialcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].toroidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].toroidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].z_σ\nerror of edge_transport.model[:].ggd[:].momentum.d[:].zUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.d[:].zcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].momentum.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].momentum.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].r_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].radial_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].z_σ\nerror of edge_transport.model[:].ggd[:].momentum.flux[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.flux[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].diamagneticData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].diamagnetic_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].parallelData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].parallel_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].poloidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].poloidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].rData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].r_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].radialData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].radial_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].toroidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].toroidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].zData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_limiter[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxlimiter[:].z_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxpol[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxpol[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxradial[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].momentum.fluxradial[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].r_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].radial_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].z_σ\nerror of edge_transport.model[:].ggd[:].momentum.v[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.v[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].momentum.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].momentum.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].momentum.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].momentum.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].element[:].a_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].element[:].z_n_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].energy.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].energy.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].energy.flux[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.fluxpol[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.fluxpol[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.fluxradial[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.fluxradial[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].energy.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].energy.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].energy.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].energy.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagneticUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].diamagneticcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallelUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].parallelcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].poloidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].rUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].rcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radialUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].radialcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].toroidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].zUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.d[:].zcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.flux[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].diamagneticData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].diamagnetic_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].parallelData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].parallel_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].poloidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].poloidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].rData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].r_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].radialData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].radial_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].toroidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].toroidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].zData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_limiter[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxlimiter[:].z_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxpol[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxpol[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxradial[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.fluxradial[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.v[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].momentum.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].momentum.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].particles.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].particles.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].particles.flux[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.fluxpol[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.fluxpol[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.fluxradial[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.fluxradial[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].particles.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].particles.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].particles.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].particles.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxpol[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxpol[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxradial[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.fluxradial[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].energy.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].energy.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagneticUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].diamagneticcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallelUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].parallelcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].poloidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].rUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].rcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radialUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].radialcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidalUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].toroidalcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].zUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.d[:].zcoefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagneticUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].diamagneticcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallelUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].parallelcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].poloidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].rUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].rcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radialUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].radialcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidalUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].toroidalcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].zUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.flux[:].zcoefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].diamagneticData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].diamagnetic_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].parallelData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].parallel_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].poloidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].poloidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].rData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].r_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].radialData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].radial_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].toroidalData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].toroidal_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].zData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_limiter[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxlimiter[:].z_coefficientsData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxpol[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxpol[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxradial[:].coefficientsUnits: kg.m^-1.s^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.fluxradial[:].valuesUnits: kg.m^-1.s^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic\nDiamagnetic component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagneticUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic_coefficients\nInterpolation coefficients for the diamagnetic component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagnetic_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].diamagneticcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel\nParallel component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallelUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel_coefficients\nInterpolation coefficients for the parallel component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallel_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].parallelcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal\nPoloidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal_coefficients\nInterpolation coefficients for the poloidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].poloidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].r_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].rcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial\nRadial component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radialUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial_coefficients\nInterpolation coefficients for the radial component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radial_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].radialcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidalUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidal_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].toroidalcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].z_coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.v[:].zcoefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].momentum.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].momentum.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxpol[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxpol[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxradial[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.fluxradial[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].coefficients_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].values_σ\nerror of edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].particles.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].particles.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].vibrational_level_σ\nerror of edgetransport.model[:].ggd[:].neutral[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalion_energy.d[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.d[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalion_energy.d[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.dpol[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.dpol[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.dradial[:].coefficientsUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.d_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.dradial[:].valuesUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalion_energy.flux[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalion_energy.flux[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.fluxlimiter[:].coefficientsData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_limiter[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.fluxlimiter[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.fluxpol[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.fluxpol[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.fluxradial[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.flux_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.fluxradial[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalion_energy.v[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.v[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalion_energy.v[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.vpol[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_pol[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.vpol[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].coefficients_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.vradial[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd[:].total_ion_energy.v_radial[:].values_σ\nerror of edgetransport.model[:].ggd[:].totalionenergy.vradial[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.particle_flux_integrated[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].electrons.particlefluxintegrated[:].valueUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.power[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.power[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.power[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].electrons.power[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].electrons.power[:].valueUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].energy_flux_max[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].energy_flux_max[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].energy_flux_max[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: W.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].energy_flux_max[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].energyfluxmax[:].valueUnits: W.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].element[:].a_σ\nerror of edgetransport.model[:].ggdfast[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].element[:].z_n_σ\nerror of edgetransport.model[:].ggdfast[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].particle_flux_integrated[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].ion[:].particlefluxintegrated[:].valueUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].ion[:].z_ion_σ\nerror of edgetransport.model[:].ggdfast[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].element[:].a_σ\nerror of edgetransport.model[:].ggdfast[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].element[:].z_n_σ\nerror of edgetransport.model[:].ggdfast[:].neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].neutral[:].particle_flux_integrated[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].neutral[:].particlefluxintegrated[:].valueUnits: s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].power[:].valueUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power_ion_total[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power_ion_total[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power_ion_total[:].value\nScalar value of the quantity on the grid subset (corresponding to a single local position or to an integrated value over the subset)Units: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].power_ion_total[:].value_σ\nerror of edgetransport.model[:].ggdfast[:].poweriontotal[:].valueUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].ggd_fast[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.model[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: edge_transport.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.active_coils\nList of URIs of the active coils considered in the IDSData Type: STR_1D\nCoordinates: [\"pf_active.coil\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes\nList of URIs of the poloidal field probes considered in the IDSData Type: STR_1D\nCoordinates: [\"magnetics.b_field_pol_probe\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes_active\nPoloidal field coupling from active coils to poloidal field probesUnits: T/A\nData Type: FLT_2D\nCoordinates: [\"magnetics.b_field_pol_probe\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes_active_σ\nerror of emcoupling.bfieldpolprobes_activeUnits: T/A\nData Type: FLT_2D\nCoordinates: [\"magnetics.b_field_pol_probe\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes_passive\nPoloidal field coupling from passive loops to poloidal field probesUnits: T/A\nData Type: FLT_2D\nCoordinates: [\"em_coupling.b_field_pol_probes\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes_passive_σ\nerror of emcoupling.bfieldpolprobes_passiveUnits: T/A\nData Type: FLT_2D\nCoordinates: [\"em_coupling.b_field_pol_probes\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes_plasma\nPoloidal field coupling from plasma elements to poloidal field probesUnits: T/A\nData Type: FLT_2D\nCoordinates: [\"em_coupling.b_field_pol_probes\", \"em_coupling.plasma_elements\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.b_field_pol_probes_plasma_σ\nerror of emcoupling.bfieldpolprobes_plasmaUnits: T/A\nData Type: FLT_2D\nCoordinates: [\"em_coupling.b_field_pol_probes\", \"em_coupling.plasma_elements\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"em_coupling.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].columns_uri\nList of URIs corresponding to the columns (2nd dimension) of the coupling matrix. See examples above (rows_uri)Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].data\nCoupling matrixUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"em_coupling.coupling_matrix[:].rows_uri\", \"em_coupling.coupling_matrix[:].columns_uri\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].data_σ\nerror of emcoupling.couplingmatrix[:].dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"em_coupling.coupling_matrix[:].rows_uri\", \"em_coupling.coupling_matrix[:].columns_uri\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].name\nName of this coupling matrixData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].quantity.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].quantity.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].quantity.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.coupling_matrix[:].rows_uri\nList of URIs corresponding to the rows (1st dimension) of the coupling matrix. If not all indices of a given node are used, they must be listed explicitly e.g. rowsuri(i) = pfactive:1/coil(i) will refer to a list of indices of the occurrence 1 of the pfactive IDS of this data entry. If the rows correspond to all indices of a given vector, it is sufficient to give a insgle uri, the one of the vector with the impliicit notation (:), e.g. rowsuri(1) = /gridggd(3)/gridsubset(2)/elements(:).Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.flux_loops\nList of URIs of the flux loops considered in the IDSData Type: STR_1D\nCoordinates: [\"magnetics.flux_loop\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of emcoupling.gridggd[:].grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of emcoupling.gridggd[:].gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of emcoupling.gridggd[:].gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements. This must be equal to the sum of the dimensions of the individual objects forming the element.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of emcoupling.gridggd[:].grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of emcoupling.gridggd[:].gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of emcoupling.gridggd[:].gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"em_coupling.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object may have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object. Its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of emcoupling.gridggd[:].space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of emcoupling.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of emcoupling.gridggd[:].space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_active_active\nMutual inductance coupling from active coils to active coilsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.active_coils\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_active_active_σ\nerror of emcoupling.mutualactive_activeUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.active_coils\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_loops_active\nMutual inductance coupling from active coils to flux loopsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.flux_loops\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_loops_active_σ\nerror of emcoupling.mutualloops_activeUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.flux_loops\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_loops_passive\nMutual inductance coupling from passive loops to flux loopsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.flux_loops\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_loops_passive_σ\nerror of emcoupling.mutualloops_passiveUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.flux_loops\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_loops_plasma\nMutual inductance from plasma elements to poloidal flux loops Units: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.flux_loops\", \"em_coupling.plasma_elements\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_loops_plasma_σ\nerror of emcoupling.mutualloops_plasmaUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.flux_loops\", \"em_coupling.plasma_elements\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_passive_active\nMutual inductance coupling from active coils to passive loopsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.passive_loops\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_passive_active_σ\nerror of emcoupling.mutualpassive_activeUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.passive_loops\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_passive_passive\nMutual inductance coupling from passive loops to passive loopsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.passive_loops\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_passive_passive_σ\nerror of emcoupling.mutualpassive_passiveUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.passive_loops\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_plasma_active\nMutual inductance coupling from active coils to plasma elementsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.plasma_elements\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_plasma_active_σ\nerror of emcoupling.mutualplasma_activeUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.plasma_elements\", \"em_coupling.active_coils\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_plasma_passive\nMutual inductance coupling from passive loops to plasma elementsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.plasma_elements\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_plasma_passive_σ\nerror of emcoupling.mutualplasma_passiveUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.plasma_elements\", \"em_coupling.passive_loops\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_plasma_plasma\nMutual inductance coupling from plasma elements to plasma elementsUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.plasma_elements\", \"em_coupling.plasma_elements\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.mutual_plasma_plasma_σ\nerror of emcoupling.mutualplasma_plasmaUnits: H\nData Type: FLT_2D\nCoordinates: [\"em_coupling.plasma_elements\", \"em_coupling.plasma_elements\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.passive_loops\nList of URIs of the passive loops considered in the IDSData Type: STR_1D\nCoordinates: [\"pf_passive.loop\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.plasma_elements\nList of URIs of the plasma elements considered in the IDSData Type: STR_1D\nCoordinates: [\"pf_plasma.element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: em_coupling.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].jacobian_σ\nerror of equilibrium.gridsggd[:].grid[:].gridsubset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of equilibrium.gridsggd[:].grid[:].gridsubset[:].base[:].tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of equilibrium.gridsggd[:].grid[:].gridsubset[:].base[:].tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.jacobian_σ\nerror of equilibrium.gridsggd[:].grid[:].gridsubset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of equilibrium.gridsggd[:].grid[:].gridsubset[:].metric.tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].grid_subset[:].metric.tensor_covariant_σ\nerror of equilibrium.gridsggd[:].grid[:].gridsubset[:].metric.tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"equilibrium.grids_ggd[:].grid[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS pathsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of equilibrium.gridsggd[:].grid[:].space[:].objectsper_dimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of equilibrium.gridsggd[:].grid[:].space[:].objectsperdimension[:].object[:].geometry2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of equilibrium.gridsggd[:].grid[:].space[:].objectsper_dimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].grid[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.grids_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.active_limiter_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.active_limiter_point.r_σ\nerror of equilibrium.timeslice[:].boundary.activelimiter_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.active_limiter_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.active_limiter_point.z_σ\nerror of equilibrium.timeslice[:].boundary.activelimiter_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.elongation\nElongation of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.elongation_σ\nerror of equilibrium.time_slice[:].boundary.elongationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.elongation_lower\nElongation (lower half w.r.t. geometric axis) of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.elongation_lower_σ\nerror of equilibrium.timeslice[:].boundary.elongationlowerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.elongation_upper\nElongation (upper half w.r.t. geometric axis) of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.elongation_upper_σ\nerror of equilibrium.timeslice[:].boundary.elongationupperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.geometric_axis.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.geometric_axis.r_σ\nerror of equilibrium.timeslice[:].boundary.geometricaxis.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.geometric_axis.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.geometric_axis.z_σ\nerror of equilibrium.timeslice[:].boundary.geometricaxis.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.minor_radius\nMinor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.minor_radius_σ\nerror of equilibrium.timeslice[:].boundary.minorradiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.outline.r_σ\nerror of equilibrium.time_slice[:].boundary.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].boundary.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.outline.z_σ\nerror of equilibrium.time_slice[:].boundary.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].boundary.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.ovality\nOvality of the plasma boundary [MXH c1]Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.ovality_σ\nerror of equilibrium.time_slice[:].boundary.ovalityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.psi\nValue of the poloidal flux at which the boundary is takenUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.psi_σ\nerror of equilibrium.time_slice[:].boundary.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.psi_norm\nValue of the normalised poloidal flux at which the boundary is taken (typically 99.x %), the flux being normalised to its value at the separatrixData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.psi_norm_σ\nerror of equilibrium.timeslice[:].boundary.psinormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness\nSquareness of the plasma boundary [MXH -s2]Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_σ\nerror of equilibrium.time_slice[:].boundary.squarenessData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_lower_inner\nLower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_lower_inner_σ\nerror of equilibrium.timeslice[:].boundary.squarenesslower_innerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_lower_outer\nLower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_lower_outer_σ\nerror of equilibrium.timeslice[:].boundary.squarenesslower_outerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_upper_inner\nUpper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_upper_inner_σ\nerror of equilibrium.timeslice[:].boundary.squarenessupper_innerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_upper_outer\nUpper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.squareness_upper_outer_σ\nerror of equilibrium.timeslice[:].boundary.squarenessupper_outerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.strike_point[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.strike_point[:].r_σ\nerror of equilibrium.timeslice[:].boundary.strikepoint[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.strike_point[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.strike_point[:].z_σ\nerror of equilibrium.timeslice[:].boundary.strikepoint[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.tilt\nTilt of the plasma boundary [MXH c0]Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.tilt_σ\nerror of equilibrium.time_slice[:].boundary.tiltData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.triangularity\nTriangularity of the plasma boundary [MXH sin(s1)]Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.triangularity_σ\nerror of equilibrium.time_slice[:].boundary.triangularityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.triangularity_lower\nLower triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.triangularity_lower_σ\nerror of equilibrium.timeslice[:].boundary.triangularitylowerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.triangularity_upper\nUpper triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.triangularity_upper_σ\nerror of equilibrium.timeslice[:].boundary.triangularityupperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.twist\nTwist of the plasma boundary [MXH c2]Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.twist_σ\nerror of equilibrium.time_slice[:].boundary.twistData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.type\n0 (limiter) or 1 (diverted)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.x_point[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.x_point[:].r_σ\nerror of equilibrium.timeslice[:].boundary.xpoint[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.x_point[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary.x_point[:].z_σ\nerror of equilibrium.timeslice[:].boundary.xpoint[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.distance_inner_outer\nDistance between the inner and outer separatrices, in the major radius direction, at the plasma outboard and at the height corresponding to the maximum R for the inner separatrix.Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.distance_inner_outer_σ\nerror of equilibrium.timeslice[:].boundarysecondaryseparatrix.distanceinner_outerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r_σ\nerror of equilibrium.timeslice[:].boundarysecondary_separatrix.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.outline.z_σ\nerror of equilibrium.timeslice[:].boundarysecondary_separatrix.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].boundary_secondary_separatrix.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.psi\nValue of the poloidal flux at the separatrixUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.psi_σ\nerror of equilibrium.timeslice[:].boundarysecondary_separatrix.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].r_σ\nerror of equilibrium.timeslice[:].boundarysecondaryseparatrix.strikepoint[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.strike_point[:].z_σ\nerror of equilibrium.timeslice[:].boundarysecondaryseparatrix.strikepoint[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].r_σ\nerror of equilibrium.timeslice[:].boundarysecondaryseparatrix.xpoint[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_secondary_separatrix.x_point[:].z_σ\nerror of equilibrium.timeslice[:].boundarysecondaryseparatrix.xpoint[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.activelimiterpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.active_limiter_point.z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.activelimiterpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.distance\nDistance to the plasma boundaryUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.distance_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.closestwallpoint.distanceUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.closestwallpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.closest_wall_point.z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.closestwallpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.drdzzero_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.dr_dz_zero_point.z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.drdzzero_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.elongation\nElongation of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.elongation_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.elongationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.elongation_lower\nElongation (lower half w.r.t. geometric axis) of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.elongation_lower_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.elongation_lowerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.elongation_upper\nElongation (upper half w.r.t. geometric axis) of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.elongation_upper_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.elongation_upperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].angle\nAngle measured clockwise from radial cylindrical vector (grad R) to gap vector (pointing away from reference point)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].angle_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.gap[:].angleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].identifier\nIdentifier of the gapData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].name\nName of the gapData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].r\nMajor radius of the reference pointUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.gap[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].value\nValue of the gap, i.e. distance between the reference point and the separatrix along the gap directionUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].value_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.gap[:].valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].z\nHeight of the reference pointUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.gap[:].z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.gap[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.geometric_axis.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.geometric_axis.r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.geometric_axis.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.geometric_axis.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.geometric_axis.z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.geometric_axis.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.minor_radius\nMinor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.minor_radius_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.minor_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.outline.r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].boundary_separatrix.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.outline.z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].boundary_separatrix.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.psi\nValue of the poloidal flux at the separatrixUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.psi_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_lower_inner\nLower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_lower_inner_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.squarenesslowerinnerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_lower_outer\nLower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_lower_outer_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.squarenesslowerouterData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_upper_inner\nUpper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_upper_inner_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.squarenessupperinnerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_upper_outer\nUpper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.squareness_upper_outer_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.squarenessupperouterData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.strike_point[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.strike_point[:].r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.strike_point[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.strike_point[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.strike_point[:].z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.strike_point[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity\nTriangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.triangularityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_inner\nInner triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_inner_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.triangularity_innerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_lower\nLower triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_lower_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.triangularity_lowerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_minor\nMinor triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_minor_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.triangularity_minorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_outer\nOuter triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_outer_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.triangularity_outerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_upper\nUpper triangularity of the plasma boundaryData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.triangularity_upper_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.triangularity_upperData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.type\n0 (limiter) or 1 (diverted)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.x_point[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.x_point[:].r_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.x_point[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.x_point[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].boundary_separatrix.x_point[:].z_σ\nerror of equilibrium.timeslice[:].boundaryseparatrix.x_point[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.bfieldtorvacuumr.chisquaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.measured\nMeasured valueUnits: T.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.measured_σ\nerror of equilibrium.timeslice[:].constraints.bfieldtorvacuum_r.measuredUnits: T.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.reconstructed\nValue calculated from the reconstructed equilibriumUnits: T.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.bfieldtorvacuum_r.reconstructedUnits: T.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.bfieldtorvacuumr.timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.b_field_tor_vacuum_r.weight_σ\nerror of equilibrium.timeslice[:].constraints.bfieldtorvacuum_r.weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.bpolprobe[:].chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].measured\nMeasured valueUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.bpolprobe[:].measuredUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.bpolprobe[:].reconstructedUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.bpolprobe[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.bpol_probe[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.bpolprobe[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.chi_squared_reduced\nSum of the chi_squared of all constraints used for the equilibrium reconstruction, divided by the number of degrees of freedom of the identification modelData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.chi_squared_reduced_σ\nerror of equilibrium.timeslice[:].constraints.chisquared_reducedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.constraints_n\nNumber of constraints used (i.e. having a non-zero weight)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.diamagneticflux.chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.measured\nMeasured valueUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.measured_σ\nerror of equilibrium.timeslice[:].constraints.diamagneticflux.measuredUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.reconstructed\nValue calculated from the reconstructed equilibriumUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.diamagneticflux.reconstructedUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.diamagneticflux.time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.diamagnetic_flux.weight_σ\nerror of equilibrium.timeslice[:].constraints.diamagneticflux.weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.faradayangle[:].chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].measured\nMeasured valueUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.faradayangle[:].measuredUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.faradayangle[:].reconstructedUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.faradayangle[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.faraday_angle[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.faradayangle[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.fluxloop[:].chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].measured\nMeasured valueUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.fluxloop[:].measuredUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.fluxloop[:].reconstructedUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.fluxloop[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.flux_loop[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.fluxloop[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.freedom_degrees_n\nNumber of degrees of freedom of the identification modelData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.ip.chisquaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.measured\nMeasured valueUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.measured_σ\nerror of equilibrium.time_slice[:].constraints.ip.measuredUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.reconstructed\nValue calculated from the reconstructed equilibriumUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.reconstructed_σ\nerror of equilibrium.time_slice[:].constraints.ip.reconstructedUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.ip.timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.ip.weight_σ\nerror of equilibrium.time_slice[:].constraints.ip.weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.measured\nMeasured valueUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.measured_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.measuredUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.reconstructed\nValue calculated from the reconstructed equilibriumUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.reconstructedUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_r.weight_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationr.weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.measured\nMeasured valueUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.measured_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.measuredUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.reconstructed\nValue calculated from the reconstructed equilibriumUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.reconstructedUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.iron_core_segment[:].magnetisation_z.weight_σ\nerror of equilibrium.timeslice[:].constraints.ironcoresegment[:].magnetisationz.weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].chi_squaredUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].measured\nMeasured valueUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].measuredUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.phi_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.psi_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].position.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.r_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].position.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].position.z_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].reconstructed\nValue calculated from the reconstructed equilibriumData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].reconstructedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_parallel[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.jparallel[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].chi_squaredUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].measured\nMeasured valueUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].measuredUnits: A.m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.phi_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.psi_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].position.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.r_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].position.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].position.z_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].reconstructed\nValue calculated from the reconstructed equilibriumData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].reconstructedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.j_tor[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.jtor[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.msepolarisationangle[:].chisquaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].measured\nMeasured valueUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.msepolarisation_angle[:].measuredUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.msepolarisation_angle[:].reconstructedUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.msepolarisationangle[:].timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.mse_polarisation_angle[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.msepolarisation_angle[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].chi_squaredUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].measured\nMeasured valueUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].measuredUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.phi_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.psi_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].position.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.r_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].position.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].position.z_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].reconstructed\nValue calculated from the reconstructed equilibriumData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].reconstructedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.ne[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.neline[:].chisquaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].measured\nMeasured valueUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.ne_line[:].measuredUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.ne_line[:].reconstructedUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.neline[:].timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.n_e_line[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.ne_line[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.pfcurrent[:].chi_squaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].measured\nMeasured valueUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.pfcurrent[:].measuredUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.pfcurrent[:].reconstructedUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.pfcurrent[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_current[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.pfcurrent[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.pfpassivecurrent[:].chisquaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].measured\nMeasured valueUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.pfpassive_current[:].measuredUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].reconstructed\nValue calculated from the reconstructed equilibriumUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.pfpassive_current[:].reconstructedUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.pfpassivecurrent[:].timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pf_passive_current[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.pfpassive_current[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.pressure[:].chisquaredUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].measured\nMeasured valueUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].measured_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].measuredUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.phi_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.psi_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].position.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.r_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].constraints.pressure[:].position.rhotor_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].position.z_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].reconstructed\nValue calculated from the reconstructed equilibriumData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].reconstructed_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].reconstructedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.pressure[:].timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure[:].weight_σ\nerror of equilibrium.time_slice[:].constraints.pressure[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].chi_squaredUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].measured\nMeasured valueUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].measured_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].measuredUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.phi_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.psi_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].position.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.r_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].position.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].position.z_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].reconstructed\nValue calculated from the reconstructed equilibriumData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].reconstructed_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].reconstructedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.pressure_rotational[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.pressurerotational[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].chi_squared\nSquared error normalized by the variance considered in the minimization process : chi_squared = weight^2 *(reconstructed - measured)^2 / sigma^2, where sigma is the standard deviation of the measurement errorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].chi_squared_σ\nerror of equilibrium.timeslice[:].constraints.q[:].chisquaredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].measured\nMeasured valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].measured_σ\nerror of equilibrium.time_slice[:].constraints.q[:].measuredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.phi_σ\nerror of equilibrium.time_slice[:].constraints.q[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.psi_σ\nerror of equilibrium.time_slice[:].constraints.q[:].position.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.r_σ\nerror of equilibrium.time_slice[:].constraints.q[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].constraints.q[:].position.rhotor_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].position.z_σ\nerror of equilibrium.time_slice[:].constraints.q[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].reconstructed\nValue calculated from the reconstructed equilibriumData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].reconstructed_σ\nerror of equilibrium.time_slice[:].constraints.q[:].reconstructedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.q[:].timemeasurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.q[:].weight_σ\nerror of equilibrium.time_slice[:].constraints.q[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_r\nSquared error on the major radius normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/r - position_measured/r)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_r_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].chisquaredrUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_z\nSquared error on the altitude normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/z - position_measured/z)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].chi_squared_z_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].chisquaredzUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_measured.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_measured.r_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].position_measured.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_measured.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_measured.z_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].position_measured.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.r_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].position_reconstructed.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].position_reconstructed.z_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].position_reconstructed.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.strike_point[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.strikepoint[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].chi_squared_r\nSquared error on the major radius normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/r - position_measured/r)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].chi_squared_r_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].chisquaredrUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].chi_squared_z\nSquared error on the altitude normalized by the variance considered in the minimization process : chisquared = weight^2 *(positionreconstructed/z - position_measured/z)^2 / sigma^2, where sigma is the standard deviation of the measurement errorUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].chi_squared_z_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].chisquaredzUnits: m^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].exact\nInteger flag : 1 means exact data, taken as an exact input without being fitted; 0 means the equilibrium code does a least square fitData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_measured.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_measured.r_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].position_measured.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_measured.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_measured.z_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].position_measured.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.r_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].position_reconstructed.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].position_reconstructed.z_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].position_reconstructed.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].source\nPath to the source data for this measurement in the IMAS data dictionaryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].time_measurement\nExact time slice used from the time array of the measurement source data. If the time slice does not exist in the time array of the source data, it means linear interpolation has been usedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].time_measurement_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].time_measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].weight\nWeight given to the measurementData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].constraints.x_point[:].weight_σ\nerror of equilibrium.timeslice[:].constraints.xpoint[:].weightData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.grad_shafranov_deviation_expression.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.grad_shafranov_deviation_expression.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.grad_shafranov_deviation_expression.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.grad_shafranov_deviation_value\nValue of the residual deviation between the left and right hand side of the Grad Shafranov equation, evaluated as per gradshafranovdeviation_expressionUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.grad_shafranov_deviation_value_σ\nerror of equilibrium.timeslice[:].convergence.gradshafranovdeviationvalueUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.result.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.result.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].convergence.result.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid.dim1_σ\nerror of equilibrium.timeslice[:].coordinatesystem.grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid.dim2_σ\nerror of equilibrium.timeslice[:].coordinatesystem.grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid.volume_element_σ\nerror of equilibrium.timeslice[:].coordinatesystem.grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.jacobian\nAbsolute value of the jacobian of the coordinate systemUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.jacobian_σ\nerror of equilibrium.timeslice[:].coordinatesystem.jacobianUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.r\nValues of the major radius on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.r_σ\nerror of equilibrium.timeslice[:].coordinatesystem.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.tensor_contravariant\nContravariant metric tensor on every point of the grid described by grid_typeUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.tensor_contravariant_σ\nerror of equilibrium.timeslice[:].coordinatesystem.tensor_contravariantUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.tensor_covariant\nCovariant metric tensor on every point of the grid described by grid_typeUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.tensor_covariant_σ\nerror of equilibrium.timeslice[:].coordinatesystem.tensor_covariantUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.z\nValues of the Height on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].coordinate_system.z_σ\nerror of equilibrium.timeslice[:].coordinatesystem.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].coordinate_system.grid.dim1\", \"equilibrium.time_slice[:].coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].b_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_r[:].coefficients_σ\nerror of equilibrium.timeslice[:].ggd[:].bfield_r[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].b_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_r[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_r[:].values_σ\nerror of equilibrium.timeslice[:].ggd[:].bfield_r[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].b_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_tor[:].coefficients_σ\nerror of equilibrium.timeslice[:].ggd[:].bfield_tor[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].b_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_tor[:].values_σ\nerror of equilibrium.timeslice[:].ggd[:].bfield_tor[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].b_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_z[:].coefficients_σ\nerror of equilibrium.timeslice[:].ggd[:].bfield_z[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].b_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_z[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].b_field_z[:].values_σ\nerror of equilibrium.timeslice[:].ggd[:].bfield_z[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].j_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_parallel[:].coefficients_σ\nerror of equilibrium.timeslice[:].ggd[:].jparallel[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].j_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_parallel[:].values_σ\nerror of equilibrium.timeslice[:].ggd[:].jparallel[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].j_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_tor[:].coefficients_σ\nerror of equilibrium.timeslice[:].ggd[:].jtor[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].j_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].j_tor[:].values_σ\nerror of equilibrium.timeslice[:].ggd[:].jtor[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].phi[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].phi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].phi[:].coefficients_σ\nerror of equilibrium.time_slice[:].ggd[:].phi[:].coefficientsUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].phi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].phi[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].phi[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].phi[:].values\nOne scalar value is provided per element in the grid subset.Units: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].phi[:].values_σ\nerror of equilibrium.time_slice[:].ggd[:].phi[:].valuesUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].psi[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].psi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].psi[:].coefficients_σ\nerror of equilibrium.time_slice[:].ggd[:].psi[:].coefficientsUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].psi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].psi[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].psi[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].psi[:].values\nOne scalar value is provided per element in the grid subset.Units: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].psi[:].values_σ\nerror of equilibrium.time_slice[:].ggd[:].psi[:].valuesUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].r[:].coefficients_σ\nerror of equilibrium.time_slice[:].ggd[:].r[:].coefficientsUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].r[:].values\nOne scalar value is provided per element in the grid subset.Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].r[:].values_σ\nerror of equilibrium.time_slice[:].ggd[:].r[:].valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].theta[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: rad\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].theta[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].theta[:].coefficients_σ\nerror of equilibrium.time_slice[:].ggd[:].theta[:].coefficientsUnits: rad\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].theta[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].theta[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].theta[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].theta[:].values\nOne scalar value is provided per element in the grid subset.Units: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].theta[:].values_σ\nerror of equilibrium.time_slice[:].ggd[:].theta[:].valuesUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].z[:].coefficients_σ\nerror of equilibrium.time_slice[:].ggd[:].z[:].coefficientsUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].ggd[:].z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].z[:].values\nOne scalar value is provided per element in the grid subset.Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].ggd[:].z[:].values_σ\nerror of equilibrium.time_slice[:].ggd[:].z[:].valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.area\nArea of the LCFS poloidal cross sectionUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.area_σ\nerror of equilibrium.timeslice[:].globalquantities.areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.beta_normal\nNormalised toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA] Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.beta_normal_σ\nerror of equilibrium.timeslice[:].globalquantities.beta_normalData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.beta_pol\nPoloidal beta. Defined as betap = 4 int(p dV) / [R0 * mu0 * Ip^2]Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.beta_pol_σ\nerror of equilibrium.timeslice[:].globalquantities.beta_polData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.beta_tor\nToroidal beta, defined as the volume-averaged total perpendicular pressure divided by (B0^2/(2*mu0)), i.e. beta_toroidal = 2 mu0 int(p dV) / V / B0^2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.beta_tor_σ\nerror of equilibrium.timeslice[:].globalquantities.beta_torData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.current_centre.r\nMajor radius of the current center, defined as integral over the poloidal cross section of (j_torrdS) / IpUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.current_centre.r_σ\nerror of equilibrium.timeslice[:].globalquantities.current_centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.current_centre.velocity_z\nVertical velocity of the current centerUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.current_centre.velocity_z_σ\nerror of equilibrium.timeslice[:].globalquantities.currentcentre.velocityzUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.current_centre.z\nHeight of the current center, defined as integral over the poloidal cross section of (j_torzdS) / IpUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.current_centre.z_σ\nerror of equilibrium.timeslice[:].globalquantities.current_centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.energy_mhd\nPlasma energy content = 3/2 * int(p,dV) with p being the total pressure (thermal + fast particles) [J]. Time-dependent; ScalarUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.energy_mhd_σ\nerror of equilibrium.timeslice[:].globalquantities.energy_mhdUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.ip\nPlasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.Units: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.ip_σ\nerror of equilibrium.timeslice[:].globalquantities.ipUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.length_pol\nPoloidal length of the magnetic surfaceUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.length_pol_σ\nerror of equilibrium.timeslice[:].globalquantities.length_polUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.li_3\nInternal inductanceData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.li_3_σ\nerror of equilibrium.timeslice[:].globalquantities.li_3Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.magnetic_axis.b_field_tor\nTotal toroidal magnetic field at the magnetic axisUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.magnetic_axis.b_field_tor_σ\nerror of equilibrium.timeslice[:].globalquantities.magneticaxis.bfield_torUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.magnetic_axis.r\nMajor radius of the magnetic axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.magnetic_axis.r_σ\nerror of equilibrium.timeslice[:].globalquantities.magnetic_axis.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.magnetic_axis.z\nHeight of the magnetic axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.magnetic_axis.z_σ\nerror of equilibrium.timeslice[:].globalquantities.magnetic_axis.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.plasma_inductance\nPlasma inductance 2 Emagnetic/Ip^2, where Emagnetic = 1/2 * int(psi.j_tor.dS) (integral over the plasma poloidal cross-section)Units: H\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.plasma_inductance_σ\nerror of equilibrium.timeslice[:].globalquantities.plasma_inductanceUnits: H\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.plasma_resistance\nPlasma resistance = int(e_field.j.dV) / Ip^2Units: ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.plasma_resistance_σ\nerror of equilibrium.timeslice[:].globalquantities.plasma_resistanceUnits: ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.psi_axis\nPoloidal flux at the magnetic axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.psi_axis_σ\nerror of equilibrium.timeslice[:].globalquantities.psi_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.psi_boundary\nPoloidal flux at the selected plasma boundary Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.psi_boundary_σ\nerror of equilibrium.timeslice[:].globalquantities.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.psi_external_average\nAverage (over the plasma poloidal cross section) plasma poloidal magnetic flux produced by all external circuits (CS and PF coils, eddy currents, VS in-vessel coils), given by the following formula : int(psiexternal.jtor.dS) / IpUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.psi_external_average_σ\nerror of equilibrium.timeslice[:].globalquantities.psiexternalaverageUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_95\nq at the 95% poloidal flux surface (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_95_σ\nerror of equilibrium.timeslice[:].globalquantities.q_95Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_axis\nq at the magnetic axisData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_axis_σ\nerror of equilibrium.timeslice[:].globalquantities.q_axisData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.psi\nMinimum q position in poloidal fluxUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.psi_σ\nerror of equilibrium.timeslice[:].globalquantities.q_min.psiUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.psi_norm\nMinimum q position in normalised poloidal fluxData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.psi_norm_σ\nerror of equilibrium.timeslice[:].globalquantities.qmin.psinormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.rho_tor_norm\nMinimum q position in normalised toroidal flux coordinateData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].globalquantities.qmin.rhotor_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.value\nMinimum q valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.q_min.value_σ\nerror of equilibrium.timeslice[:].globalquantities.q_min.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.rho_tor_boundary\nToroidal flux coordinate at the selected plasma boundaryUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.rho_tor_boundary_σ\nerror of equilibrium.timeslice[:].globalquantities.rhotorboundaryUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.surface_σ\nerror of equilibrium.timeslice[:].globalquantities.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.v_external\nExternal voltage, i.e. time derivative of psiexternalaverage (with a minus sign : - dpsiexternalaverage/dtime)Units: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.v_external_σ\nerror of equilibrium.timeslice[:].globalquantities.v_externalUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.b0_σ\nerror of equilibrium.timeslice[:].globalquantities.vacuumtoroidalfield.b0Units: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.vacuum_toroidal_field.r0_σ\nerror of equilibrium.timeslice[:].globalquantities.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.volume\nTotal plasma volumeUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].global_quantities.volume_σ\nerror of equilibrium.timeslice[:].globalquantities.volumeUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.area_σ\nerror of equilibrium.timeslice[:].profiles1d.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.b_field_average\nFlux surface averaged modulus of B (always positive, irrespective of the sign convention for the B-field direction).Units: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.b_field_average_σ\nerror of equilibrium.timeslice[:].profiles1d.bfieldaverageUnits: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.b_field_max\nMaximum(modulus(B)) on the flux surface (always positive, irrespective of the sign convention for the B-field direction)Units: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.b_field_max_σ\nerror of equilibrium.timeslice[:].profiles1d.bfieldmaxUnits: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.b_field_min\nMinimum(modulus(B)) on the flux surface (always positive, irrespective of the sign convention for the B-field direction)Units: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.b_field_min_σ\nerror of equilibrium.timeslice[:].profiles1d.bfieldminUnits: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.beta_pol\nPoloidal beta profile. Defined as betap = 4 int(p dV) / [R0 * mu0 * Ip^2]Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.beta_pol_σ\nerror of equilibrium.timeslice[:].profiles1d.beta_polData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.darea_dpsi\nRadial derivative of the cross-sectional area of the flux surface with respect to psiUnits: m^2.Wb^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.darea_dpsi_σ\nerror of equilibrium.timeslice[:].profiles1d.darea_dpsiUnits: m^2.Wb^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.darea_drho_tor\nRadial derivative of the cross-sectional area of the flux surface with respect to rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.darea_drho_tor_σ\nerror of equilibrium.timeslice[:].profiles1d.dareadrhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dpressure_dpsi\nDerivative of pressure w.r.t. psiUnits: Pa.Wb^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dpressure_dpsi_σ\nerror of equilibrium.timeslice[:].profiles1d.dpressure_dpsiUnits: Pa.Wb^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dpsi_drho_tor\nDerivative of Psi with respect to Rho_TorUnits: Wb/m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dpsi_drho_tor_σ\nerror of equilibrium.timeslice[:].profiles1d.dpsidrhotorUnits: Wb/m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dvolume_dpsi\nRadial derivative of the volume enclosed in the flux surface with respect to PsiUnits: m^3.Wb^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dvolume_dpsi_σ\nerror of equilibrium.timeslice[:].profiles1d.dvolume_dpsiUnits: m^3.Wb^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dvolume_drho_tor\nRadial derivative of the volume enclosed in the flux surface with respect to Rho_TorUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.dvolume_drho_tor_σ\nerror of equilibrium.timeslice[:].profiles1d.dvolumedrhotorUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.elongation\nElongationData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.elongation_σ\nerror of equilibrium.timeslice[:].profiles1d.elongationData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.f\nDiamagnetic function (F=R B_Phi)Units: T.m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.f_σ\nerror of equilibrium.timeslice[:].profiles1d.fUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.f_df_dpsi\nDerivative of F w.r.t. Psi, multiplied with FUnits: T^2.m^2/Wb\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.f_df_dpsi_σ\nerror of equilibrium.timeslice[:].profiles1d.fdfdpsiUnits: T^2.m^2/Wb\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.fsa_bp\nFlux surface averaged BpUnits: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.fsa_bp_σ\nerror of equilibrium.timeslice[:].profiles1d.fsa_bpUnits: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.geometric_axis.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.geometric_axis.r_σ\nerror of equilibrium.timeslice[:].profiles1d.geometric_axis.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.geometric_axis.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.geometric_axis.z_σ\nerror of equilibrium.timeslice[:].profiles1d.geometric_axis.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm1\nFlux surface averaged 1/R^2Units: m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm1_σ\nerror of equilibrium.timeslice[:].profiles1d.gm1Units: m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm10\nFlux surface averaged R^2Units: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm10_σ\nerror of equilibrium.timeslice[:].profiles1d.gm10Units: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm2\nFlux surface averaged |gradrhotor|^2/R^2Units: m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm2_σ\nerror of equilibrium.timeslice[:].profiles1d.gm2Units: m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm3\nFlux surface averaged |gradrhotor|^2Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm3_σ\nerror of equilibrium.timeslice[:].profiles1d.gm3Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm4\nFlux surface averaged 1/B^2Units: T^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm4_σ\nerror of equilibrium.timeslice[:].profiles1d.gm4Units: T^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm5\nFlux surface averaged B^2Units: T^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm5_σ\nerror of equilibrium.timeslice[:].profiles1d.gm5Units: T^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm6\nFlux surface averaged |gradrhotor|^2/B^2Units: T^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm6_σ\nerror of equilibrium.timeslice[:].profiles1d.gm6Units: T^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm7\nFlux surface averaged |gradrhotor|Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm7_σ\nerror of equilibrium.timeslice[:].profiles1d.gm7Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm8\nFlux surface averaged RUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm8_σ\nerror of equilibrium.timeslice[:].profiles1d.gm8Units: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm9\nFlux surface averaged 1/RUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.gm9_σ\nerror of equilibrium.timeslice[:].profiles1d.gm9Units: m^-1\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.j_parallel\nFlux surface averaged approximation to parallel current density = average(j.B) / B0, where B0 = /vacuumtoroidalfield/b0Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.j_parallel_σ\nerror of equilibrium.timeslice[:].profiles1d.j_parallelUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.j_tor\nFlux surface averaged toroidal current density = average(j_tor/R) / average(1/R)Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.j_tor_σ\nerror of equilibrium.timeslice[:].profiles1d.j_torUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.magnetic_shear\nMagnetic shear, defined as rhotor/q . dq/drhotorData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.magnetic_shear_σ\nerror of equilibrium.timeslice[:].profiles1d.magnetic_shearData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.mass_density\nMass densityUnits: kg.m^-3\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.mass_density_σ\nerror of equilibrium.timeslice[:].profiles1d.mass_densityUnits: kg.m^-3\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.phi\nToroidal fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.phi_σ\nerror of equilibrium.timeslice[:].profiles1d.phiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.pressure_σ\nerror of equilibrium.timeslice[:].profiles1d.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.psi\nPoloidal fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.psi_σ\nerror of equilibrium.timeslice[:].profiles1d.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.psi_norm\nNormalised poloidal flux coordinateData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.psi_norm_σ\nerror of equilibrium.timeslice[:].profiles1d.psi_normData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.q\nSafety factor (IMAS uses COCOS=11: only positive when toroidal current and magnetic field are in same direction)Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.q_σ\nerror of equilibrium.timeslice[:].profiles1d.qData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.r_inboard\nRadial coordinate (major radius) on the inboard side of the magnetic axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.r_inboard_σ\nerror of equilibrium.timeslice[:].profiles1d.r_inboardUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.r_outboard\nRadial coordinate (major radius) on the outboard side of the magnetic axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.r_outboard_σ\nerror of equilibrium.timeslice[:].profiles1d.r_outboardUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.rho_tor\nToroidal flux coordinate = sqrt(phi/(pi*b0)), where the toroidal flux, phi, corresponds to timeslice/profiles1d/phi, the toroidal magnetic field, b0, corresponds to vacuumtoroidalfield/b0 and pi can be found in the IMAS constantsUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.rho_tor_σ\nerror of equilibrium.timeslice[:].profiles1d.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation) Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.rho_tor_norm_σ\nerror of equilibrium.timeslice[:].profiles1d.rhotornormData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.rho_volume_norm\nNormalised square root of enclosed volume (radial coordinate). The normalizing value is the enclosed volume at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation) Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.rho_volume_norm_σ\nerror of equilibrium.timeslice[:].profiles1d.rhovolumenormData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_lower_inner\nLower inner squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_lower_inner_σ\nerror of equilibrium.timeslice[:].profiles1d.squarenesslowerinnerData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_lower_outer\nLower outer squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_lower_outer_σ\nerror of equilibrium.timeslice[:].profiles1d.squarenesslowerouterData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_upper_inner\nUpper inner squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_upper_inner_σ\nerror of equilibrium.timeslice[:].profiles1d.squarenessupperinnerData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_upper_outer\nUpper outer squareness (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009)Data Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.squareness_upper_outer_σ\nerror of equilibrium.timeslice[:].profiles1d.squarenessupperouterData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.surface_σ\nerror of equilibrium.timeslice[:].profiles1d.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.trapped_fraction\nTrapped particle fractionData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.trapped_fraction_σ\nerror of equilibrium.timeslice[:].profiles1d.trapped_fractionData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.triangularity_lower\nLower triangularity w.r.t. magnetic axisData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.triangularity_lower_σ\nerror of equilibrium.timeslice[:].profiles1d.triangularity_lowerData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.triangularity_upper\nUpper triangularity w.r.t. magnetic axisData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.triangularity_upper_σ\nerror of equilibrium.timeslice[:].profiles1d.triangularity_upperData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.volume\nVolume enclosed in the flux surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_1d.volume_σ\nerror of equilibrium.timeslice[:].profiles1d.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time_slice[:].profiles_1d.psi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].b_field_r\nR component of the poloidal magnetic fieldUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].b_field_r_σ\nerror of equilibrium.timeslice[:].profiles2d[:].bfieldrUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].b_field_tor\nToroidal component of the magnetic fieldUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].b_field_tor_σ\nerror of equilibrium.timeslice[:].profiles2d[:].bfieldtorUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].b_field_z\nZ component of the poloidal magnetic fieldUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].b_field_z_σ\nerror of equilibrium.timeslice[:].profiles2d[:].bfieldzUnits: T\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid.dim1_σ\nerror of equilibrium.timeslice[:].profiles2d[:].grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid.dim2_σ\nerror of equilibrium.timeslice[:].profiles2d[:].grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid.volume_element_σ\nerror of equilibrium.timeslice[:].profiles2d[:].grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].j_parallel\nDefined as (j.B)/B0 where j and B are the current density and magnetic field vectors and B0 is the (signed) vacuum toroidal magnetic field strength at the geometric reference point (R0,Z0). It is formally not the component of the plasma current density parallel to the magnetic fieldUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].j_parallel_σ\nerror of equilibrium.timeslice[:].profiles2d[:].j_parallelUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].j_tor\nToroidal plasma current densityUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].j_tor_σ\nerror of equilibrium.timeslice[:].profiles2d[:].j_torUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].phi\nToroidal fluxUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].phi_σ\nerror of equilibrium.timeslice[:].profiles2d[:].phiUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].psi\nValues of the poloidal flux at the grid in the poloidal planeUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].psi_σ\nerror of equilibrium.timeslice[:].profiles2d[:].psiUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].r\nValues of the major radius on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].r_σ\nerror of equilibrium.timeslice[:].profiles2d[:].rUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].theta\nValues of the poloidal angle on the gridUnits: rad\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].theta_σ\nerror of equilibrium.timeslice[:].profiles2d[:].thetaUnits: rad\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].z\nValues of the Height on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].profiles_2d[:].z_σ\nerror of equilibrium.timeslice[:].profiles2d[:].zUnits: m\nData Type: FLT_2D\nCoordinates: [\"equilibrium.time_slice[:].profiles_2d[:].grid.dim1\", \"equilibrium.time_slice[:].profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.vacuum_toroidal_field.b0_σ\nerror of equilibrium.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: equilibrium.vacuum_toroidal_field.r0_σ\nerror of equilibrium.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"ferritic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].base[:].jacobian_σ\nerror of ferritic.gridggd.gridsubset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].base[:].tensor_contravariant_σ\nerror of ferritic.gridggd.gridsubset[:].base[:].tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].base[:].tensor_covariant_σ\nerror of ferritic.gridggd.gridsubset[:].base[:].tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].dimension\nSpace dimension of the grid subset elements. This must be equal to the sum of the dimensions of the individual objects forming the element.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].element[:].object[:].dimension\nDimension of the objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].metric.jacobian_σ\nerror of ferritic.gridggd.gridsubset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].metric.tensor_contravariant_σ\nerror of ferritic.gridggd.gridsubset[:].metric.tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.grid_subset[:].metric.tensor_covariant_σ\nerror of ferritic.gridggd.gridsubset[:].metric.tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"ferritic.grid_ggd.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object may have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object. Its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of ferritic.gridggd.space[:].objectsper_dimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of ferritic.gridggd.space[:].objectsperdimension[:].object[:].geometry2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].measure_σ\nerror of ferritic.gridggd.space[:].objectsper_dimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.grid_ggd.space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.r\nCentre major radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.r_σ\nerror of ferritic.object[:].axisymmetric[:].annulus.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.radius_inner\nInner radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.radius_inner_σ\nerror of ferritic.object[:].axisymmetric[:].annulus.radius_innerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.radius_outer\nOuter radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.radius_outer_σ\nerror of ferritic.object[:].axisymmetric[:].annulus.radius_outerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.z\nCentre heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].annulus.z_σ\nerror of ferritic.object[:].axisymmetric[:].annulus.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].arcs_of_circle.curvature_radii\nCurvature radius of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].axisymmetric[:].arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].arcs_of_circle.curvature_radii_σ\nerror of ferritic.object[:].axisymmetric[:].arcsofcircle.curvature_radiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].axisymmetric[:].arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].arcs_of_circle.r\nMajor radii of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].arcs_of_circle.r_σ\nerror of ferritic.object[:].axisymmetric[:].arcsofcircle.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].arcs_of_circle.z\nHeight of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].axisymmetric[:].arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].arcs_of_circle.z_σ\nerror of ferritic.object[:].axisymmetric[:].arcsofcircle.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].axisymmetric[:].arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].geometry_type\nType used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.alpha\nInclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.alpha_σ\nerror of ferritic.object[:].axisymmetric[:].oblique.alphaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.beta\nInclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.beta_σ\nerror of ferritic.object[:].axisymmetric[:].oblique.betaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.length_alpha\nLength of the parallelogram side inclined with angle alpha with respect to the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.length_alpha_σ\nerror of ferritic.object[:].axisymmetric[:].oblique.length_alphaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.length_beta\nLength of the parallelogram side inclined with angle beta with respect to the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.length_beta_σ\nerror of ferritic.object[:].axisymmetric[:].oblique.length_betaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.r\nMajor radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.r_σ\nerror of ferritic.object[:].axisymmetric[:].oblique.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.z\nHeight of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].oblique.z_σ\nerror of ferritic.object[:].axisymmetric[:].oblique.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].outline.r_σ\nerror of ferritic.object[:].axisymmetric[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].axisymmetric[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].outline.z_σ\nerror of ferritic.object[:].axisymmetric[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].axisymmetric[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.height\nVertical full heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.height_σ\nerror of ferritic.object[:].axisymmetric[:].rectangle.heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.r\nGeometric centre RUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.r_σ\nerror of ferritic.object[:].axisymmetric[:].rectangle.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.width\nHorizontal full widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.width_σ\nerror of ferritic.object[:].axisymmetric[:].rectangle.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.z\nGeometric centre ZUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].rectangle.z_σ\nerror of ferritic.object[:].axisymmetric[:].rectangle.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.first_point.r_σ\nerror of ferritic.object[:].axisymmetric[:].thickline.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.first_point.z_σ\nerror of ferritic.object[:].axisymmetric[:].thickline.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.second_point.r_σ\nerror of ferritic.object[:].axisymmetric[:].thickline.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.second_point.z_σ\nerror of ferritic.object[:].axisymmetric[:].thickline.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.thickness\nThicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].axisymmetric[:].thick_line.thickness_σ\nerror of ferritic.object[:].axisymmetric[:].thick_line.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].centroid.x\nList of X coordinatesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].centroid.x_σ\nerror of ferritic.object[:].centroid.xUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].centroid.y\nList of Y coordinatesUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].centroid.y_σ\nerror of ferritic.object[:].centroid.yUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].centroid.z\nList of Z coordinatesUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].centroid.z_σ\nerror of ferritic.object[:].centroid.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].ggd_object_index\nIndex of GGD volumic object corresponding to each element. Refers to the array /gridggd/space(1)/objectsper_dimension(4)/objectData Type: INT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].permeability_table_index\nIndex of permeability table to be used for each element. If not allocated or if an element is equal to EMPTYINT, use the sibling saturated relative permeability instead ../relativepermeability, for that elementData Type: INT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].saturated_relative_permeability\nSaturated relative magnetic permeability of each elementUnits: H.m^-1\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].saturated_relative_permeability_σ\nerror of ferritic.object[:].saturatedrelativepermeabilityUnits: H.m^-1\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].b_field_r\nR component of the magnetic field at each centroidUnits: T\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].b_field_r_σ\nerror of ferritic.object[:].timeslice[:].bfield_rUnits: T\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].b_field_tor\nToroidal component of the magnetic field at each centroidUnits: T\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].b_field_tor_σ\nerror of ferritic.object[:].timeslice[:].bfield_torUnits: T\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].b_field_z\nZ component of the magnetic field at each centroidUnits: T\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].b_field_z_σ\nerror of ferritic.object[:].timeslice[:].bfield_zUnits: T\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].magnetic_moment_r\nR component of the magnetic moment of each elementUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].magnetic_moment_r_σ\nerror of ferritic.object[:].timeslice[:].magneticmoment_rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].magnetic_moment_tor\nToroidal component of the magnetic moment of each elementUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].magnetic_moment_tor_σ\nerror of ferritic.object[:].timeslice[:].magneticmoment_torUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].magnetic_moment_z\nZ component of the magnetic moment of each elementUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].magnetic_moment_z_σ\nerror of ferritic.object[:].timeslice[:].magneticmoment_zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].volume\nVolume of each element of this objectUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.object[:].volume_σ\nerror of ferritic.object[:].volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"ferritic.object[:].centroid.x\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.permeability_table[:].b_field\nArray of magnetic field values, for each of which the relative permeability is givenUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.permeability_table[:].b_field_σ\nerror of ferritic.permeabilitytable[:].bfieldUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.permeability_table[:].description\nDescription of this tableData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.permeability_table[:].name\nName of this tableData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.permeability_table[:].relative_permeability\nRelative permeability as a function of the magnetic fieldData Type: FLT_1D\nCoordinates: [\"ferritic.permeability_table[:].b_field\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.permeability_table[:].relative_permeability_σ\nerror of ferritic.permeabilitytable[:].relativepermeabilityData Type: FLT_1D\nCoordinates: [\"ferritic.permeability_table[:].b_field\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ferritic.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.b_field_z.data\nDataUnits: T\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"focs.b_field_z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.b_field_z.data_σ\nerror of focs.bfieldz.dataUnits: T\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"focs.b_field_z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.b_field_z.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.b_field_z.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.b_field_z.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"focs.b_field_z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"focs.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"focs.current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.current.data_σ\nerror of focs.current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"focs.current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.current.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.current.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"focs.current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_length\nSpun fibre length on the vacuum vesselUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_length_σ\nerror of focs.fibre_lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.beat_length\nLinear beat lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.beat_length_σ\nerror of focs.fibreproperties.beatlengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.id\nID of the fibre, e.g. commercial referenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.spun\nSpun periodUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.spun_σ\nerror of focs.fibre_properties.spunUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.spun_initial_azimuth\nSpun fibre initial azimuthUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.spun_initial_azimuth_σ\nerror of focs.fibreproperties.spuninitial_azimuthUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.twist\nTwist periodUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.twist_σ\nerror of focs.fibre_properties.twistUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.verdet_constant\nVerdet constantUnits: rad.T^-1.m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.fibre_properties.verdet_constant_σ\nerror of focs.fibreproperties.verdetconstantUnits: rad.T^-1.m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.id\nID of the FOCSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.latency_σ\nerror of focs.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.name\nName of the FOCSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.outline.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"focs.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.outline.phi_σ\nerror of focs.outline.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"focs.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.outline.r_σ\nerror of focs.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"focs.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.outline.z_σ\nerror of focs.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"focs.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s0\nS0 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s0_σ\nerror of focs.stokes_initial.s0Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s1\nS1 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s1_σ\nerror of focs.stokes_initial.s1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s2\nS2 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s2_σ\nerror of focs.stokes_initial.s2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s3\nS3 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_initial.s3_σ\nerror of focs.stokes_initial.s3Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s0\nS0 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s0_σ\nerror of focs.stokes_output[:].s0Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s1\nS1 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s1_σ\nerror of focs.stokes_output[:].s1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s2\nS2 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s2_σ\nerror of focs.stokes_output[:].s2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s3\nS3 component of the unit Stokes vectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].s3_σ\nerror of focs.stokes_output[:].s3Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.stokes_output[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: focs.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"gas_injection.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.latency_σ\nerror of gas_injection.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].exit_position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].exit_position.phi_σ\nerror of gasinjection.pipe[:].exitposition.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].exit_position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].exit_position.r_σ\nerror of gasinjection.pipe[:].exitposition.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].exit_position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].exit_position.z_σ\nerror of gasinjection.pipe[:].exitposition.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].flow_rate.data\nDataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.pipe[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].flow_rate.data_σ\nerror of gasinjection.pipe[:].flowrate.dataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.pipe[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].flow_rate.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].identifier\nID of the injection pipeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].length\nPipe lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].length_σ\nerror of gas_injection.pipe[:].lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].name\nName of the injection pipeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].second_point.phi_σ\nerror of gasinjection.pipe[:].secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].second_point.r_σ\nerror of gasinjection.pipe[:].secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].second_point.z_σ\nerror of gasinjection.pipe[:].secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].element[:].a_σ\nerror of gas_injection.pipe[:].species[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].element[:].z_n_σ\nerror of gasinjection.pipe[:].species[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].fraction\nRelative fraction of this species (in molecules) in the gas mixtureData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].fraction_σ\nerror of gas_injection.pipe[:].species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].species[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.pipe[:].valve_indices\nIndices (from the ../../valve array of structure) of the valve(s) that are feeding this pipeData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].electron_rate.data\nDataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].electron_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].electron_rate.data_σ\nerror of gasinjection.valve[:].electronrate.dataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].electron_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].electron_rate.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate.data\nDataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate.data_σ\nerror of gasinjection.valve[:].flowrate.dataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate_max\nMaximum flow rate of the valveUnits: Pa.m^3.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate_max_σ\nerror of gasinjection.valve[:].flowrate_maxUnits: Pa.m^3.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate_min\nMinimum flow rate of the valveUnits: Pa.m^3.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].flow_rate_min_σ\nerror of gasinjection.valve[:].flowrate_minUnits: Pa.m^3.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].identifier\nID of the valveData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].name\nName of the valveData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].pipe_indices\nIndices (from the ../../pipe array of structure) of the pipe(s) that are fed by this valveData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].response_curve.flow_rate\nFlow rate at the exit of the valveUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].response_curve.voltage\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].response_curve.flow_rate_σ\nerror of gasinjection.valve[:].responsecurve.flow_rateUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].response_curve.voltage\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].response_curve.voltage\nVoltage applied to open the valveUnits: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].response_curve.voltage_σ\nerror of gasinjection.valve[:].responsecurve.voltageUnits: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].element[:].a_σ\nerror of gas_injection.valve[:].species[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].element[:].z_n_σ\nerror of gasinjection.valve[:].species[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].fraction\nRelative fraction of this species (in molecules) in the gas mixtureData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].fraction_σ\nerror of gas_injection.valve[:].species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].species[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].voltage.data_σ\nerror of gas_injection.valve[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"gas_injection.valve[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_injection.valve[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"gas_pumping.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].flow_rate.data\nDataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_pumping.duct[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].flow_rate.data_σ\nerror of gaspumping.duct[:].flowrate.dataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_pumping.duct[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].flow_rate.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].identifier\nID of the pumping ductData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].name\nName of the pumping ductData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].element[:].a_σ\nerror of gas_pumping.duct[:].species[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].element[:].z_n_σ\nerror of gaspumping.duct[:].species[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].flow_rate.data\nDataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_pumping.duct[:].species[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].flow_rate.data_σ\nerror of gaspumping.duct[:].species[:].flowrate.dataUnits: Pa.m^3.s^-1\nData Type: FLT_1D\nCoordinates: [\"gas_pumping.duct[:].species[:].flow_rate.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].flow_rate.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.duct[:].species[:].label\nString identifying the neutral molecule (e.g. H2, D2, T2, N2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gas_pumping.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"gyrokinetics_local.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.collisions.collisionality_norm\nNormalised collisionality between two speciesData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.collisions.collisionality_norm_σ\nerror of gyrokineticslocal.collisions.collisionalitynormData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.b_field_tor_sign\nSign of the toroidal magnetic fieldData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.b_field_tor_sign_σ\nerror of gyrokineticslocal.fluxsurface.bfieldtor_signData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.dc_dr_minor_norm\nDerivative of the 'c' shape coefficients with respect to rminornormData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.flux_surface.shape_coefficients_c\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.dc_dr_minor_norm_σ\nerror of gyrokineticslocal.fluxsurface.dcdrminor_normData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.flux_surface.shape_coefficients_c\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.delongation_dr_minor_norm\nDerivative of the elongation with respect to rminornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.delongation_dr_minor_norm_σ\nerror of gyrokineticslocal.fluxsurface.delongationdrminor_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.dgeometric_axis_r_dr_minor\nDerivative of the major radius of the surface geometric axis with respect to r_minorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.dgeometric_axis_r_dr_minor_σ\nerror of gyrokineticslocal.fluxsurface.dgeometricaxisrdrminorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.dgeometric_axis_z_dr_minor\nDerivative of the height of the surface geometric axis with respect to r_minorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.dgeometric_axis_z_dr_minor_σ\nerror of gyrokineticslocal.fluxsurface.dgeometricaxiszdrminorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.ds_dr_minor_norm\nDerivative of the 's' shape coefficients with respect to rminornormData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.flux_surface.shape_coefficients_s\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.ds_dr_minor_norm_σ\nerror of gyrokineticslocal.fluxsurface.dsdrminor_normData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.flux_surface.shape_coefficients_s\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.elongation\nElongationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.elongation_σ\nerror of gyrokineticslocal.fluxsurface.elongationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.ip_sign\nSign of the plasma currentData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.ip_sign_σ\nerror of gyrokineticslocal.fluxsurface.ip_signData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.magnetic_shear_r_minor\nMagnetic shear, defined as rminornorm/q . dq/drminornorm (different definition from the equilibrium IDS)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.magnetic_shear_r_minor_σ\nerror of gyrokineticslocal.fluxsurface.magneticshearr_minorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.pressure_gradient_norm\nNormalised pressure gradient (derivative with respect to rminornorm)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.pressure_gradient_norm_σ\nerror of gyrokineticslocal.fluxsurface.pressuregradientnormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.q\nSafety factorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.q_σ\nerror of gyrokineticslocal.fluxsurface.qData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.r_minor_norm\nNormalised minor radius of the flux surface of interest = 1/2 * (max(R) - min(R))/L_refData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.r_minor_norm_σ\nerror of gyrokineticslocal.fluxsurface.rminornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.shape_coefficients_c\n'c' coefficients in the formula defining the shape of the flux surfaceData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.shape_coefficients_c_σ\nerror of gyrokineticslocal.fluxsurface.shapecoefficientscData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.shape_coefficients_s\n's' coefficients in the formula defining the shape of the flux surfaceData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.flux_surface.shape_coefficients_s_σ\nerror of gyrokineticslocal.fluxsurface.shapecoefficientssData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].binormal_wavevector_norm\nNormalised binormal component of the wavevectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].binormal_wavevector_norm_σ\nerror of gyrokineticslocal.linear.wavevector[:].binormalwavevector_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\nPoloidal angle grid. The angle is defined with respect to (R0,Z0) with R0=(Rmax-Rmin)/2 and Z0=(Zmax-Zmin)/2. It is increasing clockwise. So (r,theta,phi) is right-handed. theta=0 for Z=Z0 and R>R0 (LFS)Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].anglepolData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_norm\nNormalised perturbed parallel vector potentialData Type: CPX_2D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_parity\nParity of the perturbed parallel vector potential with respect to theta = 0 (poloidal angle)Data Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_parity_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.afieldparallelperturbed_parityData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_weight\nAmplitude of the perturbed parallel vector potential normalised to the sum of amplitudes of all perturbed fieldsData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.a_field_parallel_perturbed_weight_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.afieldparallelperturbed_weightData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_norm\nNormalised perturbed parallel magnetic fieldData Type: CPX_2D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_parity\nParity of the perturbed parallel magnetic field with respect to theta = 0 (poloidal angle)Data Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_parity_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.bfieldparallelperturbed_parityData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_weight\nAmplitude of the perturbed parallel magnetic field normalised to the sum of amplitudes of all perturbed fieldsData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.b_field_parallel_perturbed_weight_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.bfieldparallelperturbed_weightData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_norm\nNormalised perturbed electrostatic potentialData Type: CPX_2D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_parity\nParity of the perturbed electrostatic potential with respect to theta = 0 (poloidal angle)Data Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_parity_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.phipotentialperturbedparityData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_weight\nAmplitude of the perturbed electrostatic potential normalised to the sum of amplitudes of all perturbed fieldsData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].fields.phi_potential_perturbed_weight_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].fields.phipotentialperturbedweightData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].frequency_norm\nFrequencyData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].frequency_norm_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].frequencynormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_norm\nGrowth rateData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_norm_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].growthrate_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_tolerance\nRelative tolerance on the growth rate (convergence of the simulation)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].growth_rate_tolerance_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].growthrate_toleranceData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].initial_value_run\nFlag = 1 if this is an initial value run, 0 for an eigenvalue runData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.energyafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.energybfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.energy_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.energyphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorparallelafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorparallelbfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorparallelphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorperpendicularafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorperpendicularbfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.momentumtorperpendicularphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.particlesafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.particlesbfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights.particles_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweights.particlesphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.energyafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.energybfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.energyphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorparallelafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorparallelbfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorparallelphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorperpendicularafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorperpendicularbfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.momentumtorperpendicularphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.particlesafield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.particlesbfield_parallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].linear_weights_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].linearweightsrotatingframe.particlesphipotentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.density\nNormalised densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.heat_flux_parallel\nNormalised parallel heat flux (integral of 0.5 * m * v_par * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.j_parallel\nNormalised parallel current densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.pressure_parallel\nNormalised parallel temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.pressure_perpendicular\nNormalised perpendicular temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.v_parallel_energy_perpendicular\nNormalised moment (integral over 0.5 * m * vpar * vperp^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter.v_perpendicular_square_energy\nNormalised moment (integral over 0.5 * m * v_perp^2 * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.density\nNormalised densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.heat_flux_parallel\nNormalised parallel heat flux (integral of 0.5 * m * v_par * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.j_parallel\nNormalised parallel current densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.pressure_parallel\nNormalised parallel temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.pressure_perpendicular\nNormalised perpendicular temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.v_parallel_energy_perpendicular\nNormalised moment (integral over 0.5 * m * vpar * vperp^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_0.v_perpendicular_square_energy\nNormalised moment (integral over 0.5 * m * v_perp^2 * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.density\nNormalised densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.heat_flux_parallel\nNormalised parallel heat flux (integral of 0.5 * m * v_par * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.j_parallel\nNormalised parallel current densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.pressure_parallel\nNormalised parallel temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.pressure_perpendicular\nNormalised perpendicular temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.v_parallel_energy_perpendicular\nNormalised moment (integral over 0.5 * m * vpar * vperp^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_gyrocenter_bessel_1.v_perpendicular_square_energy\nNormalised moment (integral over 0.5 * m * v_perp^2 * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.density\nNormalised densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.heat_flux_parallel\nNormalised parallel heat flux (integral of 0.5 * m * v_par * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.j_parallel\nNormalised parallel current densityData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.pressure_parallel\nNormalised parallel temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.pressure_perpendicular\nNormalised perpendicular temperatureData Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.v_parallel_energy_perpendicular\nNormalised moment (integral over 0.5 * m * vpar * vperp^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].moments_norm_particle.v_perpendicular_square_energy\nNormalised moment (integral over 0.5 * m * v_perp^2 * v^2)Data Type: CPX_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].angle_pol\", \"gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].poloidal_turns\nNumber of poloidal turns considered in the flux-tube simulationData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm\nNormalised time of the gyrokinetic simulationData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].eigenmode[:].time_norm_σ\nerror of gyrokineticslocal.linear.wavevector[:].eigenmode[:].timenormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].radial_wavevector_norm\nNormalised radial component of the wavevectorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.linear.wavevector[:].radial_wavevector_norm_σ\nerror of gyrokineticslocal.linear.wavevector[:].radialwavevector_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.adiabatic_electrons\nFlag = 1 if electrons are adiabatic, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.collisions_energy_conservation\nFlag = 1 if the collision operator conserves energy, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.collisions_finite_larmor_radius\nFlag = 1 if finite larmor radius effects are retained in the collision operator, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.collisions_momentum_conservation\nFlag = 1 if the collision operator conserves momentum, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.collisions_pitch_only\nFlag = 1 if only pitch-angle scattering is retained, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.include_a_field_parallel\nFlag = 1 if fluctuations of the parallel vector potential are retained, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.include_b_field_parallel\nFlag = 1 if fluctuations of the parallel magnetic field are retained, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.include_centrifugal_effects\nFlag = 1 if centrifugal effects are retained, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.include_coriolis_drift\nFlag = 1 if Coriolis drift is included, 0 otherwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.model.include_full_curvature_drift\nFlag = 1 if all contributions to the curvature drift are included (including betaprime), 0 otherwise. Neglecting the betaprime contribution (Flag=0) is only recommended together with the neglect of parallel magnetic field fluctuationsData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.angle_pol\nPoloidal angle grid. The angle is defined with respect to (R0,Z0) with R0=(Rmax-Rmin)/2 and Z0=(Zmax-Zmin)/2. It is increasing clockwise. So (r,theta,phi) is right-handed. theta=0 for Z=Z0 and R>R0 (LFS)Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.angle_pol_σ\nerror of gyrokineticslocal.nonlinear.angle_polData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.binormal_wavevector_norm\nArray of normalised binormal wavevectorsData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.binormal_wavevector_norm_σ\nerror of gyrokineticslocal.nonlinear.binormalwavevectornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_4d.a_field_parallel_perturbed_norm\nNormalised perturbed parallel vector potentialData Type: CPX_4D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_4d.b_field_parallel_perturbed_norm\nNormalised perturbed parallel magnetic fieldData Type: CPX_4D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_4d.phi_potential_perturbed_norm\nNormalised perturbed electrostatic potentialData Type: CPX_4D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_1d.a_field_parallel_perturbed_norm\nNormalised perturbed parallel vector potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_1d.a_field_parallel_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity1d.afieldparallelperturbednormData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_1d.b_field_parallel_perturbed_norm\nNormalised perturbed parallel magnetic fieldData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_1d.b_field_parallel_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity1d.bfieldparallelperturbednormData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_1d.phi_potential_perturbed_norm\nNormalised perturbed electrostatic potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_1d.phi_potential_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity1d.phipotentialperturbed_normData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.a_field_parallel_perturbed_norm\nNormalised perturbed parallel vector potentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.a_field_parallel_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity2dsurfaceaverage.afieldparallelperturbednormData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.b_field_parallel_perturbed_norm\nNormalised perturbed parallel magnetic fieldData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.b_field_parallel_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity2dsurfaceaverage.bfieldparallelperturbednormData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.phi_potential_perturbed_norm\nNormalised perturbed electrostatic potentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_2d_surface_average.phi_potential_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity2dsurfaceaverage.phipotentialperturbed_normData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_3d.a_field_parallel_perturbed_norm\nNormalised perturbed parallel vector potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_3d.a_field_parallel_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity3d.afieldparallelperturbednormData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_3d.b_field_parallel_perturbed_norm\nNormalised perturbed parallel magnetic fieldData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_3d.b_field_parallel_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity3d.bfieldparallelperturbednormData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_3d.phi_potential_perturbed_norm\nNormalised perturbed electrostatic potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_intensity_3d.phi_potential_perturbed_norm_σ\nerror of gyrokineticslocal.nonlinear.fieldsintensity3d.phipotentialperturbed_normData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_zonal_2d.a_field_parallel_perturbed_norm\nNormalised perturbed parallel vector potentialData Type: CPX_2D\nCoordinates: [\"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_zonal_2d.b_field_parallel_perturbed_norm\nNormalised perturbed parallel magnetic fieldData Type: CPX_2D\nCoordinates: [\"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fields_zonal_2d.phi_potential_perturbed_norm\nNormalised perturbed electrostatic potentialData Type: CPX_2D\nCoordinates: [\"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.energyafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.energybfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.energyphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.momentumtorparallelafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.momentumtorparallelbfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.momentumtorparallelphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.momentumtorperpendicularafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.momentumtorperpendicularbfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.momentumtorperpendicularphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.particlesafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.particlesbfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1d.particlesphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.energyafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.energybfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.energyphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorparallelafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorparallelbfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorparallelphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorperpendicularafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorperpendicularbfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.momentumtorperpendicularphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.particlesafieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.particlesbfieldparallelData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_1d_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes1drotatingframe.particlesphi_potentialData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.energyafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.energybfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.energyphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorparallelafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorparallelbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorparallelphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorperpendicularafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorperpendicularbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.momentumtorperpendicularphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.particlesafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.particlesbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysum.particlesphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.energyafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.energybfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.energyphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorparallelafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorparallelbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorparallelphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorperpendicularafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorperpendicularbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.momentumtorperpendicularphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.particlesafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.particlesbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_k_y_sum_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxkysumrotatingframe.particlesphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.energyafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.energybfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.energyphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorparallelafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorparallelbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorparallelphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorperpendicularafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorperpendicularbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.momentumtorperpendicularphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.particlesafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.particlesbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsum.particlesphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.energyafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.energybfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.energyphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorparallelafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorparallelbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorparallelphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorperpendicularafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorperpendicularbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.momentumtorperpendicularphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.particlesafield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.particlesbfield_parallelData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_2d_k_x_sum_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes2dkxsumrotatingframe.particlesphipotentialData Type: FLT_2D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.energyafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.energybfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.energyphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.momentumtorparallelafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.momentumtorparallelbfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.momentumtorparallelphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.momentumtorperpendicularafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.momentumtorperpendicularbfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.momentumtorperpendicularphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.particlesafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.particlesbfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3d.particlesphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.energyafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.energybfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.energyphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorparallelafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorparallelbfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorparallelphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorperpendicularafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorperpendicularbfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.momentumtorperpendicularphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.particlesafieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.particlesbfieldparallelData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_3d_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes3drotatingframe.particlesphi_potentialData Type: FLT_3D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.energyafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.energybfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.energyphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.momentumtorparallelafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.momentumtorparallelbfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.momentumtorparallelphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.momentumtorperpendicularafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.momentumtorperpendicularbfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.momentumtorperpendicularphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.particlesafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.particlesbfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4d.particlesphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.energyafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.energybfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.energyphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorparallelafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorparallelbfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorparallelphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorperpendicularafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorperpendicularbfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.momentumtorperpendicularphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.particlesafieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.particlesbfieldparallelData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_4d_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes4drotatingframe.particlesphi_potentialData Type: FLT_4D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.energyafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.energybfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.energyphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.momentumtorparallelafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.momentumtorparallelbfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.momentumtorparallelphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.momentumtorperpendicularafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.momentumtorperpendicularbfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.momentumtorperpendicularphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.particlesafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.particlesbfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5d.particlesphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised energy fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.energyafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised energy fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.energybfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_phi_potential\nContribution of the perturbed electrostatic potential to the normalised energy fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.energy_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.energyphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorparallelafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_b_field_parallel\nContribution of the perturbed parallel magnetic field to the parallel component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorparallelbfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_phi_potential\nContribution of the perturbed electrostatic potential to the parallel component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_parallel_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorparallelphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorperpendicularafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_b_field_parallel\nContribution of the perturbed parallel magnetic field to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorperpendicularbfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_phi_potential\nContribution of the perturbed electrostatic potential to the perpendicular component of the normalised toroidal momentum fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.momentum_tor_perpendicular_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.momentumtorperpendicularphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_a_field_parallel\nContribution of the perturbed parallel electromagnetic potential to the normalised particle fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_a_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.particlesafieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_b_field_parallel\nContribution of the perturbed parallel magnetic field to the normalised particle fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_b_field_parallel_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.particlesbfieldparallelData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_phi_potential\nContribution of the perturbed electrostatic potential to the normalised particle fluxData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.fluxes_5d_rotating_frame.particles_phi_potential_σ\nerror of gyrokineticslocal.nonlinear.fluxes5drotatingframe.particlesphi_potentialData Type: FLT_5D\nCoordinates: [\"gyrokinetics_local.species\", \"gyrokinetics_local.non_linear.binormal_wavevector_norm\", \"gyrokinetics_local.non_linear.radial_wavevector_norm\", \"gyrokinetics_local.non_linear.angle_pol\", \"gyrokinetics_local.non_linear.time_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.quasi_linear\nFlag = 1 if the non-linear fluxes are in fact calculated by a quasi-linear model, 0 if non-linearData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.radial_wavevector_norm\nArray of normalised radial wavevectorsData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.radial_wavevector_norm_σ\nerror of gyrokineticslocal.nonlinear.radialwavevectornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.time_interval_norm\nNormalised time interval used to average fluxes in non-linear runsData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.time_interval_norm_σ\nerror of gyrokineticslocal.nonlinear.timeintervalnormData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.time_norm\nNormalised time of the gyrokinetic simulationData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.non_linear.time_norm_σ\nerror of gyrokineticslocal.nonlinear.time_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.b_field_tor\nToroidal magnetic field at major radius rUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.b_field_tor_σ\nerror of gyrokineticslocal.normalizingquantities.bfieldtorUnits: T\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.n_e\nElectron density at outboard equatorial midplane of the flux surface (angle_pol = 0)Units: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.n_e_σ\nerror of gyrokineticslocal.normalizingquantities.n_eUnits: m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.r\nMajor radius of the flux surface of interest, defined as (min(R)+max(R))/2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.r_σ\nerror of gyrokineticslocal.normalizingquantities.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.t_e\nElectron temperature at outboard equatorial midplane of the flux surface (angle_pol = 0)Units: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.normalizing_quantities.t_e_σ\nerror of gyrokineticslocal.normalizingquantities.t_eUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].charge_norm\nNormalised chargeData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].charge_norm_σ\nerror of gyrokineticslocal.species[:].chargenormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].density_log_gradient_norm\nNormalised logarithmic gradient (with respect to rminornorm) of the densityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].density_log_gradient_norm_σ\nerror of gyrokineticslocal.species[:].densityloggradientnormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].density_norm\nNormalised densityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].density_norm_σ\nerror of gyrokineticslocal.species[:].densitynormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].mass_norm\nNormalised massData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].mass_norm_σ\nerror of gyrokineticslocal.species[:].massnormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].potential_energy_gradient_norm\nEffective potential energy determining the poloidal variation of the species background densityData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species_all.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].potential_energy_gradient_norm_σ\nerror of gyrokineticslocal.species[:].potentialenergygradientnormData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species_all.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].potential_energy_norm\nNormalised gradient (with respect to rminornorm) of the effective potential energyData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species_all.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].potential_energy_norm_σ\nerror of gyrokineticslocal.species[:].potentialenergy_normData Type: FLT_1D\nCoordinates: [\"gyrokinetics_local.species_all.angle_pol\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].temperature_log_gradient_norm\nNormalised logarithmic gradient (with respect to rminornorm) of the temperatureData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].temperature_log_gradient_norm_σ\nerror of gyrokineticslocal.species[:].temperatureloggradientnormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].temperature_norm\nNormalised temperatureData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].temperature_norm_σ\nerror of gyrokineticslocal.species[:].temperaturenormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].velocity_tor_gradient_norm\nNormalised gradient (with respect to rminornorm) of the toroidal velocityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species[:].velocity_tor_gradient_norm_σ\nerror of gyrokineticslocal.species[:].velocitytorgradientnormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.angle_pol\nPoloidal angle grid, from -pi to pi, on which the species dependent effective potential energy (which determines the poloidal variation of the density) is expressed. The angle is defined with respect to (R0,Z0) with R0=(Rmax-Rmin)/2 and Z0=(Zmax-Zmin)/2. It is increasing clockwise. So (r,theta,phi) is right-handed. theta=0 for Z=Z0 and R>R0 (LFS)Units: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.angle_pol_σ\nerror of gyrokineticslocal.speciesall.angle_polUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.beta_reference\nReference plasma beta (see detailed documentation at the root of the IDS)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.beta_reference_σ\nerror of gyrokineticslocal.speciesall.beta_referenceData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.debye_length_norm\nDebye length computed from the reference quantities (see detailed documentation at the root of the IDS)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.debye_length_norm_σ\nerror of gyrokineticslocal.speciesall.debyelengthnormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.shearing_rate_norm\nNormalised ExB shearing rate (for non-linear runs only)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.shearing_rate_norm_σ\nerror of gyrokineticslocal.speciesall.shearingratenormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.velocity_tor_norm\nNormalised toroidal velocity of species (all species are assumed to have a purely toroidal velocity with a common toroidal angular frequency)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.species_all.velocity_tor_norm_σ\nerror of gyrokineticslocal.speciesall.velocitytornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: gyrokinetics_local.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].centre.phi_σ\nerror of hardxrays.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].centre.r_σ\nerror of hardxrays.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].centre.z_σ\nerror of hardxrays.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].outline.x1_σ\nerror of hardxrays.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].outline.x2_σ\nerror of hardxrays.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].radius_σ\nerror of hardxrays.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].surface_σ\nerror of hardxrays.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of hardxrays.channel[:].aperture[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of hardxrays.channel[:].aperture[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of hardxrays.channel[:].aperture[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x1_width_σ\nerror of hardxrays.channel[:].aperture[:].x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of hardxrays.channel[:].aperture[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of hardxrays.channel[:].aperture[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of hardxrays.channel[:].aperture[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x2_width_σ\nerror of hardxrays.channel[:].aperture[:].x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of hardxrays.channel[:].aperture[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of hardxrays.channel[:].aperture[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of hardxrays.channel[:].aperture[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.centre.phi_σ\nerror of hardxrays.channel[:].detector.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.centre.r_σ\nerror of hardxrays.channel[:].detector.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.centre.z_σ\nerror of hardxrays.channel[:].detector.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.outline.x1_σ\nerror of hardxrays.channel[:].detector.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.outline.x2_σ\nerror of hardxrays.channel[:].detector.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.radius_σ\nerror of hardxrays.channel[:].detector.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.surface_σ\nerror of hardxrays.channel[:].detector.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_unit_vector.x_σ\nerror of hardxrays.channel[:].detector.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_unit_vector.y_σ\nerror of hardxrays.channel[:].detector.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_unit_vector.z_σ\nerror of hardxrays.channel[:].detector.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x1_width_σ\nerror of hardxrays.channel[:].detector.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_unit_vector.x_σ\nerror of hardxrays.channel[:].detector.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_unit_vector.y_σ\nerror of hardxrays.channel[:].detector.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_unit_vector.z_σ\nerror of hardxrays.channel[:].detector.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x2_width_σ\nerror of hardxrays.channel[:].detector.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x3_unit_vector.x_σ\nerror of hardxrays.channel[:].detector.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x3_unit_vector.y_σ\nerror of hardxrays.channel[:].detector.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].detector.x3_unit_vector.z_σ\nerror of hardxrays.channel[:].detector.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].detection_efficiency\nProbability of detection of a photon impacting the detector as a function of its energy Data Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].energy_band[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].detection_efficiency_σ\nerror of hardxrays.channel[:].energyband[:].detectionefficiencyData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].energy_band[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].energies\nArray of discrete energy values inside the bandUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].energies_σ\nerror of hardxrays.channel[:].energy_band[:].energiesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].lower_bound\nLower bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].lower_bound_σ\nerror of hardxrays.channel[:].energyband[:].lowerboundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].upper_bound\nUpper bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].energy_band[:].upper_bound_σ\nerror of hardxrays.channel[:].energyband[:].upperboundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].etendue\nEtendue (geometric extent) of the channel's optical systemUnits: m^2.str\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].etendue_σ\nerror of hardxrays.channel[:].etendueUnits: m^2.str\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].etendue_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].etendue_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].etendue_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].centre.phi_σ\nerror of hardxrays.channel[:].filter_window[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].centre.r_σ\nerror of hardxrays.channel[:].filter_window[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].centre.z_σ\nerror of hardxrays.channel[:].filter_window[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].identifier\nID of the filterData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].outline.x1_σ\nerror of hardxrays.channel[:].filter_window[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].filter_window[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].outline.x2_σ\nerror of hardxrays.channel[:].filter_window[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].filter_window[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].photon_absorption\nProbability of absorbing a photon passing through the filter as a function of its wavelength Data Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].filter_window[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].photon_absorption_σ\nerror of hardxrays.channel[:].filterwindow[:].photonabsorptionData Type: FLT_1D\nCoordinates: [\"hard_x_rays.channel[:].filter_window[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].radius\nRadius of the circle, used only if geometry_type/index = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].radius_σ\nerror of hardxrays.channel[:].filter_window[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].surface\nSurface of the filter, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].surface_σ\nerror of hardxrays.channel[:].filter_window[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].thickness\nThickness of the filter windowUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].thickness_σ\nerror of hardxrays.channel[:].filter_window[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].wavelength_lower\nLower bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].wavelength_lower_σ\nerror of hardxrays.channel[:].filterwindow[:].wavelengthlowerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].wavelength_upper\nUpper bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].wavelength_upper_σ\nerror of hardxrays.channel[:].filterwindow[:].wavelengthupperUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].wavelengths\nArray of wavelength valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].wavelengths_σ\nerror of hardxrays.channel[:].filter_window[:].wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_curvature_σ\nerror of hardxrays.channel[:].filterwindow[:].x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_unit_vector.x_σ\nerror of hardxrays.channel[:].filterwindow[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_unit_vector.y_σ\nerror of hardxrays.channel[:].filterwindow[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_unit_vector.z_σ\nerror of hardxrays.channel[:].filterwindow[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_width\nFull width of the filter in the X1 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x1_width_σ\nerror of hardxrays.channel[:].filterwindow[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_curvature_σ\nerror of hardxrays.channel[:].filterwindow[:].x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_unit_vector.x_σ\nerror of hardxrays.channel[:].filterwindow[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_unit_vector.y_σ\nerror of hardxrays.channel[:].filterwindow[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_unit_vector.z_σ\nerror of hardxrays.channel[:].filterwindow[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_width\nFull width of the filter in the X2 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x2_width_σ\nerror of hardxrays.channel[:].filterwindow[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x3_unit_vector.x_σ\nerror of hardxrays.channel[:].filterwindow[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x3_unit_vector.y_σ\nerror of hardxrays.channel[:].filterwindow[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].filter_window[:].x3_unit_vector.z_σ\nerror of hardxrays.channel[:].filterwindow[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.first_point.phi_σ\nerror of hardxrays.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.first_point.r_σ\nerror of hardxrays.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.first_point.z_σ\nerror of hardxrays.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.second_point.phi_σ\nerror of hardxrays.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.second_point.r_σ\nerror of hardxrays.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].line_of_sight.second_point.z_σ\nerror of hardxrays.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].radiance.data\nDataUnits: (photons).s^-1.m^-2.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"hard_x_rays.channel[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].radiance.data_σ\nerror of hardxrays.channel[:].radiance.dataUnits: (photons).s^-1.m^-2.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"hard_x_rays.channel[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].radiance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].radiance.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.channel[:].radiance.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"hard_x_rays.channel[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"hard_x_rays.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].emissivity\nRadial profile of the plasma emissivity in this energy bandUnits: (photons).m^-3.str^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].rho_tor_norm\", \"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].emissivity_σ\nerror of hardxrays.emissivityprofile1d[:].emissivityUnits: (photons).m^-3.str^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].rho_tor_norm\", \"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].half_width_external\nExternal (towards separatrix) half width of the emissivity peak (in normalised toroidal flux)Data Type: FLT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].half_width_external_σ\nerror of hardxrays.emissivityprofile1d[:].halfwidthexternalData Type: FLT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].half_width_internal\nInternal (towards magnetic axis) half width of the emissivity peak (in normalised toroidal flux)Data Type: FLT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].half_width_internal_σ\nerror of hardxrays.emissivityprofile1d[:].halfwidthinternalData Type: FLT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].lower_bound\nLower bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].lower_bound_σ\nerror of hardxrays.emissivityprofile1d[:].lower_boundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].peak_position\nNormalised toroidal flux coordinate position at which the emissivity peaksData Type: FLT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].peak_position_σ\nerror of hardxrays.emissivityprofile1d[:].peak_positionData Type: FLT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].rho_tor_norm\nNormalised toroidal flux coordinate gridData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].rho_tor_norm_σ\nerror of hardxrays.emissivityprofile1d[:].rhotornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].upper_bound\nUpper bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].upper_bound_σ\nerror of hardxrays.emissivityprofile1d[:].upper_boundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.emissivity_profile_1d[:].validity_timed\nIndicator of the validity of the emissivity profile data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"hard_x_rays.emissivity_profile_1d[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.latency_σ\nerror of hardxrays.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: hard_x_rays.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].available_launch_power\nAvailable launch powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].available_launch_power_σ\nerror of icantennas.antenna[:].availablelaunch_powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].efficiency.conversion\nConversion efficiency of electric power to microwave powerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].efficiency.conversion_σ\nerror of ic_antennas.antenna[:].efficiency.conversionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].efficiency.coupling\nCoupling efficiency of launched microwave power to the plasmaData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].efficiency.coupling_σ\nerror of ic_antennas.antenna[:].efficiency.couplingData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].efficiency.transmission\nTransmission efficiency of microwave power from generator to antennaData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].efficiency.transmission_σ\nerror of ic_antennas.antenna[:].efficiency.transmissionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].frequency.data_σ\nerror of ic_antennas.antenna[:].frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].frequency.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].identifier\nIdentifier of the antenna (unique within the set of all antennas of the experiment)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].coupling_resistance.data\nDataUnits: ohm\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].coupling_resistance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].coupling_resistance.data_σ\nerror of icantennas.antenna[:].module[:].couplingresistance.dataUnits: ohm\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].coupling_resistance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].coupling_resistance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].amplitude.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].current[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].amplitude.data_σ\nerror of ic_antennas.antenna[:].module[:].current[:].amplitude.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].current[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].identifier\nIdentifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].name\nNameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].phase.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].current[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].phase.data_σ\nerror of ic_antennas.antenna[:].module[:].current[:].phase.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].current[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].position.phi_σ\nerror of ic_antennas.antenna[:].module[:].current[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].position.r_σ\nerror of ic_antennas.antenna[:].module[:].current[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].current[:].position.z_σ\nerror of ic_antennas.antenna[:].module[:].current[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].frequency.data_σ\nerror of ic_antennas.antenna[:].module[:].frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].frequency.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].identifier\nIdentifier of the moduleData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].capacitance.data\nDataUnits: F\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].matching_element[:].capacitance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].capacitance.data_σ\nerror of icantennas.antenna[:].module[:].matchingelement[:].capacitance.dataUnits: F\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].matching_element[:].capacitance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].capacitance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].name\nNameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].phase.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].matching_element[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].phase.data_σ\nerror of icantennas.antenna[:].module[:].matchingelement[:].phase.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].matching_element[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].matching_element[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].name\nName of the moduleData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].phase_forward.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].phase_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].phase_forward.data_σ\nerror of icantennas.antenna[:].module[:].phaseforward.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].phase_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].phase_forward.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].phase_reflected.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].phase_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].phase_reflected.data_σ\nerror of icantennas.antenna[:].module[:].phasereflected.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].phase_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].phase_reflected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_forward.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_forward.data_σ\nerror of icantennas.antenna[:].module[:].powerforward.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_forward.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_launched.data_σ\nerror of icantennas.antenna[:].module[:].powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_reflected.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_reflected.data_σ\nerror of icantennas.antenna[:].module[:].powerreflected.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].power_reflected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].amplitude.data\nDataUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].pressure[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].amplitude.data_σ\nerror of ic_antennas.antenna[:].module[:].pressure[:].amplitude.dataUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].pressure[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].identifier\nIdentifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].name\nNameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].phase.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].pressure[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].phase.data_σ\nerror of ic_antennas.antenna[:].module[:].pressure[:].phase.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].pressure[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].position.phi_σ\nerror of ic_antennas.antenna[:].module[:].pressure[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].position.r_σ\nerror of ic_antennas.antenna[:].module[:].pressure[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].pressure[:].position.z_σ\nerror of ic_antennas.antenna[:].module[:].pressure[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].current.data_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].distance_to_conductor\nDistance to conducting wall or other conductor behind the antenna strapUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].distance_to_conductor_σ\nerror of icantennas.antenna[:].module[:].strap[:].distanceto_conductorUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.r\nCentre major radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.r_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_inner\nInner radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_inner_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.annulus.radiusinnerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_outer\nOuter radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.radius_outer_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.annulus.radiusouterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.z\nCentre heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.z_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.annulus.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.curvature_radii\nCurvature radius of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.curvature_radii_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.arcsofcircle.curvatureradiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r\nMajor radii of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.arcsof_circle.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.z\nHeight of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.z_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.arcsof_circle.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.geometry_type\nType used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.alpha\nInclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.alpha_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.alphaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.beta\nInclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.beta_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.betaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_alpha\nLength of the parallelogram side inclined with angle alpha with respect to the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_alpha_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.oblique.lengthalphaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_beta\nLength of the parallelogram side inclined with angle beta with respect to the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.length_beta_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.oblique.lengthbetaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.r\nMajor radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.r_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.z\nHeight of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.z_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.oblique.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.outline.z_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.height\nVertical full heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.height_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.r\nGeometric centre RUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.r_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.width\nHorizontal full widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.width_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.z\nGeometric centre ZUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.z_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].geometry.rectangle.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.r_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.thickline.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.first_point.z_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.thickline.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.r_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.thickline.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.second_point.z_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.thickline.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.thickness\nThicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].geometry.thick_line.thickness_σ\nerror of icantennas.antenna[:].module[:].strap[:].geometry.thickline.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].outline.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].outline.phi_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].outline.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].outline.r_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].outline.z_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].phase.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].phase.data_σ\nerror of ic_antennas.antenna[:].module[:].strap[:].phase.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].strap[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].width_tor\nWidth of strap in the toroidal directionUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].strap[:].width_tor_σ\nerror of icantennas.antenna[:].module[:].strap[:].widthtorUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].amplitude.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].voltage[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].amplitude.data_σ\nerror of ic_antennas.antenna[:].module[:].voltage[:].amplitude.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].voltage[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].identifier\nIdentifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].name\nNameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].phase.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].voltage[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].phase.data_σ\nerror of ic_antennas.antenna[:].module[:].voltage[:].phase.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].module[:].voltage[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].position.phi_σ\nerror of ic_antennas.antenna[:].module[:].voltage[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].position.r_σ\nerror of ic_antennas.antenna[:].module[:].voltage[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].module[:].voltage[:].position.z_σ\nerror of ic_antennas.antenna[:].module[:].voltage[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].name\nName of the antenna (unique within the set of all antennas of the experiment)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_forward.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_forward.data_σ\nerror of icantennas.antenna[:].powerforward.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_forward.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_launched.data_σ\nerror of icantennas.antenna[:].powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_reflected.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_reflected.data_σ\nerror of icantennas.antenna[:].powerreflected.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.antenna[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].power_reflected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].surface_current[:].m_pol\nPoloidal mode numbers, used to describe the spectrum of the antenna current. The poloidal angle is defined from the reference point; the angle at a point (R,Z) is given by atan((Z-Zref)/(R-Rref)), where Rref=referencepoint/r and Zref=referencepoint/zData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].surface_current[:].n_tor\nToroidal mode numbers, used to describe the spectrum of the antenna current. The wave vector toroidal component is defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi directionData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].surface_current[:].spectrum\nSpectrum of the total surface current on the antenna strap and passive components expressed in poloidal and toroidal modesUnits: A\nData Type: FLT_2D\nCoordinates: [\"ic_antennas.antenna[:].surface_current[:].m_pol\", \"ic_antennas.antenna[:].surface_current[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].surface_current[:].spectrum_σ\nerror of icantennas.antenna[:].surfacecurrent[:].spectrumUnits: A\nData Type: FLT_2D\nCoordinates: [\"ic_antennas.antenna[:].surface_current[:].m_pol\", \"ic_antennas.antenna[:].surface_current[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.antenna[:].surface_current[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"ic_antennas.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.latency_σ\nerror of ic_antennas.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.power_launched.data_σ\nerror of icantennas.powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"ic_antennas.power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.reference_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.reference_point.r_σ\nerror of icantennas.referencepoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.reference_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.reference_point.z_σ\nerror of icantennas.referencepoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ic_antennas.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.first_point.phi_σ\nerror of interferometer.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.first_point.r_σ\nerror of interferometer.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.first_point.z_σ\nerror of interferometer.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.second_point.phi_σ\nerror of interferometer.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.second_point.r_σ\nerror of interferometer.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.second_point.z_σ\nerror of interferometer.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.third_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.third_point.phi_σ\nerror of interferometer.channel[:].lineofsight.third_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.third_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.third_point.r_σ\nerror of interferometer.channel[:].lineofsight.third_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.third_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].line_of_sight.third_point.z_σ\nerror of interferometer.channel[:].lineofsight.third_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.data\nDataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"interferometer.channel[:].n_e.positions.r\", \"interferometer.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.data_σ\nerror of interferometer.channel[:].n_e.dataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"interferometer.channel[:].n_e.positions.r\", \"interferometer.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.positions.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.positions.phi_σ\nerror of interferometer.channel[:].n_e.positions.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.positions.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.positions.r_σ\nerror of interferometer.channel[:].n_e.positions.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.positions.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.positions.z_σ\nerror of interferometer.channel[:].n_e.positions.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line.data\nDataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line.data_σ\nerror of interferometer.channel[:].neline.dataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"interferometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line_average.data\nDataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line_average.data_σ\nerror of interferometer.channel[:].neline_average.dataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].n_e_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line_average.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].n_e_line_average.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"interferometer.channel[:].n_e_line_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].path_length_variation.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].path_length_variation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].path_length_variation.data_σ\nerror of interferometer.channel[:].pathlengthvariation.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].path_length_variation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].path_length_variation.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].fringe_jump_correction\nSigned number of 2pi phase corrections applied to remove a fringe jump, for each time slice on which a correction has been made Data Type: INT_1D\nCoordinates: [\"interferometer.channel[:].wavelength[:].fringe_jump_correction_times\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].fringe_jump_correction_times\nList of time slices of the pulse on which a fringe jump correction has been made Units: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].fringe_jump_correction_times_σ\nerror of interferometer.channel[:].wavelength[:].fringejumpcorrection_timesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].phase_corrected.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].wavelength[:].phase_corrected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].phase_corrected.data_σ\nerror of interferometer.channel[:].wavelength[:].phase_corrected.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"interferometer.channel[:].wavelength[:].phase_corrected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].phase_corrected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].phase_to_n_e_line\nConversion factor to be used to convert phase into line density for this wavelengthUnits: m^-2.rad^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].phase_to_n_e_line_σ\nerror of interferometer.channel[:].wavelength[:].phasetonelineUnits: m^-2.rad^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].value\nWavelength valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.channel[:].wavelength[:].value_σ\nerror of interferometer.channel[:].wavelength[:].valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"interferometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.electrons_n.data\nDataData Type: FLT_1D\nCoordinates: [\"interferometer.electrons_n.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.electrons_n.data_σ\nerror of interferometer.electrons_n.dataData Type: FLT_1D\nCoordinates: [\"interferometer.electrons_n.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.electrons_n.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.electrons_n.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.electrons_n.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"interferometer.electrons_n.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.latency_σ\nerror of interferometer.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.n_e_volume_average.data\nDataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"interferometer.n_e_volume_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.n_e_volume_average.data_σ\nerror of interferometer.nevolume_average.dataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"interferometer.n_e_volume_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.n_e_volume_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.n_e_volume_average.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.n_e_volume_average.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"interferometer.n_e_volume_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: interferometer.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"iron_core.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].b_field\nArray of magnetic field values, for each of which the relative permeability is givenUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].b_field_σ\nerror of ironcore.segment[:].bfieldUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.r\nCentre major radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.r_σ\nerror of iron_core.segment[:].geometry.annulus.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.radius_inner\nInner radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.radius_inner_σ\nerror of ironcore.segment[:].geometry.annulus.radiusinnerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.radius_outer\nOuter radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.radius_outer_σ\nerror of ironcore.segment[:].geometry.annulus.radiusouterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.z\nCentre heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.annulus.z_σ\nerror of iron_core.segment[:].geometry.annulus.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.arcs_of_circle.curvature_radii\nCurvature radius of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.arcs_of_circle.curvature_radii_σ\nerror of ironcore.segment[:].geometry.arcsofcircle.curvatureradiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.arcs_of_circle.r\nMajor radii of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.arcs_of_circle.r_σ\nerror of ironcore.segment[:].geometry.arcsof_circle.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.arcs_of_circle.z\nHeight of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.arcs_of_circle.z_σ\nerror of ironcore.segment[:].geometry.arcsof_circle.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.geometry_type\nType used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.alpha\nInclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.alpha_σ\nerror of iron_core.segment[:].geometry.oblique.alphaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.beta\nInclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.beta_σ\nerror of iron_core.segment[:].geometry.oblique.betaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.length_alpha\nLength of the parallelogram side inclined with angle alpha with respect to the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.length_alpha_σ\nerror of ironcore.segment[:].geometry.oblique.lengthalphaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.length_beta\nLength of the parallelogram side inclined with angle beta with respect to the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.length_beta_σ\nerror of ironcore.segment[:].geometry.oblique.lengthbetaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.r\nMajor radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.r_σ\nerror of iron_core.segment[:].geometry.oblique.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.z\nHeight of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.oblique.z_σ\nerror of iron_core.segment[:].geometry.oblique.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.outline.r_σ\nerror of iron_core.segment[:].geometry.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.outline.z_σ\nerror of iron_core.segment[:].geometry.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.height\nVertical full heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.height_σ\nerror of iron_core.segment[:].geometry.rectangle.heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.r\nGeometric centre RUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.r_σ\nerror of iron_core.segment[:].geometry.rectangle.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.width\nHorizontal full widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.width_σ\nerror of iron_core.segment[:].geometry.rectangle.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.z\nGeometric centre ZUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.rectangle.z_σ\nerror of iron_core.segment[:].geometry.rectangle.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.first_point.r_σ\nerror of ironcore.segment[:].geometry.thickline.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.first_point.z_σ\nerror of ironcore.segment[:].geometry.thickline.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.second_point.r_σ\nerror of ironcore.segment[:].geometry.thickline.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.second_point.z_σ\nerror of ironcore.segment[:].geometry.thickline.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.thickness\nThicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].geometry.thick_line.thickness_σ\nerror of ironcore.segment[:].geometry.thickline.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].identifier\nID of the segmentData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].magnetisation_r.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].magnetisation_r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].magnetisation_r.data_σ\nerror of ironcore.segment[:].magnetisationr.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].magnetisation_r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].magnetisation_r.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].magnetisation_z.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].magnetisation_z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].magnetisation_z.data_σ\nerror of ironcore.segment[:].magnetisationz.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].magnetisation_z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].magnetisation_z.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].name\nName of the segmentData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].permeability_relative\nRelative permeability of the iron segmentData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].b_field\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.segment[:].permeability_relative_σ\nerror of ironcore.segment[:].permeabilityrelativeData Type: FLT_1D\nCoordinates: [\"iron_core.segment[:].b_field\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: iron_core.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"langmuir_probes.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].b_field_angle.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].b_field_angle.data_σ\nerror of langmuirprobes.embedded[:].bfield_angle.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].b_field_angle.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].b_field_angle.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].distance_separatrix_midplane.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].distance_separatrix_midplane.data_σ\nerror of langmuirprobes.embedded[:].distanceseparatrix_midplane.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].distance_separatrix_midplane.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].distance_separatrix_midplane.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].fluence.data\nDataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].fluence.data_σ\nerror of langmuir_probes.embedded[:].fluence.dataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].fluence.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].fluence.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].heat_flux_parallel.data\nDataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].heat_flux_parallel.data_σ\nerror of langmuirprobes.embedded[:].heatflux_parallel.dataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].heat_flux_parallel.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].heat_flux_parallel.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].identifier\nID of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].ion_saturation_current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].ion_saturation_current.data_σ\nerror of langmuirprobes.embedded[:].ionsaturation_current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].ion_saturation_current.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].ion_saturation_current.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel.data_σ\nerror of langmuirprobes.embedded[:].ji_parallel.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel_sigma.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel_sigma.data_σ\nerror of langmuirprobes.embedded[:].jiparallelsigma.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel_sigma.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_parallel_sigma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation.data_σ\nerror of langmuirprobes.embedded[:].ji_saturation.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_kurtosis.data\nDataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_kurtosis.data_σ\nerror of langmuirprobes.embedded[:].jisaturationkurtosis.dataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_kurtosis.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_kurtosis.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_sigma.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_sigma.data_σ\nerror of langmuirprobes.embedded[:].jisaturationsigma.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_sigma.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_sigma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_skew.data\nDataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_skew.data_σ\nerror of langmuirprobes.embedded[:].jisaturationskew.dataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_skew.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].j_i_saturation_skew.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].multi_temperature_fits[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.data_σ\nerror of langmuirprobes.embedded[:].multitemperaturefits[:].te.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].multi_temperature_fits[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].multi_temperature_fits[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].multi_temperature_fits[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.data_σ\nerror of langmuirprobes.embedded[:].multitemperaturefits[:].ti.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].multi_temperature_fits[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].t_i.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].multi_temperature_fits[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].multi_temperature_fits[:].time\nTimebase for the dynamic nodes of this probe located at this level of the IDS structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].n_e.data\nDataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].n_e.data_σ\nerror of langmuirprobes.embedded[:].ne.dataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].n_e.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].n_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].name\nName of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].position.phi_σ\nerror of langmuir_probes.embedded[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].position.r_σ\nerror of langmuir_probes.embedded[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].position.z_σ\nerror of langmuir_probes.embedded[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].surface_area\nArea of the probe surface exposed to the plasma (use when assuming constant effective collection area)Units: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].surface_area_σ\nerror of langmuirprobes.embedded[:].surfaceareaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].surface_area_effective.data\nDataUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].surface_area_effective.data_σ\nerror of langmuirprobes.embedded[:].surfacearea_effective.dataUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].surface_area_effective.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].surface_area_effective.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_e.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_e.data_σ\nerror of langmuirprobes.embedded[:].te.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_e.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_i.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_i.data_σ\nerror of langmuirprobes.embedded[:].ti.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_i.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].t_i.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].time\nTimebase for the dynamic nodes of this probe located at this level of the IDS structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating.data_σ\nerror of langmuirprobes.embedded[:].vfloating.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating_sigma.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating_sigma.data_σ\nerror of langmuirprobes.embedded[:].vfloating_sigma.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating_sigma.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_floating_sigma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_plasma.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_plasma.data_σ\nerror of langmuirprobes.embedded[:].vplasma.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_plasma.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.embedded[:].v_plasma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.embedded[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.data_entry.machine\nName of the experimental device to which this data is relatedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.data_entry.pulse\nPulse numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.data_entry.pulse_type\nType of the data entry, e.g. \"pulse\", \"simulation\", ...Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.data_entry.run\nRun numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.data_entry.user\nUsernameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.name\nIDS nameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.equilibrium_id.occurrence\nIDS occurrenceData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.latency_σ\nerror of langmuir_probes.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].identifier\nID of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].name\nName of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].b_field_angle.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].b_field_angle.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].bfield_angle.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].b_field_angle.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].b_field_angle.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.data\nDataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].heatflux_parallel.dataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].heat_flux_parallel.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ionsaturation_current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].ion_saturation_current.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.data\nDataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_kurtosis.dataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_kurtosis.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_parallel.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_parallel.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_saturation.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_saturation.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.data\nDataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_sigma.dataUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_sigma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.data\nDataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ji_skew.dataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].j_i_skew.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.phi_σ\nerror of langmuir_probes.reciprocating[:].plunge[:].collector[:].position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.r_σ\nerror of langmuir_probes.reciprocating[:].plunge[:].collector[:].position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.validity\nIndicator of the validity of the position data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.validity_timed\nIndicator of the validity of the position data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].position.z_σ\nerror of langmuir_probes.reciprocating[:].plunge[:].collector[:].position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].te.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].ti.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].t_i.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].vfloating.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].collector[:].vfloating_sigma.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].collector[:].v_floating_sigma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].distanceseparatrix_midplane.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_separatrix_midplane.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].distancexpointz.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].distance_x_point_z.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.data\nDataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].machnumber_parallel.dataData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].mach_number_parallel.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].n_e.data\nDataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].n_e.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].ne.dataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].n_e.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].n_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.phi_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].positionaverage.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.r_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].positionaverage.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.validity\nIndicator of the validity of the position data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.validity_timed\nIndicator of the validity of the position data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].position_average.z_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].positionaverage.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_e_average.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_e_average.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].te_average.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_e_average.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_e_average.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_i_average.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_i_average.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].ti_average.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_i_average.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].t_i_average.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].time\nTime of maximum penetration of the probe during a given plungeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\nTime vector for describing the dynamics within the plungeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].time_within_plunge_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].timewithin_plungeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].v_plasma.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].v_plasma.data_σ\nerror of langmuirprobes.reciprocating[:].plunge[:].vplasma.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].v_plasma.validity\nIndicator of the validity of the data for the whole plunge. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].plunge[:].v_plasma.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].time_within_plunge\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].surface_area\nArea of the surface exposed to the plasma of each collector (constant assuming negligible dependence on e.g. the magnetic field line angle)Units: m^2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].collector\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.reciprocating[:].surface_area_σ\nerror of langmuirprobes.reciprocating[:].surfaceareaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"langmuir_probes.reciprocating[:].plunge[:].collector\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: langmuir_probes.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].available_launch_power\nAvailable launch powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].available_launch_power_σ\nerror of lhantennas.antenna[:].availablelaunch_powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].distance_to_antenna\nRadial distance to the antenna mouth (grid for the electron density profile). 0 at antenna mouth, increasing towards the plasmaUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].distance_to_antenna_σ\nerror of lhantennas.antenna[:].distanceto_antennaUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].efficiency.conversion\nConversion efficiency of electric power to microwave powerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].efficiency.conversion_σ\nerror of lh_antennas.antenna[:].efficiency.conversionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].efficiency.coupling\nCoupling efficiency of launched microwave power to the plasmaData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].efficiency.coupling_σ\nerror of lh_antennas.antenna[:].efficiency.couplingData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].efficiency.transmission\nTransmission efficiency of microwave power from generator to antennaData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].efficiency.transmission_σ\nerror of lh_antennas.antenna[:].efficiency.transmissionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].frequency\nFrequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].frequency_σ\nerror of lh_antennas.antenna[:].frequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].identifier\nIdentifier of the antenna (unique within the set of all antennas of the experiment)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].model_name\nName of the antenna model used for antenna spectrum computationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].identifier\nIdentifier of the moduleData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].name\nName of the moduleData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].phase.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].phase.data_σ\nerror of lh_antennas.antenna[:].module[:].phase.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_forward.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_forward.data_σ\nerror of lhantennas.antenna[:].module[:].powerforward.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_forward.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_launched.data_σ\nerror of lhantennas.antenna[:].module[:].powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_reflected.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_reflected.data_σ\nerror of lhantennas.antenna[:].module[:].powerreflected.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].power_reflected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].reflection_coefficient.data\nDataData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].reflection_coefficient.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].reflection_coefficient.data_σ\nerror of lhantennas.antenna[:].module[:].reflectioncoefficient.dataData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].module[:].reflection_coefficient.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].module[:].reflection_coefficient.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].n_e.data\nDataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"lh_antennas.antenna[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].n_e.data_σ\nerror of lhantennas.antenna[:].ne.dataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"lh_antennas.antenna[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].n_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].n_parallel_peak.data\nDataData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].n_parallel_peak.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].n_parallel_peak.data_σ\nerror of lhantennas.antenna[:].nparallel_peak.dataData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].n_parallel_peak.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].n_parallel_peak.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].name\nName of the antenna (unique within the set of all antennas of the experiment)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].phase_average.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].phase_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].phase_average.data_σ\nerror of lhantennas.antenna[:].phaseaverage.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].phase_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].phase_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.definition\nDefinition of the reference pointData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.phi.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].position.phi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.phi.data_σ\nerror of lh_antennas.antenna[:].position.phi.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].position.phi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.phi.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.r.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].position.r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.r.data_σ\nerror of lh_antennas.antenna[:].position.r.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].position.r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.r.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.z.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].position.z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.z.data_σ\nerror of lh_antennas.antenna[:].position.z.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].position.z.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].position.z.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_forward.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_forward.data_σ\nerror of lhantennas.antenna[:].powerforward.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].power_forward.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_forward.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_launched.data_σ\nerror of lhantennas.antenna[:].powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_reflected.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_reflected.data_σ\nerror of lhantennas.antenna[:].powerreflected.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].power_reflected.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].power_reflected.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].pressure_tank.data\nDataUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].pressure_tank.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].pressure_tank.data_σ\nerror of lhantennas.antenna[:].pressuretank.dataUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].pressure_tank.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].pressure_tank.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].reflection_coefficient.data\nDataData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].reflection_coefficient.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].reflection_coefficient.data_σ\nerror of lhantennas.antenna[:].reflectioncoefficient.dataData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].reflection_coefficient.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].reflection_coefficient.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].n_pol\nRefraction index in the poloidal direction. The poloidal angle is defined from the reference point; the angle at a point (R,Z) is given by atan((Z-Zref)/(R-Rref)), where Rref=referencepoint/r and Zref=referencepoint/zData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].n_pol_σ\nerror of lhantennas.antenna[:].row[:].npolData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].n_tor\nRefraction index in the toroidal directionData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].n_tor_σ\nerror of lhantennas.antenna[:].row[:].ntorData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].name\nName of the rowData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.phi_σ\nerror of lh_antennas.antenna[:].row[:].position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.r_σ\nerror of lh_antennas.antenna[:].row[:].position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.time\nTime for the R,Z,phi coordinatesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].position.z_σ\nerror of lh_antennas.antenna[:].row[:].position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.antenna[:].row[:].position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].power_density_spectrum_1d\n1D power density spectrum dP/dn_tor, as a function of timeUnits: W\nData Type: FLT_2D\nCoordinates: [\"lh_antennas.antenna[:].row[:].n_tor\", \"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].power_density_spectrum_1d_σ\nerror of lhantennas.antenna[:].row[:].powerdensityspectrum1dUnits: W\nData Type: FLT_2D\nCoordinates: [\"lh_antennas.antenna[:].row[:].n_tor\", \"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].power_density_spectrum_2d\n2D power density spectrum d2P/(dntor.dnpol), as a function of timeUnits: W\nData Type: FLT_3D\nCoordinates: [\"lh_antennas.antenna[:].row[:].n_tor\", \"lh_antennas.antenna[:].row[:].n_pol\", \"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].power_density_spectrum_2d_σ\nerror of lhantennas.antenna[:].row[:].powerdensityspectrum2dUnits: W\nData Type: FLT_3D\nCoordinates: [\"lh_antennas.antenna[:].row[:].n_tor\", \"lh_antennas.antenna[:].row[:].n_pol\", \"lh_antennas.antenna[:].row[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.antenna[:].row[:].time\nTimebase for the dynamic nodes of this probe located at this level of the IDS structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"lh_antennas.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.latency_σ\nerror of lh_antennas.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.power_launched.data_σ\nerror of lhantennas.powerlaunched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"lh_antennas.power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.reference_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.reference_point.r_σ\nerror of lhantennas.referencepoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.reference_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.reference_point.z_σ\nerror of lhantennas.referencepoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: lh_antennas.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].area\nArea of each turn of the sensor; becomes effective area when multiplied by the turnsUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].area_σ\nerror of magnetics.bfieldpol_probe[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].bandwidth_3db\n3dB bandwith (first index : lower frequency bound, second index : upper frequency bound)Units: Hz\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].bandwidth_3db_σ\nerror of magnetics.bfieldpolprobe[:].bandwidth3dbUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].field.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].field.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].field.data_σ\nerror of magnetics.bfieldpol_probe[:].field.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].field.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].field.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].field.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].field.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].field.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].identifier\nID of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].indices_differential\nIndices (from the bpol_probe array of structure) of the two probes used to build the field difference field(second index) - field(first index). Use only if ../type/index = 6, leave empty otherwiseData Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].length\nLength of the sensor along it's normal vector (n)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].length_σ\nerror of magnetics.bfieldpol_probe[:].lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].name\nName of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear\nArray of magnetic field values (corresponding to the assumption of a linear relation between magnetic field and probe coil current), for each of which the probe non-linear response is given in ../bfieldnon_linearUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear_σ\nerror of magnetics.bfieldpolprobe[:].nonlinearresponse.bfield_linearUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].non_linear_response.b_field_non_linear\nMagnetic field value taking into account the non-linear response of the probeUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].non_linear_response.b_field_non_linear_σ\nerror of magnetics.bfieldpolprobe[:].nonlinearresponse.bfieldnonlinearUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].non_linear_response.b_field_linear\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].poloidal_angle\nAngle of the sensor normal vector (vector parallel to the the axis of the coil, n on the diagram) with respect to horizontal plane (clockwise theta-like angle). Zero if sensor normal vector fully in the horizontal plane and oriented towards increasing major radius. Values in [0 , 2Pi]Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].poloidal_angle_σ\nerror of magnetics.bfieldpolprobe[:].poloidalangleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].position.phi_σ\nerror of magnetics.bfieldpol_probe[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].position.r_σ\nerror of magnetics.bfieldpol_probe[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].position.z_σ\nerror of magnetics.bfieldpol_probe[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].toroidal_angle\nAngle of the projection of the sensor normal vector (n) in the horizontal plane with the increasing R direction (i.e. grad(R)) (angle is counter-clockwise from above as in cocos=11 phi-like angle). Values should be taken modulo pi with values within (-pi/2,pi/2]. Zero if projected sensor normal is parallel to grad(R), pi/2 if it is parallel to grad(phi).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].toroidal_angle_σ\nerror of magnetics.bfieldpolprobe[:].toroidalangleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].turns\nTurns in the coil, including signData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].voltage.data_σ\nerror of magnetics.bfieldpol_probe[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].voltage.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_pol_probe[:].voltage.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.b_field_pol_probe[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].area\nArea of each turn of the sensor; becomes effective area when multiplied by the turnsUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].area_σ\nerror of magnetics.bfieldtor_probe[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].bandwidth_3db\n3dB bandwith (first index : lower frequency bound, second index : upper frequency bound)Units: Hz\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].bandwidth_3db_σ\nerror of magnetics.bfieldtorprobe[:].bandwidth3dbUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].field.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].field.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].field.data_σ\nerror of magnetics.bfieldtor_probe[:].field.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].field.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].field.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].field.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].field.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].field.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].identifier\nID of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].indices_differential\nIndices (from the bpol_probe array of structure) of the two probes used to build the field difference field(second index) - field(first index). Use only if ../type/index = 6, leave empty otherwiseData Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].length\nLength of the sensor along it's normal vector (n)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].length_σ\nerror of magnetics.bfieldtor_probe[:].lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].name\nName of the probeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear\nArray of magnetic field values (corresponding to the assumption of a linear relation between magnetic field and probe coil current), for each of which the probe non-linear response is given in ../bfieldnon_linearUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear_σ\nerror of magnetics.bfieldtorprobe[:].nonlinearresponse.bfield_linearUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].non_linear_response.b_field_non_linear\nMagnetic field value taking into account the non-linear response of the probeUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].non_linear_response.b_field_non_linear_σ\nerror of magnetics.bfieldtorprobe[:].nonlinearresponse.bfieldnonlinearUnits: T\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].non_linear_response.b_field_linear\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].poloidal_angle\nAngle of the sensor normal vector (vector parallel to the the axis of the coil, n on the diagram) with respect to horizontal plane (clockwise theta-like angle). Zero if sensor normal vector fully in the horizontal plane and oriented towards increasing major radius. Values in [0 , 2Pi]Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].poloidal_angle_σ\nerror of magnetics.bfieldtorprobe[:].poloidalangleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].position.phi_σ\nerror of magnetics.bfieldtor_probe[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].position.r_σ\nerror of magnetics.bfieldtor_probe[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].position.z_σ\nerror of magnetics.bfieldtor_probe[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].toroidal_angle\nAngle of the projection of the sensor normal vector (n) in the horizontal plane with the increasing R direction (i.e. grad(R)) (angle is counter-clockwise from above as in cocos=11 phi-like angle). Values should be taken modulo pi with values within (-pi/2,pi/2]. Zero if projected sensor normal is parallel to grad(R), pi/2 if it is parallel to grad(phi).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].toroidal_angle_σ\nerror of magnetics.bfieldtorprobe[:].toroidalangleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].turns\nTurns in the coil, including signData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].voltage.data_σ\nerror of magnetics.bfieldtor_probe[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].voltage.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.b_field_tor_probe[:].voltage.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.b_field_tor_probe[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"magnetics.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.diamagnetic_flux[:].data\nDataUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"magnetics.diamagnetic_flux[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.diamagnetic_flux[:].data_σ\nerror of magnetics.diamagnetic_flux[:].dataUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"magnetics.diamagnetic_flux[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.diamagnetic_flux[:].method_name\nName of the calculation methodData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.diamagnetic_flux[:].time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].area\nEffective area (ratio between flux and average magnetic field over the loop)Units: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].area_σ\nerror of magnetics.flux_loop[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].flux.data\nDataUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"magnetics.flux_loop[:].flux.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].flux.data_σ\nerror of magnetics.flux_loop[:].flux.dataUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"magnetics.flux_loop[:].flux.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].flux.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].flux.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].flux.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.flux_loop[:].flux.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].gm9\nIntegral of 1/R over the loop area (ratio between flux and magnetic rigidity R0.B0). Use only if ../type/index = 3 to 6, leave empty otherwise.Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].gm9_σ\nerror of magnetics.flux_loop[:].gm9Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].identifier\nID of the flux loopData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].indices_differential\nIndices (from the flux_loop array of structure) of the two flux loops used to build the flux difference flux(second index) - flux(first index). Use only if ../type/index = 6, leave empty otherwiseData Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].name\nName of the flux loopData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].position[:].phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].position[:].phi_σ\nerror of magnetics.flux_loop[:].position[:].phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].position[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].position[:].r_σ\nerror of magnetics.flux_loop[:].position[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].position[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].position[:].z_σ\nerror of magnetics.flux_loop[:].position[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.flux_loop[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].voltage.data_σ\nerror of magnetics.flux_loop[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.flux_loop[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].voltage.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.flux_loop[:].voltage.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.flux_loop[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ip[:].data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"magnetics.ip[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ip[:].data_σ\nerror of magnetics.ip[:].dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"magnetics.ip[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ip[:].method_name\nName of the calculation methodData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.ip[:].time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.latency_σ\nerror of magnetics.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].area\nEffective area of the loop wrapped around the guiding centre. In case of multiple layers, sum of the areas of each layerUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].area_σ\nerror of magnetics.rogowski_coil[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"magnetics.rogowski_coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].current.data_σ\nerror of magnetics.rogowski_coil[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"magnetics.rogowski_coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].current.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].current.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.rogowski_coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].identifier\nID of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].indices_compound\nIndices (from the rogowskicoil array of structure) of the partial Rogoswkis used to build the coumpound signal (sum of the partial Rogoswki signals). Can be set to any unique integer value for each section of a compound rogowski coil. Use only if ../measurequantity/index = 5, leave empty otherwiseData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].measured_quantity.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].measured_quantity.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].measured_quantity.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].name\nName of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].position[:].phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].position[:].phi_σ\nerror of magnetics.rogowski_coil[:].position[:].phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].position[:].r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].position[:].r_σ\nerror of magnetics.rogowski_coil[:].position[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].position[:].z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].position[:].z_σ\nerror of magnetics.rogowski_coil[:].position[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].turns_per_metre\nNumber of turns per unit length. In case of multiple layers, turns are counted for a single layerUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.rogowski_coil[:].turns_per_metre_σ\nerror of magnetics.rogowskicoil[:].turnsper_metreUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].divertor_index\nIf the shunt is located on a given divertor, index of that divertor in the divertors IDSData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].identifier\nAlphanumeric identifier of the shuntData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].name\nName of the shuntData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.first_point.r_σ\nerror of magnetics.shunt[:].position.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.first_point.z_σ\nerror of magnetics.shunt[:].position.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.second_point.r_σ\nerror of magnetics.shunt[:].position.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].position.second_point.z_σ\nerror of magnetics.shunt[:].position.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].resistance\nShunt resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].resistance_σ\nerror of magnetics.shunt[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].target_index\nIf the shunt is located on a divertor target, index of that target in the divertors IDSData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].tile_index\nIf the shunt is located on a divertor tile, index of that tile in the divertors IDSData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.shunt[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].voltage.data_σ\nerror of magnetics.shunt[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"magnetics.shunt[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].voltage.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.shunt[:].voltage.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"magnetics.shunt[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: magnetics.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"mhd.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].a_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_r[:].coefficients_σ\nerror of mhd.ggd[:].afieldr[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].a_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_r[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_r[:].values_σ\nerror of mhd.ggd[:].afieldr[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].a_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_tor[:].coefficients_σ\nerror of mhd.ggd[:].afieldtor[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].a_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_tor[:].values_σ\nerror of mhd.ggd[:].afieldtor[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].a_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_z[:].coefficients_σ\nerror of mhd.ggd[:].afieldz[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].a_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_z[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].a_field_z[:].values_σ\nerror of mhd.ggd[:].afieldz[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].b_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_r[:].coefficients_σ\nerror of mhd.ggd[:].bfieldr[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].b_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_r[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_r[:].values_σ\nerror of mhd.ggd[:].bfieldr[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].b_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_tor[:].coefficients_σ\nerror of mhd.ggd[:].bfieldtor[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].b_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_tor[:].values_σ\nerror of mhd.ggd[:].bfieldtor[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].b_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_z[:].coefficients_σ\nerror of mhd.ggd[:].bfieldz[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].b_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_z[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].b_field_z[:].values_σ\nerror of mhd.ggd[:].bfieldz[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].electrons.temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].electrons.temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].electrons.temperature[:].coefficients_σ\nerror of mhd.ggd[:].electrons.temperature[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].electrons.temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].electrons.temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].electrons.temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].electrons.temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].electrons.temperature[:].values_σ\nerror of mhd.ggd[:].electrons.temperature[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_r[:].coefficients_σ\nerror of mhd.ggd[:].j_r[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_r[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_r[:].values_σ\nerror of mhd.ggd[:].j_r[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor[:].coefficients_σ\nerror of mhd.ggd[:].j_tor[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor[:].values_σ\nerror of mhd.ggd[:].j_tor[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_tor_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor_r[:].coefficients_σ\nerror of mhd.ggd[:].jtorr[:].coefficientsUnits: A.m^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_tor_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor_r[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_tor_r[:].values_σ\nerror of mhd.ggd[:].jtorr[:].valuesUnits: A.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_z[:].coefficients_σ\nerror of mhd.ggd[:].j_z[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].j_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_z[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].j_z[:].values_σ\nerror of mhd.ggd[:].j_z[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].mass_density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].mass_density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].mass_density[:].coefficients_σ\nerror of mhd.ggd[:].mass_density[:].coefficientsUnits: kg.m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].mass_density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].mass_density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].mass_density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].mass_density[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].mass_density[:].values_σ\nerror of mhd.ggd[:].mass_density[:].valuesUnits: kg.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].n_i_total[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].n_i_total[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].n_i_total[:].coefficients_σ\nerror of mhd.ggd[:].nitotal[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].n_i_total[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].n_i_total[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].n_i_total[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].n_i_total[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].n_i_total[:].values_σ\nerror of mhd.ggd[:].nitotal[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].phi_potential[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].phi_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].phi_potential[:].coefficients_σ\nerror of mhd.ggd[:].phi_potential[:].coefficientsUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].phi_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].phi_potential[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].phi_potential[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].phi_potential[:].values\nOne scalar value is provided per element in the grid subset.Units: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].phi_potential[:].values_σ\nerror of mhd.ggd[:].phi_potential[:].valuesUnits: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].psi[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Wb\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].psi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].psi[:].coefficients_σ\nerror of mhd.ggd[:].psi[:].coefficientsUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].psi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].psi[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].psi[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].psi[:].values\nOne scalar value is provided per element in the grid subset.Units: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].psi[:].values_σ\nerror of mhd.ggd[:].psi[:].valuesUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].t_i_average[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: eV\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].t_i_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].t_i_average[:].coefficients_σ\nerror of mhd.ggd[:].tiaverage[:].coefficientsUnits: eV\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].t_i_average[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].t_i_average[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].t_i_average[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].t_i_average[:].values\nOne scalar value is provided per element in the grid subset.Units: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].t_i_average[:].values_σ\nerror of mhd.ggd[:].tiaverage[:].valuesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel[:].coefficients_σ\nerror of mhd.ggd[:].velocity_parallel[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel[:].values_σ\nerror of mhd.ggd[:].velocity_parallel[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel_over_b_field[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1.T^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_parallel_over_b_field[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel_over_b_field[:].coefficients_σ\nerror of mhd.ggd[:].velocityparalleloverbfield[:].coefficientsUnits: m.s^-1.T^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_parallel_over_b_field[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel_over_b_field[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel_over_b_field[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel_over_b_field[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1.T^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_parallel_over_b_field[:].values_σ\nerror of mhd.ggd[:].velocityparalleloverbfield[:].valuesUnits: m.s^-1.T^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_r[:].coefficients_σ\nerror of mhd.ggd[:].velocity_r[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_r[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_r[:].values_σ\nerror of mhd.ggd[:].velocity_r[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_tor[:].coefficients_σ\nerror of mhd.ggd[:].velocity_tor[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_tor[:].values_σ\nerror of mhd.ggd[:].velocity_tor[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_z[:].coefficients_σ\nerror of mhd.ggd[:].velocity_z[:].coefficientsUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].velocity_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_z[:].values\nOne scalar value is provided per element in the grid subset.Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].velocity_z[:].values_σ\nerror of mhd.ggd[:].velocity_z[:].valuesUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].vorticity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity[:].coefficients_σ\nerror of mhd.ggd[:].vorticity[:].coefficientsUnits: s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].vorticity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity[:].values\nOne scalar value is provided per element in the grid subset.Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity[:].values_σ\nerror of mhd.ggd[:].vorticity[:].valuesUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity_over_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].vorticity_over_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity_over_r[:].coefficients_σ\nerror of mhd.ggd[:].vorticityoverr[:].coefficientsUnits: m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].vorticity_over_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity_over_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity_over_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity_over_r[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].vorticity_over_r[:].values_σ\nerror of mhd.ggd[:].vorticityoverr[:].valuesUnits: m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].zeff[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].zeff[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].zeff[:].coefficients_σ\nerror of mhd.ggd[:].zeff[:].coefficientsData Type: FLT_2D\nCoordinates: [\"mhd.ggd[:].zeff[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].zeff[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].zeff[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].zeff[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ggd[:].zeff[:].values_σ\nerror of mhd.ggd[:].zeff[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of mhd.gridggd[:].gridsubset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of mhd.gridggd[:].gridsubset[:].base[:].tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of mhd.gridggd[:].gridsubset[:].base[:].tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of mhd.gridggd[:].gridsubset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of mhd.gridggd[:].gridsubset[:].metric.tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of mhd.gridggd[:].gridsubset[:].metric.tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"mhd.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of mhd.gridggd[:].space[:].objectsper_dimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of mhd.gridggd[:].space[:].objectsperdimension[:].object[:].geometry2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of mhd.gridggd[:].space[:].objectsper_dimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"mhd_linear.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.equations.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.equations.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.equations.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.fluids_n\nNumber of fluids considered in the modelData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ideal_flag\n1 if ideal MHD is used to populate this IDS, 0 for non-ideal MHDData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.model_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.model_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.model_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].amplitude_multiplier\nMultiplier that is needed to convert the linear mode structures to the amplitude of a non-linearly saturated mode in physical units. If empty, it means that the structures contains no information about non-linearly saturated modeUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].amplitude_multiplier_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].amplitudemultiplierUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].ballooning_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].ballooning_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].ballooning_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].energy_perturbed\nPerturbed energy associated to the modeUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].energy_perturbed_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].energyperturbedUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].frequency\nFrequency of the modeUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].frequency_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].frequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].growthrate\nLinear growthrate of the modeUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].growthrate_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].growthrateUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].m_pol_dominant\nDominant poloidal mode number defining the mode rational surface; for TAEs the lower of the two main m's has to be specifiedData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].m_pol_dominant_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].mpol_dominantData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].n_tor\nToroidal mode number of the MHD modeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].perturbation_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].perturbation_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].perturbation_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].phase\nAdditional phase offset of modeUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].phase_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].phaseUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate1.coefficientsimaginaryUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate1.coefficientsrealUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.imaginary\nImaginary partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate1.imaginaryUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.real\nReal partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate1.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate1.realUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate2.coefficientsimaginaryUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate2.coefficientsrealUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.imaginary\nImaginary partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate2.imaginaryUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.real\nReal partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate2.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate2.realUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate3.coefficientsimaginaryUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afieldperturbed.coordinate3.coefficientsrealUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.imaginary\nImaginary partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate3.imaginaryUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.real\nReal partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.a_field_perturbed.coordinate3.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.afield_perturbed.coordinate3.realUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].imaginary\nImaginary part of the frequency, for a given radial position and every root found at this positionUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.alfvenfrequency_spectrum[:].imaginaryUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real\nReal part of the frequency, for a given radial position and every root found at this positionUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.alfven_frequency_spectrum[:].real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.alfvenfrequency_spectrum[:].realUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate1.coefficientsimaginaryUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate1.coefficientsrealUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.imaginary\nImaginary partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate1.imaginaryUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.real\nReal partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate1.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate1.realUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate2.coefficientsimaginaryUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate2.coefficientsrealUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.imaginary\nImaginary partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate2.imaginaryUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.real\nReal partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate2.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate2.realUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate3.coefficientsimaginaryUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfieldperturbed.coordinate3.coefficientsrealUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.imaginary\nImaginary partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate3.imaginaryUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.real\nReal partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.b_field_perturbed.coordinate3.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.bfield_perturbed.coordinate3.realUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.volume_element_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.jacobian\nAbsolute value of the jacobian of the coordinate systemUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.jacobian_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.jacobianUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.r\nValues of the major radius on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.r_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_contravariant\nContravariant metric tensor on every point of the grid described by grid_typeUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_contravariant_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.tensor_contravariantUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_covariant\nCovariant metric tensor on every point of the grid described by grid_typeUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.tensor_covariant_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.tensor_covariantUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.z\nValues of the Height on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.z_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.coordinatesystem.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.coefficients_imaginaryUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.coefficients_realUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.imaginary\nImaginary partUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.imaginaryUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.real\nReal partUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_parallel.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementparallel.realUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.coefficients_imaginaryUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.coefficients_realUnits: m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.imaginary\nImaginary partUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.imaginaryUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.real\nReal partUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.displacement_perpendicular.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.displacementperpendicular.realUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].plasma.grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].plasma.grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.volume_element_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.grid.volumeelementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: kg.m^-3\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensityperturbed.coefficientsimaginaryUnits: kg.m^-3\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: kg.m^-3\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensityperturbed.coefficientsrealUnits: kg.m^-3\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.imaginary\nImaginary partUnits: kg.m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensity_perturbed.imaginaryUnits: kg.m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.real\nReal partUnits: kg.m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.mass_density_perturbed.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.massdensity_perturbed.realUnits: kg.m^-3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.imaginary\nImaginary part of the stress tensor, for various radial positionsUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].plasma.ntv.imaginaryUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.real\nReal part of the stress tensor, for various radial positionsUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.ntv.real_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].plasma.ntv.realUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotentialperturbed.coefficientsimaginaryUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotentialperturbed.coefficientsrealUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.imaginary\nImaginary partUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotential_perturbed.imaginaryUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.real\nReal partUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.phi_potential_perturbed.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.phipotential_perturbed.realUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: Pa\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.coefficients_imaginaryUnits: Pa\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: Pa\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.coefficients_realUnits: Pa\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.imaginary\nImaginary partUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.imaginaryUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.real\nReal partUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.pressure_perturbed.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.pressureperturbed.realUnits: Pa\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotentialperturbed.coefficientsimaginaryUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotentialperturbed.coefficientsrealUnits: V\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.imaginary\nImaginary partUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotential_perturbed.imaginaryUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.real\nReal partUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.psi_potential_perturbed.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.psipotential_perturbed.realUnits: V\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.imaginary\nImaginary part of the stress tensor, for various radial positionsUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressmaxwell.imaginaryUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.real\nReal part of the stress tensor, for various radial positionsUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_maxwell.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressmaxwell.realUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.imaginary\nImaginary part of the stress tensor, for various radial positionsUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressreynolds.imaginaryUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.real\nReal part of the stress tensor, for various radial positionsUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.stress_reynolds.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.stressreynolds.realUnits: N.m^-2\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_alfven\nAlven time=R/vA=R0 sqrt(mi ni(rho))/B0Units: s\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_alfven_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.taualfvenUnits: s\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_resistive\nResistive time = mu0 rho*rho/1.22/etaneoUnits: s\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.tau_resistive_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.tauresistiveUnits: s\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: eV\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.coefficients_imaginaryUnits: eV\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: eV\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.coefficients_realUnits: eV\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.imaginary\nImaginary partUnits: eV\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.imaginaryUnits: eV\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.real\nReal partUnits: eV\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.temperature_perturbed.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.temperatureperturbed.realUnits: eV\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.coefficients_imaginaryUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.coefficients_realUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.imaginary\nImaginary partUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.imaginaryUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.real\nReal partUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate1.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate1.realUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.coefficients_imaginaryUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.coefficients_realUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.imaginary\nImaginary partUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.imaginaryUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.real\nReal partUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate2.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate2.realUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.coefficients_imaginaryUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.coefficients_realUnits: m/s\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.imaginary\nImaginary partUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.imaginaryUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.real\nReal partUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].plasma.velocity_perturbed.coordinate3.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].plasma.velocityperturbed.coordinate3.realUnits: m/s\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].plasma.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].radial_mode_number\nRadial mode numberData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].radial_mode_number_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].radialmode_numberData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate1.coefficientsimaginaryUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate1.coefficientsrealUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.imaginary\nImaginary partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate1.imaginaryUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.real\nReal partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate1.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate1.realUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate2.coefficientsimaginaryUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate2.coefficientsrealUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.imaginary\nImaginary partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate2.imaginaryUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.real\nReal partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate2.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate2.realUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate3.coefficientsimaginaryUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afieldperturbed.coordinate3.coefficientsrealUnits: T.m\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.imaginary\nImaginary partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate3.imaginaryUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.real\nReal partUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.a_field_perturbed.coordinate3.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.afield_perturbed.coordinate3.realUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate1.coefficientsimaginaryUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate1.coefficientsrealUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.imaginary\nImaginary partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate1.imaginaryUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.real\nReal partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate1.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate1.realUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate2.coefficientsimaginaryUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate2.coefficientsrealUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.imaginary\nImaginary partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate2.imaginaryUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.real\nReal partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate2.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate2.realUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_imaginary\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (imaginary part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate3.coefficientsimaginaryUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_real\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity (real part) with finite elements, provided on the 2D gridUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.coefficients_real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfieldperturbed.coordinate3.coefficientsrealUnits: T\nData Type: FLT_3D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.imaginary\nImaginary partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.imaginary_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate3.imaginaryUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.real\nReal partUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.b_field_perturbed.coordinate3.real_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.bfield_perturbed.coordinate3.realUnits: T\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.volume_element_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.jacobian\nAbsolute value of the jacobian of the coordinate systemUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.jacobian_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.jacobianUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.r\nValues of the major radius on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.r_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_contravariant\nContravariant metric tensor on every point of the grid described by grid_typeUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_contravariant_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.tensor_contravariantUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_covariant\nCovariant metric tensor on every point of the grid described by grid_typeUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.tensor_covariant_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.tensor_covariantUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\", \"1...3\", \"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.z\nValues of the Height on the gridUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.z_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.coordinatesystem.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.coordinate_system.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].vacuum.grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2_σ\nerror of mhdlinear.timeslice[:].toroidal_mode[:].vacuum.grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.volume_element_σ\nerror of mhdlinear.timeslice[:].toroidalmode[:].vacuum.grid.volumeelementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim1\", \"mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.time_slice[:].toroidal_mode[:].vacuum.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.vacuum_toroidal_field.b0_σ\nerror of mhdlinear.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"mhd_linear.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mhd_linear.vacuum_toroidal_field.r0_σ\nerror of mhdlinear.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].centre.phi_σ\nerror of mse.channel[:].activespatialresolution[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].centre.r_σ\nerror of mse.channel[:].activespatialresolution[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].centre.z_σ\nerror of mse.channel[:].activespatialresolution[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].geometric_coefficients\nSet of 9 geometric coefficients providing the MSE polarisation angle as a function of the local electric and magnetic field components (these are related to the angle between beam and line of sight). The list is ordered as follows : coefficients of BZ, BR, Bphi, ER (numerator of the MSE angle expression); coefficients of BZ, BR, Bphi, ER, EZ (denominator)Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...9\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].geometric_coefficients_σ\nerror of mse.channel[:].activespatialresolution[:].geometric_coefficientsUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...9\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].width.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].width.phi_σ\nerror of mse.channel[:].activespatialresolution[:].width.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].width.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].width.r_σ\nerror of mse.channel[:].activespatialresolution[:].width.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].width.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].active_spatial_resolution[:].width.z_σ\nerror of mse.channel[:].activespatialresolution[:].width.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].centre.phi_σ\nerror of mse.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].centre.r_σ\nerror of mse.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].centre.z_σ\nerror of mse.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].outline.x1_σ\nerror of mse.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"mse.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].outline.x2_σ\nerror of mse.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"mse.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].radius_σ\nerror of mse.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].surface_σ\nerror of mse.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of mse.channel[:].aperture[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of mse.channel[:].aperture[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of mse.channel[:].aperture[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x1_width_σ\nerror of mse.channel[:].aperture[:].x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of mse.channel[:].aperture[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of mse.channel[:].aperture[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of mse.channel[:].aperture[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x2_width_σ\nerror of mse.channel[:].aperture[:].x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of mse.channel[:].aperture[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of mse.channel[:].aperture[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of mse.channel[:].aperture[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.centre.phi_σ\nerror of mse.channel[:].detector.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.centre.r_σ\nerror of mse.channel[:].detector.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.centre.z_σ\nerror of mse.channel[:].detector.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.outline.x1_σ\nerror of mse.channel[:].detector.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"mse.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.outline.x2_σ\nerror of mse.channel[:].detector.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"mse.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.radius_σ\nerror of mse.channel[:].detector.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.surface_σ\nerror of mse.channel[:].detector.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_unit_vector.x_σ\nerror of mse.channel[:].detector.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_unit_vector.y_σ\nerror of mse.channel[:].detector.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_unit_vector.z_σ\nerror of mse.channel[:].detector.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x1_width_σ\nerror of mse.channel[:].detector.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_unit_vector.x_σ\nerror of mse.channel[:].detector.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_unit_vector.y_σ\nerror of mse.channel[:].detector.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_unit_vector.z_σ\nerror of mse.channel[:].detector.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x2_width_σ\nerror of mse.channel[:].detector.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x3_unit_vector.x_σ\nerror of mse.channel[:].detector.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x3_unit_vector.y_σ\nerror of mse.channel[:].detector.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].detector.x3_unit_vector.z_σ\nerror of mse.channel[:].detector.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.first_point.phi_σ\nerror of mse.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.first_point.r_σ\nerror of mse.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.first_point.z_σ\nerror of mse.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.second_point.phi_σ\nerror of mse.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.second_point.r_σ\nerror of mse.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].line_of_sight.second_point.z_σ\nerror of mse.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].polarisation_angle.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"mse.channel[:].polarisation_angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].polarisation_angle.data_σ\nerror of mse.channel[:].polarisation_angle.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"mse.channel[:].polarisation_angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].polarisation_angle.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].polarisation_angle.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.channel[:].polarisation_angle.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"mse.channel[:].polarisation_angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"mse.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.latency_σ\nerror of mse.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: mse.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.latency_σ\nerror of nbi.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].centre.phi_σ\nerror of nbi.unit[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].centre.r_σ\nerror of nbi.unit[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].centre.z_σ\nerror of nbi.unit[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].outline.x1_σ\nerror of nbi.unit[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].outline.x2_σ\nerror of nbi.unit[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].radius_σ\nerror of nbi.unit[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].surface_σ\nerror of nbi.unit[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_unit_vector.x_σ\nerror of nbi.unit[:].aperture[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_unit_vector.y_σ\nerror of nbi.unit[:].aperture[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_unit_vector.z_σ\nerror of nbi.unit[:].aperture[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x1_width_σ\nerror of nbi.unit[:].aperture[:].x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_unit_vector.x_σ\nerror of nbi.unit[:].aperture[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_unit_vector.y_σ\nerror of nbi.unit[:].aperture[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_unit_vector.z_σ\nerror of nbi.unit[:].aperture[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x2_width_σ\nerror of nbi.unit[:].aperture[:].x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x3_unit_vector.x_σ\nerror of nbi.unit[:].aperture[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x3_unit_vector.y_σ\nerror of nbi.unit[:].aperture[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].aperture[:].x3_unit_vector.z_σ\nerror of nbi.unit[:].aperture[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].available_launch_power\nAvailable launch powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].available_launch_power_σ\nerror of nbi.unit[:].availablelaunchpowerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beam_current_fraction.data\nDataData Type: FLT_2D\nCoordinates: [\"1...N\", \"nbi.unit[:].beam_current_fraction.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beam_current_fraction.data_σ\nerror of nbi.unit[:].beamcurrentfraction.dataData Type: FLT_2D\nCoordinates: [\"1...N\", \"nbi.unit[:].beam_current_fraction.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beam_current_fraction.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beam_power_fraction.data\nDataData Type: FLT_2D\nCoordinates: [\"1...N\", \"nbi.unit[:].beam_power_fraction.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beam_power_fraction.data_σ\nerror of nbi.unit[:].beampowerfraction.dataData Type: FLT_2D\nCoordinates: [\"1...N\", \"nbi.unit[:].beam_power_fraction.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beam_power_fraction.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].angle\nAngle of inclination between a beamlet at the centre of the injection unit surface and the horiontal planeUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].angle_σ\nerror of nbi.unit[:].beamlets_group[:].angleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.angles\nAngle of inclination between a line at the centre of a beamlet and the horizontal plane, for each beamletUnits: rad\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.angles_σ\nerror of nbi.unit[:].beamlets_group[:].beamlets.anglesUnits: rad\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.positions.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.positions.phi_σ\nerror of nbi.unit[:].beamlets_group[:].beamlets.positions.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.positions.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.positions.r_σ\nerror of nbi.unit[:].beamlets_group[:].beamlets.positions.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.positions.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.positions.z_σ\nerror of nbi.unit[:].beamlets_group[:].beamlets.positions.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.power_fractions\nFraction of power of a unit injected by each beamletData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.power_fractions_σ\nerror of nbi.unit[:].beamletsgroup[:].beamlets.powerfractionsData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.tangency_radii\nTangency radius (major radius where the central line of a beamlet is tangent to a circle around the torus), for each beamletUnits: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].beamlets.tangency_radii_σ\nerror of nbi.unit[:].beamletsgroup[:].beamlets.tangencyradiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].beamlets_group[:].beamlets.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].direction\nDirection of the beam seen from above the torus: -1 = clockwise; 1 = counter clockwiseData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].divergence_component[:].horizontal\nThe horiztonal beamlet divergence of the component. Here the divergence is defined for Gaussian beams as the angel where the beam density is reduced by a factor 1/e compared to the maximum density. For non-Gaussian beams the divergence is sqrt(2)mean((x-mean(x))**2), where x is the angle and the mean should be performed over the beam density, P(x): mean(y)=int(yP(x)*dx).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].divergence_component[:].horizontal_σ\nerror of nbi.unit[:].beamletsgroup[:].divergencecomponent[:].horizontalUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].divergence_component[:].particles_fraction\nFraction of injected particles in the componentData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].divergence_component[:].particles_fraction_σ\nerror of nbi.unit[:].beamletsgroup[:].divergencecomponent[:].particles_fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].divergence_component[:].vertical\nThe vertical beamlet divergence of the component. Here the divergence is defined for Gaussian beams as the angel where the beam density is reduced by a factor 1/e compared to the maximum density. For non-Gaussian beams the divergence is sqrt(2)mean((x-mean(x))**2), where x is the angle and the mean should be performed over the beam density, P(x): mean(y)=int(yP(x)*dx).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].divergence_component[:].vertical_σ\nerror of nbi.unit[:].beamletsgroup[:].divergencecomponent[:].verticalUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.focal_length_horizontal\nHorizontal focal length along the beam line, i.e. the point along the centre of the beamlet-group where the beamlet-group has its minimum horizontal widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.focal_length_horizontal_σ\nerror of nbi.unit[:].beamletsgroup[:].focus.focallength_horizontalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.focal_length_vertical\nVertical focal length along the beam line, i.e. the point along the centre of the beamlet-group where the beamlet-group has its minimum vertical widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.focal_length_vertical_σ\nerror of nbi.unit[:].beamletsgroup[:].focus.focallength_verticalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.width_min_horizontal\nThe horizontal width (Full Width at Half Maximum) of the beamlets group at the horizontal focal pointUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.width_min_horizontal_σ\nerror of nbi.unit[:].beamletsgroup[:].focus.widthmin_horizontalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.width_min_vertical\nThe vertical width (Full Width at Half Maximum) of the beamlets group at the vertical focal pointUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].focus.width_min_vertical_σ\nerror of nbi.unit[:].beamletsgroup[:].focus.widthmin_verticalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].position.phi_σ\nerror of nbi.unit[:].beamlets_group[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].position.r_σ\nerror of nbi.unit[:].beamlets_group[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].position.z_σ\nerror of nbi.unit[:].beamlets_group[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tangency_radius\nTangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tangency_radius_σ\nerror of nbi.unit[:].beamletsgroup[:].tangencyradiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_angle\nVariation of the angle of inclination between a beamlet at the centre of the injection unit surface and the horiontal planeUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_angle_σ\nerror of nbi.unit[:].beamletsgroup[:].tilting[:].deltaangleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_position.phi_σ\nerror of nbi.unit[:].beamletsgroup[:].tilting[:].deltaposition.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_position.r_σ\nerror of nbi.unit[:].beamletsgroup[:].tilting[:].deltaposition.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_position.z_σ\nerror of nbi.unit[:].beamletsgroup[:].tilting[:].deltaposition.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_tangency_radius\nVariation of the tangency radius (major radius where the central line of a NBI unit is tangent to a circle around the torus)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].delta_tangency_radius_σ\nerror of nbi.unit[:].beamletsgroup[:].tilting[:].deltatangency_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].tilting[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].width_horizontal\nHorizontal width (dimensions of the smallest rectangle that surrounds the outer dimensions of the beamlets) of the beamlet group at the injection unit surface (or grounded grid) Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].width_horizontal_σ\nerror of nbi.unit[:].beamletsgroup[:].widthhorizontalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].width_vertical\nVertical width (dimensions of the smallest rectangle that surrounds the outer dimensions of the beamlets) of the beamlet group at the injection unit surface (or grounded grid)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].beamlets_group[:].width_vertical_σ\nerror of nbi.unit[:].beamletsgroup[:].widthverticalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].efficiency.conversion\nConversion efficiency of electric power to neutral beam powerData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].efficiency.conversion_σ\nerror of nbi.unit[:].efficiency.conversionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].efficiency.transmission\nTransmission efficiency of neutral beam from source to portData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].efficiency.transmission_σ\nerror of nbi.unit[:].efficiency.transmissionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].energy.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].energy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].energy.data_σ\nerror of nbi.unit[:].energy.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].energy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].energy.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].identifier\nID of the NBI unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].name\nName of the NBI unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].power_launched.data\nDataUnits: W\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].power_launched.data_σ\nerror of nbi.unit[:].power_launched.dataUnits: W\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].power_launched.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].power_launched.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.centre.phi_σ\nerror of nbi.unit[:].source.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.centre.r_σ\nerror of nbi.unit[:].source.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.centre.z_σ\nerror of nbi.unit[:].source.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.outline.x1_σ\nerror of nbi.unit[:].source.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].source.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.outline.x2_σ\nerror of nbi.unit[:].source.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"nbi.unit[:].source.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.radius_σ\nerror of nbi.unit[:].source.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.surface_σ\nerror of nbi.unit[:].source.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_unit_vector.x_σ\nerror of nbi.unit[:].source.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_unit_vector.y_σ\nerror of nbi.unit[:].source.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_unit_vector.z_σ\nerror of nbi.unit[:].source.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x1_width_σ\nerror of nbi.unit[:].source.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_unit_vector.x_σ\nerror of nbi.unit[:].source.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_unit_vector.y_σ\nerror of nbi.unit[:].source.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_unit_vector.z_σ\nerror of nbi.unit[:].source.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x2_width_σ\nerror of nbi.unit[:].source.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x3_unit_vector.x_σ\nerror of nbi.unit[:].source.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x3_unit_vector.y_σ\nerror of nbi.unit[:].source.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].source.x3_unit_vector.z_σ\nerror of nbi.unit[:].source.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].species.a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].species.a_σ\nerror of nbi.unit[:].species.aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].species.label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].species.z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: nbi.unit[:].species.z_n_σ\nerror of nbi.unit[:].species.z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.bias\nADC signal biasUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.bias_σ\nerror of neutron_diagnostic.detector[:].adc.biasUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.discriminator_level_lower\nLower level discriminator of ADCData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.discriminator_level_upper\nUpper level discriminator of ADCData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.impedance\nADC impedanceUnits: ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.impedance_σ\nerror of neutron_diagnostic.detector[:].adc.impedanceUnits: ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.input_range\nADC input rangeUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.input_range_σ\nerror of neutrondiagnostic.detector[:].adc.inputrangeUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.power_switch\nPower switch (1=on, 0=off)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].adc.sampling_rate\nNumber of samples recorded per secondData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].centre.phi_σ\nerror of neutron_diagnostic.detector[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].centre.r_σ\nerror of neutron_diagnostic.detector[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].centre.z_σ\nerror of neutron_diagnostic.detector[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].outline.x1_σ\nerror of neutron_diagnostic.detector[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].outline.x2_σ\nerror of neutron_diagnostic.detector[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].radius_σ\nerror of neutron_diagnostic.detector[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].surface_σ\nerror of neutron_diagnostic.detector[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.x_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.y_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_unit_vector.z_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x1_width_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.x_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.y_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_unit_vector.z_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x2_width_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.x_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.y_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].aperture[:].x3_unit_vector.z_σ\nerror of neutrondiagnostic.detector[:].aperture[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.amplitude.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].b_field_sensor.amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.amplitude.data_σ\nerror of neutrondiagnostic.detector[:].bfield_sensor.amplitude.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].b_field_sensor.amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.fall_time\nPeak fall timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.fall_time_σ\nerror of neutrondiagnostic.detector[:].bfieldsensor.falltimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].b_field_sensor.frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.frequency.data_σ\nerror of neutrondiagnostic.detector[:].bfield_sensor.frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].b_field_sensor.frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.frequency.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.power_switch\nPower switch (1=on, 0=off)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.rise_time\nPeak rise timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.rise_time_σ\nerror of neutrondiagnostic.detector[:].bfieldsensor.risetimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.shape.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.shape.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].b_field_sensor.shape.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].detection_efficiency\nProbability of detection of a photon impacting the detector as a function of its energy Data Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].energy_band[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].detection_efficiency_σ\nerror of neutrondiagnostic.detector[:].energyband[:].detection_efficiencyData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].energy_band[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].energies\nArray of discrete energy values inside the bandUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].energies_σ\nerror of neutrondiagnostic.detector[:].energyband[:].energiesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].lower_bound\nLower bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].lower_bound_σ\nerror of neutrondiagnostic.detector[:].energyband[:].lower_boundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].upper_bound\nUpper bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].energy_band[:].upper_bound_σ\nerror of neutrondiagnostic.detector[:].energyband[:].upper_boundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].exposure_time_σ\nerror of neutrondiagnostic.detector[:].exposuretimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.direction_to_detector.x\nComponents along X axis for each voxelUnits: m\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.direction_to_detector.x_σ\nerror of neutrondiagnostic.detector[:].fieldofview.directionto_detector.xUnits: m\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.direction_to_detector.y\nComponent along Y axis for each voxelUnits: m\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.direction_to_detector.y_σ\nerror of neutrondiagnostic.detector[:].fieldofview.directionto_detector.yUnits: m\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.direction_to_detector.z\nComponent along Z axis for each voxelUnits: m\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.direction_to_detector.z_σ\nerror of neutrondiagnostic.detector[:].fieldofview.directionto_detector.zUnits: m\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.emission_grid.phi_σ\nerror of neutrondiagnostic.detector[:].fieldofview.emissiongrid.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.emission_grid.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.emission_grid.r_σ\nerror of neutrondiagnostic.detector[:].fieldofview.emissiongrid.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.emission_grid.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.emission_grid.z_σ\nerror of neutrondiagnostic.detector[:].fieldofview.emissiongrid.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.solid_angle\nAverage solid angle that the detector covers within the voxelUnits: sr\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].field_of_view.solid_angle_σ\nerror of neutrondiagnostic.detector[:].fieldofview.solidangleUnits: sr\nData Type: FLT_3D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.centre.phi_σ\nerror of neutron_diagnostic.detector[:].geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.centre.r_σ\nerror of neutron_diagnostic.detector[:].geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.centre.z_σ\nerror of neutron_diagnostic.detector[:].geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.outline.x1_σ\nerror of neutron_diagnostic.detector[:].geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.outline.x2_σ\nerror of neutron_diagnostic.detector[:].geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.radius_σ\nerror of neutron_diagnostic.detector[:].geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.surface_σ\nerror of neutron_diagnostic.detector[:].geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_unit_vector.x_σ\nerror of neutrondiagnostic.detector[:].geometry.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_unit_vector.y_σ\nerror of neutrondiagnostic.detector[:].geometry.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_unit_vector.z_σ\nerror of neutrondiagnostic.detector[:].geometry.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x1_width_σ\nerror of neutrondiagnostic.detector[:].geometry.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_unit_vector.x_σ\nerror of neutrondiagnostic.detector[:].geometry.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_unit_vector.y_σ\nerror of neutrondiagnostic.detector[:].geometry.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_unit_vector.z_σ\nerror of neutrondiagnostic.detector[:].geometry.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x2_width_σ\nerror of neutrondiagnostic.detector[:].geometry.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x3_unit_vector.x_σ\nerror of neutrondiagnostic.detector[:].geometry.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x3_unit_vector.y_σ\nerror of neutrondiagnostic.detector[:].geometry.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].geometry.x3_unit_vector.z_σ\nerror of neutrondiagnostic.detector[:].geometry.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values\nArray of values for the eventUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values_σ\nerror of neutrondiagnostic.detector[:].greenfunctions.eventindetectorneutronflux.valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values\nArray of values for the eventUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values_σ\nerror of neutrondiagnostic.detector[:].greenfunctions.eventindetectorresponsefunction.valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.neutron_flux\nGrouped neutron flux in the detector from one neutron energy bin emitted by the current plasma voxel towards the detectorUnits: m^-2.neutron^-1\nData Type: FLT_5D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\", \"neutron_diagnostic.detector[:].green_functions.source_neutron_energies\", \"neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.neutron_flux_σ\nerror of neutrondiagnostic.detector[:].greenfunctions.neutron_fluxUnits: m^-2.neutron^-1\nData Type: FLT_5D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\", \"neutron_diagnostic.detector[:].green_functions.source_neutron_energies\", \"neutron_diagnostic.detector[:].green_functions.event_in_detector_neutron_flux.values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.neutron_flux_integrated_flags\nArray of flags telling, for each coordinate of the neutronflux, whether the neutronflux has been integrated over this coordinate (1) or not (0). If it has been integrated over a coordinate, the size related to this coordinate must be equal to 1Data Type: INT_1D\nCoordinates: [\"1...5\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.response_function\nNumber of events occurring in the detector from one neutron energy bin emitted by the current plasma voxel towards the detectorUnits: events.neutron^-1\nData Type: FLT_5D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\", \"neutron_diagnostic.detector[:].green_functions.source_neutron_energies\", \"neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.response_function_σ\nerror of neutrondiagnostic.detector[:].greenfunctions.response_functionUnits: events.neutron^-1\nData Type: FLT_5D\nCoordinates: [\"neutron_diagnostic.detector[:].field_of_view.emission_grid.r\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.z\", \"neutron_diagnostic.detector[:].field_of_view.emission_grid.phi\", \"neutron_diagnostic.detector[:].green_functions.source_neutron_energies\", \"neutron_diagnostic.detector[:].green_functions.event_in_detector_response_function.values\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.response_function_integrated_flags\nArray of flags telling, for each coordinate of the responsefunction, whether the responsefunction has been integrated over this coordinate (1) or not (0). If it has been integrated over a coordinate, the size related to this coordinate must be equal to 1Data Type: INT_1D\nCoordinates: [\"1...5\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.source_neutron_energies\nArray of source neutron energy binsUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].green_functions.source_neutron_energies_σ\nerror of neutrondiagnostic.detector[:].greenfunctions.sourceneutronenergiesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].count_limit_max\nMaximum count limit under which the detector response is linearUnits: counts.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].count_limit_max_σ\nerror of neutrondiagnostic.detector[:].mode[:].countlimit_maxUnits: counts.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].count_limit_min\nMinimum count limit above which the detector response is linearUnits: counts.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].count_limit_min_σ\nerror of neutrondiagnostic.detector[:].mode[:].countlimit_minUnits: counts.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].counting.data\nDataUnits: counts.s^-1\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].mode[:].counting.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].counting.data_σ\nerror of neutron_diagnostic.detector[:].mode[:].counting.dataUnits: counts.s^-1\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].mode[:].counting.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].counting.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].spectrum.data\nDataUnits: counts.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"neutron_diagnostic.detector[:].mode[:].spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].spectrum.data_σ\nerror of neutron_diagnostic.detector[:].mode[:].spectrum.dataUnits: counts.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"neutron_diagnostic.detector[:].mode[:].spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].mode[:].spectrum.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].name\nName of the detectorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].nuclei_n\nNumber of target nuclei in the dectectorData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.power_switch\nPower switch (1=on, 0=off)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.data_σ\nerror of neutrondiagnostic.detector[:].supplyhighvoltage.voltageout.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.voltage_out.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.data_σ\nerror of neutrondiagnostic.detector[:].supplyhighvoltage.voltageset.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_high_voltage.voltage_set.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.power_switch\nPower switch (1=on, 0=off)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.data_σ\nerror of neutrondiagnostic.detector[:].supplylowvoltage.voltageout.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.voltage_out.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.data_σ\nerror of neutrondiagnostic.detector[:].supplylowvoltage.voltageset.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].supply_low_voltage.voltage_set.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature\nTemperature of the detectorUnits: K\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_σ\nerror of neutron_diagnostic.detector[:].temperatureUnits: K\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.amplitude.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].temperature_sensor.amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.amplitude.data_σ\nerror of neutrondiagnostic.detector[:].temperaturesensor.amplitude.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].temperature_sensor.amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.fall_time\nPeak fall timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.fall_time_σ\nerror of neutrondiagnostic.detector[:].temperaturesensor.fall_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].temperature_sensor.frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.frequency.data_σ\nerror of neutrondiagnostic.detector[:].temperaturesensor.frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].temperature_sensor.frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.frequency.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.power_switch\nPower switch (1=on, 0=off)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.rise_time\nPeak rise timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.rise_time_σ\nerror of neutrondiagnostic.detector[:].temperaturesensor.rise_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.shape.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.shape.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].temperature_sensor.shape.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.amplitude.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].test_generator.amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.amplitude.data_σ\nerror of neutrondiagnostic.detector[:].testgenerator.amplitude.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].test_generator.amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.fall_time\nPeak fall timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.fall_time_σ\nerror of neutrondiagnostic.detector[:].testgenerator.fall_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.frequency.data\nDataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].test_generator.frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.frequency.data_σ\nerror of neutrondiagnostic.detector[:].testgenerator.frequency.dataUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.detector[:].test_generator.frequency.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.frequency.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.power_switch\nPower switch (1=on, 0=off)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.rise_time\nPeak rise timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.rise_time_σ\nerror of neutrondiagnostic.detector[:].testgenerator.rise_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.shape.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.shape.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.detector[:].test_generator.shape.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.fusion_power\nFusion power reconstructed from the detectors signalsUnits: W\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.fusion_power_σ\nerror of neutrondiagnostic.fusionpowerUnits: W\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.latency_σ\nerror of neutron_diagnostic.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.neutron_flux_total\nTotal Neutron Flux reconstructed from the detectors signalsUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.neutron_flux_total_σ\nerror of neutrondiagnostic.neutronflux_totalUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"neutron_diagnostic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutron_diagnostic.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.first_wall.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.first_wall.r_σ\nerror of neutronics.first_wall.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.first_wall.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.first_wall.z_σ\nerror of neutronics.first_wall.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].wall_loading.flux_r\nAverage radial component of the neutron fluxUnits: W/m^2\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].wall_loading.flux_r_σ\nerror of neutronics.timeslice[:].wallloading.flux_rUnits: W/m^2\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].wall_loading.flux_z\nAverage vertical component of the neutron fluxUnits: W/m^2\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].wall_loading.flux_z_σ\nerror of neutronics.timeslice[:].wallloading.flux_zUnits: W/m^2\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].wall_loading.power\nLocal neutron power (ie. integrated neutron flux)Units: W\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: neutronics.time_slice[:].wall_loading.power_σ\nerror of neutronics.timeslice[:].wallloading.powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"neutronics.first_wall.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"ntms.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].calculation_method\nDescription of how the mode evolution is calculatedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].delta_diff\nExtra diffusion coefficient for the transport equations of Te, ne, Ti Units: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].delta_diff_σ\nerror of ntms.timeslice[:].mode[:].deltadiffUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].deltaw[:].name\nName of the contributionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].deltaw[:].value\nValue of the contributionUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].deltaw[:].value_σ\nerror of ntms.time_slice[:].mode[:].deltaw[:].valueUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.calculation_method\nDescription of how the mode evolution is calculatedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.delta_diff\nExtra diffusion coefficient for the transport equations of Te, ne, Ti Units: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...3\", \"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.delta_diff_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.delta_diffUnits: m^2.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...3\", \"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.deltaw[:].name\nName of the contributionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.deltaw[:].value\nValue of the contributionUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.deltaw[:].value_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.deltaw[:].valueUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.dfrequency_dt\nTime derivative of the frequency of the modeUnits: s^-2\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.dfrequency_dt_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.dfrequency_dtUnits: s^-2\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.dphase_dt\nTime derivative of the phase of the modeUnits: rad/s\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.dphase_dt_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.dphase_dtUnits: rad/s\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.dwidth_dt\nTime derivative of the full width of the modeUnits: m/s\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.dwidth_dt_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.dwidth_dtUnits: m/s\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.frequency\nFrequency of the modeUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.frequency_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.frequencyUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.m_pol\nPoloidal mode numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.n_tor\nToroidal mode numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.phase\nPhase of the modeUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.phase_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.phaseUnits: rad\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.rho_tor\nFlux coordinate on which the mode is centredUnits: m\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.rho_tor_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.rho_tor_norm\nNormalised flux coordinate on which the mode is centredData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.rho_tor_norm_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.rhotornormData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\nTime array used to describe the detailed evolution of the NTMUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.time_detailed_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.time_detailedUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.torque[:].name\nName of the contributionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.torque[:].value\nValue of the contributionUnits: kg.m^2.s^-2\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.torque[:].value_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.torque[:].valueUnits: kg.m^2.s^-2\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.width\nFull width of the modeUnits: m\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].detailed_evolution.width_σ\nerror of ntms.timeslice[:].mode[:].detailedevolution.widthUnits: m\nData Type: FLT_1D\nCoordinates: [\"ntms.time_slice[:].mode[:].detailed_evolution.time_detailed\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].dfrequency_dt\nTime derivative of the frequency of the modeUnits: s^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].dfrequency_dt_σ\nerror of ntms.timeslice[:].mode[:].dfrequencydtUnits: s^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].dphase_dt\nTime derivative of the phase of the modeUnits: rad/s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].dphase_dt_σ\nerror of ntms.timeslice[:].mode[:].dphasedtUnits: rad/s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].dwidth_dt\nTime derivative of the full width of the modeUnits: m/s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].dwidth_dt_σ\nerror of ntms.timeslice[:].mode[:].dwidthdtUnits: m/s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].frequency\nFrequency of the modeUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].frequency_σ\nerror of ntms.time_slice[:].mode[:].frequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].m_pol\nPoloidal mode numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].n_tor\nToroidal mode numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.cause\nCause of the mode onsetData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.m_pol\nPoloidal mode numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.n_tor\nToroidal mode numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.phase\nPhase of the mode at onsetUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.phase_σ\nerror of ntms.time_slice[:].mode[:].onset.phaseUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.time_offset\nOffset time (when a mode disappears). If the mode reappears later in the simulation, use another index of the mode array of structureUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.time_offset_σ\nerror of ntms.timeslice[:].mode[:].onset.timeoffsetUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.time_onset\nOnset timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.time_onset_σ\nerror of ntms.timeslice[:].mode[:].onset.timeonsetUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.width\nSeed island full width at onset timeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].onset.width_σ\nerror of ntms.time_slice[:].mode[:].onset.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].phase\nPhase of the modeUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].phase_σ\nerror of ntms.time_slice[:].mode[:].phaseUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].rho_tor\nFlux coordinate on which the mode is centredUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].rho_tor_σ\nerror of ntms.timeslice[:].mode[:].rhotorUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].rho_tor_norm\nNormalised flux coordinate on which the mode is centredData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].rho_tor_norm_σ\nerror of ntms.timeslice[:].mode[:].rhotor_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].torque[:].name\nName of the contributionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].torque[:].value\nValue of the contributionUnits: kg.m^2.s^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].torque[:].value_σ\nerror of ntms.time_slice[:].mode[:].torque[:].valueUnits: kg.m^2.s^-2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].width\nFull width of the modeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].mode[:].width_σ\nerror of ntms.time_slice[:].mode[:].widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"ntms.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.vacuum_toroidal_field.b0_σ\nerror of ntms.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"ntms.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: ntms.vacuum_toroidal_field.r0_σ\nerror of ntms.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"operational_instrumentation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.latency_σ\nerror of operational_instrumentation.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].acceleration.data\nDataUnits: m.s^-2\nData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].acceleration.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].acceleration.data_σ\nerror of operational_instrumentation.sensor[:].acceleration.dataUnits: m.s^-2\nData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].acceleration.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].acceleration.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_points[:].x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_points[:].x_σ\nerror of operationalinstrumentation.sensor[:].attachementpoints[:].xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_points[:].y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_points[:].y_σ\nerror of operationalinstrumentation.sensor[:].attachementpoints[:].yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_points[:].z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_points[:].z_σ\nerror of operationalinstrumentation.sensor[:].attachementpoints[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].attachement_uris\nIMAS URI of the system(s) to which this sensor is attached. Two for displacement sensors, one for the other types of sensorsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction.x_σ\nerror of operational_instrumentation.sensor[:].direction.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction.y_σ\nerror of operational_instrumentation.sensor[:].direction.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction.z_σ\nerror of operational_instrumentation.sensor[:].direction.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction_second.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction_second.x_σ\nerror of operationalinstrumentation.sensor[:].directionsecond.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction_second.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction_second.y_σ\nerror of operationalinstrumentation.sensor[:].directionsecond.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction_second.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].direction_second.z_σ\nerror of operationalinstrumentation.sensor[:].directionsecond.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].gauge_length\nLength of the strain gaugeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].gauge_length_σ\nerror of operationalinstrumentation.sensor[:].gaugelengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].identifier\nID of the sensorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].length.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].length.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].length.data_σ\nerror of operational_instrumentation.sensor[:].length.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].length.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].length.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].name\nName of the sensorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].strain.data\nDataData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].strain.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].strain.data_σ\nerror of operational_instrumentation.sensor[:].strain.dataData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].strain.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].strain.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].strain_rosette.data\nDataData Type: FLT_2D\nCoordinates: [\"1...N\", \"operational_instrumentation.sensor[:].strain_rosette.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].strain_rosette.data_σ\nerror of operationalinstrumentation.sensor[:].strainrosette.dataData Type: FLT_2D\nCoordinates: [\"1...N\", \"operational_instrumentation.sensor[:].strain_rosette.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].strain_rosette.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].temperature.data\nDataUnits: K\nData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].temperature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].temperature.data_σ\nerror of operational_instrumentation.sensor[:].temperature.dataUnits: K\nData Type: FLT_1D\nCoordinates: [\"operational_instrumentation.sensor[:].temperature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].temperature.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.sensor[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: operational_instrumentation.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"pellets.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.latency_σ\nerror of pellets.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].name\nName of the launcher (unique within the set of all launchers of the experiment)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].shape.size\nSize of the pellet in the various dimensions, depending on the shape type. Spherical pellets: size(1) is the radius of the pellet. Cylindrical pellets: size(1) is the radius and size(2) is the height of the cylinder. Rectangular pellets: size(1) is the height, size(2) is the width and size(3) is the lengthData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].shape.size_σ\nerror of pellets.launcher[:].shape.sizeData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].shape.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].shape.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].shape.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].species[:].a_σ\nerror of pellets.launcher[:].species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.launcher[:].species[:].z_n_σ\nerror of pellets.launcher[:].species[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].frequency\nFrequency of pellets launchedUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].frequency_σ\nerror of pellets.time_slice[:].pellet[:].frequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].a_σ\nerror of pellets.time_slice[:].pellet[:].layer[:].species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].density\nMaterial density of the species in the pelletUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].density_σ\nerror of pellets.time_slice[:].pellet[:].layer[:].species[:].densityUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].fraction\nAtomic fraction of the species in the pelletData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].fraction_σ\nerror of pellets.time_slice[:].pellet[:].layer[:].species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].sublimation_energy\nSublimation energy per atomUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].sublimation_energy_σ\nerror of pellets.timeslice[:].pellet[:].layer[:].species[:].sublimationenergyUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].species[:].z_n_σ\nerror of pellets.timeslice[:].pellet[:].layer[:].species[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].thickness\nLayer thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].layer[:].thickness_σ\nerror of pellets.time_slice[:].pellet[:].layer[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.first_point.phi_σ\nerror of pellets.timeslice[:].pellet[:].pathgeometry.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.first_point.r_σ\nerror of pellets.timeslice[:].pellet[:].pathgeometry.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.first_point.z_σ\nerror of pellets.timeslice[:].pellet[:].pathgeometry.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.second_point.phi_σ\nerror of pellets.timeslice[:].pellet[:].pathgeometry.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.second_point.r_σ\nerror of pellets.timeslice[:].pellet[:].pathgeometry.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_geometry.second_point.z_σ\nerror of pellets.timeslice[:].pellet[:].pathgeometry.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.ablated_particles\nNumber of ablated particles (electrons) along the pellet path Data Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.ablated_particles_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.ablated_particlesData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.ablation_rate\nAblation rate (electrons) along the pellet path Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.ablation_rate_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.ablation_rateUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.distance\nDistance along the pellet path, with the origin taken at pathgeometry/firstpoint. Used as the main coordinate for the path_profiles structure Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.distance_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.distanceUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.n_e\nElectron density along the pellet path Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.n_e_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.n_eUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.position.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.position.phi_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.position.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.position.r_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.position.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.position.z_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.position.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.psi\nPoloidal flux along the pellet path Units: Wb\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.psi_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm\nNormalised toroidal coordinate along the pellet path Data Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.rhotornormData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm_drift\nDifference to due ExB drifts between the ablation and the final deposition locations, in terms of the normalised toroidal flux coordinateData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.rho_tor_norm_drift_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.rhotornorm_driftData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.t_e\nElectron temperature along the pellet path Units: eV\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.t_e_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.t_eUnits: eV\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.velocity\nPellet velocity along the pellet path Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].path_profiles.velocity_σ\nerror of pellets.timeslice[:].pellet[:].pathprofiles.velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"pellets.time_slice[:].pellet[:].path_profiles.distance\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.element[:].a_σ\nerror of pellets.timeslice[:].pellet[:].propellantgas.element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.element[:].z_n_σ\nerror of pellets.timeslice[:].pellet[:].propellantgas.element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.label\nString identifying the neutral molecule (e.g. H2, D2, T2, N2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.molecules_n\nNumber of molecules of the propellant gas injected in the vacuum vessel when launching the pelletData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].propellant_gas.molecules_n_σ\nerror of pellets.timeslice[:].pellet[:].propellantgas.molecules_nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].shape.size\nSize of the pellet in the various dimensions, depending on the shape type. Spherical pellets: size(1) is the radius of the pellet. Cylindrical pellets: size(1) is the radius and size(2) is the height of the cylinder. Rectangular pellets: size(1) is the height, size(2) is the width and size(3) is the lengthUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].shape.size_σ\nerror of pellets.time_slice[:].pellet[:].shape.sizeUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].shape.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].shape.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].shape.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].a_σ\nerror of pellets.time_slice[:].pellet[:].species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].density\nMaterial density of the species in the pelletUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].density_σ\nerror of pellets.time_slice[:].pellet[:].species[:].densityUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].fraction\nAtomic fraction of the species in the pelletData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].fraction_σ\nerror of pellets.time_slice[:].pellet[:].species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].sublimation_energy\nSublimation energy per atomUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].sublimation_energy_σ\nerror of pellets.timeslice[:].pellet[:].species[:].sublimationenergyUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].species[:].z_n_σ\nerror of pellets.timeslice[:].pellet[:].species[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].velocity_initial\nInitial velocity of the pellet as it enters the vaccum chamberUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].pellet[:].velocity_initial_σ\nerror of pellets.timeslice[:].pellet[:].velocityinitialUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pellets.time_slice[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].connections\nDescription of the supplies and coils connections (nodes) across the circuit. Nodes of the circuit are listed as the first dimension of the matrix. Supplies (listed first) and coils (listed second) SIDES are listed as the second dimension. Thus the second dimension has a size equal to 2*(Nsupplies+Ncoils). Nsupplies (resp. Ncoils) is the total number of supplies (resp. coils) listed in the supply (resp.coil) array of structure, i.e. including also supplies/coils that are not part of the actual circuit. The (i,j) matrix elements are 1 if the j-th supply or coil side is connected to the i-th node, or 0 otherwise. For coils, sides are listed so that a current flowing from side 1 to side 2 (inside the coil) is positive (i.e. counter-clockwise when seen from above).Data Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_active.circuit[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].current.data_σ\nerror of pf_active.circuit[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_active.circuit[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].identifier\nID of the circuitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].name\nName of the circuitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].type\nType of the circuitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"pf_active.circuit[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].voltage.data_σ\nerror of pf_active.circuit[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"pf_active.circuit[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.circuit[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].b_field_max\nList of values of the maximum magnetic field on the conductor surface (coordinate for currentlimitmax)Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].b_field_max_σ\nerror of pfactive.coil[:].bfield_maxUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].b_field_max_timed.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].b_field_max_timed.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].b_field_max_timed.data_σ\nerror of pfactive.coil[:].bfieldmaxtimed.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].b_field_max_timed.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].b_field_max_timed.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].current.data_σ\nerror of pf_active.coil[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].current_limit_max\nMaximum tolerable current in the conductorUnits: A\nData Type: FLT_2D\nCoordinates: [\"pf_active.coil[:].b_field_max\", \"pf_active.coil[:].temperature\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].current_limit_max_σ\nerror of pfactive.coil[:].currentlimit_maxUnits: A\nData Type: FLT_2D\nCoordinates: [\"pf_active.coil[:].b_field_max\", \"pf_active.coil[:].temperature\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].area\nCross-sectional areas of the elementUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].area_σ\nerror of pf_active.coil[:].element[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.r\nCentre major radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.r_σ\nerror of pf_active.coil[:].element[:].geometry.annulus.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.radius_inner\nInner radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.radius_inner_σ\nerror of pfactive.coil[:].element[:].geometry.annulus.radiusinnerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.radius_outer\nOuter radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.radius_outer_σ\nerror of pfactive.coil[:].element[:].geometry.annulus.radiusouterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.z\nCentre heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.annulus.z_σ\nerror of pf_active.coil[:].element[:].geometry.annulus.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.arcs_of_circle.curvature_radii\nCurvature radius of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.arcs_of_circle.curvature_radii_σ\nerror of pfactive.coil[:].element[:].geometry.arcsofcircle.curvatureradiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.arcs_of_circle.r\nMajor radii of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.arcs_of_circle.r_σ\nerror of pfactive.coil[:].element[:].geometry.arcsof_circle.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.arcs_of_circle.z\nHeight of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.arcs_of_circle.z_σ\nerror of pfactive.coil[:].element[:].geometry.arcsof_circle.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.geometry_type\nType used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.alpha\nInclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.alpha_σ\nerror of pf_active.coil[:].element[:].geometry.oblique.alphaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.beta\nInclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.beta_σ\nerror of pf_active.coil[:].element[:].geometry.oblique.betaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.length_alpha\nLength of the parallelogram side inclined with angle alpha with respect to the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.length_alpha_σ\nerror of pfactive.coil[:].element[:].geometry.oblique.lengthalphaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.length_beta\nLength of the parallelogram side inclined with angle beta with respect to the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.length_beta_σ\nerror of pfactive.coil[:].element[:].geometry.oblique.lengthbetaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.r\nMajor radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.r_σ\nerror of pf_active.coil[:].element[:].geometry.oblique.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.z\nHeight of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.oblique.z_σ\nerror of pf_active.coil[:].element[:].geometry.oblique.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.outline.r_σ\nerror of pf_active.coil[:].element[:].geometry.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].element[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.outline.z_σ\nerror of pf_active.coil[:].element[:].geometry.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].element[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.height\nVertical full heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.height_σ\nerror of pf_active.coil[:].element[:].geometry.rectangle.heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.r\nGeometric centre RUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.r_σ\nerror of pf_active.coil[:].element[:].geometry.rectangle.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.width\nHorizontal full widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.width_σ\nerror of pf_active.coil[:].element[:].geometry.rectangle.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.z\nGeometric centre ZUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.rectangle.z_σ\nerror of pf_active.coil[:].element[:].geometry.rectangle.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.first_point.r_σ\nerror of pfactive.coil[:].element[:].geometry.thickline.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.first_point.z_σ\nerror of pfactive.coil[:].element[:].geometry.thickline.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.second_point.r_σ\nerror of pfactive.coil[:].element[:].geometry.thickline.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.second_point.z_σ\nerror of pfactive.coil[:].element[:].geometry.thickline.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.thickness\nThicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].geometry.thick_line.thickness_σ\nerror of pfactive.coil[:].element[:].geometry.thickline.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].identifier\nIdentifier of this elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].name\nName of this elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].turns_with_sign\nNumber of effective turns in the element for calculating magnetic fields of the coil/loop; includes the sign of the number of turns (positive means current is counter-clockwise when seen from above)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].element[:].turns_with_sign_σ\nerror of pfactive.coil[:].element[:].turnswith_signData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].energy_limit_max\nMaximum Energy to be dissipated in the coilUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].energy_limit_max_σ\nerror of pfactive.coil[:].energylimit_maxUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_radial.data\nDataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_radial.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_radial.data_σ\nerror of pfactive.coil[:].forceradial.dataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_radial.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_radial.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_radial_crushing.data\nDataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_radial_crushing.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_radial_crushing.data_σ\nerror of pfactive.coil[:].forceradial_crushing.dataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_radial_crushing.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_radial_crushing.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_vertical.data\nDataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_vertical.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_vertical.data_σ\nerror of pfactive.coil[:].forcevertical.dataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_vertical.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_vertical.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_vertical_crushing.data\nDataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_vertical_crushing.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_vertical_crushing.data_σ\nerror of pfactive.coil[:].forcevertical_crushing.dataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].force_vertical_crushing.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].force_vertical_crushing.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].function[:].description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].function[:].index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].function[:].name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].identifier\nAlphanumeric identifier of coils used for convenienceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].name\nName of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].resistance\nCoil resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].resistance_σ\nerror of pf_active.coil[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].resistance_additional.data\nDataUnits: Ohm\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].resistance_additional.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].resistance_additional.data_σ\nerror of pfactive.coil[:].resistanceadditional.dataUnits: Ohm\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].resistance_additional.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].resistance_additional.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].temperature\nList of values of the conductor temperature (coordinate for currentlimitmax)Units: K\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].temperature_σ\nerror of pf_active.coil[:].temperatureUnits: K\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].voltage.data_σ\nerror of pf_active.coil[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"pf_active.coil[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.coil[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.combination_matrix\nForce limits are expressed as a linear combination of the forces on each individual coil. The weights of the linear combination are given by this matrix, while the limits are given by the sibling nodes limitmin and limitmax. Each row of this matrix corresponds to a force limit. The columns represent, for each coil, the 4 types of forces on the coil namely [coil1radial, coil1vertical, coil1radialcrush, coil1verticalcrush, coil2radial, coil2vertical, coil2radialcrush, coil2verticalcrush, ...]. There are therefore 4*coils_n columns.Data Type: FLT_2D\nCoordinates: [\"pf_active.force_limits.limit_max\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.combination_matrix_σ\nerror of pfactive.forcelimits.combination_matrixData Type: FLT_2D\nCoordinates: [\"pf_active.force_limits.limit_max\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.force.data\nDataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.force_limits.force.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.force.data_σ\nerror of pfactive.forcelimits.force.dataUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.force_limits.force.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.force.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.limit_max\nMaximum force limit, for each limit (line of the combination matrix). EMPTY_FLT value means unboundedUnits: N\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.limit_max_σ\nerror of pfactive.forcelimits.limit_maxUnits: N\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.limit_min\nMinimum force limit, for each limit (line of the combination matrix). EMPTY_FLT value means unboundedUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.force_limits.limit_max\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.force_limits.limit_min_σ\nerror of pfactive.forcelimits.limit_minUnits: N\nData Type: FLT_1D\nCoordinates: [\"pf_active.force_limits.limit_max\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.latency_σ\nerror of pf_active.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_active.supply[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current.data_σ\nerror of pf_active.supply[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_active.supply[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current_limit_max\nMaximum current in the supplyUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current_limit_max_σ\nerror of pfactive.supply[:].currentlimit_maxUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current_limit_min\nMinimum current in the supplyUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current_limit_min_σ\nerror of pfactive.supply[:].currentlimit_minUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current_limiter_gain\nGain to prevent overcurrent in a linear model of the supplyUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].current_limiter_gain_σ\nerror of pfactive.supply[:].currentlimiter_gainUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].delay\nPure delay in the supplyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].delay_σ\nerror of pf_active.supply[:].delayUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].energy_limit_max\nMaximum energy to be dissipated in the supply during a pulseUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].energy_limit_max_σ\nerror of pfactive.supply[:].energylimit_maxUnits: J\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].filter_denominator\nCoefficients of the denominator, in increasing order : b0 + b1s + ... + bms^m; used for a linear supply descriptionUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].filter_denominator_σ\nerror of pfactive.supply[:].filterdenominatorUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].filter_numerator\nCoefficients of the numerator, in increasing order : a0 + a1s + ... + ans^n; used for a linear supply descriptionUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].filter_numerator_σ\nerror of pfactive.supply[:].filternumeratorUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].identifier\nIdentifier of the supplyData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].name\nName of the PF supplyData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].nonlinear_model\nDescription of the nonlinear transfer function of the supplyData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].resistance\nPower supply internal resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].resistance_σ\nerror of pf_active.supply[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].type\nType of the supply; TBD add free description of non-linear power suppliesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"pf_active.supply[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage.data_σ\nerror of pf_active.supply[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"pf_active.supply[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage_limit_max\nMaximum voltage from the supplyUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage_limit_max_σ\nerror of pfactive.supply[:].voltagelimit_maxUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage_limit_min\nMinimum voltage from the supplyUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.supply[:].voltage_limit_min_σ\nerror of pfactive.supply[:].voltagelimit_minUnits: V\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_active.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"pf_passive.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].current\nPassive loop currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].current_σ\nerror of pf_passive.loop[:].currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].area\nCross-sectional areas of the elementUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].area_σ\nerror of pf_passive.loop[:].element[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.r\nCentre major radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.r_σ\nerror of pf_passive.loop[:].element[:].geometry.annulus.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.radius_inner\nInner radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.radius_inner_σ\nerror of pfpassive.loop[:].element[:].geometry.annulus.radiusinnerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.radius_outer\nOuter radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.radius_outer_σ\nerror of pfpassive.loop[:].element[:].geometry.annulus.radiusouterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.z\nCentre heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.annulus.z_σ\nerror of pf_passive.loop[:].element[:].geometry.annulus.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.arcs_of_circle.curvature_radii\nCurvature radius of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.arcs_of_circle.curvature_radii_σ\nerror of pfpassive.loop[:].element[:].geometry.arcsofcircle.curvatureradiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.arcs_of_circle.r\nMajor radii of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.arcs_of_circle.r_σ\nerror of pfpassive.loop[:].element[:].geometry.arcsof_circle.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.arcs_of_circle.z\nHeight of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.arcs_of_circle.z_σ\nerror of pfpassive.loop[:].element[:].geometry.arcsof_circle.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.geometry_type\nType used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.alpha\nInclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.alpha_σ\nerror of pf_passive.loop[:].element[:].geometry.oblique.alphaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.beta\nInclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.beta_σ\nerror of pf_passive.loop[:].element[:].geometry.oblique.betaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.length_alpha\nLength of the parallelogram side inclined with angle alpha with respect to the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.length_alpha_σ\nerror of pfpassive.loop[:].element[:].geometry.oblique.lengthalphaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.length_beta\nLength of the parallelogram side inclined with angle beta with respect to the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.length_beta_σ\nerror of pfpassive.loop[:].element[:].geometry.oblique.lengthbetaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.r\nMajor radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.r_σ\nerror of pf_passive.loop[:].element[:].geometry.oblique.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.z\nHeight of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.oblique.z_σ\nerror of pf_passive.loop[:].element[:].geometry.oblique.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.outline.r_σ\nerror of pf_passive.loop[:].element[:].geometry.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].element[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.outline.z_σ\nerror of pf_passive.loop[:].element[:].geometry.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_passive.loop[:].element[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.height\nVertical full heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.height_σ\nerror of pf_passive.loop[:].element[:].geometry.rectangle.heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.r\nGeometric centre RUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.r_σ\nerror of pf_passive.loop[:].element[:].geometry.rectangle.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.width\nHorizontal full widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.width_σ\nerror of pf_passive.loop[:].element[:].geometry.rectangle.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.z\nGeometric centre ZUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.rectangle.z_σ\nerror of pf_passive.loop[:].element[:].geometry.rectangle.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.first_point.r_σ\nerror of pfpassive.loop[:].element[:].geometry.thickline.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.first_point.z_σ\nerror of pfpassive.loop[:].element[:].geometry.thickline.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.second_point.r_σ\nerror of pfpassive.loop[:].element[:].geometry.thickline.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.second_point.z_σ\nerror of pfpassive.loop[:].element[:].geometry.thickline.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.thickness\nThicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].geometry.thick_line.thickness_σ\nerror of pfpassive.loop[:].element[:].geometry.thickline.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].identifier\nIdentifier of this elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].name\nName of this elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].turns_with_sign\nNumber of effective turns in the element for calculating magnetic fields of the coil/loop; includes the sign of the number of turns (positive means current is counter-clockwise when seen from above)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].element[:].turns_with_sign_σ\nerror of pfpassive.loop[:].element[:].turnswith_signData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].name\nName of the loopData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].resistance\nPassive loop resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].resistance_σ\nerror of pf_passive.loop[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].resistivity\nPassive loop resistivityUnits: Ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].resistivity_σ\nerror of pf_passive.loop[:].resistivityUnits: Ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.loop[:].time\nTimebase for the dynamic nodes of this loop located at this level of the IDS structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_passive.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"pf_plasma.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].area\nCross-sectional area of the elementUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].area_σ\nerror of pf_plasma.element[:].areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].current\nCurrent in the plasma elementUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].current_σ\nerror of pf_plasma.element[:].currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.r\nCentre major radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.r_σ\nerror of pf_plasma.element[:].geometry.annulus.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.radius_inner\nInner radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.radius_inner_σ\nerror of pfplasma.element[:].geometry.annulus.radiusinnerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.radius_outer\nOuter radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.radius_outer_σ\nerror of pfplasma.element[:].geometry.annulus.radiusouterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.z\nCentre heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.annulus.z_σ\nerror of pf_plasma.element[:].geometry.annulus.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.arcs_of_circle.curvature_radii\nCurvature radius of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.arcs_of_circle.curvature_radii_σ\nerror of pfplasma.element[:].geometry.arcsofcircle.curvatureradiiUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.arcs_of_circle.r\nMajor radii of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.arcs_of_circle.r_σ\nerror of pfplasma.element[:].geometry.arcsof_circle.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.arcs_of_circle.z\nHeight of the start point of each arc of circleUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.arcs_of_circle.z_σ\nerror of pfplasma.element[:].geometry.arcsof_circle.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].geometry.arcs_of_circle.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.geometry_type\nType used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.alpha\nInclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R).Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.alpha_σ\nerror of pf_plasma.element[:].geometry.oblique.alphaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.beta\nInclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used.Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.beta_σ\nerror of pf_plasma.element[:].geometry.oblique.betaUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.length_alpha\nLength of the parallelogram side inclined with angle alpha with respect to the major radius axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.length_alpha_σ\nerror of pfplasma.element[:].geometry.oblique.lengthalphaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.length_beta\nLength of the parallelogram side inclined with angle beta with respect to the height axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.length_beta_σ\nerror of pfplasma.element[:].geometry.oblique.lengthbetaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.r\nMajor radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.r_σ\nerror of pf_plasma.element[:].geometry.oblique.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.z\nHeight of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.oblique.z_σ\nerror of pf_plasma.element[:].geometry.oblique.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.outline.r_σ\nerror of pf_plasma.element[:].geometry.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.outline.z_σ\nerror of pf_plasma.element[:].geometry.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"pf_plasma.element[:].geometry.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.height\nVertical full heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.height_σ\nerror of pf_plasma.element[:].geometry.rectangle.heightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.r\nGeometric centre RUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.r_σ\nerror of pf_plasma.element[:].geometry.rectangle.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.width\nHorizontal full widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.width_σ\nerror of pf_plasma.element[:].geometry.rectangle.widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.z\nGeometric centre ZUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.rectangle.z_σ\nerror of pf_plasma.element[:].geometry.rectangle.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.first_point.r_σ\nerror of pfplasma.element[:].geometry.thickline.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.first_point.z_σ\nerror of pfplasma.element[:].geometry.thickline.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.second_point.r_σ\nerror of pfplasma.element[:].geometry.thickline.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.second_point.z_σ\nerror of pfplasma.element[:].geometry.thickline.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.thickness\nThicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].geometry.thick_line.thickness_σ\nerror of pfplasma.element[:].geometry.thickline.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.element[:].time\nTimebase for the dynamic nodes located at this level of the IDS structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pf_plasma.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].e_field_parallel\nParallel electric field along each field lineUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].e_field_parallel_σ\nerror of plasmainitiation.bfieldlines[:].efield_parallelUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].e_field_townsend\nTownsend electric field along each field lineUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].e_field_townsend_σ\nerror of plasmainitiation.bfieldlines[:].efield_townsendUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid.dim1_σ\nerror of plasmainitiation.bfield_lines[:].grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid.dim2_σ\nerror of plasmainitiation.bfield_lines[:].grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"plasma_initiation.b_field_lines[:].grid.dim1\", \"plasma_initiation.b_field_lines[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid.volume_element_σ\nerror of plasmainitiation.bfieldlines[:].grid.volumeelementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"plasma_initiation.b_field_lines[:].grid.dim1\", \"plasma_initiation.b_field_lines[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].lengths\nLength of each field lineUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].lengths_σ\nerror of plasmainitiation.bfield_lines[:].lengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].open_fraction\nFraction of open field lines : ratio open fields lines / (open+closed field lines)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].open_fraction_σ\nerror of plasmainitiation.bfieldlines[:].openfractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].pressure\nPrefill gas pressure used in Townsend E field calculationUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].pressure_σ\nerror of plasmainitiation.bfield_lines[:].pressureUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].starting_positions.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].starting_positions.r_σ\nerror of plasmainitiation.bfieldlines[:].startingpositions.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].starting_positions.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].starting_positions.z_σ\nerror of plasmainitiation.bfieldlines[:].startingpositions.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].starting_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r_σ\nerror of plasmainitiation.bfieldlines[:].townsendorclosedgrid_positions.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.z_σ\nerror of plasmainitiation.bfieldlines[:].townsendorclosedgrid_positions.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].townsend_or_closed_grid_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r_σ\nerror of plasmainitiation.bfieldlines[:].townsendorclosedpositions.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_positions.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.b_field_lines[:].townsend_or_closed_positions.z_σ\nerror of plasmainitiation.bfieldlines[:].townsendorclosedpositions.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.b_field_lines[:].townsend_or_closed_positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"plasma_initiation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.b_field_perpendicular.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.b_field_perpendicular.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.b_field_perpendicular.data_σ\nerror of plasmainitiation.globalquantities.bfieldperpendicular.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.b_field_perpendicular.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.b_field_perpendicular.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.b_field_stray.data\nDataUnits: T\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.b_field_stray.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.b_field_stray.data_σ\nerror of plasmainitiation.globalquantities.bfieldstray.dataUnits: T\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.b_field_stray.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.b_field_stray.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.connection_length.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.connection_length.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.connection_length.data_σ\nerror of plasmainitiation.globalquantities.connection_length.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.connection_length.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.connection_length.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.coulomb_logarithm.data\nDataData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.coulomb_logarithm.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.coulomb_logarithm.data_σ\nerror of plasmainitiation.globalquantities.coulomb_logarithm.dataData Type: FLT_1D\nCoordinates: [\"plasma_initiation.global_quantities.coulomb_logarithm.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.global_quantities.coulomb_logarithm.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].e_field_tor\nToroidal component of the electric fieldUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"plasma_initiation.profiles_2d[:].grid.dim1\", \"plasma_initiation.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].e_field_tor_σ\nerror of plasmainitiation.profiles2d[:].efieldtorUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"plasma_initiation.profiles_2d[:].grid.dim1\", \"plasma_initiation.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid.dim1_σ\nerror of plasmainitiation.profiles2d[:].grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid.dim2_σ\nerror of plasmainitiation.profiles2d[:].grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid.volume_element\nElementary plasma volume of plasma enclosed in the cell formed by the nodes [dim1(i) dim2(j)], [dim1(i+1) dim2(j)], [dim1(i) dim2(j+1)] and [dim1(i+1) dim2(j+1)]Units: m^3\nData Type: FLT_2D\nCoordinates: [\"plasma_initiation.profiles_2d[:].grid.dim1\", \"plasma_initiation.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid.volume_element_σ\nerror of plasmainitiation.profiles2d[:].grid.volume_elementUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"plasma_initiation.profiles_2d[:].grid.dim1\", \"plasma_initiation.profiles_2d[:].grid.dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.profiles_2d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: plasma_initiation.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity.data\nDataData Type: FLT_1D\nCoordinates: [\"polarimeter.channel[:].ellipticity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity.data_σ\nerror of polarimeter.channel[:].ellipticity.dataData Type: FLT_1D\nCoordinates: [\"polarimeter.channel[:].ellipticity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"polarimeter.channel[:].ellipticity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity_initial\nInitial ellipticity before entering the plasmaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].ellipticity_initial_σ\nerror of polarimeter.channel[:].ellipticity_initialUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].faraday_angle.data\nDataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"polarimeter.channel[:].faraday_angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].faraday_angle.data_σ\nerror of polarimeter.channel[:].faraday_angle.dataUnits: rad\nData Type: FLT_1D\nCoordinates: [\"polarimeter.channel[:].faraday_angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].faraday_angle.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].faraday_angle.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].faraday_angle.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"polarimeter.channel[:].faraday_angle.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.first_point.phi_σ\nerror of polarimeter.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.first_point.r_σ\nerror of polarimeter.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.first_point.z_σ\nerror of polarimeter.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.second_point.phi_σ\nerror of polarimeter.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.second_point.r_σ\nerror of polarimeter.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.second_point.z_σ\nerror of polarimeter.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.third_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.third_point.phi_σ\nerror of polarimeter.channel[:].lineofsight.third_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.third_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.third_point.r_σ\nerror of polarimeter.channel[:].lineofsight.third_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.third_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].line_of_sight.third_point.z_σ\nerror of polarimeter.channel[:].lineofsight.third_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].polarisation_initial\nInitial polarisation vector before entering the plasmaUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].polarisation_initial_σ\nerror of polarimeter.channel[:].polarisation_initialUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].wavelength\nWavelength used for polarimetryUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.channel[:].wavelength_σ\nerror of polarimeter.channel[:].wavelengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"polarimeter.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.latency_σ\nerror of polarimeter.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: polarimeter.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"pulse_schedule.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].element[:].a_σ\nerror of pulseschedule.densitycontrol.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].element[:].z_n_σ\nerror of pulseschedule.densitycontrol.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].n_i_volume_average.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].n_i_volume_average.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].n_i_volume_average.reference_σ\nerror of pulseschedule.densitycontrol.ion[:].nivolume_average.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].n_i_volume_average.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].n_i_volume_average.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].z_ion\nIon chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.ion[:].z_ion_σ\nerror of pulseschedule.densitycontrol.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_greenwald_fraction.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_greenwald_fraction.reference_σ\nerror of pulseschedule.densitycontrol.negreenwald_fraction.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line.reference_σ\nerror of pulseschedule.densitycontrol.neline.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_lcfs.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_lcfs.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_lcfs.reference_σ\nerror of pulseschedule.densitycontrol.neline_lcfs.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_lcfs.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_lcfs.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.first_point.phi_σ\nerror of pulseschedule.densitycontrol.nelineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.first_point.r_σ\nerror of pulseschedule.densitycontrol.nelineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.first_point.z_σ\nerror of pulseschedule.densitycontrol.nelineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.second_point.phi_σ\nerror of pulseschedule.densitycontrol.nelineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.second_point.r_σ\nerror of pulseschedule.densitycontrol.nelineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.second_point.z_σ\nerror of pulseschedule.densitycontrol.nelineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.third_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.third_point.phi_σ\nerror of pulseschedule.densitycontrol.nelineofsight.third_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.third_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.third_point.r_σ\nerror of pulseschedule.densitycontrol.nelineofsight.third_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.third_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_line_of_sight.third_point.z_σ\nerror of pulseschedule.densitycontrol.nelineofsight.third_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_pedestal.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_pedestal.reference_σ\nerror of pulseschedule.densitycontrol.nepedestal.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_pedestal_greenwald_fraction.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_pedestal_greenwald_fraction.reference_σ\nerror of pulseschedule.densitycontrol.nepedestalgreenwaldfraction.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_profile_average.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_profile_average.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_profile_average.reference_σ\nerror of pulseschedule.densitycontrol.neprofile_average.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_profile_average.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_profile_average.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_volume_average.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_volume_average.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_volume_average.reference_σ\nerror of pulseschedule.densitycontrol.nevolume_average.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_volume_average.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_e_volume_average.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_h_over_n_d.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_h_over_n_d.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_h_over_n_d.reference_σ\nerror of pulseschedule.densitycontrol.nhovernd.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_h_over_n_d.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_h_over_n_d.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_t_over_n_d.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_t_over_n_d.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_t_over_n_d.reference_σ\nerror of pulseschedule.densitycontrol.ntovernd.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_t_over_n_d.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.n_t_over_n_d.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].flow_rate.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].flow_rate.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].flow_rate.reference_σ\nerror of pulseschedule.densitycontrol.valve[:].flow_rate.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].flow_rate.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].flow_rate.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].identifier\nIdentifier of the valveData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].name\nName of the valveData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].element[:].a_σ\nerror of pulseschedule.densitycontrol.valve[:].species[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].element[:].z_n_σ\nerror of pulseschedule.densitycontrol.valve[:].species[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].fraction\nRelative fraction of this species (in molecules) in the gas mixtureData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].fraction_σ\nerror of pulseschedule.densitycontrol.valve[:].species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.valve[:].species[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff.reference_σ\nerror of pulseschedule.densitycontrol.zeff.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.first_point.phi_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.first_point.r_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.first_point.z_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.second_point.phi_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.second_point.r_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.second_point.z_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.third_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.third_point.phi_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.thirdpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.third_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.third_point.r_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.thirdpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.third_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_line_of_sight.third_point.z_σ\nerror of pulseschedule.densitycontrol.zefflineofsight.thirdpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_pedestal.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.density_control.zeff_pedestal.reference_σ\nerror of pulseschedule.densitycontrol.zeff_pedestal.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.density_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference_σ\nerror of pulseschedule.ec.beam[:].depositionrhotornorm.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm_width.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].deposition_rho_tor_norm_width.reference_σ\nerror of pulseschedule.ec.beam[:].depositionrhotornorm_width.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].frequency.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].frequency.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].frequency.reference_σ\nerror of pulse_schedule.ec.beam[:].frequency.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].frequency.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].frequency.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].identifier\nIdentifier of the beamData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].name\nName of the beamData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].power_launched.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].power_launched.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].power_launched.reference_σ\nerror of pulseschedule.ec.beam[:].powerlaunched.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].power_launched.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].power_launched.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_pol.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_pol.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_pol.reference_σ\nerror of pulseschedule.ec.beam[:].steeringangle_pol.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_pol.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_pol.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_tor.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_tor.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_tor.reference_σ\nerror of pulseschedule.ec.beam[:].steeringangle_tor.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_tor.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.beam[:].steering_angle_tor.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.power_launched.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.power_launched.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.power_launched.reference_σ\nerror of pulseschedule.ec.powerlaunched.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ec.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.power_launched.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.power_launched.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ec.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].acquisition_state.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].acquisition_state.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].acquisition_state.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].acquisition_strategy.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].acquisition_strategy.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].acquisition_strategy.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].duration\nDuration of this eventUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].duration_σ\nerror of pulse_schedule.event[:].durationUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].identifier\nUnique identifier of this event provided by the scheduling / event handlerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].listeners\nSystems listening to this eventData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].provider\nSystem having generated this eventData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].time_stamp\nTime stamp of this eventUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].time_stamp_σ\nerror of pulseschedule.event[:].timestampUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.event[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.beta_normal.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.beta_normal.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.beta_normal.reference_σ\nerror of pulseschedule.fluxcontrol.beta_normal.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.beta_normal.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.beta_normal.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.i_plasma.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.i_plasma.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.i_plasma.reference_σ\nerror of pulseschedule.fluxcontrol.i_plasma.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.i_plasma.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.i_plasma.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.li_3.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.li_3.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.li_3.reference_σ\nerror of pulseschedule.fluxcontrol.li_3.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.li_3.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.li_3.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.loop_voltage.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.loop_voltage.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.loop_voltage.reference_σ\nerror of pulseschedule.fluxcontrol.loop_voltage.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.loop_voltage.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.loop_voltage.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.flux_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.flux_control.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].deposition_rho_tor_norm.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].deposition_rho_tor_norm.reference_σ\nerror of pulseschedule.ic.antenna[:].depositionrhotornorm.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].deposition_rho_tor_norm_width.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].deposition_rho_tor_norm_width.reference_σ\nerror of pulseschedule.ic.antenna[:].depositionrhotornorm_width.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].frequency.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].frequency.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].frequency.reference_σ\nerror of pulse_schedule.ic.antenna[:].frequency.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].frequency.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].frequency.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].identifier\nIdentifier of the antennaData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].name\nName of the antennaData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].phase.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].phase.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].phase.reference_σ\nerror of pulse_schedule.ic.antenna[:].phase.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].phase.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].phase.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power.reference_σ\nerror of pulse_schedule.ic.antenna[:].power.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.antenna[:].power_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.power.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.power.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.power.reference_σ\nerror of pulse_schedule.ic.power.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.ic.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.power.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.power.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ic.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].deposition_rho_tor_norm.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].deposition_rho_tor_norm.reference_σ\nerror of pulseschedule.lh.antenna[:].depositionrhotornorm.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].deposition_rho_tor_norm_width.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].deposition_rho_tor_norm_width.reference_σ\nerror of pulseschedule.lh.antenna[:].depositionrhotornorm_width.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].frequency.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].frequency.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].frequency.reference_σ\nerror of pulse_schedule.lh.antenna[:].frequency.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].frequency.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].frequency.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].identifier\nIdentifier of the antennaData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].n_parallel.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].n_parallel.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].n_parallel.reference_σ\nerror of pulseschedule.lh.antenna[:].nparallel.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].n_parallel.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].n_parallel.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].name\nName of the antennaData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].phase.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].phase.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].phase.reference_σ\nerror of pulse_schedule.lh.antenna[:].phase.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].phase.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].phase.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power.reference_σ\nerror of pulse_schedule.lh.antenna[:].power.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.antenna[:].power_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.power.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.power.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.power.reference_σ\nerror of pulse_schedule.lh.power.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.lh.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.power.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.power.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.lh.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.power.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.power.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.power.reference_σ\nerror of pulse_schedule.nbi.power.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.power.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.power.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].deposition_rho_tor_norm.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].deposition_rho_tor_norm.reference_σ\nerror of pulseschedule.nbi.unit[:].depositionrhotornorm.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].deposition_rho_tor_norm_width.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].deposition_rho_tor_norm_width.reference_σ\nerror of pulseschedule.nbi.unit[:].depositionrhotornorm_width.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].energy.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].energy.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].energy.reference_σ\nerror of pulse_schedule.nbi.unit[:].energy.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].energy.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].energy.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].identifier\nIdentifier of the NBI unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].name\nName of the NBI unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].power.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].power.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].power.reference_σ\nerror of pulse_schedule.nbi.unit[:].power.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.nbi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].power.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].power.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].element[:].a_σ\nerror of pulse_schedule.nbi.unit[:].species[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].element[:].z_n_σ\nerror of pulseschedule.nbi.unit[:].species[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].fraction\nRelative fraction of this species (in molecules) in the gas mixtureData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].fraction_σ\nerror of pulse_schedule.nbi.unit[:].species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.nbi.unit[:].species[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pellet.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm.reference_σ\nerror of pulseschedule.pellet.launcher[:].depositionrhotornorm.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pellet.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm_width.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pellet.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.launcher[:].deposition_rho_tor_norm_width.reference_σ\nerror of pulseschedule.pellet.launcher[:].depositionrhotornorm_width.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pellet.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.launcher[:].frequency.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pellet.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.launcher[:].frequency.reference_σ\nerror of pulse_schedule.pellet.launcher[:].frequency.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pellet.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pellet.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].current.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].current.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].current.reference_σ\nerror of pulseschedule.pfactive.coil[:].current.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].current.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].current.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].identifier\nIdentifier of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].name\nName of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].resistance_additional.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].resistance_additional.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].resistance_additional.reference_σ\nerror of pulseschedule.pfactive.coil[:].resistance_additional.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].resistance_additional.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].resistance_additional.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].voltage.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.coil[:].voltage.reference_σ\nerror of pulseschedule.pfactive.coil[:].voltage.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].current.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].current.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].current.reference_σ\nerror of pulseschedule.pfactive.supply[:].current.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].current.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].current.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].identifier\nIdentifier of the supplyData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].name\nName of the supplyData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].voltage.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].voltage.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].voltage.reference_σ\nerror of pulseschedule.pfactive.supply[:].voltage.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.pf_active.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].voltage.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.supply[:].voltage.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.pf_active.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.r.reference_σ\nerror of pulseschedule.positioncontrol.activelimiterpoint.r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.z.reference_σ\nerror of pulseschedule.positioncontrol.activelimiterpoint.z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.active_limiter_point.z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].r.reference_σ\nerror of pulseschedule.positioncontrol.boundary_outline[:].r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].z.reference_σ\nerror of pulseschedule.positioncontrol.boundary_outline[:].z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.boundary_outline[:].z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.r.reference_σ\nerror of pulseschedule.positioncontrol.current_centroid.r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.z.reference_σ\nerror of pulseschedule.positioncontrol.current_centroid.z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.current_centroid.z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation.reference_σ\nerror of pulseschedule.positioncontrol.elongation.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_lower.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_lower.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_lower.reference_σ\nerror of pulseschedule.positioncontrol.elongation_lower.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_lower.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_lower.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_upper.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_upper.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_upper.reference_σ\nerror of pulseschedule.positioncontrol.elongation_upper.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_upper.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.elongation_upper.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].angle\nAngle between the direction in which the gap is measured (in the poloidal cross-section) and the horizontal axis. Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].angle_σ\nerror of pulseschedule.positioncontrol.gap[:].angleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].identifier\nIdentifier of the gapData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].name\nName of the gapData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].r\nMajor radius of the reference pointUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].r_σ\nerror of pulseschedule.positioncontrol.gap[:].rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].value.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].value.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].value.reference_σ\nerror of pulseschedule.positioncontrol.gap[:].value.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].value.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].value.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].z\nHeight of the reference pointUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.gap[:].z_σ\nerror of pulseschedule.positioncontrol.gap[:].zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.r.reference_σ\nerror of pulseschedule.positioncontrol.geometric_axis.r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.z.reference_σ\nerror of pulseschedule.positioncontrol.geometric_axis.z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.geometric_axis.z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.r.reference_σ\nerror of pulseschedule.positioncontrol.magnetic_axis.r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.z.reference_σ\nerror of pulseschedule.positioncontrol.magnetic_axis.z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.magnetic_axis.z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.minor_radius.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.minor_radius.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.minor_radius.reference_σ\nerror of pulseschedule.positioncontrol.minor_radius.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.minor_radius.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.minor_radius.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.ovality.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.ovality.reference_σ\nerror of pulseschedule.positioncontrol.ovality.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness.reference_σ\nerror of pulseschedule.positioncontrol.squareness.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_inner.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_inner.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_inner.reference_σ\nerror of pulseschedule.positioncontrol.squarenesslowerinner.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_inner.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_inner.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_outer.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_outer.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_outer.reference_σ\nerror of pulseschedule.positioncontrol.squarenesslowerouter.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_outer.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_lower_outer.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_inner.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_inner.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_inner.reference_σ\nerror of pulseschedule.positioncontrol.squarenessupperinner.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_inner.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_inner.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_outer.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_outer.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_outer.reference_σ\nerror of pulseschedule.positioncontrol.squarenessupperouter.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_outer.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.squareness_upper_outer.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].r.reference_σ\nerror of pulseschedule.positioncontrol.strike_point[:].r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].z.reference_σ\nerror of pulseschedule.positioncontrol.strike_point[:].z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.strike_point[:].z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.tilt.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.tilt.reference_σ\nerror of pulseschedule.positioncontrol.tilt.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity.reference_σ\nerror of pulseschedule.positioncontrol.triangularity.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_inner.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_inner.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_inner.reference_σ\nerror of pulseschedule.positioncontrol.triangularity_inner.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_inner.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_inner.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_lower.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_lower.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_lower.reference_σ\nerror of pulseschedule.positioncontrol.triangularity_lower.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_lower.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_lower.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_minor.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_minor.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_minor.reference_σ\nerror of pulseschedule.positioncontrol.triangularity_minor.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_minor.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_minor.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_outer.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_outer.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_outer.reference_σ\nerror of pulseschedule.positioncontrol.triangularity_outer.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_outer.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_outer.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_upper.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_upper.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_upper.reference_σ\nerror of pulseschedule.positioncontrol.triangularity_upper.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_upper.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.triangularity_upper.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.twist.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.twist.reference_σ\nerror of pulseschedule.positioncontrol.twist.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].r.reference_σ\nerror of pulseschedule.positioncontrol.x_point[:].r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].z.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].z.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].z.reference_σ\nerror of pulseschedule.positioncontrol.x_point[:].z.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].z.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.x_point[:].z.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_max.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_max.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_max.reference_σ\nerror of pulseschedule.positioncontrol.zrmax.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_max.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_max.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_min.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_min.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_min.reference_σ\nerror of pulseschedule.positioncontrol.zrmin.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.position_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_min.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.position_control.z_r_min.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.dpressure_dpsi.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: Pa.Wb^-1\nData Type: FLT_2D\nCoordinates: [\"pulse_schedule.profiles_control.psi_norm\", \"pulse_schedule.profiles_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.dpressure_dpsi.reference_σ\nerror of pulseschedule.profilescontrol.dpressure_dpsi.referenceUnits: Pa.Wb^-1\nData Type: FLT_2D\nCoordinates: [\"pulse_schedule.profiles_control.psi_norm\", \"pulse_schedule.profiles_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.f_df_dpsi.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"pulse_schedule.profiles_control.psi_norm\", \"pulse_schedule.profiles_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.f_df_dpsi.reference_σ\nerror of pulseschedule.profilescontrol.fdfdpsi.referenceUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"pulse_schedule.profiles_control.psi_norm\", \"pulse_schedule.profiles_control.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.psi_norm\nRadial dimensionData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.psi_norm_σ\nerror of pulseschedule.profilescontrol.psi_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.profiles_control.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum.reference\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.tf.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum.reference_σ\nerror of pulseschedule.tf.bfieldtorvacuum.referenceUnits: T\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.tf.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum_r.envelope_type\nEnvelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.dataerrorupper and reference.data * reference.dataerrorlower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/dataerrorupper and reference/dataerrorlower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the dataData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum_r.reference\nReference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.tf.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum_r.reference_σ\nerror of pulseschedule.tf.bfieldtorvacuum_r.referenceUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"pulse_schedule.tf.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum_r.reference_name\nReference name (e.g. in the native pulse schedule system of the device)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.b_field_tor_vacuum_r.reference_type\nReference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data nodeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.mode\nControl mode (operation mode and/or settings used by the controller)Data Type: INT_1D\nCoordinates: [\"pulse_schedule.tf.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.r0_σ\nerror of pulse_schedule.tf.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.tf.time\nTimebase for the dynamic nodes located at this level of the IDS structure and belowUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: pulse_schedule.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"radiation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of radiation.gridggd[:].gridsubset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of radiation.gridggd[:].gridsubset[:].base[:].tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of radiation.gridggd[:].gridsubset[:].base[:].tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of radiation.gridggd[:].gridsubset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of radiation.gridggd[:].gridsubset[:].metric.tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of radiation.gridggd[:].gridsubset[:].metric.tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"radiation.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of radiation.gridggd[:].space[:].objectsper_dimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of radiation.gridggd[:].space[:].objectsperdimension[:].object[:].geometry2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of radiation.gridggd[:].space[:].objectsper_dimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].electrons.emissivity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].electrons.emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].electrons.emissivity[:].coefficients_σ\nerror of radiation.process[:].ggd[:].electrons.emissivity[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].electrons.emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].electrons.emissivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].electrons.emissivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].electrons.emissivity[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].electrons.emissivity[:].values_σ\nerror of radiation.process[:].ggd[:].electrons.emissivity[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].element[:].a_σ\nerror of radiation.process[:].ggd[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].element[:].z_n_σ\nerror of radiation.process[:].ggd[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].emissivity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].ion[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].emissivity[:].coefficients_σ\nerror of radiation.process[:].ggd[:].ion[:].emissivity[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].ion[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].emissivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].emissivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].emissivity[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].emissivity[:].values_σ\nerror of radiation.process[:].ggd[:].ion[:].emissivity[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].coefficients_σ\nerror of radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].values_σ\nerror of radiation.process[:].ggd[:].ion[:].state[:].emissivity[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].vibrational_level_σ\nerror of radiation.process[:].ggd[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].z_max_σ\nerror of radiation.process[:].ggd[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].state[:].z_min_σ\nerror of radiation.process[:].ggd[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].ion[:].z_ion_σ\nerror of radiation.process[:].ggd[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].element[:].a_σ\nerror of radiation.process[:].ggd[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].element[:].z_n_σ\nerror of radiation.process[:].ggd[:].neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].emissivity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].neutral[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].emissivity[:].coefficients_σ\nerror of radiation.process[:].ggd[:].neutral[:].emissivity[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].neutral[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].emissivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].emissivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].emissivity[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].emissivity[:].values_σ\nerror of radiation.process[:].ggd[:].neutral[:].emissivity[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].label\nString identifying the neutral species (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].coefficients_σ\nerror of radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].coefficientsUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].values_σ\nerror of radiation.process[:].ggd[:].neutral[:].state[:].emissivity[:].valuesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].vibrational_level_σ\nerror of radiation.process[:].ggd[:].neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power\nTotal power emitted by all speciesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_σ\nerror of radiation.process[:].globalquantities[:].insidelcfs.powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_electrons\nPower emitted by electronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_electrons_σ\nerror of radiation.process[:].globalquantities[:].insidelcfs.power_electronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_ion_total\nTotal power emitted by all ion speciesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_ion_total_σ\nerror of radiation.process[:].globalquantities[:].insidelcfs.poweriontotalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_neutral_total\nTotal power emitted by all neutral speciesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_lcfs.power_neutral_total_σ\nerror of radiation.process[:].globalquantities[:].insidelcfs.powerneutraltotalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power\nTotal power emitted by all speciesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_σ\nerror of radiation.process[:].globalquantities[:].insidevessel.powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_electrons\nPower emitted by electronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_electrons_σ\nerror of radiation.process[:].globalquantities[:].insidevessel.power_electronsUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_ion_total\nTotal power emitted by all ion speciesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_ion_total_σ\nerror of radiation.process[:].globalquantities[:].insidevessel.poweriontotalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_neutral_total\nTotal power emitted by all neutral speciesUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].inside_vessel.power_neutral_total_σ\nerror of radiation.process[:].globalquantities[:].insidevessel.powerneutraltotalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].global_quantities[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].electrons.emissivity\nEmissivity from this speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].electrons.emissivity_σ\nerror of radiation.process[:].profiles_1d[:].electrons.emissivityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].electrons.power_inside\nRadiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].electrons.power_inside_σ\nerror of radiation.process[:].profiles1d[:].electrons.powerinsideUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].emissivity_ion_total\nEmissivity (summed over ion species)Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].emissivity_ion_total_σ\nerror of radiation.process[:].profiles1d[:].emissivityion_totalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].emissivity_neutral_total\nEmissivity (summed over neutral species)Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].emissivity_neutral_total_σ\nerror of radiation.process[:].profiles1d[:].emissivityneutral_totalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.area_σ\nerror of radiation.process[:].profiles_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.psi_σ\nerror of radiation.process[:].profiles_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.psi_boundary_σ\nerror of radiation.process[:].profiles1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of radiation.process[:].profiles1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.rho_pol_norm_σ\nerror of radiation.process[:].profiles1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.rho_tor_σ\nerror of radiation.process[:].profiles1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.rho_tor_norm_σ\nerror of radiation.process[:].profiles1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.surface_σ\nerror of radiation.process[:].profiles_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].grid.volume_σ\nerror of radiation.process[:].profiles_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].element[:].a_σ\nerror of radiation.process[:].profiles_1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].element[:].z_n_σ\nerror of radiation.process[:].profiles1d[:].ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].emissivity\nEmissivity from this speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].emissivity_σ\nerror of radiation.process[:].profiles_1d[:].ion[:].emissivityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].power_inside\nRadiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].power_inside_σ\nerror of radiation.process[:].profiles1d[:].ion[:].powerinsideUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].emissivity\nEmissivity from this speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].emissivity_σ\nerror of radiation.process[:].profiles_1d[:].ion[:].state[:].emissivityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].power_inside\nRadiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].power_inside_σ\nerror of radiation.process[:].profiles1d[:].ion[:].state[:].powerinsideUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of radiation.process[:].profiles1d[:].ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].z_max_σ\nerror of radiation.process[:].profiles1d[:].ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].state[:].z_min_σ\nerror of radiation.process[:].profiles1d[:].ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].ion[:].z_ion_σ\nerror of radiation.process[:].profiles1d[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].element[:].a_σ\nerror of radiation.process[:].profiles_1d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].element[:].z_n_σ\nerror of radiation.process[:].profiles1d[:].neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].emissivity\nEmissivity from this speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].emissivity_σ\nerror of radiation.process[:].profiles_1d[:].neutral[:].emissivityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].label\nString identifying the neutral species (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].power_inside\nRadiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].power_inside_σ\nerror of radiation.process[:].profiles1d[:].neutral[:].powerinsideUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].emissivity\nEmissivity from this speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].emissivity_σ\nerror of radiation.process[:].profiles_1d[:].neutral[:].state[:].emissivityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].power_inside\nRadiated power from inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].power_inside_σ\nerror of radiation.process[:].profiles1d[:].neutral[:].state[:].powerinsideUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].vibrational_level_σ\nerror of radiation.process[:].profiles1d[:].neutral[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].power_inside_ion_total\nTotal power from ion species (summed over ion species) inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].power_inside_ion_total_σ\nerror of radiation.process[:].profiles1d[:].powerinsideiontotalUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].power_inside_neutral_total\nTotal power from ion species (summed over neutral species) inside the flux surface (volume integral of the emissivity inside the flux surface)Units: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].power_inside_neutral_total_σ\nerror of radiation.process[:].profiles1d[:].powerinsideneutraltotalUnits: W\nData Type: FLT_1D\nCoordinates: [\"radiation.process[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.process[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"radiation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.vacuum_toroidal_field.b0_σ\nerror of radiation.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"radiation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: radiation.vacuum_toroidal_field.r0_σ\nerror of radiation.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"real_time_data.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].name\nTopic nameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].sample\nIndex of sample (time stamp counter)Data Type: INT_1D\nCoordinates: [\"real_time_data.topic[:].time_stamp\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].signal[:].allocated_position\nAllocation of signal to a position in the SDN (1..N), or several positions in case of signal reshaping; this will be implementation specificData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].signal[:].data_str\nSignal data (e.g. diagnostic signal or PCS command), serialized as a stringData Type: STR_1D\nCoordinates: [\"real_time_data.topic[:].time_stamp\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].signal[:].data_type\nSignal data typeData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].signal[:].name\nSignal nameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].signal[:].quality\nIndicator of the quality of the signal. Following ITER PCS documentation (https://user.iter.org/?uid=354SJ3&action=get_document), possible values are: 1 - GOOD (the nominal state); 2 - INVALID (data no usable); 3 - DATA INTEGRITY ERROR (e.g. out of bounds with respect to expectations, calibration error,...)Data Type: INT_1D\nCoordinates: [\"real_time_data.topic[:].time_stamp\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].time_stamp\nTime of creation for all signals belonging to this topic. A set of time stamps can be recorded if neededUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: real_time_data.topic[:].time_stamp_σ\nerror of realtimedata.topic[:].time_stampUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].amplitude.data\nDataUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].amplitude.data_σ\nerror of reflectometer_fluctuation.channel[:].amplitude.dataUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.centre.phi_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.centre.r_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.centre.z_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x2_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].antenna_detection_static.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.radius_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.surface_σ\nerror of reflectometerfluctuation.channel[:].antennadetection_static.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.x1_width_σ\nerror of reflectometerfluctuation.channel[:].antennadetectionstatic.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_detection_static.x2_width_σ\nerror of reflectometerfluctuation.channel[:].antennadetectionstatic.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.centre.phi_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.centre.r_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.centre.z_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x2_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].antenna_emission_static.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.radius_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.surface_σ\nerror of reflectometerfluctuation.channel[:].antennaemission_static.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.x1_width_σ\nerror of reflectometerfluctuation.channel[:].antennaemissionstatic.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antenna_emission_static.x2_width_σ\nerror of reflectometerfluctuation.channel[:].antennaemissionstatic.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.x_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.y_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x1_unit_vector.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.x_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.y_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x2_unit_vector.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.x_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.y_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_detection.x3_unit_vector.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennadetection.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.x_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.y_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x1_unit_vector.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.x_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.y_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x2_unit_vector.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.x_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.y_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].antenna_emission.x3_unit_vector.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].antennaemission.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.phi_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.r_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.first_point.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.phi_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.r_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_detection.second_point.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightdetection.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.phi_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.r_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.first_point.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.phi_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.r_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].line_of_sight_emission.second_point.z_σ\nerror of reflectometerfluctuation.channel[:].antennasorientation[:].lineofsightemission.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].antennas_orientation[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.e_field_radial\nRadial electric fieldUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.e_field_radial_σ\nerror of reflectometerfluctuation.channel[:].doppler.efield_radialUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.phi_σ\nerror of reflectometer_fluctuation.channel[:].doppler.position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.psi\nPoloidal fluxUnits: W\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.psi_σ\nerror of reflectometer_fluctuation.channel[:].doppler.position.psiUnits: W\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.r_σ\nerror of reflectometer_fluctuation.channel[:].doppler.position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.rho_pol_norm_σ\nerror of reflectometerfluctuation.channel[:].doppler.position.rhopol_normData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.rho_tor_norm\nNormalised toroidal flux coordinateData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.rho_tor_norm_σ\nerror of reflectometerfluctuation.channel[:].doppler.position.rhotor_normData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.theta\nPoloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)Units: rad\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.theta_σ\nerror of reflectometer_fluctuation.channel[:].doppler.position.thetaUnits: rad\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.position.z_σ\nerror of reflectometer_fluctuation.channel[:].doppler.position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.radial_width\nWidth in the radial direction over which fluctuating profiles are processedUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.radial_width_σ\nerror of reflectometerfluctuation.channel[:].doppler.radialwidthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.shift\nDoppler frequency shift (for the main peak of the power spectrum)Units: Hz\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.shift_σ\nerror of reflectometer_fluctuation.channel[:].doppler.shiftUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.time_width\nWidth of the time interval over which fluctuating profiles are processed. By convention, the time interval starts at time-time_width and ends at time.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.time_width_σ\nerror of reflectometerfluctuation.channel[:].doppler.timewidthUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.velocity_pol_σ\nerror of reflectometerfluctuation.channel[:].doppler.velocitypolUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.wavenumber\nWavenumber probed by the diagnosticUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].doppler.wavenumber_σ\nerror of reflectometer_fluctuation.channel[:].doppler.wavenumberUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.channel[:].doppler.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.dn_e_over_n_e\nRelative amplitude of the density fluctuations post-processed for swept and fixed frequency (profile/one point)Data Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.dn_e_over_n_e_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.dneoverneData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.phi_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.psi\nPoloidal fluxUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.psi_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.psiUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.r_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_pol_norm_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.rhopolnormData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_tor_norm\nNormalised toroidal flux coordinateData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.rho_tor_norm_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.rhotornormData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.theta\nPoloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.theta_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.thetaUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.position.z_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.position.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_level.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.radial_width\nWidth in the radial direction over which fluctuating profiles are processedUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.radial_width_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.radial_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.time_width\nWidth of the time interval over which fluctuating profiles are processed. By convention, the time interval starts at time-time_width and ends at time.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_level.time_width_σ\nerror of reflectometerfluctuation.channel[:].fluctuationslevel.time_widthUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier\nArray of frequencies used for the Fourier transformUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier_σ\nerror of reflectometerfluctuation.channel[:].fluctuationsspectrum.frequencies_fourierUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.power_log\nPower spectrum in log scaleUnits: dB\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier\", \"reflectometer_fluctuation.channel[:].fluctuations_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.power_log_σ\nerror of reflectometerfluctuation.channel[:].fluctuationsspectrum.power_logUnits: dB\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].fluctuations_spectrum.frequencies_fourier\", \"reflectometer_fluctuation.channel[:].fluctuations_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.time_width\nWidth of the time interval over which the spectrum is processed. By convention, the time interval starts at time-time_width and ends at time.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].fluctuations_spectrum.time_width_σ\nerror of reflectometerfluctuation.channel[:].fluctuationsspectrum.time_widthUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].frequencies.data\nDataUnits: Hz\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].frequencies.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].frequencies.data_σ\nerror of reflectometer_fluctuation.channel[:].frequencies.dataUnits: Hz\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].frequencies.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].frequencies.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].mode\nDetection mode \"X\" or \"O\"Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].phase.data\nDataUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].phase.data_σ\nerror of reflectometer_fluctuation.channel[:].phase.dataUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].raw_signal.i_component\nI component of the IQ detector used to retrieve the phase of signal's envelopeUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].raw_signal.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].raw_signal.i_component_σ\nerror of reflectometerfluctuation.channel[:].rawsignal.i_componentUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].raw_signal.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].raw_signal.q_component\nQ component of the IQ detector used to retrieve the phase of signal's envelopeUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].raw_signal.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].raw_signal.q_component_σ\nerror of reflectometerfluctuation.channel[:].rawsignal.q_componentUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_fluctuation.channel[:].raw_signal.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].raw_signal.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].sweep_time\nDuration of a sweepUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.channel[:].sweep_time_σ\nerror of reflectometerfluctuation.channel[:].sweeptimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"reflectometer_fluctuation.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.latency_σ\nerror of reflectometer_fluctuation.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.psi_normalization.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.psi_normalization.psi_boundary_σ\nerror of reflectometerfluctuation.psinormalization.psi_boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.psi_normalization.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axisUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.psi_normalization.psi_magnetic_axis_σ\nerror of reflectometerfluctuation.psinormalization.psimagneticaxisUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_fluctuation.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.psi_normalization.time\nTime for the R,Z,phi coordinatesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_fluctuation.type\nType of reflectometer (frequency_swept, radar, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].amplitude.data\nDataUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].amplitude.data_σ\nerror of reflectometer_profile.channel[:].amplitude.dataUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].amplitude.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].amplitude.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.centre.phi_σ\nerror of reflectometerprofile.channel[:].antennadetection.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.centre.r_σ\nerror of reflectometerprofile.channel[:].antennadetection.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.centre.z_σ\nerror of reflectometerprofile.channel[:].antennadetection.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.outline.x1_σ\nerror of reflectometerprofile.channel[:].antennadetection.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.channel[:].antenna_detection.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.outline.x2_σ\nerror of reflectometerprofile.channel[:].antennadetection.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.channel[:].antenna_detection.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.radius_σ\nerror of reflectometerprofile.channel[:].antennadetection.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.surface_σ\nerror of reflectometerprofile.channel[:].antennadetection.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.x_σ\nerror of reflectometerprofile.channel[:].antennadetection.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.y_σ\nerror of reflectometerprofile.channel[:].antennadetection.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_unit_vector.z_σ\nerror of reflectometerprofile.channel[:].antennadetection.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x1_width_σ\nerror of reflectometerprofile.channel[:].antennadetection.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.x_σ\nerror of reflectometerprofile.channel[:].antennadetection.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.y_σ\nerror of reflectometerprofile.channel[:].antennadetection.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_unit_vector.z_σ\nerror of reflectometerprofile.channel[:].antennadetection.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x2_width_σ\nerror of reflectometerprofile.channel[:].antennadetection.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.x_σ\nerror of reflectometerprofile.channel[:].antennadetection.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.y_σ\nerror of reflectometerprofile.channel[:].antennadetection.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_detection.x3_unit_vector.z_σ\nerror of reflectometerprofile.channel[:].antennadetection.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.centre.phi_σ\nerror of reflectometerprofile.channel[:].antennaemission.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.centre.r_σ\nerror of reflectometerprofile.channel[:].antennaemission.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.centre.z_σ\nerror of reflectometerprofile.channel[:].antennaemission.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.outline.x1_σ\nerror of reflectometerprofile.channel[:].antennaemission.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.channel[:].antenna_emission.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.outline.x2_σ\nerror of reflectometerprofile.channel[:].antennaemission.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.channel[:].antenna_emission.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.radius_σ\nerror of reflectometerprofile.channel[:].antennaemission.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.surface_σ\nerror of reflectometerprofile.channel[:].antennaemission.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.x_σ\nerror of reflectometerprofile.channel[:].antennaemission.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.y_σ\nerror of reflectometerprofile.channel[:].antennaemission.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_unit_vector.z_σ\nerror of reflectometerprofile.channel[:].antennaemission.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x1_width_σ\nerror of reflectometerprofile.channel[:].antennaemission.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.x_σ\nerror of reflectometerprofile.channel[:].antennaemission.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.y_σ\nerror of reflectometerprofile.channel[:].antennaemission.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_unit_vector.z_σ\nerror of reflectometerprofile.channel[:].antennaemission.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x2_width_σ\nerror of reflectometerprofile.channel[:].antennaemission.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.x_σ\nerror of reflectometerprofile.channel[:].antennaemission.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.y_σ\nerror of reflectometerprofile.channel[:].antennaemission.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].antenna_emission.x3_unit_vector.z_σ\nerror of reflectometerprofile.channel[:].antennaemission.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].cut_off_frequency\nCut-off frequency as a function of measurement position and timeUnits: Hz\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].cut_off_frequency_σ\nerror of reflectometerprofile.channel[:].cutoff_frequencyUnits: Hz\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].frequencies\nArray of frequencies scanned during a sweepUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].frequencies_σ\nerror of reflectometer_profile.channel[:].frequenciesUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.first_point.phi_σ\nerror of reflectometerprofile.channel[:].lineofsightdetection.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.first_point.r_σ\nerror of reflectometerprofile.channel[:].lineofsightdetection.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.first_point.z_σ\nerror of reflectometerprofile.channel[:].lineofsightdetection.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.second_point.phi_σ\nerror of reflectometerprofile.channel[:].lineofsightdetection.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.second_point.r_σ\nerror of reflectometerprofile.channel[:].lineofsightdetection.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_detection.second_point.z_σ\nerror of reflectometerprofile.channel[:].lineofsightdetection.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.first_point.phi_σ\nerror of reflectometerprofile.channel[:].lineofsightemission.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.first_point.r_σ\nerror of reflectometerprofile.channel[:].lineofsightemission.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.first_point.z_σ\nerror of reflectometerprofile.channel[:].lineofsightemission.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.second_point.phi_σ\nerror of reflectometerprofile.channel[:].lineofsightemission.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.second_point.r_σ\nerror of reflectometerprofile.channel[:].lineofsightemission.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].line_of_sight_emission.second_point.z_σ\nerror of reflectometerprofile.channel[:].lineofsightemission.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].mode\nDetection mode \"X\" or \"O\"Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].n_e.data\nDataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].n_e.data_σ\nerror of reflectometerprofile.channel[:].ne.dataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].n_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].phase.data\nDataUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].phase.data_σ\nerror of reflectometer_profile.channel[:].phase.dataUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].phase.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].phase.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.phi_σ\nerror of reflectometer_profile.channel[:].position.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.psi\nPoloidal fluxUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.psi_σ\nerror of reflectometer_profile.channel[:].position.psiUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.r_σ\nerror of reflectometer_profile.channel[:].position.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.rho_pol_norm_σ\nerror of reflectometerprofile.channel[:].position.rhopol_normData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.rho_tor_norm\nNormalised toroidal flux coordinateData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.rho_tor_norm_σ\nerror of reflectometerprofile.channel[:].position.rhotor_normData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.theta\nPoloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.theta_σ\nerror of reflectometer_profile.channel[:].position.thetaUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].position.z_σ\nerror of reflectometer_profile.channel[:].position.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].sweep_time\nDuration of a sweepUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.channel[:].sweep_time_σ\nerror of reflectometerprofile.channel[:].sweeptimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"reflectometer_profile.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.latency_σ\nerror of reflectometer_profile.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.n_e.data\nDataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.n_e.data_σ\nerror of reflectometerprofile.ne.dataUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.n_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.phi_σ\nerror of reflectometer_profile.position.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.psi\nPoloidal fluxUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.psi_σ\nerror of reflectometer_profile.position.psiUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.r_σ\nerror of reflectometer_profile.position.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.rho_pol_norm_σ\nerror of reflectometerprofile.position.rhopol_normData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.rho_tor_norm\nNormalised toroidal flux coordinateData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.rho_tor_norm_σ\nerror of reflectometerprofile.position.rhotor_normData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.theta\nPoloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.theta_σ\nerror of reflectometer_profile.position.thetaUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.position.z_σ\nerror of reflectometer_profile.position.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"reflectometer_profile.n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.psi_normalization.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.psi_normalization.psi_boundary_σ\nerror of reflectometerprofile.psinormalization.psi_boundaryUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.psi_normalization.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axisUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.psi_normalization.psi_magnetic_axis_σ\nerror of reflectometerprofile.psinormalization.psimagneticaxisUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"reflectometer_profile.psi_normalization.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.psi_normalization.time\nTime for the R,Z,phi coordinatesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: reflectometer_profile.type\nType of reflectometer (frequency_swept, radar, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].frequency_main\nMain frequency used to probe the plasma (before upshifting and modulating)Units: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].frequency_main_σ\nerror of refractometer.channel[:].bandwidth[:].frequency_mainUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].i_component\nI component of the IQ detector used to retrieve the phase of signal's envelope, sampled on a high resolution time_detector grid just before each measurement time slice represented by the ../time vectorUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].i_component_σ\nerror of refractometer.channel[:].bandwidth[:].i_componentUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].n_e_line.data\nDataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"refractometer.channel[:].bandwidth[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].n_e_line.data_σ\nerror of refractometer.channel[:].bandwidth[:].neline.dataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"refractometer.channel[:].bandwidth[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].n_e_line.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].phase\nPhase of the envelope of the probing signal, relative to the phase at launchUnits: rad\nData Type: FLT_1D\nCoordinates: [\"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].phase_σ\nerror of refractometer.channel[:].bandwidth[:].phaseUnits: rad\nData Type: FLT_1D\nCoordinates: [\"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].phase_quadrature.data\nDataUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].phase_quadrature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].phase_quadrature.data_σ\nerror of refractometer.channel[:].bandwidth[:].phase_quadrature.dataUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].phase_quadrature.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].phase_quadrature.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].q_component\nQ component of the IQ detector used to retrieve the phase of signal's envelope, sampled on a high resolution time_detector grid just before each measurement time slice represented by the ../time vectorUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].q_component_σ\nerror of refractometer.channel[:].bandwidth[:].q_componentUnits: V\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].time\nTimebase for this bandwidthUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].time_detector\nHigh sampling timebase of the IQ-detector signal measurementsUnits: s\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].bandwidth[:].time_detector_σ\nerror of refractometer.channel[:].bandwidth[:].time_detectorUnits: s\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].bandwidth[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.first_point.phi_σ\nerror of refractometer.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.first_point.r_σ\nerror of refractometer.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.first_point.z_σ\nerror of refractometer.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.second_point.phi_σ\nerror of refractometer.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.second_point.r_σ\nerror of refractometer.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].line_of_sight.second_point.z_σ\nerror of refractometer.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].mode\nDetection mode \"X\" or \"O\"Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_line.data\nDataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"refractometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_line.data_σ\nerror of refractometer.channel[:].neline.dataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"refractometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_line.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_profile_approximation.formula.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_profile_approximation.formula.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_profile_approximation.formula.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_profile_approximation.parameters\nValues of the formula's parameters alpha1, ..., alphaNUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].n_e_profile_approximation.parameters_σ\nerror of refractometer.channel[:].neprofile_approximation.parametersUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"refractometer.channel[:].n_e_line.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"refractometer.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.latency_σ\nerror of refractometer.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: refractometer.type\nType of refractometer (differential, impulse, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.Psol_R\nPsol / RUnits: W/m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.Psol_R_σ\nerror of requirements.Psol_RUnits: W/m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.beta_normal\nNormalized total plasma beta (MHD)Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.beta_normal_σ\nerror of requirements.beta_normalData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.coil_j_margin\nMagnet coil Jcrit / JmaxData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.coil_j_margin_σ\nerror of requirements.coiljmarginData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.coil_stress_margin\nMagnet coil yieldstress / maxstressData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.coil_stress_margin_σ\nerror of requirements.coilstressmarginData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.cost\nTotal FPP costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.cost_σ\nerror of requirements.costUnits: $M\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.flattop_duration\nDuration of the flattop (use Inf for steady-state)Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.flattop_duration_σ\nerror of requirements.flattop_durationUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.h98y2\nH98y2 ITER elmy H-mode confinement scaling factorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.h98y2_σ\nerror of requirements.h98y2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.hds03\nPetty 2003 H-mode thermal energy confinement scaling factorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.hds03_σ\nerror of requirements.hds03Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.lh_power_threshold_fraction\nFraction of the LH power thresholdData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.lh_power_threshold_fraction_σ\nerror of requirements.lhpowerthreshold_fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ne_peaking\nOn-axis electron density / volume-averaged electron denstiyData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.ne_peaking_σ\nerror of requirements.ne_peakingData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.power_electric_net\nNet electric power generated by the fusion power plantUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.power_electric_net_σ\nerror of requirements.powerelectricnetUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.q95\nEdge safety factorData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.q95_σ\nerror of requirements.q95Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.q_pol_omp\nPoloidal heat flux at the outer midplaneUnits: W/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.q_pol_omp_σ\nerror of requirements.qpolompUnits: W/m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.tritium_breeding_ratio\nTritium breeding ratio of the whole plantData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: requirements.tritium_breeding_ratio_σ\nerror of requirements.tritiumbreedingratioData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].coefficients_σ\nerror of runawayelectrons.distribution.ggd[:].expansion[:].gridsubset[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion[:].grid_subset[:].values_σ\nerror of runawayelectrons.distribution.ggd[:].expansion[:].gridsubset[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: mixed\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].coefficients_σ\nerror of runawayelectrons.distribution.ggd[:].expansionfd3v[:].grid_subset[:].coefficientsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values\nOne scalar value is provided per element in the grid subset.Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].expansion_fd3v[:].grid_subset[:].values_σ\nerror of runawayelectrons.distribution.ggd[:].expansionfd3v[:].grid_subset[:].valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].temperature\nReference temperature profile used to define the local thermal energy and the thermal velocity (for normalisation of the grid coordinates)Units: eV\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].temperature_σ\nerror of runaway_electrons.distribution.ggd[:].temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.gyro_type\nDefines how to interpret the spatial coordinates: 1 = given at the actual particle birth point; 2 =given at the gyro centre of the birth pointData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].coordinate_identifier[:].description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].coordinate_identifier[:].index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].coordinate_identifier[:].name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals.bounce_harmonics\nArray of bounce harmonics kData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals.expressions\nList of the expressions f(ntor,mpol,k,q,...) used in the orbit integralsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals.m_pol\nArray of poloidal mode numbers, where quantities vary as exp(-i.mpol.theta) and theta is the angle defined by the choice of ../../coordinateidentifier, with its centre at the magnetic axis recalled at the root of this IDSData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals.n_tor\nArray of toroidal mode numbers, ntor, where quantities vary as exp(i.ntor.phi) and phi runs anticlockwise when viewed from aboveData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals.values\nValues of the orbit integralsData Type: CPX_5D\nCoordinates: [\"runaway_electrons.distribution.markers[:].orbit_integrals.expressions\", \"runaway_electrons.distribution.markers[:].weights\", \"runaway_electrons.distribution.markers[:].orbit_integrals.n_tor\", \"runaway_electrons.distribution.markers[:].orbit_integrals.m_pol\", \"runaway_electrons.distribution.markers[:].orbit_integrals.bounce_harmonics\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals_instant.expressions\nList of the expressions f(eq) used in the orbit integralsData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals_instant.time_orbit\nTime array along the markers last orbitUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals_instant.time_orbit_σ\nerror of runawayelectrons.distribution.markers[:].orbitintegralsinstant.timeorbitUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].orbit_integrals_instant.values\nValues of the orbit integralsData Type: CPX_3D\nCoordinates: [\"runaway_electrons.distribution.markers[:].orbit_integrals_instant.expressions\", \"runaway_electrons.distribution.markers[:].weights\", \"runaway_electrons.distribution.markers[:].orbit_integrals_instant.time_orbit\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].positions\nPosition of the markers in the set of coordinates. The first dimension corresponds to the number of markers, the second dimension to the set of coordinatesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.distribution.markers[:].weights\", \"runaway_electrons.distribution.markers[:].coordinate_identifier\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].positions_σ\nerror of runaway_electrons.distribution.markers[:].positionsUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.distribution.markers[:].weights\", \"runaway_electrons.distribution.markers[:].coordinate_identifier\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].toroidal_mode\nIn case the orbit integrals are calculated for a given MHD perturbation, index of the toroidal mode considered. Refers to the timeslice/toroidalmode array of the MHD_LINEAR IDS in which this perturbation is describedData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].weights\nWeight of the markers, i.e. number of real particles represented by each marker. The dimension of the vector correspond to the number of markersData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.distribution.markers[:].weights_σ\nerror of runaway_electrons.distribution.markers[:].weightsData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.e_field_critical_definition.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.e_field_critical_definition.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.e_field_critical_definition.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].current_density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].current_density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].current_density[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].current_density[:].coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].current_density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].current_density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].current_density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].current_density[:].values\nOne scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].current_density[:].values_σ\nerror of runawayelectrons.ggdfluid[:].current_density[:].valuesUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydtcompton[:].coefficientsUnits: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_compton[:].values_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydtcompton[:].valuesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydtdreicer[:].coefficientsUnits: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_dreicer[:].values_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydtdreicer[:].valuesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydthot_tail[:].coefficientsUnits: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_hot_tail[:].values_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydthot_tail[:].valuesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydttotal[:].coefficientsUnits: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_total[:].values_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydttotal[:].valuesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydttritium[:].coefficientsUnits: m^-3.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].ddensity_dt_tritium[:].values_σ\nerror of runawayelectrons.ggdfluid[:].ddensitydttritium[:].valuesUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].density[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].density[:].coefficientsUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].density[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].density[:].values_σ\nerror of runawayelectrons.ggdfluid[:].density[:].valuesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_critical[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].e_field_critical[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_critical[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].efieldcritical[:].coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].e_field_critical[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_critical[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_critical[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_critical[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_critical[:].values_σ\nerror of runawayelectrons.ggdfluid[:].efieldcritical[:].valuesUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_dreicer[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_dreicer[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].efielddreicer[:].coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_dreicer[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_dreicer[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].e_field_dreicer[:].values_σ\nerror of runawayelectrons.ggdfluid[:].efielddreicer[:].valuesUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].energydensitykinetic[:].coefficientsUnits: J.m^-3\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values\nOne scalar value is provided per element in the grid subset.Units: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].energy_density_kinetic[:].values_σ\nerror of runawayelectrons.ggdfluid[:].energydensitykinetic[:].valuesUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].momentumcriticalavalanche[:].coefficientsUnits: kg.m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_avalanche[:].values_σ\nerror of runawayelectrons.ggdfluid[:].momentumcriticalavalanche[:].valuesUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: kg.m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].momentumcriticalhot_tail[:].coefficientsUnits: kg.m^-1.s^-1\nData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values\nOne scalar value is provided per element in the grid subset.Units: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].momentum_critical_hot_tail[:].values_σ\nerror of runawayelectrons.ggdfluid[:].momentumcriticalhot_tail[:].valuesUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].pitch_angle[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].pitch_angle[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].pitch_angle[:].coefficients_σ\nerror of runawayelectrons.ggdfluid[:].pitch_angle[:].coefficientsData Type: FLT_2D\nCoordinates: [\"runaway_electrons.ggd_fluid[:].pitch_angle[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].pitch_angle[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].pitch_angle[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].pitch_angle[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].pitch_angle[:].values_σ\nerror of runawayelectrons.ggdfluid[:].pitch_angle[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ggd_fluid[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.current_tor\nTotal runaway current (toroidal component)Units: A\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.current_tor_σ\nerror of runawayelectrons.globalquantities.current_torUnits: A\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.energy_kinetic\nTotal runaway kinetic energyUnits: J\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.energy_kinetic_σ\nerror of runawayelectrons.globalquantities.energy_kineticUnits: J\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.current_density\nRunaways parallel current density = average(j.B) / B0, where B0 = runawayelectrons/vacuumtoroidal_field/b0Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.current_density_σ\nerror of runawayelectrons.globalquantities.volumeaverage.currentdensityUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_compton\nCompton source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_compton_σ\nerror of runawayelectrons.globalquantities.volumeaverage.ddensitydt_comptonUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_dreicer\nDreicer source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_dreicer_σ\nerror of runawayelectrons.globalquantities.volumeaverage.ddensitydt_dreicerUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_hot_tail\nHot tail source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_hot_tail_σ\nerror of runawayelectrons.globalquantities.volumeaverage.ddensitydthottailUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_total\nTotal source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_total_σ\nerror of runawayelectrons.globalquantities.volumeaverage.ddensitydt_totalUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_tritium\nTritium source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.ddensity_dt_tritium_σ\nerror of runawayelectrons.globalquantities.volumeaverage.ddensitydt_tritiumUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.density\nRunaway electrons densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.density_σ\nerror of runawayelectrons.globalquantities.volume_average.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.e_field_critical\nCritical electric fieldUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.e_field_critical_σ\nerror of runawayelectrons.globalquantities.volumeaverage.efield_criticalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.e_field_dreicer\nDreicer electric field (parallel to magnetic field)Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.e_field_dreicer_σ\nerror of runawayelectrons.globalquantities.volumeaverage.efield_dreicerUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.energy_density_kinetic\nRunaways kinetic mean energy densityUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.energy_density_kinetic_σ\nerror of runawayelectrons.globalquantities.volumeaverage.energydensity_kineticUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.momentum_critical_avalanche\nCritical momentum for avalanche, Compton and tritiumUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.momentum_critical_avalanche_σ\nerror of runawayelectrons.globalquantities.volumeaverage.momentumcritical_avalancheUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.momentum_critical_hot_tail\nCritical momentum for hot tailUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.momentum_critical_hot_tail_σ\nerror of runawayelectrons.globalquantities.volumeaverage.momentumcriticalhottailUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.pitch_angle\nAverage pitch angle of the runaways distribution function (v_parallel/|v|)Data Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.global_quantities.volume_average.pitch_angle_σ\nerror of runawayelectrons.globalquantities.volumeaverage.pitchangleData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of runawayelectrons.gridggd[:].grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of runawayelectrons.gridggd[:].gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of runawayelectrons.gridggd[:].gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of runawayelectrons.gridggd[:].grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of runawayelectrons.gridggd[:].gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of runawayelectrons.gridggd[:].gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"runaway_electrons.grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of runawayelectrons.gridggd[:].space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of runawayelectrons.gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of runawayelectrons.gridggd[:].space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.momentum_critical_avalanche_definition.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.momentum_critical_avalanche_definition.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.momentum_critical_avalanche_definition.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.momentum_critical_hot_tail_definition.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.momentum_critical_hot_tail_definition.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.momentum_critical_hot_tail_definition.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].current_density\nRunaways parallel current density = average(j.B) / B0, where B0 = runawayelectrons/vacuumtoroidal_field/b0Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].current_density_σ\nerror of runawayelectrons.profiles1d[:].current_densityUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_compton\nCompton source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_compton_σ\nerror of runawayelectrons.profiles1d[:].ddensitydtcomptonUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_dreicer\nDreicer source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_dreicer_σ\nerror of runawayelectrons.profiles1d[:].ddensitydtdreicerUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_hot_tail\nHot tail source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_hot_tail_σ\nerror of runawayelectrons.profiles1d[:].ddensitydthot_tailUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_total\nTotal source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_total_σ\nerror of runawayelectrons.profiles1d[:].ddensitydttotalUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_tritium\nTritium source of runaway electronsUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].ddensity_dt_tritium_σ\nerror of runawayelectrons.profiles1d[:].ddensitydttritiumUnits: m^-3.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].density\nRunaway electrons densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].density_σ\nerror of runawayelectrons.profiles1d[:].densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].e_field_critical\nCritical electric fieldUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].e_field_critical_σ\nerror of runawayelectrons.profiles1d[:].efieldcriticalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].e_field_dreicer\nDreicer electric field (parallel to B)Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].e_field_dreicer_σ\nerror of runawayelectrons.profiles1d[:].efielddreicerUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].energy_density_kinetic\nRunaways kinetic mean energy densityUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].energy_density_kinetic_σ\nerror of runawayelectrons.profiles1d[:].energydensitykineticUnits: J.m^-3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.area_σ\nerror of runawayelectrons.profiles1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.psi_σ\nerror of runawayelectrons.profiles1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.psi_boundary_σ\nerror of runawayelectrons.profiles1d[:].grid.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of runawayelectrons.profiles1d[:].grid.psimagneticaxisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.rho_pol_norm_σ\nerror of runawayelectrons.profiles1d[:].grid.rhopolnormData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.rho_tor_σ\nerror of runawayelectrons.profiles1d[:].grid.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.rho_tor_norm_σ\nerror of runawayelectrons.profiles1d[:].grid.rhotornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.surface_σ\nerror of runawayelectrons.profiles1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].grid.volume_σ\nerror of runawayelectrons.profiles1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].momentum_critical_avalanche\nCritical momentum for avalanche, Compton and tritiumUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].momentum_critical_avalanche_σ\nerror of runawayelectrons.profiles1d[:].momentumcriticalavalancheUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].momentum_critical_hot_tail\nCritical momentum for hot tailUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].momentum_critical_hot_tail_σ\nerror of runawayelectrons.profiles1d[:].momentumcriticalhot_tailUnits: kg.m^-1.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].pitch_angle\nAverage pitch angle of the runaways distribution function (v_parallel/|v|)Data Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].pitch_angle_σ\nerror of runawayelectrons.profiles1d[:].pitch_angleData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].transport_perpendicular.d\nEffective diffusivityUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].transport_perpendicular.d_σ\nerror of runawayelectrons.profiles1d[:].transport_perpendicular.dUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].transport_perpendicular.flux\nFluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].transport_perpendicular.flux_σ\nerror of runawayelectrons.profiles1d[:].transport_perpendicular.fluxUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].transport_perpendicular.v\nEffective convectionUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.profiles_1d[:].transport_perpendicular.v_σ\nerror of runawayelectrons.profiles1d[:].transport_perpendicular.vUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.vacuum_toroidal_field.b0_σ\nerror of runawayelectrons.vacuumtoroidal_field.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"runaway_electrons.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: runaway_electrons.vacuum_toroidal_field.r0_σ\nerror of runawayelectrons.vacuumtoroidal_field.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.crash_trigger\nFlag indicating whether a crash condition has been satisfied : 0 = no crash. N(>0) = crash triggered due to condition N as follows. 1: crash triggered by the ideal kink criterion; 2: crash triggered by the ideal kink criterion including kinetic effects from fast particles; 31: crash triggered by the resistive kink criterion (meeting necessary conditions for reconnection); 32: crash triggered by the resistive kink criterion (resistive kink mode is unstable). The distinction between 31 and 32 only indicates whether (31) or (32) was the last criterion to be satisfiedData Type: INT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.magnetic_shear_q1\nMagnetic shear at surface q = 1, defined as rhotor/q . dq/drhotorData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.magnetic_shear_q1_σ\nerror of sawteeth.diagnostics.magneticshearq1Data Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.previous_crash_time\nTime at which the previous sawtooth crash occuredUnits: s\nData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.previous_crash_time_σ\nerror of sawteeth.diagnostics.previouscrashtimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.previous_crash_trigger\nPrevious crash trigger. Flag indicating whether a crash condition has been satisfied : 0 = no crash. N(>0) = crash triggered due to condition NData Type: INT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.previous_period\nPrevious sawtooth periodUnits: s\nData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.previous_period_σ\nerror of sawteeth.diagnostics.previous_periodUnits: s\nData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.rho_tor_norm_inversion\nNormalised toroidal flux coordinate at inversion radiusData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.rho_tor_norm_inversion_σ\nerror of sawteeth.diagnostics.rhotornorm_inversionData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.rho_tor_norm_mixing\nNormalised toroidal flux coordinate at mixing radiusData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.rho_tor_norm_mixing_σ\nerror of sawteeth.diagnostics.rhotornorm_mixingData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.rho_tor_norm_q1\nNormalised toroidal flux coordinate at surface q = 1Data Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.diagnostics.rho_tor_norm_q1_σ\nerror of sawteeth.diagnostics.rhotornorm_q1Data Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].conductivity_parallel\nParallel conductivityUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].conductivity_parallel_σ\nerror of sawteeth.profiles1d[:].conductivityparallelUnits: ohm^-1.m^-1\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].e_field_parallel\nParallel electric field = average(E.B) / B0, where CoreProfiles/VacuumToroidal_Field/ B0Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].e_field_parallel_σ\nerror of sawteeth.profiles1d[:].efield_parallelUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.area_σ\nerror of sawteeth.profiles_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.psi_σ\nerror of sawteeth.profiles_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.psi_boundary_σ\nerror of sawteeth.profiles1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of sawteeth.profiles1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.rho_pol_norm_σ\nerror of sawteeth.profiles1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.rho_tor_σ\nerror of sawteeth.profiles1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.rho_tor_norm_σ\nerror of sawteeth.profiles1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.surface_σ\nerror of sawteeth.profiles_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].grid.volume_σ\nerror of sawteeth.profiles_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_bootstrap\nBootstrap current density = average(JBootstrap.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_bootstrap_σ\nerror of sawteeth.profiles1d[:].jbootstrapUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_non_inductive\nNon-inductive (includes bootstrap) parallel current density = average(jni.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_non_inductive_σ\nerror of sawteeth.profiles1d[:].jnon_inductiveUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_ohmic\nOhmic parallel current density = average(JOhmic.B) / B0, where B0 = CoreProfiles/VacuumToroidalField/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_ohmic_σ\nerror of sawteeth.profiles1d[:].johmicUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_tor\nTotal toroidal current density = average(J_Tor/R) / average(1/R)Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_tor_σ\nerror of sawteeth.profiles1d[:].jtorUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_total\nTotal parallel current density = average(jtot.B) / B0, where B0 = CoreProfiles/VacuumToroidal_Field/ B0Units: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].j_total_σ\nerror of sawteeth.profiles1d[:].jtotalUnits: A/m^2\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].magnetic_shear\nMagnetic shear, defined as rhotor/q . dq/drhotorData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].magnetic_shear_σ\nerror of sawteeth.profiles1d[:].magneticshearData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].momentum_tor\nTotal plasma toroidal momentum, summed over ion species and electrons Units: kg.m/s\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].momentum_tor_σ\nerror of sawteeth.profiles1d[:].momentumtorUnits: kg.m/s\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].n_e\nElectron density (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].n_e_σ\nerror of sawteeth.profiles1d[:].neUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].n_e_fast\nDensity of fast (non-thermal) electronsUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].n_e_fast_σ\nerror of sawteeth.profiles1d[:].ne_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].n_i_total_over_n_e_σ\nerror of sawteeth.profiles1d[:].nitotaloverneData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_e\nElectron pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_e_σ\nerror of sawteeth.profiles1d[:].peUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_e_fast_parallel\nFast (non-thermal) electron parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_e_fast_parallel_σ\nerror of sawteeth.profiles1d[:].pefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_e_fast_perpendicular\nFast (non-thermal) electron perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_e_fast_perpendicular_σ\nerror of sawteeth.profiles1d[:].pefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_i_total\nTotal ion pressure (sum over the ion species)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_i_total_σ\nerror of sawteeth.profiles1d[:].pi_totalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_i_total_fast_parallel\nFast (non-thermal) total ion (sum over the ion species) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_i_total_fast_parallel_σ\nerror of sawteeth.profiles1d[:].pitotalfast_parallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_i_total_fast_perpendicular\nFast (non-thermal) total ion (sum over the ion species) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].p_i_total_fast_perpendicular_σ\nerror of sawteeth.profiles1d[:].pitotalfast_perpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].phi\nToroidal fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].phi_σ\nerror of sawteeth.profiles_1d[:].phiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].pressure_parallel\nTotal parallel pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].pressure_parallel_σ\nerror of sawteeth.profiles1d[:].pressureparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].pressure_perpendicular\nTotal perpendicular pressure (electrons+ions, thermal+non-thermal)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].pressure_perpendicular_σ\nerror of sawteeth.profiles1d[:].pressureperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].pressure_thermal\nThermal pressure (electrons+ions)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].pressure_thermal_σ\nerror of sawteeth.profiles1d[:].pressurethermalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].psi_star_post_crash\nPsi* = psi - phi, after the sawtooth crashUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].psi_star_post_crash_σ\nerror of sawteeth.profiles1d[:].psistarpostcrashUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].psi_star_pre_crash\nPsi* = psi - phi, just before the sawtooth crashUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].psi_star_pre_crash_σ\nerror of sawteeth.profiles1d[:].psistarprecrashUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].q\nSafety factorData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].q_σ\nerror of sawteeth.profiles_1d[:].qData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].t_e\nElectron temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].t_e_σ\nerror of sawteeth.profiles1d[:].teUnits: eV\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].t_i_average\nIon temperature (averaged on charge states and ion species)Units: eV\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].t_i_average_σ\nerror of sawteeth.profiles1d[:].ti_averageUnits: eV\nData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].zeff\nEffective chargeData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.profiles_1d[:].zeff_σ\nerror of sawteeth.profiles_1d[:].zeffData Type: FLT_1D\nCoordinates: [\"sawteeth.profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.vacuum_toroidal_field.b0_σ\nerror of sawteeth.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"sawteeth.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: sawteeth.vacuum_toroidal_field.r0_σ\nerror of sawteeth.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].centre.phi_σ\nerror of softxrays.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].centre.r_σ\nerror of softxrays.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].centre.z_σ\nerror of softxrays.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].outline.x1_σ\nerror of softxrays.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].outline.x2_σ\nerror of softxrays.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].radius_σ\nerror of softxrays.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].surface_σ\nerror of softxrays.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of softxrays.channel[:].aperture[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of softxrays.channel[:].aperture[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of softxrays.channel[:].aperture[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x1_width_σ\nerror of softxrays.channel[:].aperture[:].x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of softxrays.channel[:].aperture[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of softxrays.channel[:].aperture[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of softxrays.channel[:].aperture[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x2_width_σ\nerror of softxrays.channel[:].aperture[:].x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of softxrays.channel[:].aperture[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of softxrays.channel[:].aperture[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of softxrays.channel[:].aperture[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].brightness.data\nDataUnits: W.m^-2.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"soft_x_rays.channel[:].brightness.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].brightness.data_σ\nerror of softxrays.channel[:].brightness.dataUnits: W.m^-2.sr^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"soft_x_rays.channel[:].brightness.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].brightness.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.centre.phi_σ\nerror of softxrays.channel[:].detector.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.centre.r_σ\nerror of softxrays.channel[:].detector.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.centre.z_σ\nerror of softxrays.channel[:].detector.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.outline.x1_σ\nerror of softxrays.channel[:].detector.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.outline.x2_σ\nerror of softxrays.channel[:].detector.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.radius_σ\nerror of softxrays.channel[:].detector.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.surface_σ\nerror of softxrays.channel[:].detector.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_unit_vector.x_σ\nerror of softxrays.channel[:].detector.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_unit_vector.y_σ\nerror of softxrays.channel[:].detector.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_unit_vector.z_σ\nerror of softxrays.channel[:].detector.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x1_width_σ\nerror of softxrays.channel[:].detector.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_unit_vector.x_σ\nerror of softxrays.channel[:].detector.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_unit_vector.y_σ\nerror of softxrays.channel[:].detector.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_unit_vector.z_σ\nerror of softxrays.channel[:].detector.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x2_width_σ\nerror of softxrays.channel[:].detector.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x3_unit_vector.x_σ\nerror of softxrays.channel[:].detector.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x3_unit_vector.y_σ\nerror of softxrays.channel[:].detector.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].detector.x3_unit_vector.z_σ\nerror of softxrays.channel[:].detector.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].detection_efficiency\nProbability of detection of a photon impacting the detector as a function of its energy Data Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].energy_band[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].detection_efficiency_σ\nerror of softxrays.channel[:].energyband[:].detectionefficiencyData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].energy_band[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].energies\nArray of discrete energy values inside the bandUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].energies_σ\nerror of softxrays.channel[:].energy_band[:].energiesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].lower_bound\nLower bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].lower_bound_σ\nerror of softxrays.channel[:].energyband[:].lowerboundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].upper_bound\nUpper bound of the energy bandUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].energy_band[:].upper_bound_σ\nerror of softxrays.channel[:].energyband[:].upperboundUnits: eV\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].etendue\nEtendue (geometric extent) of the channel's optical systemUnits: m^2.sr\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].etendue_σ\nerror of softxrays.channel[:].etendueUnits: m^2.sr\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].etendue_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].etendue_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].etendue_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].centre.phi_σ\nerror of softxrays.channel[:].filter_window[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].centre.r_σ\nerror of softxrays.channel[:].filter_window[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].centre.z_σ\nerror of softxrays.channel[:].filter_window[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].identifier\nID of the filterData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].outline.x1_σ\nerror of softxrays.channel[:].filter_window[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].filter_window[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].outline.x2_σ\nerror of softxrays.channel[:].filter_window[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].filter_window[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].photon_absorption\nProbability of absorbing a photon passing through the filter as a function of its wavelength Data Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].filter_window[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].photon_absorption_σ\nerror of softxrays.channel[:].filterwindow[:].photonabsorptionData Type: FLT_1D\nCoordinates: [\"soft_x_rays.channel[:].filter_window[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].radius\nRadius of the circle, used only if geometry_type/index = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].radius_σ\nerror of softxrays.channel[:].filter_window[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].surface\nSurface of the filter, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].surface_σ\nerror of softxrays.channel[:].filter_window[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].thickness\nThickness of the filter windowUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].thickness_σ\nerror of softxrays.channel[:].filter_window[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].wavelength_lower\nLower bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].wavelength_lower_σ\nerror of softxrays.channel[:].filterwindow[:].wavelengthlowerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].wavelength_upper\nUpper bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].wavelength_upper_σ\nerror of softxrays.channel[:].filterwindow[:].wavelengthupperUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].wavelengths\nArray of wavelength valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].wavelengths_σ\nerror of softxrays.channel[:].filter_window[:].wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_curvature_σ\nerror of softxrays.channel[:].filterwindow[:].x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_unit_vector.x_σ\nerror of softxrays.channel[:].filterwindow[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_unit_vector.y_σ\nerror of softxrays.channel[:].filterwindow[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_unit_vector.z_σ\nerror of softxrays.channel[:].filterwindow[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_width\nFull width of the filter in the X1 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x1_width_σ\nerror of softxrays.channel[:].filterwindow[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_curvature_σ\nerror of softxrays.channel[:].filterwindow[:].x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_unit_vector.x_σ\nerror of softxrays.channel[:].filterwindow[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_unit_vector.y_σ\nerror of softxrays.channel[:].filterwindow[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_unit_vector.z_σ\nerror of softxrays.channel[:].filterwindow[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_width\nFull width of the filter in the X2 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x2_width_σ\nerror of softxrays.channel[:].filterwindow[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x3_unit_vector.x_σ\nerror of softxrays.channel[:].filterwindow[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x3_unit_vector.y_σ\nerror of softxrays.channel[:].filterwindow[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].filter_window[:].x3_unit_vector.z_σ\nerror of softxrays.channel[:].filterwindow[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.first_point.phi_σ\nerror of softxrays.channel[:].lineofsight.first_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.first_point.r_σ\nerror of softxrays.channel[:].lineofsight.first_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.first_point.z_σ\nerror of softxrays.channel[:].lineofsight.first_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.second_point.phi_σ\nerror of softxrays.channel[:].lineofsight.second_point.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.second_point.r_σ\nerror of softxrays.channel[:].lineofsight.second_point.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].line_of_sight.second_point.z_σ\nerror of softxrays.channel[:].lineofsight.second_point.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].power.data\nDataUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"soft_x_rays.channel[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].power.data_σ\nerror of softxrays.channel[:].power.dataUnits: W\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"soft_x_rays.channel[:].power.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].power.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].validity\nIndicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].validity_timed.data\nDataData Type: INT_1D\nCoordinates: [\"soft_x_rays.channel[:].validity_timed.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.channel[:].validity_timed.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"soft_x_rays.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.latency_σ\nerror of softxrays.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: soft_x_rays.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.bucked\nFlag indicating if center stack elements bucked to one anotherData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.displacement.oh\nRadial displacementUnits: m\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.displacement.oh_σ\nerror of solidmechanics.centerstack.displacement.ohUnits: m\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.displacement.pl\nRadial displacementUnits: m\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.displacement.pl_σ\nerror of solidmechanics.centerstack.displacement.plUnits: m\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.displacement.tf\nRadial displacementUnits: m\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.displacement.tf_σ\nerror of solidmechanics.centerstack.displacement.tfUnits: m\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.grid.r_oh\nRadial coordinate in OH layerUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.grid.r_oh_σ\nerror of solidmechanics.centerstack.grid.r_ohUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.grid.r_pl\nRadial coordinate in plug layerUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.grid.r_pl_σ\nerror of solidmechanics.centerstack.grid.r_plUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.grid.r_tf\nRadial coordinate in TF layerUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.grid.r_tf_σ\nerror of solidmechanics.centerstack.grid.r_tfUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.noslip\nFlag indicating if center stack elements are not allowed to slip with respect to one anotherData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.plug\nFlag indicating if center stack has a plugData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.poisson_ratio.oh\nChange in shape for OH structural material due to applied stressData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.poisson_ratio.oh_σ\nerror of solidmechanics.centerstack.properties.poisson_ratio.ohData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.poisson_ratio.pl\nChange in shape for plug structural material due to applied stressData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.poisson_ratio.pl_σ\nerror of solidmechanics.centerstack.properties.poisson_ratio.plData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.poisson_ratio.tf\nChange in shape for TF structural material due to applied stressData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.poisson_ratio.tf_σ\nerror of solidmechanics.centerstack.properties.poisson_ratio.tfData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.yield_strength.oh\nMaximum stress OH can withstand without permanent deformationUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.yield_strength.oh_σ\nerror of solidmechanics.centerstack.properties.yield_strength.ohUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.yield_strength.pl\nMaximum stress plug can withstand without permanent deformationUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.yield_strength.pl_σ\nerror of solidmechanics.centerstack.properties.yield_strength.plUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.yield_strength.tf\nMaximum stress TF can withstand without permanent deformationUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.yield_strength.tf_σ\nerror of solidmechanics.centerstack.properties.yield_strength.tfUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.young_modulus.oh\nStiffness of OH structural materialUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.young_modulus.oh_σ\nerror of solidmechanics.centerstack.properties.young_modulus.ohUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.young_modulus.pl\nStiffness of plug structural materialUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.young_modulus.pl_σ\nerror of solidmechanics.centerstack.properties.young_modulus.plUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.young_modulus.tf\nStiffness of TF structural materialUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.properties.young_modulus.tf_σ\nerror of solidmechanics.centerstack.properties.young_modulus.tfUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.axial.oh\nAverage axial stress for OH layer in center stackUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.axial.oh_σ\nerror of solidmechanics.centerstack.stress.axial.ohUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.axial.pl\nAverage axial stress for plug layer in center stackUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.axial.pl_σ\nerror of solidmechanics.centerstack.stress.axial.plUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.axial.tf\nAverage axial stress for TF layer in center stackUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.axial.tf_σ\nerror of solidmechanics.centerstack.stress.axial.tfUnits: Pa\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.hoop.oh\nHoop stresses OH layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.hoop.oh_σ\nerror of solidmechanics.centerstack.stress.hoop.ohUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.hoop.pl\nHoop stresses plug layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.hoop.pl_σ\nerror of solidmechanics.centerstack.stress.hoop.plUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.hoop.tf\nHoop stresses TF layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.hoop.tf_σ\nerror of solidmechanics.centerstack.stress.hoop.tfUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.radial.oh\nRadial stresses OH layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.radial.oh_σ\nerror of solidmechanics.centerstack.stress.radial.ohUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.radial.pl\nRadial stresses plug layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.radial.pl_σ\nerror of solidmechanics.centerstack.stress.radial.plUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.radial.tf\nRadial stresses TF layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.radial.tf_σ\nerror of solidmechanics.centerstack.stress.radial.tfUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.vonmises.oh\nVon Mises stresses OH layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.vonmises.oh_σ\nerror of solidmechanics.centerstack.stress.vonmises.ohUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_oh\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.vonmises.pl\nVon Mises stresses plug layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.vonmises.pl_σ\nerror of solidmechanics.centerstack.stress.vonmises.plUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_pl\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.vonmises.tf\nVon Mises stresses TF layerUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.center_stack.stress.vonmises.tf_σ\nerror of solidmechanics.centerstack.stress.vonmises.tfUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"solid_mechanics.center_stack.grid.r_tf\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: solid_mechanics.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].a\nAtomic mass measured by this channelUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].a_σ\nerror of spectrometer_mass.channel[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].current\nCollected currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].current_σ\nerror of spectrometer_mass.channel[:].currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].photomultiplier_voltage\nVoltage applied to the photomultiplierUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].photomultiplier_voltage_σ\nerror of spectrometermass.channel[:].photomultipliervoltageUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].pressure_partial\nPartial pressure (calibrated data)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].pressure_partial_σ\nerror of spectrometermass.channel[:].pressurepartialUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].time\nTimebase for the dynamic nodes of this channelUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].validity\nIndicator of the validity of the data. 0: Valid from automated processing; 1: Valid and certified by the diagnostic RO; -1: Problem identified in the data processing (request verification by the diagnostic RO); -2: Invalid data, should not be used. (Values less than -2 have a code-specific meaning)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.channel[:].validity_timed\nIndicator of the validity of the data for each time slice. 0: Valid from automated processing; 1: Valid and certified by the diagnostic RO; -1: Means problem identified in the data processing (request verification by the diagnostic RO); -2: Invalid data, should not be used. (Values less than -2 have a code-specific meaning.)Data Type: INT_1D\nCoordinates: [\"spectrometer_mass.channel[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"spectrometer_mass.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.identifier\nID of the spectrometerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.latency_σ\nerror of spectrometer_mass.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.name\nName of the spectrometerData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.residual_spectrum[:].a\nArray of atomic massesUnits: Atomic Mass Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.residual_spectrum[:].a_σ\nerror of spectrometermass.residualspectrum[:].aUnits: Atomic Mass Unit\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.residual_spectrum[:].current\nCollected currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.residual_spectrum[:].a\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.residual_spectrum[:].current_σ\nerror of spectrometermass.residualspectrum[:].currentUnits: A\nData Type: FLT_1D\nCoordinates: [\"spectrometer_mass.residual_spectrum[:].a\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.residual_spectrum[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_mass.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].centre.phi_σ\nerror of spectrometer_uv.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].centre.r_σ\nerror of spectrometer_uv.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].centre.z_σ\nerror of spectrometer_uv.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].outline.x1_σ\nerror of spectrometer_uv.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].outline.x2_σ\nerror of spectrometer_uv.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].radius_σ\nerror of spectrometer_uv.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].surface_σ\nerror of spectrometer_uv.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of spectrometeruv.channel[:].aperture[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of spectrometeruv.channel[:].aperture[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of spectrometeruv.channel[:].aperture[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x1_width_σ\nerror of spectrometeruv.channel[:].aperture[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of spectrometeruv.channel[:].aperture[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of spectrometeruv.channel[:].aperture[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of spectrometeruv.channel[:].aperture[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x2_width_σ\nerror of spectrometeruv.channel[:].aperture[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of spectrometeruv.channel[:].aperture[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of spectrometeruv.channel[:].aperture[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of spectrometeruv.channel[:].aperture[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.centre.phi_σ\nerror of spectrometer_uv.channel[:].detector.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.centre.r_σ\nerror of spectrometer_uv.channel[:].detector.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.centre.z_σ\nerror of spectrometer_uv.channel[:].detector.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.outline.x1_σ\nerror of spectrometer_uv.channel[:].detector.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.outline.x2_σ\nerror of spectrometer_uv.channel[:].detector.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.radius_σ\nerror of spectrometer_uv.channel[:].detector.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.surface_σ\nerror of spectrometer_uv.channel[:].detector.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_unit_vector.x_σ\nerror of spectrometeruv.channel[:].detector.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_unit_vector.y_σ\nerror of spectrometeruv.channel[:].detector.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_unit_vector.z_σ\nerror of spectrometeruv.channel[:].detector.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x1_width_σ\nerror of spectrometeruv.channel[:].detector.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_unit_vector.x_σ\nerror of spectrometeruv.channel[:].detector.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_unit_vector.y_σ\nerror of spectrometeruv.channel[:].detector.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_unit_vector.z_σ\nerror of spectrometeruv.channel[:].detector.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x2_width_σ\nerror of spectrometeruv.channel[:].detector.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x3_unit_vector.x_σ\nerror of spectrometeruv.channel[:].detector.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x3_unit_vector.y_σ\nerror of spectrometeruv.channel[:].detector.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector.x3_unit_vector.z_σ\nerror of spectrometeruv.channel[:].detector.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_layout.detector_dimensions\nTotal detector dimension in each direction (horizontal, vertical)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_layout.detector_dimensions_σ\nerror of spectrometeruv.channel[:].detectorlayout.detector_dimensionsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_layout.pixel_dimensions\nPixel dimension in each direction (horizontal, vertical)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_layout.pixel_dimensions_σ\nerror of spectrometeruv.channel[:].detectorlayout.pixel_dimensionsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_layout.pixel_n\nNumber of pixels in each direction (horizontal, vertical)Data Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_position_parameter.data\nDataUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].detector_position_parameter.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_position_parameter.data_σ\nerror of spectrometeruv.channel[:].detectorposition_parameter.dataUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].detector_position_parameter.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].detector_position_parameter.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].exposure_time_σ\nerror of spectrometeruv.channel[:].exposuretimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.centre.phi_σ\nerror of spectrometer_uv.channel[:].grating.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.centre.r_σ\nerror of spectrometer_uv.channel[:].grating.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.centre.z_σ\nerror of spectrometer_uv.channel[:].grating.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.curvature_radius\nCurvature radius of the spherical gratingUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.curvature_radius_σ\nerror of spectrometeruv.channel[:].grating.curvatureradiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.groove_density\nNumber of grooves per unit lengthUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.groove_density_σ\nerror of spectrometeruv.channel[:].grating.groovedensityUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.centre.phi_σ\nerror of spectrometeruv.channel[:].grating.imagefield.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.centre.r_σ\nerror of spectrometeruv.channel[:].grating.imagefield.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.centre.z_σ\nerror of spectrometeruv.channel[:].grating.imagefield.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.curvature_radius\nCurvature radius of the image surfaceUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.curvature_radius_σ\nerror of spectrometeruv.channel[:].grating.imagefield.curvature_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.x_σ\nerror of spectrometeruv.channel[:].grating.imagefield.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.y_σ\nerror of spectrometeruv.channel[:].grating.imagefield.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.image_field.x3_unit_vector.z_σ\nerror of spectrometeruv.channel[:].grating.imagefield.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.outline.x1_σ\nerror of spectrometer_uv.channel[:].grating.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].grating.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.outline.x2_σ\nerror of spectrometer_uv.channel[:].grating.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].grating.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.summit.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.summit.phi_σ\nerror of spectrometer_uv.channel[:].grating.summit.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.summit.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.summit.r_σ\nerror of spectrometer_uv.channel[:].grating.summit.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.summit.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.summit.z_σ\nerror of spectrometer_uv.channel[:].grating.summit.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x1_unit_vector.x_σ\nerror of spectrometeruv.channel[:].grating.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x1_unit_vector.y_σ\nerror of spectrometeruv.channel[:].grating.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x1_unit_vector.z_σ\nerror of spectrometeruv.channel[:].grating.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x2_unit_vector.x_σ\nerror of spectrometeruv.channel[:].grating.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x2_unit_vector.y_σ\nerror of spectrometeruv.channel[:].grating.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x2_unit_vector.z_σ\nerror of spectrometeruv.channel[:].grating.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x3_unit_vector.x_σ\nerror of spectrometeruv.channel[:].grating.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x3_unit_vector.y_σ\nerror of spectrometeruv.channel[:].grating.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].grating.x3_unit_vector.z_σ\nerror of spectrometeruv.channel[:].grating.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].intensity_spectrum.data\nDataUnits: (counts) s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_uv.channel[:].intensity_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].intensity_spectrum.data_σ\nerror of spectrometeruv.channel[:].intensityspectrum.dataUnits: (counts) s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_uv.channel[:].intensity_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].intensity_spectrum.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.amplitude_parameter\nAmplitude of the line of sight position parameter oscillation (in case moving_mode/index = 1)Units: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.amplitude_parameter_σ\nerror of spectrometeruv.channel[:].lineofsight.amplitudeparameterUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.first_point.phi_σ\nerror of spectrometeruv.channel[:].lineofsight.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.first_point.r_σ\nerror of spectrometeruv.channel[:].lineofsight.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.first_point.z_σ\nerror of spectrometeruv.channel[:].lineofsight.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.moving_mode.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.moving_mode.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.moving_mode.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.period\nPeriod of the line of sight oscillation (in case moving_mode/index = 1)Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.period_σ\nerror of spectrometeruv.channel[:].lineof_sight.periodUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.position_parameter.data\nDataUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.position_parameter.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.position_parameter.data_σ\nerror of spectrometeruv.channel[:].lineofsight.positionparameter.dataUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.position_parameter.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.position_parameter.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.second_point.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.phi_σ\nerror of spectrometeruv.channel[:].lineofsight.secondpoint.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.second_point.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.second_point.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.r_σ\nerror of spectrometeruv.channel[:].lineofsight.secondpoint.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.second_point.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.time\nTime for the R,Z,phi coordinatesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.second_point.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].line_of_sight.second_point.z_σ\nerror of spectrometeruv.channel[:].lineofsight.secondpoint.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].line_of_sight.second_point.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].intensity.data\nDataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].processed_line[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].intensity.data_σ\nerror of spectrometeruv.channel[:].processedline[:].intensity.dataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].processed_line[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].intensity.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].label\nString identifying the processed line. To avoid ambiguities, the following syntax is used : element with ionization statewavelength in Angstrom (e.g. WI4000)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].radiance.data\nDataUnits: m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].processed_line[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].radiance.data_σ\nerror of spectrometeruv.channel[:].processedline[:].radiance.dataUnits: m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].processed_line[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].radiance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].wavelength_central\nCentral wavelength of the processed lineUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].processed_line[:].wavelength_central_σ\nerror of spectrometeruv.channel[:].processedline[:].wavelength_centralUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].radiance_calibration\nRadiance calibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].radiance_calibration_σ\nerror of spectrometeruv.channel[:].radiancecalibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].radiance_calibration_date\nDate of the radiance calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].radiance_spectral.data\nDataUnits: (photons).m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_uv.channel[:].radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].radiance_spectral.data_σ\nerror of spectrometeruv.channel[:].radiancespectral.dataUnits: (photons).m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_uv.channel[:].radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].radiance_spectral.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].supply_high_voltage[:].object\nName of the object connected to the power supplyData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.data_σ\nerror of spectrometeruv.channel[:].supplyhighvoltage[:].voltageset.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].supply_high_voltage[:].voltage_set.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].validity_timed.data\nDataData Type: INT_2D\nCoordinates: [\"spectrometer_uv.channel[:].wavelengths\", \"spectrometer_uv.channel[:].validity_timed.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].validity_timed.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelength_calibration.gain\nGainUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelength_calibration.gain_σ\nerror of spectrometeruv.channel[:].wavelengthcalibration.gainUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelength_calibration.offset\nOffsetUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelength_calibration.offset_σ\nerror of spectrometeruv.channel[:].wavelengthcalibration.offsetUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelength_calibration_date\nDate of the wavelength calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelengths\nMeasured wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.channel[:].wavelengths_σ\nerror of spectrometer_uv.channel[:].wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"spectrometer_uv.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.etendue\nEtendue (geometric extent) of the optical systemUnits: m^2.sr\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.etendue_σ\nerror of spectrometer_uv.etendueUnits: m^2.sr\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.etendue_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.etendue_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.etendue_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.latency_σ\nerror of spectrometer_uv.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_uv.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].centre.phi_σ\nerror of spectrometervisible.channel[:].activespatial_resolution[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].centre.r_σ\nerror of spectrometervisible.channel[:].activespatial_resolution[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].centre.z_σ\nerror of spectrometervisible.channel[:].activespatial_resolution[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].width.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].width.phi_σ\nerror of spectrometervisible.channel[:].activespatial_resolution[:].width.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].width.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].width.r_σ\nerror of spectrometervisible.channel[:].activespatial_resolution[:].width.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].width.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].active_spatial_resolution[:].width.z_σ\nerror of spectrometervisible.channel[:].activespatial_resolution[:].width.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].centre.phi_σ\nerror of spectrometer_visible.channel[:].aperture[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].centre.r_σ\nerror of spectrometer_visible.channel[:].aperture[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].centre.z_σ\nerror of spectrometer_visible.channel[:].aperture[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].outline.x1_σ\nerror of spectrometer_visible.channel[:].aperture[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].outline.x2_σ\nerror of spectrometer_visible.channel[:].aperture[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].aperture[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].radius_σ\nerror of spectrometer_visible.channel[:].aperture[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].surface_σ\nerror of spectrometer_visible.channel[:].aperture[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_unit_vector.x_σ\nerror of spectrometervisible.channel[:].aperture[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_unit_vector.y_σ\nerror of spectrometervisible.channel[:].aperture[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_unit_vector.z_σ\nerror of spectrometervisible.channel[:].aperture[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x1_width_σ\nerror of spectrometervisible.channel[:].aperture[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_unit_vector.x_σ\nerror of spectrometervisible.channel[:].aperture[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_unit_vector.y_σ\nerror of spectrometervisible.channel[:].aperture[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_unit_vector.z_σ\nerror of spectrometervisible.channel[:].aperture[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x2_width_σ\nerror of spectrometervisible.channel[:].aperture[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x3_unit_vector.x_σ\nerror of spectrometervisible.channel[:].aperture[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x3_unit_vector.y_σ\nerror of spectrometervisible.channel[:].aperture[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].aperture[:].x3_unit_vector.z_σ\nerror of spectrometervisible.channel[:].aperture[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.centre.phi_σ\nerror of spectrometer_visible.channel[:].detector.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.centre.r_σ\nerror of spectrometer_visible.channel[:].detector.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.centre.z_σ\nerror of spectrometer_visible.channel[:].detector.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.outline.x1_σ\nerror of spectrometer_visible.channel[:].detector.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.outline.x2_σ\nerror of spectrometer_visible.channel[:].detector.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].detector.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.radius_σ\nerror of spectrometer_visible.channel[:].detector.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.surface_σ\nerror of spectrometer_visible.channel[:].detector.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_unit_vector.x_σ\nerror of spectrometervisible.channel[:].detector.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_unit_vector.y_σ\nerror of spectrometervisible.channel[:].detector.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_unit_vector.z_σ\nerror of spectrometervisible.channel[:].detector.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x1_width_σ\nerror of spectrometervisible.channel[:].detector.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_unit_vector.x_σ\nerror of spectrometervisible.channel[:].detector.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_unit_vector.y_σ\nerror of spectrometervisible.channel[:].detector.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_unit_vector.z_σ\nerror of spectrometervisible.channel[:].detector.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x2_width_σ\nerror of spectrometervisible.channel[:].detector.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x3_unit_vector.x_σ\nerror of spectrometervisible.channel[:].detector.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x3_unit_vector.y_σ\nerror of spectrometervisible.channel[:].detector.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector.x3_unit_vector.z_σ\nerror of spectrometervisible.channel[:].detector.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.circular.ellipticity\nEllipticityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.circular.ellipticity_σ\nerror of spectrometervisible.channel[:].detectorimage.circular.ellipticityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.circular.radius\nRadius of the circleUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.circular.radius_σ\nerror of spectrometervisible.channel[:].detectorimage.circular.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.geometry_type\nType of geometry used to describe the image (1:'outline', 2:'circular')Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.outline.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].detector_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.outline.phi_σ\nerror of spectrometervisible.channel[:].detectorimage.outline.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].detector_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.outline.r_σ\nerror of spectrometervisible.channel[:].detectorimage.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].detector_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].detector_image.outline.z_σ\nerror of spectrometervisible.channel[:].detectorimage.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].detector_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].etendue\nEtendue (geometric extent) of the channel's optical systemUnits: m^2.str\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].etendue_σ\nerror of spectrometer_visible.channel[:].etendueUnits: m^2.str\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].etendue_method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].etendue_method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].etendue_method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1_σ\nerror of spectrometervisible.channel[:].fibrebundle.fibre_positions.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x2_σ\nerror of spectrometervisible.channel[:].fibrebundle.fibre_positions.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_bundle.fibre_positions.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.fibre_radius\nRadius of a single fibreUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.fibre_radius_σ\nerror of spectrometervisible.channel[:].fibrebundle.fibre_radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.centre.phi_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.centre.r_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.centre.z_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x2_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_bundle.geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.radius_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.surface_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.x_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.y_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_unit_vector.z_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x1_width_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.x_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.y_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_unit_vector.z_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x2_width_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.x_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.y_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_bundle.geometry.x3_unit_vector.z_σ\nerror of spectrometervisible.channel[:].fibrebundle.geometry.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.circular.ellipticity\nEllipticityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.circular.ellipticity_σ\nerror of spectrometervisible.channel[:].fibreimage.circular.ellipticityData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.circular.radius\nRadius of the circleUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.circular.radius_σ\nerror of spectrometervisible.channel[:].fibreimage.circular.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.geometry_type\nType of geometry used to describe the image (1:'outline', 2:'circular')Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.outline.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.outline.phi_σ\nerror of spectrometervisible.channel[:].fibreimage.outline.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.outline.r_σ\nerror of spectrometervisible.channel[:].fibreimage.outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].fibre_image.outline.z_σ\nerror of spectrometervisible.channel[:].fibreimage.outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].fibre_image.outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.exposure_time_σ\nerror of spectrometervisible.channel[:].filterspectrometer.exposure_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_central\nCentral wavelength of the filterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_central_σ\nerror of spectrometervisible.channel[:].filterspectrometer.filter.wavelength_centralUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_width\nFilter transmission function width (at 90% level)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.filter.wavelength_width_σ\nerror of spectrometervisible.channel[:].filterspectrometer.filter.wavelength_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.output_voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.output_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.output_voltage.data_σ\nerror of spectrometervisible.channel[:].filterspectrometer.output_voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.output_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.output_voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.data_σ\nerror of spectrometervisible.channel[:].filterspectrometer.photoelectric_voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.photoelectric_voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.photon_count.data\nDataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.photon_count.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.photon_count.data_σ\nerror of spectrometervisible.channel[:].filterspectrometer.photon_count.dataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.photon_count.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.photon_count.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.processed_line[:].label\nString identifying the processed line. To avoid ambiguities, the following syntax is used : element with ionization statewavelength in Angstrom (e.g. WI4000)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.processed_line[:].wavelength_central\nCentral wavelength of the processed lineUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.processed_line[:].wavelength_central_σ\nerror of spectrometervisible.channel[:].filterspectrometer.processedline[:].wavelengthcentralUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.radiance_calibration\nRadiance calibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.radiance_calibration_σ\nerror of spectrometervisible.channel[:].filterspectrometer.radiance_calibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.radiance_calibration_date\nDate of the radiance calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.sensitivity\nPhotoelectric sensitivity of the detector. This is the conversion factor from the received power on the detector into electric voltage depending on the wavelengthUnits: V.W^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.sensitivity_σ\nerror of spectrometervisible.channel[:].filterspectrometer.sensitivityUnits: V.W^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].filter_spectrometer.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.wavelengths\nArray of wavelengths for radiance calibrationUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].filter_spectrometer.wavelengths_σ\nerror of spectrometervisible.channel[:].filterspectrometer.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim1_σ\nerror of spectrometervisible.channel[:].geometrymatrix.emission_grid.dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim2_σ\nerror of spectrometervisible.channel[:].geometrymatrix.emission_grid.dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim3\nThird dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim3_σ\nerror of spectrometervisible.channel[:].geometrymatrix.emission_grid.dim3Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.grid_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.grid_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.emission_grid.grid_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.data\nInterpolated Ray Transfer Matrix (RTM, or geometry matrix), which provides transformation of the reflected light from each interpolation knot to the receiver (detector or head of an optic fibre). When convolving with an emission profile, the values must be interpolated to the emission grid and multiplied by the volume of the grid cells. The interpolated matrix is given on an array of interpolation knots of coordinates r, z and phiUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.data_σ\nerror of spectrometervisible.channel[:].geometrymatrix.interpolated.dataUnits: m^-2\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.phi\nToroidal angle (oriented counter-clockwise when viewing from above) of interpolation knotsUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.phi_σ\nerror of spectrometervisible.channel[:].geometrymatrix.interpolated.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.r\nMajor radius of interpolation knotsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.r_σ\nerror of spectrometervisible.channel[:].geometrymatrix.interpolated.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.z\nHeight of interpolation knotsUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.interpolated.z_σ\nerror of spectrometervisible.channel[:].geometrymatrix.interpolated.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.interpolated.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.voxel_map\nVoxel map for geometry matrix. The cells with same number are merged in the computation into a single emission source meta-cell (the voxel). Cells with number -1 are excluded. Voxel count starts from 0.Data Type: INT_3D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim1\", \"spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim2\", \"spectrometer_visible.channel[:].geometry_matrix.emission_grid.dim3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.voxels_n\nNumber of voxels defined in the voxel_map.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.with_reflections.data\nThe Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to the receiver (detector or head of an optic fibre). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxel_indicesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.with_reflections.data_σ\nerror of spectrometervisible.channel[:].geometrymatrix.with_reflections.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.with_reflections.voxel_indices\nList of voxel indices (defined in the voxel map) used in the sparse data arrayData Type: INT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.with_reflections.data\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.without_reflections.data\nThe Ray Transfer Matrix (RTM, or geometry matrix) here provides transformation of the signal from each individual unit light source (voxel) to the receiver (detector or head of an optic fibre). The emission profile has [photons.m^-3.s^-1.sr^-1] units and radiance signal has [photons.m^-2.s^-1.sr^-1] units. So the RTM has [m] units. This data is stored in a sparse form, i.e. the array contains only the non-zero element of the Ray transfer matrix. The voxel index corresponding to an element of this array can be found in voxel_indicesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.without_reflections.data_σ\nerror of spectrometervisible.channel[:].geometrymatrix.without_reflections.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].geometry_matrix.without_reflections.voxel_indices\nList of voxel indices (defined in the voxel map) used in the sparse data arrayData Type: INT_1D\nCoordinates: [\"spectrometer_visible.channel[:].geometry_matrix.without_reflections.data\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.exposure_time\nExposure timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.exposure_time_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.exposure_timeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.grating\nNumber of grating lines per unit lengthUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.grating_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.gratingUnits: m^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.instrument_function\nArray of Gaussian widths and amplitudes which as a sum make up the instrument function. The instrument function is the shape that would be measured by a grating spectrometer if perfectly monochromatic line emission would be used as input. F(lambda) = 1 / sqrt (2*pi) * sum( instrumentfunction(1,i) / instrumentfunction(2,i) ) * exp( -lambda^2 / (2 * instrumentfunction(2,i)^2) ) ), whereby sum( instrumentfunction(1,i) ) = 1Units: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.instrument_function_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.instrument_functionUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.data\nDataUnits: (counts) s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.data_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.intensity_spectrum.dataUnits: (counts) s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.intensity_spectrum.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.data\nDataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.data_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.processed_line[:].intensity.dataUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].intensity.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].label\nString identifying the processed line. To avoid ambiguities, the following syntax is used : element with ionization statewavelength in Angstrom (e.g. WI4000)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.data\nDataUnits: m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.data_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.processed_line[:].radiance.dataUnits: m^-2.s^-1.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].radiance.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].wavelength_central\nCentral wavelength of the processed lineUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.processed_line[:].wavelength_central_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.processedline[:].wavelengthcentralUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.radiance_calibration\nRadiance calibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].grating_spectrometer.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.radiance_calibration_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.radiance_calibrationUnits: m^-3.sr^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].grating_spectrometer.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.radiance_calibration_date\nDate of the radiance calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.data\nDataUnits: (photons).m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.data_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.radiance_spectral.dataUnits: (photons).m^-2.s^-1.sr^-1.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.radiance_spectral.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.slit_width\nWidth of the slit (placed in the object focal plane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.slit_width_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.slit_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.gain\nGainUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.gain_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.wavelength_calibration.gainUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.offset\nOffsetUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration.offset_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.wavelength_calibration.offsetUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelength_calibration_date\nDate of the wavelength calibration (yyyymmdd)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelengths\nMeasured wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].grating_spectrometer.wavelengths_σ\nerror of spectrometervisible.channel[:].gratingspectrometer.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_fraction\nFraction of cold neutrals for this isotope (ncoldneutrals/(ncoldneutrals+nhotneutrals))Data Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_fraction_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].coldneutralsfractionData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_temperature\nTemperature of cold neutrals for this isotopeUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].cold_neutrals_temperature_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].coldneutralstemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].density_ratio\nRatio of the density of neutrals of this isotope over the summed neutral densities of all other isotopes described in the ../isotope arrayData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].density_ratio_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].density_ratioData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].a_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].element[:].z_n_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_fraction\nFraction of hot neutrals for this isotope (nhotneutrals/(ncoldneutrals+nhotneutrals))Data Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_fraction_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].hotneutralsfractionData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_temperature\nTemperature of hot neutrals for this isotopeUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].hot_neutrals_temperature_σ\nerror of spectrometervisible.channel[:].isotoperatios.isotope[:].hotneutralstemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].label\nString identifying the species (H, D, T, He3, He4)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.isotope[:].time\nTimebase for dynamic quantities at this level of the data structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.method.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.method.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.method.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.signal_to_noise\nLog10 of the ratio of the powers in two bands, one with the spectral lines of interest (signal) the other without spectral lines (noise).Units: dB\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.signal_to_noise_σ\nerror of spectrometervisible.channel[:].isotoperatios.signaltonoiseUnits: dB\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.time\nTimebase for dynamic quantities at this level of the data structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.validity\nIndicator of the validity of the isotope ratios for the whole acquisition period (0 means valid, negative values mean non-valid)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].isotope_ratios.validity_timed\nIndicator of the validity of the isotope ratios as a function of time (0 means valid, negative values mean non-valid)Data Type: INT_1D\nCoordinates: [\"spectrometer_visible.channel[:].isotope_ratios.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.positions.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.positions.phi_σ\nerror of spectrometervisible.channel[:].lightcollection_efficiencies.positions.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.positions.r_σ\nerror of spectrometervisible.channel[:].lightcollection_efficiencies.positions.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.positions.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.positions.z_σ\nerror of spectrometervisible.channel[:].lightcollection_efficiencies.positions.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.values\nValues of the light collection efficienciesData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].light_collection_efficiencies.values_σ\nerror of spectrometervisible.channel[:].lightcollection_efficiencies.valuesData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].light_collection_efficiencies.positions.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.first_point.phi_σ\nerror of spectrometervisible.channel[:].lineofsight.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.first_point.r_σ\nerror of spectrometervisible.channel[:].lineofsight.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.first_point.z_σ\nerror of spectrometervisible.channel[:].lineofsight.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.second_point.phi_σ\nerror of spectrometervisible.channel[:].lineofsight.secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.second_point.r_σ\nerror of spectrometervisible.channel[:].lineofsight.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].line_of_sight.second_point.z_σ\nerror of spectrometervisible.channel[:].lineofsight.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].object_observed\nMain object observed by the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.x1_curvature_σ\nerror of spectrometervisible.channel[:].opticalelement[:].backsurface.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].back_surface.x2_curvature_σ\nerror of spectrometervisible.channel[:].opticalelement[:].backsurface.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.x1_curvature_σ\nerror of spectrometervisible.channel[:].opticalelement[:].frontsurface.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].front_surface.x2_curvature_σ\nerror of spectrometervisible.channel[:].opticalelement[:].frontsurface.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.centre.phi_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.centre.r_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.centre.z_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.outline.x2_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].geometry.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.radius_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.surface_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.x_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.y_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_unit_vector.z_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x1_width_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.x_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.y_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_unit_vector.z_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x2_width_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.x_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.y_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].geometry.x3_unit_vector.z_σ\nerror of spectrometervisible.channel[:].opticalelement[:].geometry.x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.extinction_coefficient\nExtinction coefficient (for metal)Data Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.extinction_coefficient_σ\nerror of spectrometervisible.channel[:].opticalelement[:].materialproperties.extinctioncoefficientData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.refractive_index\nRefractive index (for metal and dielectric)Data Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.refractive_index_σ\nerror of spectrometervisible.channel[:].opticalelement[:].materialproperties.refractiveindexData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.roughness\nRoughness parameter of the material. Varies in range [0, 1]. 0 is perfectly specular, 1 is perfectly roughData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.roughness_σ\nerror of spectrometervisible.channel[:].opticalelement[:].material_properties.roughnessData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.transmission_coefficient\nTransmission coefficient (for dielectric)Data Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.transmission_coefficient_σ\nerror of spectrometervisible.channel[:].opticalelement[:].materialproperties.transmissioncoefficientData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths\nWavelengths array for refractiveindex, extinctioncoefficient and transmission_coefficientUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].material_properties.wavelengths_σ\nerror of spectrometervisible.channel[:].opticalelement[:].material_properties.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].thickness\nDistance between frontsurface and backsurface along the X3 vectorUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].thickness_σ\nerror of spectrometervisible.channel[:].opticalelement[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].optical_element[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.b_field_modulus\nModulus of the magnetic field (always positive, irrespective of the sign convention for the B-field direction), obtained from Zeeman effect fitUnits: T\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.b_field_modulus_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.bfieldmodulusUnits: T\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_r\nLower Hybrid electric field component in the major radius directionUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_r_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.efieldlh_rUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_tor\nLower Hybrid electric field component in the toroidal directionUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_tor_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.efieldlh_torUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_z\nLower Hybrid electric field component in the vertical directionUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.e_field_lh_z_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.efieldlh_zUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.n_e\nElectron density, obtained from Stark broadening fitUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.n_e_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.n_eUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.temperature_cold_neutrals\nFit of cold neutrals temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.temperature_cold_neutrals_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.temperaturecoldneutralsUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.temperature_hot_neutrals\nFit of hot neutrals temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.temperature_hot_neutrals_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.temperaturehotneutralsUnits: eV\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.time\nTimebase for dynamic quantities at this level of the data structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.velocity_cold_neutrals\nProjection of the cold neutral velocity along the line of sight, positive when going from first point to second point of the line of sightUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.velocity_cold_neutrals_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.velocitycoldneutralsUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.velocity_hot_neutrals\nProjection of the hot neutral velocity along the line of sight, positive when going from first point to second point of the line of sightUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarization_spectroscopy.velocity_hot_neutrals_σ\nerror of spectrometervisible.channel[:].polarizationspectroscopy.velocityhotneutralsUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarization_spectroscopy.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.centre.phi_σ\nerror of spectrometer_visible.channel[:].polarizer.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.centre.r_σ\nerror of spectrometer_visible.channel[:].polarizer.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.centre.z_σ\nerror of spectrometer_visible.channel[:].polarizer.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.outline.x1_σ\nerror of spectrometer_visible.channel[:].polarizer.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarizer.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.outline.x2_σ\nerror of spectrometer_visible.channel[:].polarizer.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_visible.channel[:].polarizer.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.radius_σ\nerror of spectrometer_visible.channel[:].polarizer.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.surface_σ\nerror of spectrometer_visible.channel[:].polarizer.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_unit_vector.x_σ\nerror of spectrometervisible.channel[:].polarizer.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_unit_vector.y_σ\nerror of spectrometervisible.channel[:].polarizer.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_unit_vector.z_σ\nerror of spectrometervisible.channel[:].polarizer.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x1_width_σ\nerror of spectrometervisible.channel[:].polarizer.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_unit_vector.x_σ\nerror of spectrometervisible.channel[:].polarizer.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_unit_vector.y_σ\nerror of spectrometervisible.channel[:].polarizer.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_unit_vector.z_σ\nerror of spectrometervisible.channel[:].polarizer.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x2_width_σ\nerror of spectrometervisible.channel[:].polarizer.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x3_unit_vector.x_σ\nerror of spectrometervisible.channel[:].polarizer.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x3_unit_vector.y_σ\nerror of spectrometervisible.channel[:].polarizer.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer.x3_unit_vector.z_σ\nerror of spectrometervisible.channel[:].polarizer.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].polarizer_active\nIndicator of whether a polarizer is present and active in the optical system (set to 1 in this case, set to 0 or leave empty ottherwise)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].validity\nIndicator of the validity of the channel for the whole acquisition period (0 means valid, negative values mean non-valid)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].validity_timed.data\nDataData Type: INT_1D\nCoordinates: [\"spectrometer_visible.channel[:].validity_timed.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.channel[:].validity_timed.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"spectrometer_visible.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.detector_layout\nLayout of the detector grid employed. Ex: '4x16', '4x32', '1x18'Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.latency_σ\nerror of spectrometer_visible.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_visible.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.centre.phi_σ\nerror of spectrometerxray_crystal.channel[:].aperture.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.centre.r_σ\nerror of spectrometerxray_crystal.channel[:].aperture.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.centre.z_σ\nerror of spectrometerxray_crystal.channel[:].aperture.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.geometry_type\nType of geometry used to describe the surface of the detector or aperture (1:'outline', 2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an outline of point in a local coordinate system defined by a centre and three unit vectors X1, X2, X3. Note that there is some flexibility here and the data provider should choose the most convenient coordinate system for the object, respecting the definitions of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined by its centre, radius, and normal vector oriented towards the plasma X3. In case of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1 and X2 directions, and normal vector oriented towards the plasma X3.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.outline.x1_σ\nerror of spectrometerxray_crystal.channel[:].aperture.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].aperture.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.outline.x2_σ\nerror of spectrometerxray_crystal.channel[:].aperture.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].aperture.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.radius\nRadius of the circle, used only if geometry_type = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.radius_σ\nerror of spectrometerxray_crystal.channel[:].aperture.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.surface\nSurface of the detector/aperture, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.surface_σ\nerror of spectrometerxray_crystal.channel[:].aperture.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_width\nFull width of the aperture in the X1 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x1_width_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_width\nFull width of the aperture in the X2 direction, used only if geometry_type = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x2_width_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].aperture.x3_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].aperture.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.centre\nCentre (in terms of absolute wavelength) of instrument functionUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.centre_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.centreUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.intensity\nScaling factor for the instrument function such that convolving the instrument function with an emission spectrum gives the counts per second on the detectorUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.intensity_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.intensityUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.scale\nScale of Lorentzian instrument function (full width at half height)Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.scale_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.scaleUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.sigma\nStandard deviation of Gaussian instrument functionUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.sigma_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.sigmaUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.values\nExplicit instrument function values for the detector. When multiplied by the line-integrated emission spectrum in photons/second/sr/m/m^2 received on a binned pixel of the detector, gives the detector pixel output in counts/seconds.Units: sr.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.values_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.valuesUnits: sr.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths\nArray of wavelengths on which the instrument function is definedUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].instrument_function.wavelengths_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].instrumentfunction.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.phi_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].lineofsight.firstpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.r_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].lineofsight.firstpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.first_point.z_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].lineofsight.firstpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.phi_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].lineofsight.secondpoint.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.r_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].lineofsight.secondpoint.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].line_of_sight.second_point.z_σ\nerror of spectrometerxraycrystal.channel[:].bin[:].lineofsight.secondpoint.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].wavelength\nWavelength of incoming photons on each horizontal pixel of this bin.Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].wavelength_σ\nerror of spectrometerxray_crystal.channel[:].bin[:].wavelengthUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].bin[:].z_pixel_range\nVertical pixel index range indicating the corresponding binned detector areaData Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.camera_dimensions\nTotal camera dimension in each direction (x1, x2)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.camera_dimensions_σ\nerror of spectrometerxraycrystal.channel[:].camera.cameradimensionsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.centre.phi_σ\nerror of spectrometerxray_crystal.channel[:].camera.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.centre.r_σ\nerror of spectrometerxray_crystal.channel[:].camera.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.centre.z_σ\nerror of spectrometerxray_crystal.channel[:].camera.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.identifier\nID of the cameraData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.phi_σ\nerror of spectrometerxraycrystal.channel[:].camera.lineofsight.firstpoint.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.r_σ\nerror of spectrometerxraycrystal.channel[:].camera.lineofsight.firstpoint.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.first_point.z_σ\nerror of spectrometerxraycrystal.channel[:].camera.lineofsight.firstpoint.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.phi_σ\nerror of spectrometerxraycrystal.channel[:].camera.lineofsight.secondpoint.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.r_σ\nerror of spectrometerxraycrystal.channel[:].camera.lineofsight.secondpoint.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.line_of_sight.second_point.z_σ\nerror of spectrometerxraycrystal.channel[:].camera.lineofsight.secondpoint.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_dimensions\nPixel dimension in each direction (x1, x2)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_dimensions_σ\nerror of spectrometerxraycrystal.channel[:].camera.pixeldimensionsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_position.phi_σ\nerror of spectrometerxraycrystal.channel[:].camera.pixelposition.phiUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_position.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_position.r_σ\nerror of spectrometerxraycrystal.channel[:].camera.pixelposition.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_position.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixel_position.z_σ\nerror of spectrometerxraycrystal.channel[:].camera.pixelposition.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.pixels_n\nNumber of pixels in each direction (x1, x2)Data Type: INT_1D\nCoordinates: [\"1...2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].camera.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].camera.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x1_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].camera.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].camera.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].camera.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x2_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].camera.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].camera.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].camera.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].camera.x3_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].camera.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.angle_bragg\nBragg angle of the crystalUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.angle_bragg_σ\nerror of spectrometerxraycrystal.channel[:].crystal.anglebraggUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.centre.phi_σ\nerror of spectrometerxray_crystal.channel[:].crystal.centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.centre.r_σ\nerror of spectrometerxray_crystal.channel[:].crystal.centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.centre.z_σ\nerror of spectrometerxray_crystal.channel[:].crystal.centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.cut\nMiller indices characterizing the cut of the crystal (can be of length 3 or 4)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.identifier\nID of the objectData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.mesh_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.mesh_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.mesh_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.outline.x1_σ\nerror of spectrometerxray_crystal.channel[:].crystal.outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].crystal.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.outline.x2_σ\nerror of spectrometerxray_crystal.channel[:].crystal.outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].crystal.outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.radius\nRadius of the circle, used only if geometry_type/index = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.radius_σ\nerror of spectrometerxray_crystal.channel[:].crystal.radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.surface\nSurface of the object, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.surface_σ\nerror of spectrometerxray_crystal.channel[:].crystal.surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.thickness\nThickness of the crystalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.thickness_σ\nerror of spectrometerxray_crystal.channel[:].crystal.thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.wavelength_bragg\nBragg wavelength of the crystalUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.wavelength_bragg_σ\nerror of spectrometerxraycrystal.channel[:].crystal.wavelengthbraggUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_curvature_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_width\nFull width of the object in the X1 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x1_width_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_curvature_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_width\nFull width of the object in the X2 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x2_width_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].crystal.x3_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].crystal.x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].detection_efficiency\nProbability of detection of a photon impacting the detector as a function of its energy Data Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].detection_efficiency_σ\nerror of spectrometerxraycrystal.channel[:].detectionefficiencyData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].energies\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].energies\nArray of energy values for tabulation of the detection efficiencyUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].energies_σ\nerror of spectrometerxray_crystal.channel[:].energiesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].energy_bound_lower\nLower energy bound for the photon detection, for each pixel (horizontal, vertical)Units: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].energy_bound_lower_σ\nerror of spectrometerxraycrystal.channel[:].energybound_lowerUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].energy_bound_upper\nUpper energy bound for the photon detection, for each pixel (horizontal, vertical)Units: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].energy_bound_upper_σ\nerror of spectrometerxraycrystal.channel[:].energybound_upperUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].exposure_time\nExposure time of the measurementUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].exposure_time_σ\nerror of spectrometerxraycrystal.channel[:].exposuretimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.phi_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.r_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].centre.z_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].identifier\nID of the filterData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x2_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].filter_window[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].photon_absorption\nProbability of absorbing a photon passing through the filter as a function of its wavelength Data Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].photon_absorption_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].photon_absorptionData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].radius\nRadius of the circle, used only if geometry_type/index = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].radius_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].surface\nSurface of the filter, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].surface_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].thickness\nThickness of the filter windowUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].thickness_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].thicknessUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_lower\nLower bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_lower_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].wavelength_lowerUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_upper\nUpper bound of the filter wavelength rangeUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelength_upper_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].wavelength_upperUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths\nArray of wavelength valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].wavelengths_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_curvature_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x1_curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x1unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x1unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x1unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_width\nFull width of the filter in the X1 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x1_width_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x1_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_curvature_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x2_curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x2unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x2unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x2unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_width\nFull width of the filter in the X2 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x2_width_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x2_widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x3unitvector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x3unitvector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].filter_window[:].x3_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].filterwindow[:].x3unitvector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].frame[:].counts_bin_n\nNumber of counts detected on each pixel/bin of the binned frame during one exposure timeData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].bin\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].frame[:].counts_bin_n_σ\nerror of spectrometerxraycrystal.channel[:].frame[:].countsbin_nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].bin\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].frame[:].counts_n\nNumber of counts detected on each pixel of the frame during one exposure timeData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].frame[:].counts_n_σ\nerror of spectrometerxraycrystal.channel[:].frame[:].countsnData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].frame[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.centre\nCentre (in terms of absolute wavelength) of instrument functionUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.centre_σ\nerror of spectrometerxraycrystal.channel[:].instrumentfunction.centreUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.intensity\nScaling factor for the instrument function such that convolving the instrument function with an emission spectrum gives the counts per second on the detectorUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.intensity_σ\nerror of spectrometerxraycrystal.channel[:].instrumentfunction.intensityUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.scale\nScale of Lorentzian instrument function (full width at half height)Units: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.scale_σ\nerror of spectrometerxraycrystal.channel[:].instrumentfunction.scaleUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.sigma\nStandard deviation of Gaussian instrument functionUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.sigma_σ\nerror of spectrometerxraycrystal.channel[:].instrumentfunction.sigmaUnits: m\nData Type: FLT_2D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.values\nExplicit instrument function values for the detector. When multiplied by the line-integrated emission spectrum in photons/second/sr/m/m^2 received on a pixel of the detector, gives the detector pixel output in counts/seconds.Units: sr.m\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.values_σ\nerror of spectrometerxraycrystal.channel[:].instrumentfunction.valuesUnits: sr.m\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\", \"spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths\nArray of wavelengths on which the instrument function is definedUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].instrument_function.wavelengths_σ\nerror of spectrometerxraycrystal.channel[:].instrumentfunction.wavelengthsUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.data\nDataData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.data_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightrhotornorm.dataData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_rho_tor_norm.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.phi_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightsecond_point.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightsecond_point.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.z_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.linesofsightsecond_point.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.lines_of_sight_second_point.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.data\nDataUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.data_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.te.dataUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_e.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.data\nDataUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.data_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.ti.dataUnits: eV\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.t_i.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\nTimebase for the dynamic nodes of this probe located at this level of the IDS structureUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.data\nDataUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.data_σ\nerror of spectrometerxraycrystal.channel[:].profileslineintegrated.velocitytor.dataUnits: m.s^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.validity\nIndicator of the validity of the data for the whole acquisition period. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.velocity_tor.validity_timed\nIndicator of the validity of the data for each time slice. 0: valid from automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified in the data processing (request verification by the diagnostic RO), -2: invalid data, should not be used (values lower than -2 have a code-specific meaning detailing the origin of their invalidity)Data Type: INT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].profiles_line_integrated.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].centre.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].centre.phi_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].centre.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].centre.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].centre.r_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].centre.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].centre.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].centre.z_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].centre.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].curvature_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].curvature_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].curvature_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].identifier\nID of the objectData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1\nPositions along x1 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].outline.x1Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x2\nPositions along x2 axisUnits: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x2_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].outline.x2Units: m\nData Type: FLT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.channel[:].reflector[:].outline.x1\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].radius\nRadius of the circle, used only if geometry_type/index = 2Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].radius_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].surface\nSurface of the object, derived from the above geometric dataUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].surface_σ\nerror of spectrometerxray_crystal.channel[:].reflector[:].surfaceUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_curvature\nRadius of curvature in the X1 direction, to be filled only for curvature_type/index = 2, 4 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_curvature_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x1curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x1unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x1unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x1unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_width\nFull width of the object in the X1 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x1_width_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x1widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_curvature\nRadius of curvature in the X2 direction, to be filled only for curvature_type/index = 3 or 5Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_curvature_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x2curvatureUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x2unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x2unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x2unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_width\nFull width of the object in the X2 direction, used only if geometry_type/index = 3Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x2_width_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x2widthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.x_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x3unit_vector.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.y_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x3unit_vector.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].reflector[:].x3_unit_vector.z_σ\nerror of spectrometerxraycrystal.channel[:].reflector[:].x3unit_vector.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].wavelength_frames\nWavelength of incoming photons on each pixel of the frames, mainly varying accross the horizontal dimension of the frame. However a 2D map of the wavelength is given since it is not constant vertically due to the elliptical curvature of the photon iso-surfacesUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].wavelength_frames_σ\nerror of spectrometerxraycrystal.channel[:].wavelengthframesUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"spectrometer_x_ray_crystal.channel[:].z_frames\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].z_frames\nHeight of the observed zone at the focal plane in the plasma, corresponding to the vertical dimension of the frameUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.channel[:].z_frames_σ\nerror of spectrometerxraycrystal.channel[:].zframesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"spectrometer_x_ray_crystal.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.latency_σ\nerror of spectrometerxray_crystal.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spectrometer_x_ray_crystal.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].position.phi_σ\nerror of spi.injector[:].fragment[:].position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].position.r_σ\nerror of spi.injector[:].fragment[:].position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].position.z_σ\nerror of spi.injector[:].fragment[:].position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].a_σ\nerror of spi.injector[:].fragment[:].species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].density\nDensity of the speciesUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].density_σ\nerror of spi.injector[:].fragment[:].species[:].densityUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].species[:].z_n_σ\nerror of spi.injector[:].fragment[:].species[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].velocity_r\nMajor radius component of the fragment velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].velocity_r_σ\nerror of spi.injector[:].fragment[:].velocity_rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].velocity_tor\nToroidal component of the fragment velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].velocity_tor_σ\nerror of spi.injector[:].fragment[:].velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].velocity_z\nVertical component of the fragment velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].velocity_z_σ\nerror of spi.injector[:].fragment[:].velocity_zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].volume\nVolume of the fragmentUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragment[:].volume_σ\nerror of spi.injector[:].fragment[:].volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.atoms_n\nTotal number of atoms of the gasUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.atoms_n_σ\nerror of spi.injector[:].fragmentationgas.atomsnUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.flow_rate\nFlow rate of the gas at the injector exitUnits: atoms.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.flow_rate_σ\nerror of spi.injector[:].fragmentationgas.flowrateUnits: atoms.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].a_σ\nerror of spi.injector[:].fragmentation_gas.species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].fraction\nAtomic fraction of the speciesData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].fraction_σ\nerror of spi.injector[:].fragmentation_gas.species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.species[:].z_n_σ\nerror of spi.injector[:].fragmentationgas.species[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.temperature\nGas temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].fragmentation_gas.temperature_σ\nerror of spi.injector[:].fragmentation_gas.temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].identifier\nIdentifier of the injectorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].injection_direction.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].injection_direction.x_σ\nerror of spi.injector[:].injection_direction.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].injection_direction.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].injection_direction.y_σ\nerror of spi.injector[:].injection_direction.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].injection_direction.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].injection_direction.z_σ\nerror of spi.injector[:].injection_direction.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].name\nName of the injectorData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.position.phi_σ\nerror of spi.injector[:].opticalpelletdiagnostic.position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.position.r_σ\nerror of spi.injector[:].opticalpelletdiagnostic.position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.position.z_σ\nerror of spi.injector[:].opticalpelletdiagnostic.position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.time_arrival\nArrival time at the optical pellet diagnostic, for each objectUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].optical_pellet_diagnostic.time_arrival_σ\nerror of spi.injector[:].opticalpelletdiagnostic.time_arrivalUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.atoms_n\nTotal number of atoms of desublimated gasUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.atoms_n_σ\nerror of spi.injector[:].pellet.core.atoms_nUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].a_σ\nerror of spi.injector[:].pellet.core.species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].density\nDensity of the speciesUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].density_σ\nerror of spi.injector[:].pellet.core.species[:].densityUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.core.species[:].z_n_σ\nerror of spi.injector[:].pellet.core.species[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.diameter\nPellet diameterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.diameter_σ\nerror of spi.injector[:].pellet.diameterUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.length\nPellet length (cylindrical pellet)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.length_σ\nerror of spi.injector[:].pellet.lengthUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.position.phi_σ\nerror of spi.injector[:].pellet.position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.position.r_σ\nerror of spi.injector[:].pellet.position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.position.z_σ\nerror of spi.injector[:].pellet.position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.atoms_n\nTotal number of atoms of desublimated gasUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.atoms_n_σ\nerror of spi.injector[:].pellet.shell.atoms_nUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].a_σ\nerror of spi.injector[:].pellet.shell.species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].density\nDensity of the speciesUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].density_σ\nerror of spi.injector[:].pellet.shell.species[:].densityUnits: atoms.m^-3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.shell.species[:].z_n_σ\nerror of spi.injector[:].pellet.shell.species[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_r\nMajor radius component of the velocity of the centre of mass of the pelletUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_r_σ\nerror of spi.injector[:].pellet.velocity_rUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_shatter\nNorm of the velocity of the centre of mass of the pellet right before shatteringUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_shatter_σ\nerror of spi.injector[:].pellet.velocity_shatterUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_tor\nToroidal component of the velocity of the centre of mass of the pelletUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_tor_σ\nerror of spi.injector[:].pellet.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_z\nVertical component of the velocity of the centre of mass of the pelletUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].pellet.velocity_z_σ\nerror of spi.injector[:].pellet.velocity_zUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.atoms_n\nTotal number of atoms of the gasUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.atoms_n_σ\nerror of spi.injector[:].propellantgas.atomsnUnits: atoms\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.flow_rate\nFlow rate of the gas at the injector exitUnits: atoms.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.flow_rate_σ\nerror of spi.injector[:].propellantgas.flowrateUnits: atoms.s^-1\nData Type: FLT_1D\nCoordinates: [\"spi.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].a_σ\nerror of spi.injector[:].propellant_gas.species[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].fraction\nAtomic fraction of the speciesData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].fraction_σ\nerror of spi.injector[:].propellant_gas.species[:].fractionData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].label\nString identifying the species (e.g. H, D, T, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.species[:].z_n_σ\nerror of spi.injector[:].propellantgas.species[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.temperature\nGas temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].propellant_gas.temperature_σ\nerror of spi.injector[:].propellant_gas.temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.angle_major\nAngle between the cone direction and unitvectormajorUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.angle_major_σ\nerror of spi.injector[:].shattercone.anglemajorUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.angle_minor\nAngle between the cone direction and unitvectorminorUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.angle_minor_σ\nerror of spi.injector[:].shattercone.angleminorUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.direction.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.direction.x_σ\nerror of spi.injector[:].shatter_cone.direction.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.direction.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.direction.y_σ\nerror of spi.injector[:].shatter_cone.direction.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.direction.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.direction.z_σ\nerror of spi.injector[:].shatter_cone.direction.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.origin.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.origin.phi_σ\nerror of spi.injector[:].shatter_cone.origin.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.origin.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.origin.r_σ\nerror of spi.injector[:].shatter_cone.origin.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.origin.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.origin.z_σ\nerror of spi.injector[:].shatter_cone.origin.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_major.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_major.x_σ\nerror of spi.injector[:].shattercone.unitvector_major.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_major.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_major.y_σ\nerror of spi.injector[:].shattercone.unitvector_major.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_major.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_major.z_σ\nerror of spi.injector[:].shattercone.unitvector_major.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_minor.x\nComponent along X axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_minor.x_σ\nerror of spi.injector[:].shattercone.unitvector_minor.xUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_minor.y\nComponent along Y axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_minor.y_σ\nerror of spi.injector[:].shattercone.unitvector_minor.yUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_minor.z\nComponent along Z axisUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shatter_cone.unit_vector_minor.z_σ\nerror of spi.injector[:].shattercone.unitvector_minor.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_angle\nImpact (or grazing) angle of the pellet with the shattering element. It is the complementary of the incidence angle with the element surface at the shattering locationUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_angle_σ\nerror of spi.injector[:].shattering_angleUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_position.phi_σ\nerror of spi.injector[:].shattering_position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_position.r_σ\nerror of spi.injector[:].shattering_position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].shattering_position.z_σ\nerror of spi.injector[:].shattering_position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].time_shatter\nArrival time at the shattering unitUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].time_shatter_σ\nerror of spi.injector[:].time_shatterUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].time_trigger\nTime of trigger request to the power supply according to the DMS sequenceUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].time_trigger_σ\nerror of spi.injector[:].time_triggerUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].velocity_mass_centre_fragments_r\nMajor radius component of the velocity of the centre of mass of the fragments at the shattering cone originUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].velocity_mass_centre_fragments_r_σ\nerror of spi.injector[:].velocitymasscentrefragmentsrUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].velocity_mass_centre_fragments_tor\nToroidal component of the velocity of the centre of mass of the fragments at the shattering cone originUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].velocity_mass_centre_fragments_tor_σ\nerror of spi.injector[:].velocitymasscentrefragmentstorUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].velocity_mass_centre_fragments_z\nVertical component of the velocity velocity of the centre of mass of the fragments at the shattering cone originUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.injector[:].velocity_mass_centre_fragments_z_σ\nerror of spi.injector[:].velocitymasscentrefragmentszUnits: m.s^-1\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.latency_σ\nerror of spi.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.shatter_cone_definition.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.shatter_cone_definition.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.shatter_cone_definition.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: spi.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.all_cleared\nTrue (1) if all stability limits are cleared, otherwise False (0)Data Type: INT_1D\nCoordinates: [\"stability.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"equilibrium.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.collection[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.collection[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.collection[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.model[:].cleared\nTrue (1) if a given stability limit is cleared, otherwise False (0)Data Type: INT_1D\nCoordinates: [\"stability.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.model[:].fraction\nFraction of limit Data Type: FLT_1D\nCoordinates: [\"stability.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.model[:].fraction_σ\nerror of stability.model[:].fractionData Type: FLT_1D\nCoordinates: [\"stability.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.model[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.model[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.model[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: stability.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.distance_inner_outer_separatrices.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.distance_inner_outer_separatrices.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.distance_inner_outer_separatrices.value_σ\nerror of summary.boundary.distanceinnerouter_separatrices.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.elongation.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.elongation.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.elongation.value_σ\nerror of summary.boundary.elongation.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.gap_limiter_wall.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.gap_limiter_wall.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.gap_limiter_wall.value_σ\nerror of summary.boundary.gaplimiterwall.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.geometric_axis_r.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.geometric_axis_r.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.geometric_axis_r.value_σ\nerror of summary.boundary.geometricaxisr.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.geometric_axis_z.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.geometric_axis_z.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.geometric_axis_z.value_σ\nerror of summary.boundary.geometricaxisz.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.magnetic_axis_r.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.magnetic_axis_r.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.magnetic_axis_r.value_σ\nerror of summary.boundary.magneticaxisr.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.magnetic_axis_z.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.magnetic_axis_z.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.magnetic_axis_z.value_σ\nerror of summary.boundary.magneticaxisz.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.minor_radius.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.minor_radius.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.minor_radius.value_σ\nerror of summary.boundary.minor_radius.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_configuration.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_configuration.value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_inner_r.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_inner_r.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_inner_r.value_σ\nerror of summary.boundary.strikepointinner_r.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_inner_z.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_inner_z.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_inner_z.value_σ\nerror of summary.boundary.strikepointinner_z.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_outer_r.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_outer_r.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_outer_r.value_σ\nerror of summary.boundary.strikepointouter_r.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_outer_z.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_outer_z.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.strike_point_outer_z.value_σ\nerror of summary.boundary.strikepointouter_z.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.triangularity_lower.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.triangularity_lower.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.triangularity_lower.value_σ\nerror of summary.boundary.triangularity_lower.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.triangularity_upper.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.triangularity_upper.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.triangularity_upper.value_σ\nerror of summary.boundary.triangularity_upper.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.type.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.type.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.x_point_main.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.x_point_main.r_σ\nerror of summary.boundary.xpointmain.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.x_point_main.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.x_point_main.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.boundary.x_point_main.z_σ\nerror of summary.boundary.xpointmain.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.configuration.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.configuration.value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.exponential.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.exponential.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.exponential.value_σ\nerror of summary.disruption.decaytimes.currentrunaways.exponential.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_20_80.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_20_80.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_20_80.value_σ\nerror of summary.disruption.decaytimes.currentrunaways.linear2080.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.decay_time.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.decay_time.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.decay_time.value_σ\nerror of summary.disruption.decaytimes.currentrunaways.linearcustom.decaytime.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.x1\nUser-defined parameter, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.x1_σ\nerror of summary.disruption.decaytimes.currentrunaways.linear_custom.x1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.x2\nUser-defined value, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.current_runaways.linear_custom.x2_σ\nerror of summary.disruption.decaytimes.currentrunaways.linear_custom.x2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.exponential.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.exponential.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.exponential.value_σ\nerror of summary.disruption.decaytimes.energythermal.exponential.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_20_80.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_20_80.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_20_80.value_σ\nerror of summary.disruption.decaytimes.energythermal.linear2080.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.decay_time.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.decay_time.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.decay_time.value_σ\nerror of summary.disruption.decaytimes.energythermal.linearcustom.decaytime.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.x1\nUser-defined parameter, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.x1_σ\nerror of summary.disruption.decaytimes.energythermal.linear_custom.x1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.x2\nUser-defined value, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.energy_thermal.linear_custom.x2_σ\nerror of summary.disruption.decaytimes.energythermal.linear_custom.x2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.exponential.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.exponential.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.exponential.value_σ\nerror of summary.disruption.decay_times.ip.exponential.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_20_80.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_20_80.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_20_80.value_σ\nerror of summary.disruption.decaytimes.ip.linear20_80.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.decay_time.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.decay_time.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.decay_time.value_σ\nerror of summary.disruption.decaytimes.ip.linearcustom.decay_time.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.x1\nUser-defined parameter, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.x1_σ\nerror of summary.disruption.decaytimes.ip.linearcustom.x1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.x2\nUser-defined value, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.ip.linear_custom.x2_σ\nerror of summary.disruption.decaytimes.ip.linearcustom.x2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.exponential.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.exponential.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.exponential.value_σ\nerror of summary.disruption.decaytimes.temagneticaxis.exponential.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_20_80.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_20_80.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_20_80.value_σ\nerror of summary.disruption.decaytimes.temagneticaxis.linear2080.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.decay_time.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.decay_time.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.decay_time.value_σ\nerror of summary.disruption.decaytimes.temagneticaxis.linearcustom.decaytime.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x1\nUser-defined parameter, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x1_σ\nerror of summary.disruption.decaytimes.temagneticaxis.linear_custom.x1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x2\nUser-defined value, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_magnetic_axis.linear_custom.x2_σ\nerror of summary.disruption.decaytimes.temagneticaxis.linear_custom.x2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.exponential.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.exponential.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.exponential.value_σ\nerror of summary.disruption.decaytimes.tevolumeaverage.exponential.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_20_80.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_20_80.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_20_80.value_σ\nerror of summary.disruption.decaytimes.tevolumeaverage.linear2080.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.decay_time.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.decay_time.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.decay_time.value_σ\nerror of summary.disruption.decaytimes.tevolumeaverage.linearcustom.decaytime.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.x1\nUser-defined parameter, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.x1_σ\nerror of summary.disruption.decaytimes.tevolumeaverage.linear_custom.x1Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.x2\nUser-defined value, see description of linear_customData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.decay_times.t_e_volume_average.linear_custom.x2_σ\nerror of summary.disruption.decaytimes.tevolumeaverage.linear_custom.x2Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.mitigation_valve.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.mitigation_valve.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time.value_σ\nerror of summary.disruption.time.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time_half_ip.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time_half_ip.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time_half_ip.value_σ\nerror of summary.disruption.timehalfip.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time_radiated_power_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time_radiated_power_max.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.time_radiated_power_max.value_σ\nerror of summary.disruption.timeradiatedpower_max.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.vertical_displacement.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.disruption.vertical_displacement.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.elms.frequency.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.elms.frequency.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.elms.frequency.value_σ\nerror of summary.elms.frequency.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.elms.type.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.elms.type.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.current.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.current.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.current.value_σ\nerror of summary.fusion.current.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_power_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_power_total.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_power_total.value_σ\nerror of summary.fusion.neutronpowertotal.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.beam_beam.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.beam_beam.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.beam_beam.value_σ\nerror of summary.fusion.neutronrates.dd.beambeam.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.beam_thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.beam_thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.beam_thermal.value_σ\nerror of summary.fusion.neutronrates.dd.beamthermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.thermal.value_σ\nerror of summary.fusion.neutron_rates.dd.thermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.total.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dd.total.value_σ\nerror of summary.fusion.neutron_rates.dd.total.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.beam_beam.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.beam_beam.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.beam_beam.value_σ\nerror of summary.fusion.neutronrates.dt.beambeam.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.beam_thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.beam_thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.beam_thermal.value_σ\nerror of summary.fusion.neutronrates.dt.beamthermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.thermal.value_σ\nerror of summary.fusion.neutron_rates.dt.thermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.total.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.dt.total.value_σ\nerror of summary.fusion.neutron_rates.dt.total.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.thermal.value_σ\nerror of summary.fusion.neutron_rates.thermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.total.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.total.value_σ\nerror of summary.fusion.neutron_rates.total.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.beam_beam.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.beam_beam.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.beam_beam.value_σ\nerror of summary.fusion.neutronrates.tt.beambeam.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.beam_thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.beam_thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.beam_thermal.value_σ\nerror of summary.fusion.neutronrates.tt.beamthermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.thermal.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.thermal.value_σ\nerror of summary.fusion.neutron_rates.tt.thermal.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.total.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.neutron_rates.tt.total.value_σ\nerror of summary.fusion.neutron_rates.tt.total.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.power.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.power.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.fusion.power.value_σ\nerror of summary.fusion.power.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ammonia.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ammonia.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ammonia.value_σ\nerror of summary.gasinjectionaccumulated.ammonia.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ammonia_deuterated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ammonia_deuterated.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ammonia_deuterated.value_σ\nerror of summary.gasinjectionaccumulated.ammonia_deuterated.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.argon.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.argon.value_σ\nerror of summary.gasinjectionaccumulated.argon.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.beryllium.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.beryllium.value_σ\nerror of summary.gasinjectionaccumulated.beryllium.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.bottom.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.bottom.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.bottom.value_σ\nerror of summary.gasinjectionaccumulated.bottom.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.carbon.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.carbon.value_σ\nerror of summary.gasinjectionaccumulated.carbon.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.deuterium.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.deuterium.value_σ\nerror of summary.gasinjectionaccumulated.deuterium.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ethane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ethane.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ethane.value_σ\nerror of summary.gasinjectionaccumulated.ethane.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ethylene.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ethylene.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.ethylene.value_σ\nerror of summary.gasinjectionaccumulated.ethylene.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.helium_3.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.helium_3.value_σ\nerror of summary.gasinjectionaccumulated.helium_3.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.helium_4.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.helium_4.value_σ\nerror of summary.gasinjectionaccumulated.helium_4.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.hydrogen.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.hydrogen.value_σ\nerror of summary.gasinjectionaccumulated.hydrogen.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.impurity_seeding.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.impurity_seeding.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.krypton.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.krypton.value_σ\nerror of summary.gasinjectionaccumulated.krypton.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.lithium.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.lithium.value_σ\nerror of summary.gasinjectionaccumulated.lithium.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane.value_σ\nerror of summary.gasinjectionaccumulated.methane.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane_carbon_13.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane_carbon_13.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane_carbon_13.value_σ\nerror of summary.gasinjectionaccumulated.methanecarbon13.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane_deuterated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane_deuterated.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.methane_deuterated.value_σ\nerror of summary.gasinjectionaccumulated.methane_deuterated.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.midplane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.midplane.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.midplane.value_σ\nerror of summary.gasinjectionaccumulated.midplane.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.neon.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.neon.value_σ\nerror of summary.gasinjectionaccumulated.neon.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.nitrogen.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.nitrogen.value_σ\nerror of summary.gasinjectionaccumulated.nitrogen.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.oxygen.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.oxygen.value_σ\nerror of summary.gasinjectionaccumulated.oxygen.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.propane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.propane.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.propane.value_σ\nerror of summary.gasinjectionaccumulated.propane.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.silane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.silane.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.silane.value_σ\nerror of summary.gasinjectionaccumulated.silane.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.top.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.top.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.top.value_σ\nerror of summary.gasinjectionaccumulated.top.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.total.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.total.value_σ\nerror of summary.gasinjectionaccumulated.total.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.tritium.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.tritium.value_σ\nerror of summary.gasinjectionaccumulated.tritium.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.xenon.value\nValueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_accumulated.xenon.value_σ\nerror of summary.gasinjectionaccumulated.xenon.valueUnits: electrons\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ammonia.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ammonia.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ammonia.value_σ\nerror of summary.gasinjectionprefill.ammonia.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ammonia_deuterated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ammonia_deuterated.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ammonia_deuterated.value_σ\nerror of summary.gasinjectionprefill.ammonia_deuterated.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.argon.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.argon.value_σ\nerror of summary.gasinjectionprefill.argon.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.beryllium.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.beryllium.value_σ\nerror of summary.gasinjectionprefill.beryllium.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.bottom.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.bottom.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.bottom.value_σ\nerror of summary.gasinjectionprefill.bottom.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.carbon.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.carbon.value_σ\nerror of summary.gasinjectionprefill.carbon.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.deuterium.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.deuterium.value_σ\nerror of summary.gasinjectionprefill.deuterium.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ethane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ethane.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ethane.value_σ\nerror of summary.gasinjectionprefill.ethane.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ethylene.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ethylene.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.ethylene.value_σ\nerror of summary.gasinjectionprefill.ethylene.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.helium_3.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.helium_3.value_σ\nerror of summary.gasinjectionprefill.helium_3.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.helium_4.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.helium_4.value_σ\nerror of summary.gasinjectionprefill.helium_4.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.hydrogen.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.hydrogen.value_σ\nerror of summary.gasinjectionprefill.hydrogen.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.impurity_seeding.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.impurity_seeding.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.krypton.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.krypton.value_σ\nerror of summary.gasinjectionprefill.krypton.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.lithium.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.lithium.value_σ\nerror of summary.gasinjectionprefill.lithium.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane.value_σ\nerror of summary.gasinjectionprefill.methane.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane_carbon_13.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane_carbon_13.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane_carbon_13.value_σ\nerror of summary.gasinjectionprefill.methanecarbon13.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane_deuterated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane_deuterated.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.methane_deuterated.value_σ\nerror of summary.gasinjectionprefill.methane_deuterated.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.midplane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.midplane.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.midplane.value_σ\nerror of summary.gasinjectionprefill.midplane.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.neon.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.neon.value_σ\nerror of summary.gasinjectionprefill.neon.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.nitrogen.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.nitrogen.value_σ\nerror of summary.gasinjectionprefill.nitrogen.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.oxygen.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.oxygen.value_σ\nerror of summary.gasinjectionprefill.oxygen.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.propane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.propane.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.propane.value_σ\nerror of summary.gasinjectionprefill.propane.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.silane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.silane.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.silane.value_σ\nerror of summary.gasinjectionprefill.silane.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.top.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.top.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.top.value_σ\nerror of summary.gasinjectionprefill.top.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.total.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.total.value_σ\nerror of summary.gasinjectionprefill.total.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.tritium.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.tritium.value_σ\nerror of summary.gasinjectionprefill.tritium.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.xenon.value\nValueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_prefill.xenon.value_σ\nerror of summary.gasinjectionprefill.xenon.valueUnits: electrons\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ammonia.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ammonia.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ammonia.value_σ\nerror of summary.gasinjectionrates.ammonia.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ammonia_deuterated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ammonia_deuterated.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ammonia_deuterated.value_σ\nerror of summary.gasinjectionrates.ammonia_deuterated.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.argon.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.argon.value_σ\nerror of summary.gasinjectionrates.argon.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.beryllium.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.beryllium.value_σ\nerror of summary.gasinjectionrates.beryllium.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.bottom.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.bottom.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.bottom.value_σ\nerror of summary.gasinjectionrates.bottom.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.carbon.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.carbon.value_σ\nerror of summary.gasinjectionrates.carbon.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.deuterium.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.deuterium.value_σ\nerror of summary.gasinjectionrates.deuterium.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ethane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ethane.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ethane.value_σ\nerror of summary.gasinjectionrates.ethane.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ethylene.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ethylene.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.ethylene.value_σ\nerror of summary.gasinjectionrates.ethylene.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.helium_3.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.helium_3.value_σ\nerror of summary.gasinjectionrates.helium_3.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.helium_4.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.helium_4.value_σ\nerror of summary.gasinjectionrates.helium_4.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.hydrogen.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.hydrogen.value_σ\nerror of summary.gasinjectionrates.hydrogen.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.impurity_seeding.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.impurity_seeding.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.krypton.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.krypton.value_σ\nerror of summary.gasinjectionrates.krypton.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.lithium.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.lithium.value_σ\nerror of summary.gasinjectionrates.lithium.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane.value_σ\nerror of summary.gasinjectionrates.methane.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane_carbon_13.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane_carbon_13.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane_carbon_13.value_σ\nerror of summary.gasinjectionrates.methanecarbon13.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane_deuterated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane_deuterated.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.methane_deuterated.value_σ\nerror of summary.gasinjectionrates.methane_deuterated.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.midplane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.midplane.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.midplane.value_σ\nerror of summary.gasinjectionrates.midplane.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.neon.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.neon.value_σ\nerror of summary.gasinjectionrates.neon.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.nitrogen.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.nitrogen.value_σ\nerror of summary.gasinjectionrates.nitrogen.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.oxygen.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.oxygen.value_σ\nerror of summary.gasinjectionrates.oxygen.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.propane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.propane.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.propane.value_σ\nerror of summary.gasinjectionrates.propane.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.silane.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.silane.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.silane.value_σ\nerror of summary.gasinjectionrates.silane.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.top.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.top.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.top.value_σ\nerror of summary.gasinjectionrates.top.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.total.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.total.value_σ\nerror of summary.gasinjectionrates.total.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.tritium.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.tritium.value_σ\nerror of summary.gasinjectionrates.tritium.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.xenon.value\nValueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.gas_injection_rates.xenon.value_σ\nerror of summary.gasinjectionrates.xenon.valueUnits: electrons.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.b0.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.b0.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.b0.value_σ\nerror of summary.global_quantities.b0.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_pol.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_pol.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_pol.value_σ\nerror of summary.globalquantities.betapol.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_pol_mhd.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_pol_mhd.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_pol_mhd.value_σ\nerror of summary.globalquantities.betapol_mhd.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor.value_σ\nerror of summary.globalquantities.betator.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_mhd.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_mhd.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_mhd.value_σ\nerror of summary.globalquantities.betator_mhd.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_norm.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_norm.value_σ\nerror of summary.globalquantities.betator_norm.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_norm_mhd.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_norm_mhd.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_norm_mhd.value_σ\nerror of summary.globalquantities.betatornormmhd.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_thermal_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_thermal_norm.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.beta_tor_thermal_norm.value_σ\nerror of summary.globalquantities.betatorthermalnorm.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_alignment.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_alignment.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_alignment.value_σ\nerror of summary.globalquantities.currentalignment.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_bootstrap.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_bootstrap.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_bootstrap.value_σ\nerror of summary.globalquantities.currentbootstrap.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_non_inductive.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_non_inductive.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_non_inductive.value_σ\nerror of summary.globalquantities.currentnon_inductive.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_ohm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_ohm.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.current_ohm.value_σ\nerror of summary.globalquantities.currentohm.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.denergy_diamagnetic_dt.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.denergy_diamagnetic_dt.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.denergy_diamagnetic_dt.value_σ\nerror of summary.globalquantities.denergydiamagnetic_dt.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.denergy_thermal_dt.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.denergy_thermal_dt.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.denergy_thermal_dt.value_σ\nerror of summary.globalquantities.denergythermal_dt.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_b_field_pol.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_b_field_pol.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_b_field_pol.value_σ\nerror of summary.globalquantities.energybfieldpol.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_diamagnetic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_diamagnetic.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_diamagnetic.value_σ\nerror of summary.globalquantities.energydiamagnetic.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_electrons_thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_electrons_thermal.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_electrons_thermal.value_σ\nerror of summary.globalquantities.energyelectrons_thermal.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_fast_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_fast_parallel.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_fast_parallel.value_σ\nerror of summary.globalquantities.energyfast_parallel.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_fast_perpendicular.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_fast_perpendicular.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_fast_perpendicular.value_σ\nerror of summary.globalquantities.energyfast_perpendicular.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_ion_total_thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_ion_total_thermal.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_ion_total_thermal.value_σ\nerror of summary.globalquantities.energyiontotalthermal.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_mhd.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_mhd.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_mhd.value_σ\nerror of summary.globalquantities.energymhd.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_thermal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_thermal.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_thermal.value_σ\nerror of summary.globalquantities.energythermal.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_total.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.energy_total.value_σ\nerror of summary.globalquantities.energytotal.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.fusion_fluence.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.fusion_fluence.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.fusion_fluence.value_σ\nerror of summary.globalquantities.fusionfluence.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.fusion_gain.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.fusion_gain.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.fusion_gain.value_σ\nerror of summary.globalquantities.fusiongain.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.greenwald_fraction.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.greenwald_fraction.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.greenwald_fraction.value_σ\nerror of summary.globalquantities.greenwaldfraction.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.h_98.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.h_98.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.h_98.value_σ\nerror of summary.globalquantities.h98.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.h_mode.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.h_mode.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.ip.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.ip.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.ip.value_σ\nerror of summary.global_quantities.ip.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.li.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.li.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.li.value_σ\nerror of summary.global_quantities.li.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.li_mhd.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.li_mhd.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.li_mhd.value_σ\nerror of summary.globalquantities.limhd.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_bremsstrahlung.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_bremsstrahlung.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_bremsstrahlung.value_σ\nerror of summary.globalquantities.powerbremsstrahlung.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_line.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_line.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_line.value_σ\nerror of summary.globalquantities.powerline.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_loss.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_loss.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_loss.value_σ\nerror of summary.globalquantities.powerloss.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_ohm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_ohm.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_ohm.value_σ\nerror of summary.globalquantities.powerohm.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated.value_σ\nerror of summary.globalquantities.powerradiated.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated_inside_lcfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated_inside_lcfs.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated_inside_lcfs.value_σ\nerror of summary.globalquantities.powerradiatedinsidelcfs.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated_outside_lcfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated_outside_lcfs.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_radiated_outside_lcfs.value_σ\nerror of summary.globalquantities.powerradiatedoutsidelcfs.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_steady.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_steady.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_steady.value_σ\nerror of summary.globalquantities.powersteady.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_synchrotron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_synchrotron.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.power_synchrotron.value_σ\nerror of summary.globalquantities.powersynchrotron.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.psi_external_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.psi_external_average.value\nValueUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.psi_external_average.value_σ\nerror of summary.globalquantities.psiexternal_average.valueUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.q_95.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.q_95.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.q_95.value_σ\nerror of summary.globalquantities.q95.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.r0.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.r0.value\nValueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.r0.value_σ\nerror of summary.global_quantities.r0.valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.ratio_tau_helium_fuel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.ratio_tau_helium_fuel.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.ratio_tau_helium_fuel.value_σ\nerror of summary.globalquantities.ratiotauheliumfuel.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.resistance.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.resistance.value\nValueUnits: ohm\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.resistance.value_σ\nerror of summary.global_quantities.resistance.valueUnits: ohm\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_energy.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_energy.value\nValueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_energy.value_σ\nerror of summary.globalquantities.tauenergy.valueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_energy_98.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_energy_98.value\nValueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_energy_98.value_σ\nerror of summary.globalquantities.tauenergy_98.valueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_helium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_helium.value\nValueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_helium.value_σ\nerror of summary.globalquantities.tauhelium.valueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_resistive.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_resistive.value\nValueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.tau_resistive.value_σ\nerror of summary.globalquantities.tauresistive.valueUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.v_loop.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.v_loop.value\nValueUnits: V\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.v_loop.value_σ\nerror of summary.globalquantities.vloop.valueUnits: V\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.volume.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.volume.value\nValueUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.global_quantities.volume.value_σ\nerror of summary.global_quantities.volume.valueUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].angle_pol.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].angle_pol.value\nValueUnits: rad\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].angle_pol.value_σ\nerror of summary.heatingcurrentdrive.ec[:].angle_pol.valueUnits: rad\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].angle_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].angle_tor.value\nValueUnits: rad\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].angle_tor.value_σ\nerror of summary.heatingcurrentdrive.ec[:].angle_tor.valueUnits: rad\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].current.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].current.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].current.value_σ\nerror of summary.heatingcurrentdrive.ec[:].current.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].energy_fast.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].energy_fast.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].energy_fast.value_σ\nerror of summary.heatingcurrentdrive.ec[:].energy_fast.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].frequency.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].frequency.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].frequency.value_σ\nerror of summary.heatingcurrentdrive.ec[:].frequency.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].harmonic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].harmonic.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].polarisation.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].polarisation.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].position.value_σ\nerror of summary.heatingcurrentdrive.ec[:].position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].power.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].power.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].power.value_σ\nerror of summary.heatingcurrentdrive.ec[:].power.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].power_launched.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].power_launched.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ec[:].power_launched.value_σ\nerror of summary.heatingcurrentdrive.ec[:].power_launched.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].current.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].current.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].current.value_σ\nerror of summary.heatingcurrentdrive.ic[:].current.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].e_field_plus_minus_ratio.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].e_field_plus_minus_ratio.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].e_field_plus_minus_ratio.value_σ\nerror of summary.heatingcurrentdrive.ic[:].efieldplusminusratio.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].energy_fast.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].energy_fast.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].energy_fast.value_σ\nerror of summary.heatingcurrentdrive.ic[:].energy_fast.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].frequency.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].frequency.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].frequency.value_σ\nerror of summary.heatingcurrentdrive.ic[:].frequency.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].harmonic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].harmonic.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].k_perpendicular.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].k_perpendicular.value\nValueUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].k_perpendicular.value_σ\nerror of summary.heatingcurrentdrive.ic[:].k_perpendicular.valueUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].n_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].n_tor.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].phase.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].phase.value\nValueUnits: rad\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].phase.value_σ\nerror of summary.heatingcurrentdrive.ic[:].phase.valueUnits: rad\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].position.value_σ\nerror of summary.heatingcurrentdrive.ic[:].position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].power.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].power.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].power.value_σ\nerror of summary.heatingcurrentdrive.ic[:].power.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].power_launched.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].power_launched.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.ic[:].power_launched.value_σ\nerror of summary.heatingcurrentdrive.ic[:].power_launched.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].current.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].current.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].current.value_σ\nerror of summary.heatingcurrentdrive.lh[:].current.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].energy_fast.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].energy_fast.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].energy_fast.value_σ\nerror of summary.heatingcurrentdrive.lh[:].energy_fast.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].frequency.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].frequency.value\nValueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].frequency.value_σ\nerror of summary.heatingcurrentdrive.lh[:].frequency.valueUnits: Hz\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].n_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].n_parallel.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].n_parallel.value_σ\nerror of summary.heatingcurrentdrive.lh[:].n_parallel.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].position.value_σ\nerror of summary.heatingcurrentdrive.lh[:].position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].power.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].power.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].power.value_σ\nerror of summary.heatingcurrentdrive.lh[:].power.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].power_launched.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].power_launched.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.lh[:].power_launched.value_σ\nerror of summary.heatingcurrentdrive.lh[:].power_launched.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].angle.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].angle.value\nValueUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].angle.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].angle.valueUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].beam_current_fraction.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].beam_current_fraction.value\nValueData Type: FLT_2D\nCoordinates: [\"1...3\", \"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].beam_current_fraction.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].beamcurrentfraction.valueData Type: FLT_2D\nCoordinates: [\"1...3\", \"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].beam_power_fraction.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].beam_power_fraction.value\nValueData Type: FLT_2D\nCoordinates: [\"1...3\", \"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].beam_power_fraction.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].beampowerfraction.valueData Type: FLT_2D\nCoordinates: [\"1...3\", \"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].current.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].current.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].current.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].current.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].direction.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].direction.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].energy.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].energy.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].energy.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].energy.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.phi.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.phi.value\nValueUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.phi.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].position.phi.valueUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.r.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.r.value\nValueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.r.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].position.r.valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.z.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.z.value\nValueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].position.z.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].position.z.valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].power.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].power.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].power.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].power.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].power_launched.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].power_launched.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].power_launched.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].power_launched.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.a.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.a.value\nValueUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.a.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].species.a.valueUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.label.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.label.value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.z_n.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.z_n.value\nValueUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].species.z_n.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].species.z_n.valueUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].tangency_radius.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].tangency_radius.value\nValueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.nbi[:].tangency_radius.value_σ\nerror of summary.heatingcurrentdrive.nbi[:].tangency_radius.valueUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_additional.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_additional.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_additional.value_σ\nerror of summary.heatingcurrentdrive.power_additional.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_ec.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_ec.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_ec.value_σ\nerror of summary.heatingcurrentdrive.power_ec.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_ic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_ic.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_ic.value_σ\nerror of summary.heatingcurrentdrive.power_ic.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_ec.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_ec.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_ec.value_σ\nerror of summary.heatingcurrentdrive.powerlaunchedec.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_ic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_ic.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_ic.value_σ\nerror of summary.heatingcurrentdrive.powerlaunchedic.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_lh.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_lh.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_lh.value_σ\nerror of summary.heatingcurrentdrive.powerlaunchedlh.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_nbi.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_nbi.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_nbi.value_σ\nerror of summary.heatingcurrentdrive.powerlaunchednbi.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_nbi_co_injected_ratio.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_nbi_co_injected_ratio.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_nbi_co_injected_ratio.value_σ\nerror of summary.heatingcurrentdrive.powerlaunchednbicoinjected_ratio.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_total.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_launched_total.value_σ\nerror of summary.heatingcurrentdrive.powerlaunchedtotal.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_lh.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_lh.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_lh.value_σ\nerror of summary.heatingcurrentdrive.power_lh.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_nbi.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_nbi.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.heating_current_drive.power_nbi.value_σ\nerror of summary.heatingcurrentdrive.power_nbi.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.kicks.occurrence.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.kicks.occurrence.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.limiter.material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.limiter.material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.limiter.material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.dn_e_dt.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.dn_e_dt.value\nValueUnits: m^-3.s-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.dn_e_dt.value_σ\nerror of summary.lineaverage.dne_dt.valueUnits: m^-3.s-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.isotope_fraction_hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.isotope_fraction_hydrogen.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.isotope_fraction_hydrogen.value_σ\nerror of summary.lineaverage.isotopefraction_hydrogen.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.meff_hydrogenic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.meff_hydrogenic.value\nValueUnits: amu\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.meff_hydrogenic.value_σ\nerror of summary.lineaverage.meffhydrogenic.valueUnits: amu\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_e.value_σ\nerror of summary.lineaverage.ne.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.argon.value_σ\nerror of summary.lineaverage.ni.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.beryllium.value_σ\nerror of summary.lineaverage.ni.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.carbon.value_σ\nerror of summary.lineaverage.ni.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.deuterium.value_σ\nerror of summary.lineaverage.ni.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.helium_3.value_σ\nerror of summary.lineaverage.ni.helium_3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.helium_4.value_σ\nerror of summary.lineaverage.ni.helium_4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.hydrogen.value_σ\nerror of summary.lineaverage.ni.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.iron.value_σ\nerror of summary.lineaverage.ni.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.krypton.value_σ\nerror of summary.lineaverage.ni.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.lithium.value_σ\nerror of summary.lineaverage.ni.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.neon.value_σ\nerror of summary.lineaverage.ni.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.nitrogen.value_σ\nerror of summary.lineaverage.ni.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.oxygen.value_σ\nerror of summary.lineaverage.ni.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.tritium.value_σ\nerror of summary.lineaverage.ni.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.tungsten.value_σ\nerror of summary.lineaverage.ni.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i.xenon.value_σ\nerror of summary.lineaverage.ni.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.n_i_total.value_σ\nerror of summary.lineaverage.ni_total.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.t_e.value_σ\nerror of summary.lineaverage.te.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.t_i_average.value_σ\nerror of summary.lineaverage.ti_average.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.line_average.zeff.value_σ\nerror of summary.line_average.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].flux_expansion.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].flux_expansion.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].flux_expansion.value_σ\nerror of summary.local.divertortarget[:].fluxexpansion.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_e.value_σ\nerror of summary.local.divertortarget[:].ne.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.argon.value_σ\nerror of summary.local.divertortarget[:].ni.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.beryllium.value_σ\nerror of summary.local.divertortarget[:].ni.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.carbon.value_σ\nerror of summary.local.divertortarget[:].ni.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.deuterium.value_σ\nerror of summary.local.divertortarget[:].ni.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.helium_3.value_σ\nerror of summary.local.divertortarget[:].ni.helium_3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.helium_4.value_σ\nerror of summary.local.divertortarget[:].ni.helium_4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.hydrogen.value_σ\nerror of summary.local.divertortarget[:].ni.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.iron.value_σ\nerror of summary.local.divertortarget[:].ni.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.krypton.value_σ\nerror of summary.local.divertortarget[:].ni.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.lithium.value_σ\nerror of summary.local.divertortarget[:].ni.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.neon.value_σ\nerror of summary.local.divertortarget[:].ni.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.nitrogen.value_σ\nerror of summary.local.divertortarget[:].ni.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.oxygen.value_σ\nerror of summary.local.divertortarget[:].ni.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.tritium.value_σ\nerror of summary.local.divertortarget[:].ni.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.tungsten.value_σ\nerror of summary.local.divertortarget[:].ni.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i.xenon.value_σ\nerror of summary.local.divertortarget[:].ni.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].n_i_total.value_σ\nerror of summary.local.divertortarget[:].ni_total.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].name.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].name.value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].power_flux_peak.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].power_flux_peak.value\nValueUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].power_flux_peak.value_σ\nerror of summary.local.divertortarget[:].powerflux_peak.valueUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].t_e.value_σ\nerror of summary.local.divertortarget[:].te.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].t_i_average.value_σ\nerror of summary.local.divertortarget[:].ti_average.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.divertor_target[:].zeff.value_σ\nerror of summary.local.divertor_target[:].zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.e_field_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.e_field_parallel.value\nValueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.e_field_parallel.value_σ\nerror of summary.local.itb.efieldparallel.valueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.magnetic_shear.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.magnetic_shear.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.magnetic_shear.value_σ\nerror of summary.local.itb.magnetic_shear.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.momentum_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.momentum_tor.value\nValueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.momentum_tor.value_σ\nerror of summary.local.itb.momentum_tor.valueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_e.value_σ\nerror of summary.local.itb.n_e.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.argon.value_σ\nerror of summary.local.itb.n_i.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.beryllium.value_σ\nerror of summary.local.itb.n_i.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.carbon.value_σ\nerror of summary.local.itb.n_i.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.deuterium.value_σ\nerror of summary.local.itb.n_i.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.helium_3.value_σ\nerror of summary.local.itb.ni.helium3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.helium_4.value_σ\nerror of summary.local.itb.ni.helium4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.hydrogen.value_σ\nerror of summary.local.itb.n_i.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.iron.value_σ\nerror of summary.local.itb.n_i.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.krypton.value_σ\nerror of summary.local.itb.n_i.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.lithium.value_σ\nerror of summary.local.itb.n_i.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.neon.value_σ\nerror of summary.local.itb.n_i.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.nitrogen.value_σ\nerror of summary.local.itb.n_i.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.oxygen.value_σ\nerror of summary.local.itb.n_i.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.tritium.value_σ\nerror of summary.local.itb.n_i.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.tungsten.value_σ\nerror of summary.local.itb.n_i.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i.xenon.value_σ\nerror of summary.local.itb.n_i.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.n_i_total.value_σ\nerror of summary.local.itb.nitotal.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.position.psi_σ\nerror of summary.local.itb.position.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.position.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.position.rho_tor_σ\nerror of summary.local.itb.position.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.position.rho_tor_norm_σ\nerror of summary.local.itb.position.rhotornormData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.q.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.q.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.q.value_σ\nerror of summary.local.itb.q.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.t_e.value_σ\nerror of summary.local.itb.t_e.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.t_i_average.value_σ\nerror of summary.local.itb.tiaverage.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.argon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.argon.value_σ\nerror of summary.local.itb.velocity_tor.argon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.beryllium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.beryllium.value_σ\nerror of summary.local.itb.velocity_tor.beryllium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.carbon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.carbon.value_σ\nerror of summary.local.itb.velocity_tor.carbon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.deuterium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.deuterium.value_σ\nerror of summary.local.itb.velocity_tor.deuterium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.helium_3.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.helium_3.value_σ\nerror of summary.local.itb.velocitytor.helium3.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.helium_4.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.helium_4.value_σ\nerror of summary.local.itb.velocitytor.helium4.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.hydrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.hydrogen.value_σ\nerror of summary.local.itb.velocity_tor.hydrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.iron.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.iron.value_σ\nerror of summary.local.itb.velocity_tor.iron.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.krypton.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.krypton.value_σ\nerror of summary.local.itb.velocity_tor.krypton.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.lithium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.lithium.value_σ\nerror of summary.local.itb.velocity_tor.lithium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.neon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.neon.value_σ\nerror of summary.local.itb.velocity_tor.neon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.nitrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.nitrogen.value_σ\nerror of summary.local.itb.velocity_tor.nitrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.oxygen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.oxygen.value_σ\nerror of summary.local.itb.velocity_tor.oxygen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.tritium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.tritium.value_σ\nerror of summary.local.itb.velocity_tor.tritium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.tungsten.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.tungsten.value_σ\nerror of summary.local.itb.velocity_tor.tungsten.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.xenon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.velocity_tor.xenon.value_σ\nerror of summary.local.itb.velocity_tor.xenon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.itb.zeff.value_σ\nerror of summary.local.itb.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.flux_expansion.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.flux_expansion.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.flux_expansion.value_σ\nerror of summary.local.limiter.flux_expansion.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_e.value_σ\nerror of summary.local.limiter.n_e.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.argon.value_σ\nerror of summary.local.limiter.n_i.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.beryllium.value_σ\nerror of summary.local.limiter.n_i.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.carbon.value_σ\nerror of summary.local.limiter.n_i.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.deuterium.value_σ\nerror of summary.local.limiter.n_i.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.helium_3.value_σ\nerror of summary.local.limiter.ni.helium3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.helium_4.value_σ\nerror of summary.local.limiter.ni.helium4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.hydrogen.value_σ\nerror of summary.local.limiter.n_i.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.iron.value_σ\nerror of summary.local.limiter.n_i.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.krypton.value_σ\nerror of summary.local.limiter.n_i.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.lithium.value_σ\nerror of summary.local.limiter.n_i.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.neon.value_σ\nerror of summary.local.limiter.n_i.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.nitrogen.value_σ\nerror of summary.local.limiter.n_i.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.oxygen.value_σ\nerror of summary.local.limiter.n_i.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.tritium.value_σ\nerror of summary.local.limiter.n_i.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.tungsten.value_σ\nerror of summary.local.limiter.n_i.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i.xenon.value_σ\nerror of summary.local.limiter.n_i.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.n_i_total.value_σ\nerror of summary.local.limiter.nitotal.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.name.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.name.value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.power_flux_peak.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.power_flux_peak.value\nValueUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.power_flux_peak.value_σ\nerror of summary.local.limiter.powerfluxpeak.valueUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.t_e.value_σ\nerror of summary.local.limiter.t_e.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.t_i_average.value_σ\nerror of summary.local.limiter.tiaverage.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.limiter.zeff.value_σ\nerror of summary.local.limiter.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.b_field.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.b_field.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.b_field.value_σ\nerror of summary.local.magneticaxis.bfield.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.e_field_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.e_field_parallel.value\nValueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.e_field_parallel.value_σ\nerror of summary.local.magneticaxis.efield_parallel.valueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.magnetic_shear.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.magnetic_shear.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.magnetic_shear.value_σ\nerror of summary.local.magneticaxis.magneticshear.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.momentum_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.momentum_tor.value\nValueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.momentum_tor.value_σ\nerror of summary.local.magneticaxis.momentumtor.valueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_e.value_σ\nerror of summary.local.magneticaxis.ne.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.argon.value_σ\nerror of summary.local.magneticaxis.ni.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.beryllium.value_σ\nerror of summary.local.magneticaxis.ni.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.carbon.value_σ\nerror of summary.local.magneticaxis.ni.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.deuterium.value_σ\nerror of summary.local.magneticaxis.ni.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.helium_3.value_σ\nerror of summary.local.magneticaxis.ni.helium_3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.helium_4.value_σ\nerror of summary.local.magneticaxis.ni.helium_4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.hydrogen.value_σ\nerror of summary.local.magneticaxis.ni.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.iron.value_σ\nerror of summary.local.magneticaxis.ni.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.krypton.value_σ\nerror of summary.local.magneticaxis.ni.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.lithium.value_σ\nerror of summary.local.magneticaxis.ni.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.neon.value_σ\nerror of summary.local.magneticaxis.ni.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.nitrogen.value_σ\nerror of summary.local.magneticaxis.ni.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.oxygen.value_σ\nerror of summary.local.magneticaxis.ni.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.tritium.value_σ\nerror of summary.local.magneticaxis.ni.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.tungsten.value_σ\nerror of summary.local.magneticaxis.ni.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i.xenon.value_σ\nerror of summary.local.magneticaxis.ni.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.n_i_total.value_σ\nerror of summary.local.magneticaxis.ni_total.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.psi_σ\nerror of summary.local.magnetic_axis.position.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.r_σ\nerror of summary.local.magnetic_axis.position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.rho_tor_σ\nerror of summary.local.magneticaxis.position.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.rho_tor_norm_σ\nerror of summary.local.magneticaxis.position.rhotor_normData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.position.z_σ\nerror of summary.local.magnetic_axis.position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.q.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.q.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.q.value_σ\nerror of summary.local.magnetic_axis.q.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.t_e.value_σ\nerror of summary.local.magneticaxis.te.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.t_i_average.value_σ\nerror of summary.local.magneticaxis.ti_average.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.argon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.argon.value_σ\nerror of summary.local.magneticaxis.velocitytor.argon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.beryllium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.beryllium.value_σ\nerror of summary.local.magneticaxis.velocitytor.beryllium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.carbon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.carbon.value_σ\nerror of summary.local.magneticaxis.velocitytor.carbon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.deuterium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.deuterium.value_σ\nerror of summary.local.magneticaxis.velocitytor.deuterium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.helium_3.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.helium_3.value_σ\nerror of summary.local.magneticaxis.velocitytor.helium_3.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.helium_4.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.helium_4.value_σ\nerror of summary.local.magneticaxis.velocitytor.helium_4.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.hydrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.hydrogen.value_σ\nerror of summary.local.magneticaxis.velocitytor.hydrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.iron.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.iron.value_σ\nerror of summary.local.magneticaxis.velocitytor.iron.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.krypton.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.krypton.value_σ\nerror of summary.local.magneticaxis.velocitytor.krypton.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.lithium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.lithium.value_σ\nerror of summary.local.magneticaxis.velocitytor.lithium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.neon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.neon.value_σ\nerror of summary.local.magneticaxis.velocitytor.neon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.nitrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.nitrogen.value_σ\nerror of summary.local.magneticaxis.velocitytor.nitrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.oxygen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.oxygen.value_σ\nerror of summary.local.magneticaxis.velocitytor.oxygen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.tritium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.tritium.value_σ\nerror of summary.local.magneticaxis.velocitytor.tritium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.tungsten.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.tungsten.value_σ\nerror of summary.local.magneticaxis.velocitytor.tungsten.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.xenon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.velocity_tor.xenon.value_σ\nerror of summary.local.magneticaxis.velocitytor.xenon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.magnetic_axis.zeff.value_σ\nerror of summary.local.magnetic_axis.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.e_field_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.e_field_parallel.value\nValueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.e_field_parallel.value_σ\nerror of summary.local.pedestal.efieldparallel.valueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.magnetic_shear.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.magnetic_shear.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.magnetic_shear.value_σ\nerror of summary.local.pedestal.magnetic_shear.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.momentum_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.momentum_tor.value\nValueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.momentum_tor.value_σ\nerror of summary.local.pedestal.momentum_tor.valueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_e.value_σ\nerror of summary.local.pedestal.n_e.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.argon.value_σ\nerror of summary.local.pedestal.n_i.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.beryllium.value_σ\nerror of summary.local.pedestal.n_i.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.carbon.value_σ\nerror of summary.local.pedestal.n_i.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.deuterium.value_σ\nerror of summary.local.pedestal.n_i.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.helium_3.value_σ\nerror of summary.local.pedestal.ni.helium3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.helium_4.value_σ\nerror of summary.local.pedestal.ni.helium4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.hydrogen.value_σ\nerror of summary.local.pedestal.n_i.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.iron.value_σ\nerror of summary.local.pedestal.n_i.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.krypton.value_σ\nerror of summary.local.pedestal.n_i.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.lithium.value_σ\nerror of summary.local.pedestal.n_i.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.neon.value_σ\nerror of summary.local.pedestal.n_i.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.nitrogen.value_σ\nerror of summary.local.pedestal.n_i.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.oxygen.value_σ\nerror of summary.local.pedestal.n_i.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.tritium.value_σ\nerror of summary.local.pedestal.n_i.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.tungsten.value_σ\nerror of summary.local.pedestal.n_i.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i.xenon.value_σ\nerror of summary.local.pedestal.n_i.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.n_i_total.value_σ\nerror of summary.local.pedestal.nitotal.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.position.psi_σ\nerror of summary.local.pedestal.position.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.position.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.position.rho_tor_σ\nerror of summary.local.pedestal.position.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.position.rho_tor_norm_σ\nerror of summary.local.pedestal.position.rhotornormData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.q.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.q.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.q.value_σ\nerror of summary.local.pedestal.q.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.t_e.value_σ\nerror of summary.local.pedestal.t_e.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.t_i_average.value_σ\nerror of summary.local.pedestal.tiaverage.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.argon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.argon.value_σ\nerror of summary.local.pedestal.velocity_tor.argon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.beryllium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.beryllium.value_σ\nerror of summary.local.pedestal.velocity_tor.beryllium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.carbon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.carbon.value_σ\nerror of summary.local.pedestal.velocity_tor.carbon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.deuterium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.deuterium.value_σ\nerror of summary.local.pedestal.velocity_tor.deuterium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.helium_3.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.helium_3.value_σ\nerror of summary.local.pedestal.velocitytor.helium3.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.helium_4.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.helium_4.value_σ\nerror of summary.local.pedestal.velocitytor.helium4.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.hydrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.hydrogen.value_σ\nerror of summary.local.pedestal.velocity_tor.hydrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.iron.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.iron.value_σ\nerror of summary.local.pedestal.velocity_tor.iron.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.krypton.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.krypton.value_σ\nerror of summary.local.pedestal.velocity_tor.krypton.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.lithium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.lithium.value_σ\nerror of summary.local.pedestal.velocity_tor.lithium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.neon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.neon.value_σ\nerror of summary.local.pedestal.velocity_tor.neon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.nitrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.nitrogen.value_σ\nerror of summary.local.pedestal.velocity_tor.nitrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.oxygen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.oxygen.value_σ\nerror of summary.local.pedestal.velocity_tor.oxygen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.tritium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.tritium.value_σ\nerror of summary.local.pedestal.velocity_tor.tritium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.tungsten.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.tungsten.value_σ\nerror of summary.local.pedestal.velocity_tor.tungsten.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.xenon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.velocity_tor.xenon.value_σ\nerror of summary.local.pedestal.velocity_tor.xenon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.pedestal.zeff.value_σ\nerror of summary.local.pedestal.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.effective_helical_ripple.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.effective_helical_ripple.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.effective_helical_ripple.value_σ\nerror of summary.local.reffnorm23.effectivehelicalripple.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.iota.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.iota.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.iota.value_σ\nerror of summary.local.reffnorm23.iota.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.plateau_factor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.plateau_factor.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.r_eff_norm_2_3.plateau_factor.value_σ\nerror of summary.local.reffnorm23.plateau_factor.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.e_field_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.e_field_parallel.value\nValueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.e_field_parallel.value_σ\nerror of summary.local.separatrix.efieldparallel.valueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.magnetic_shear.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.magnetic_shear.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.magnetic_shear.value_σ\nerror of summary.local.separatrix.magnetic_shear.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.momentum_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.momentum_tor.value\nValueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.momentum_tor.value_σ\nerror of summary.local.separatrix.momentum_tor.valueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_e.value_σ\nerror of summary.local.separatrix.n_e.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.argon.value_σ\nerror of summary.local.separatrix.n_i.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.beryllium.value_σ\nerror of summary.local.separatrix.n_i.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.carbon.value_σ\nerror of summary.local.separatrix.n_i.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.deuterium.value_σ\nerror of summary.local.separatrix.n_i.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.helium_3.value_σ\nerror of summary.local.separatrix.ni.helium3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.helium_4.value_σ\nerror of summary.local.separatrix.ni.helium4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.hydrogen.value_σ\nerror of summary.local.separatrix.n_i.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.iron.value_σ\nerror of summary.local.separatrix.n_i.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.krypton.value_σ\nerror of summary.local.separatrix.n_i.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.lithium.value_σ\nerror of summary.local.separatrix.n_i.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.neon.value_σ\nerror of summary.local.separatrix.n_i.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.nitrogen.value_σ\nerror of summary.local.separatrix.n_i.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.oxygen.value_σ\nerror of summary.local.separatrix.n_i.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.tritium.value_σ\nerror of summary.local.separatrix.n_i.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.tungsten.value_σ\nerror of summary.local.separatrix.n_i.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i.xenon.value_σ\nerror of summary.local.separatrix.n_i.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.n_i_total.value_σ\nerror of summary.local.separatrix.nitotal.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.position.psi_σ\nerror of summary.local.separatrix.position.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.position.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.position.rho_tor_σ\nerror of summary.local.separatrix.position.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.position.rho_tor_norm_σ\nerror of summary.local.separatrix.position.rhotornormData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.q.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.q.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.q.value_σ\nerror of summary.local.separatrix.q.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.t_e.value_σ\nerror of summary.local.separatrix.t_e.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.t_i_average.value_σ\nerror of summary.local.separatrix.tiaverage.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.argon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.argon.value_σ\nerror of summary.local.separatrix.velocity_tor.argon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.beryllium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.beryllium.value_σ\nerror of summary.local.separatrix.velocity_tor.beryllium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.carbon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.carbon.value_σ\nerror of summary.local.separatrix.velocity_tor.carbon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.deuterium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.deuterium.value_σ\nerror of summary.local.separatrix.velocity_tor.deuterium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.helium_3.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.helium_3.value_σ\nerror of summary.local.separatrix.velocitytor.helium3.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.helium_4.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.helium_4.value_σ\nerror of summary.local.separatrix.velocitytor.helium4.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.hydrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.hydrogen.value_σ\nerror of summary.local.separatrix.velocity_tor.hydrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.iron.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.iron.value_σ\nerror of summary.local.separatrix.velocity_tor.iron.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.krypton.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.krypton.value_σ\nerror of summary.local.separatrix.velocity_tor.krypton.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.lithium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.lithium.value_σ\nerror of summary.local.separatrix.velocity_tor.lithium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.neon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.neon.value_σ\nerror of summary.local.separatrix.velocity_tor.neon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.nitrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.nitrogen.value_σ\nerror of summary.local.separatrix.velocity_tor.nitrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.oxygen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.oxygen.value_σ\nerror of summary.local.separatrix.velocity_tor.oxygen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.tritium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.tritium.value_σ\nerror of summary.local.separatrix.velocity_tor.tritium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.tungsten.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.tungsten.value_σ\nerror of summary.local.separatrix.velocity_tor.tungsten.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.xenon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.velocity_tor.xenon.value_σ\nerror of summary.local.separatrix.velocity_tor.xenon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix.zeff.value_σ\nerror of summary.local.separatrix.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.e_field_parallel.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.e_field_parallel.value\nValueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.e_field_parallel.value_σ\nerror of summary.local.separatrixaverage.efield_parallel.valueUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.magnetic_shear.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.magnetic_shear.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.magnetic_shear.value_σ\nerror of summary.local.separatrixaverage.magneticshear.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.momentum_tor.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.momentum_tor.value\nValueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.momentum_tor.value_σ\nerror of summary.local.separatrixaverage.momentumtor.valueUnits: kg.m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_e.value_σ\nerror of summary.local.separatrixaverage.ne.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.argon.value_σ\nerror of summary.local.separatrixaverage.ni.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.beryllium.value_σ\nerror of summary.local.separatrixaverage.ni.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.carbon.value_σ\nerror of summary.local.separatrixaverage.ni.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.deuterium.value_σ\nerror of summary.local.separatrixaverage.ni.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.helium_3.value_σ\nerror of summary.local.separatrixaverage.ni.helium_3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.helium_4.value_σ\nerror of summary.local.separatrixaverage.ni.helium_4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.hydrogen.value_σ\nerror of summary.local.separatrixaverage.ni.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.iron.value_σ\nerror of summary.local.separatrixaverage.ni.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.krypton.value_σ\nerror of summary.local.separatrixaverage.ni.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.lithium.value_σ\nerror of summary.local.separatrixaverage.ni.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.neon.value_σ\nerror of summary.local.separatrixaverage.ni.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.nitrogen.value_σ\nerror of summary.local.separatrixaverage.ni.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.oxygen.value_σ\nerror of summary.local.separatrixaverage.ni.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.tritium.value_σ\nerror of summary.local.separatrixaverage.ni.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.tungsten.value_σ\nerror of summary.local.separatrixaverage.ni.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i.xenon.value_σ\nerror of summary.local.separatrixaverage.ni.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.n_i_total.value_σ\nerror of summary.local.separatrixaverage.ni_total.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.position.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.position.psi_σ\nerror of summary.local.separatrix_average.position.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.position.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under globalquantities/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.position.rho_tor_σ\nerror of summary.local.separatrixaverage.position.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.position.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.position.rho_tor_norm_σ\nerror of summary.local.separatrixaverage.position.rhotor_normData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.q.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.q.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.q.value_σ\nerror of summary.local.separatrix_average.q.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.t_e.value_σ\nerror of summary.local.separatrixaverage.te.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.t_i_average.value_σ\nerror of summary.local.separatrixaverage.ti_average.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.argon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.argon.value_σ\nerror of summary.local.separatrixaverage.velocitytor.argon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.beryllium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.beryllium.value_σ\nerror of summary.local.separatrixaverage.velocitytor.beryllium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.carbon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.carbon.value_σ\nerror of summary.local.separatrixaverage.velocitytor.carbon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.deuterium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.deuterium.value_σ\nerror of summary.local.separatrixaverage.velocitytor.deuterium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.helium_3.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.helium_3.value_σ\nerror of summary.local.separatrixaverage.velocitytor.helium_3.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.helium_4.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.helium_4.value_σ\nerror of summary.local.separatrixaverage.velocitytor.helium_4.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.hydrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.hydrogen.value_σ\nerror of summary.local.separatrixaverage.velocitytor.hydrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.iron.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.iron.value_σ\nerror of summary.local.separatrixaverage.velocitytor.iron.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.krypton.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.krypton.value_σ\nerror of summary.local.separatrixaverage.velocitytor.krypton.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.lithium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.lithium.value_σ\nerror of summary.local.separatrixaverage.velocitytor.lithium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.neon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.neon.value_σ\nerror of summary.local.separatrixaverage.velocitytor.neon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.nitrogen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.nitrogen.value_σ\nerror of summary.local.separatrixaverage.velocitytor.nitrogen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.oxygen.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.oxygen.value_σ\nerror of summary.local.separatrixaverage.velocitytor.oxygen.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.tritium.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.tritium.value_σ\nerror of summary.local.separatrixaverage.velocitytor.tritium.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.tungsten.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.tungsten.value_σ\nerror of summary.local.separatrixaverage.velocitytor.tungsten.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.xenon.value\nValueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.velocity_tor.xenon.value_σ\nerror of summary.local.separatrixaverage.velocitytor.xenon.valueUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.local.separatrix_average.zeff.value_σ\nerror of summary.local.separatrix_average.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.magnetic_shear_flag.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.magnetic_shear_flag.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pedestal_top_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pedestal_top_hfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pedestal_top_hfs.value_σ\nerror of summary.pedestalfits.linear.bfieldpedestaltop_hfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pedestal_top_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pedestal_top_lfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pedestal_top_lfs.value_σ\nerror of summary.pedestalfits.linear.bfieldpedestaltop_lfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_average.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_average.value_σ\nerror of summary.pedestalfits.linear.bfieldpolpedestaltopaverage.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_hfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_hfs.value_σ\nerror of summary.pedestalfits.linear.bfieldpolpedestaltophfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_lfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_pol_pedestal_top_lfs.value_σ\nerror of summary.pedestalfits.linear.bfieldpolpedestaltoplfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_tor_pedestal_top_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_tor_pedestal_top_hfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_tor_pedestal_top_hfs.value_σ\nerror of summary.pedestalfits.linear.bfieldtorpedestaltophfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_tor_pedestal_top_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_tor_pedestal_top_lfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.b_field_tor_pedestal_top_lfs.value_σ\nerror of summary.pedestalfits.linear.bfieldtorpedestaltoplfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_average.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_average.value_σ\nerror of summary.pedestalfits.linear.betapolpedestaltopelectronaverage.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_hfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_hfs.value_σ\nerror of summary.pedestalfits.linear.betapolpedestaltopelectronhfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_lfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.beta_pol_pedestal_top_electron_lfs.value_σ\nerror of summary.pedestalfits.linear.betapolpedestaltopelectronlfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.coulomb_factor_pedestal_top.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.coulomb_factor_pedestal_top.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.coulomb_factor_pedestal_top.value_σ\nerror of summary.pedestalfits.linear.coulombfactorpedestaltop.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.energy_thermal_pedestal_electron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.energy_thermal_pedestal_electron.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.energy_thermal_pedestal_electron.value_σ\nerror of summary.pedestalfits.linear.energythermalpedestalelectron.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.energy_thermal_pedestal_ion.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.energy_thermal_pedestal_ion.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.energy_thermal_pedestal_ion.value_σ\nerror of summary.pedestalfits.linear.energythermalpedestalion.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.d_dpsi_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.d_dpsi_norm.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.d_dpsi_norm.value_σ\nerror of summary.pedestalfits.linear.ne.ddpsinorm.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.d_dpsi_norm_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.d_dpsi_norm_max.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.d_dpsi_norm_max.value_σ\nerror of summary.pedestalfits.linear.ne.ddpsinorm_max.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.offset.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.offset.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.offset.value_σ\nerror of summary.pedestalfits.linear.ne.offset.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_height.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_height.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_height.value_σ\nerror of summary.pedestalfits.linear.ne.pedestal_height.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_position.value_σ\nerror of summary.pedestalfits.linear.ne.pedestal_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_width.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_width.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.pedestal_width.value_σ\nerror of summary.pedestalfits.linear.ne.pedestal_width.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.separatrix.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.separatrix.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.n_e.separatrix.value_σ\nerror of summary.pedestalfits.linear.ne.separatrix.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.nustar_pedestal_top_electron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.nustar_pedestal_top_electron.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.nustar_pedestal_top_electron.value_σ\nerror of summary.pedestalfits.linear.nustarpedestaltopelectron.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.parameters\nParameters of the fitUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...5\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.parameters_σ\nerror of summary.pedestal_fits.linear.parametersUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...5\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.ddpsinorm.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.ddpsinorm_max.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.d_dpsi_norm_max_position.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.ddpsinormmaxposition.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.offset.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.offset.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.offset.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.offset.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_height.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_height.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_height.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.pedestal_height.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_position.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.pedestal_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_width.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_width.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.pedestal_width.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.pedestal_width.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.separatrix.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.separatrix.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.pressure_electron.separatrix.value_σ\nerror of summary.pedestalfits.linear.pressureelectron.separatrix.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_hfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_hfs.value_σ\nerror of summary.pedestalfits.linear.rhostarpedestaltopelectron_hfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_lfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_lfs.value_σ\nerror of summary.pedestalfits.linear.rhostarpedestaltopelectron_lfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_magnetic_axis.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_magnetic_axis.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.rhostar_pedestal_top_electron_magnetic_axis.value_σ\nerror of summary.pedestalfits.linear.rhostarpedestaltopelectronmagneticaxis.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.d_dpsi_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.d_dpsi_norm.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.d_dpsi_norm.value_σ\nerror of summary.pedestalfits.linear.te.ddpsinorm.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.d_dpsi_norm_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.d_dpsi_norm_max.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.d_dpsi_norm_max.value_σ\nerror of summary.pedestalfits.linear.te.ddpsinorm_max.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.offset.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.offset.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.offset.value_σ\nerror of summary.pedestalfits.linear.te.offset.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_height.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_height.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_height.value_σ\nerror of summary.pedestalfits.linear.te.pedestal_height.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_position.value_σ\nerror of summary.pedestalfits.linear.te.pedestal_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_width.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_width.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.t_e.pedestal_width.value_σ\nerror of summary.pedestalfits.linear.te.pedestal_width.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.volume_inside_pedestal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.volume_inside_pedestal.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.linear.volume_inside_pedestal.value_σ\nerror of summary.pedestalfits.linear.volumeinside_pedestal.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.alpha_electron_pedestal_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.alpha_electron_pedestal_max.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.alpha_electron_pedestal_max.value_σ\nerror of summary.pedestalfits.mtanh.alphaelectronpedestalmax.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.alpha_electron_pedestal_max_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.alpha_electron_pedestal_max_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.alpha_electron_pedestal_max_position.value_σ\nerror of summary.pedestalfits.mtanh.alphaelectronpedestalmax_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pedestal_top_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pedestal_top_hfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pedestal_top_hfs.value_σ\nerror of summary.pedestalfits.mtanh.bfieldpedestaltop_hfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pedestal_top_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pedestal_top_lfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pedestal_top_lfs.value_σ\nerror of summary.pedestalfits.mtanh.bfieldpedestaltop_lfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_average.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_average.value_σ\nerror of summary.pedestalfits.mtanh.bfieldpolpedestaltopaverage.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_hfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_hfs.value_σ\nerror of summary.pedestalfits.mtanh.bfieldpolpedestaltophfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_lfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_pol_pedestal_top_lfs.value_σ\nerror of summary.pedestalfits.mtanh.bfieldpolpedestaltoplfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_hfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_hfs.value_σ\nerror of summary.pedestalfits.mtanh.bfieldtorpedestaltophfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_lfs.value\nValueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.b_field_tor_pedestal_top_lfs.value_σ\nerror of summary.pedestalfits.mtanh.bfieldtorpedestaltoplfs.valueUnits: T\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_average.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_average.value_σ\nerror of summary.pedestalfits.mtanh.betapolpedestaltopelectronaverage.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_hfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_hfs.value_σ\nerror of summary.pedestalfits.mtanh.betapolpedestaltopelectronhfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_lfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.beta_pol_pedestal_top_electron_lfs.value_σ\nerror of summary.pedestalfits.mtanh.betapolpedestaltopelectronlfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.coulomb_factor_pedestal_top.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.coulomb_factor_pedestal_top.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.coulomb_factor_pedestal_top.value_σ\nerror of summary.pedestalfits.mtanh.coulombfactorpedestaltop.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.energy_thermal_pedestal_electron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.energy_thermal_pedestal_electron.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.energy_thermal_pedestal_electron.value_σ\nerror of summary.pedestalfits.mtanh.energythermalpedestalelectron.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.energy_thermal_pedestal_ion.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.energy_thermal_pedestal_ion.value\nValueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.energy_thermal_pedestal_ion.value_σ\nerror of summary.pedestalfits.mtanh.energythermalpedestalion.valueUnits: J\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm.value_σ\nerror of summary.pedestalfits.mtanh.ne.ddpsinorm.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max.value_σ\nerror of summary.pedestalfits.mtanh.ne.ddpsinorm_max.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.d_dpsi_norm_max_position.value_σ\nerror of summary.pedestalfits.mtanh.ne.ddpsinormmaxposition.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.offset.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.offset.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.offset.value_σ\nerror of summary.pedestalfits.mtanh.ne.offset.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_height.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_height.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_height.value_σ\nerror of summary.pedestalfits.mtanh.ne.pedestal_height.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_position.value_σ\nerror of summary.pedestalfits.mtanh.ne.pedestal_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_width.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_width.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.pedestal_width.value_σ\nerror of summary.pedestalfits.mtanh.ne.pedestal_width.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.separatrix.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.separatrix.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.n_e.separatrix.value_σ\nerror of summary.pedestalfits.mtanh.ne.separatrix.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.nustar_pedestal_top_electron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.nustar_pedestal_top_electron.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.nustar_pedestal_top_electron.value_σ\nerror of summary.pedestalfits.mtanh.nustarpedestaltopelectron.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.parameters\nParameters of the fitUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...5\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.parameters_σ\nerror of summary.pedestal_fits.mtanh.parametersUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...5\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.ddpsinorm.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.ddpsinorm_max.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.d_dpsi_norm_max_position.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.ddpsinormmaxposition.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.offset.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.offset.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.offset.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.offset.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_height.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_height.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_height.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.pedestal_height.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_position.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.pedestal_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_width.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_width.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.pedestal_width.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.pedestal_width.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.separatrix.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.separatrix.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.pressure_electron.separatrix.value_σ\nerror of summary.pedestalfits.mtanh.pressureelectron.separatrix.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_hfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_hfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_hfs.value_σ\nerror of summary.pedestalfits.mtanh.rhostarpedestaltopelectron_hfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_lfs.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_lfs.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_lfs.value_σ\nerror of summary.pedestalfits.mtanh.rhostarpedestaltopelectron_lfs.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_magnetic_axis.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_magnetic_axis.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.rhostar_pedestal_top_electron_magnetic_axis.value_σ\nerror of summary.pedestalfits.mtanh.rhostarpedestaltopelectronmagneticaxis.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.alpha_experimental.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.alpha_experimental.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.alpha_experimental.value_σ\nerror of summary.pedestalfits.mtanh.stability.alphaexperimental.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_critical.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_critical.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_critical.value_σ\nerror of summary.pedestalfits.mtanh.stability.bootstrapcurrenthager.alphacritical.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_ratio.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_ratio.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.alpha_ratio.value_σ\nerror of summary.pedestalfits.mtanh.stability.bootstrapcurrenthager.alpharatio.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.t_e_pedestal_top_critical.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.t_e_pedestal_top_critical.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_hager.t_e_pedestal_top_critical.value_σ\nerror of summary.pedestalfits.mtanh.stability.bootstrapcurrenthager.tepedestaltop_critical.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_critical.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_critical.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_critical.value_σ\nerror of summary.pedestalfits.mtanh.stability.bootstrapcurrentsauter.alphacritical.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_ratio.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_ratio.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.alpha_ratio.value_σ\nerror of summary.pedestalfits.mtanh.stability.bootstrapcurrentsauter.alpharatio.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.t_e_pedestal_top_critical.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.t_e_pedestal_top_critical.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.stability.bootstrap_current_sauter.t_e_pedestal_top_critical.value_σ\nerror of summary.pedestalfits.mtanh.stability.bootstrapcurrentsauter.tepedestaltop_critical.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm.value_σ\nerror of summary.pedestalfits.mtanh.te.ddpsinorm.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max.value_σ\nerror of summary.pedestalfits.mtanh.te.ddpsinorm_max.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.d_dpsi_norm_max_position.value_σ\nerror of summary.pedestalfits.mtanh.te.ddpsinormmaxposition.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.offset.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.offset.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.offset.value_σ\nerror of summary.pedestalfits.mtanh.te.offset.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_height.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_height.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_height.value_σ\nerror of summary.pedestalfits.mtanh.te.pedestal_height.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_position.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_position.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_position.value_σ\nerror of summary.pedestalfits.mtanh.te.pedestal_position.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_width.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_width.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.t_e.pedestal_width.value_σ\nerror of summary.pedestalfits.mtanh.te.pedestal_width.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.volume_inside_pedestal.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.volume_inside_pedestal.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pedestal_fits.mtanh.volume_inside_pedestal.value_σ\nerror of summary.pedestalfits.mtanh.volumeinside_pedestal.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pellets.occurrence.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.pellets.occurrence.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.plasma_duration.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.plasma_duration.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.plasma_duration.value_σ\nerror of summary.plasma_duration.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.rmps.occurrence.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.rmps.occurrence.value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.runaways.current.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.runaways.current.value\nValueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.runaways.current.value_σ\nerror of summary.runaways.current.valueUnits: A\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.runaways.particles.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.runaways.particles.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.runaways.particles.value_σ\nerror of summary.runaways.particles.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.heat_flux_e_decay_length.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.heat_flux_e_decay_length.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.heat_flux_e_decay_length.value_σ\nerror of summary.scrapeofflayer.heatfluxedecaylength.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.heat_flux_i_decay_length.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.heat_flux_i_decay_length.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.heat_flux_i_decay_length.value_σ\nerror of summary.scrapeofflayer.heatfluxidecaylength.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.n_e_decay_length.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.n_e_decay_length.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.n_e_decay_length.value_σ\nerror of summary.scrapeofflayer.nedecay_length.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.n_i_total_decay_length.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.n_i_total_decay_length.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.n_i_total_decay_length.value_σ\nerror of summary.scrapeofflayer.nitotaldecaylength.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.power_radiated.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.power_radiated.value\nValueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.power_radiated.value_σ\nerror of summary.scrapeofflayer.power_radiated.valueUnits: W\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.pressure_neutral.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.pressure_neutral.value\nValueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.pressure_neutral.value_σ\nerror of summary.scrapeofflayer.pressure_neutral.valueUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.t_e_decay_length.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.t_e_decay_length.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.t_e_decay_length.value_σ\nerror of summary.scrapeofflayer.tedecay_length.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.t_i_average_decay_length.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.t_i_average_decay_length.value\nValueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.scrape_off_layer.t_i_average_decay_length.value_σ\nerror of summary.scrapeofflayer.tiaveragedecaylength.valueUnits: m\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.stationary_phase_flag.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.stationary_phase_flag.value\nValueData Type: INT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.tag.comment\nAny comment describing the content of the tagged list of entriesData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.tag.name\nName of the tagData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.time_breakdown.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.time_breakdown.value\nValueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.time_breakdown.value_σ\nerror of summary.time_breakdown.valueUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.time_width\nIn case the time-dependent quantities of this IDS are averaged over a time interval, this node is the width of this time interval (empty otherwise). By convention, the time interval starts at time-time_width and ends at time.Units: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.time_width_σ\nerror of summary.time_widthUnits: s\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.dn_e_dt.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.dn_e_dt.value\nValueUnits: m^-3.s-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.dn_e_dt.value_σ\nerror of summary.volumeaverage.dne_dt.valueUnits: m^-3.s-1\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.isotope_fraction_hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.isotope_fraction_hydrogen.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.isotope_fraction_hydrogen.value_σ\nerror of summary.volumeaverage.isotopefraction_hydrogen.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.meff_hydrogenic.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.meff_hydrogenic.value\nValueUnits: amu\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.meff_hydrogenic.value_σ\nerror of summary.volumeaverage.meffhydrogenic.valueUnits: amu\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_e.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_e.value_σ\nerror of summary.volumeaverage.ne.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.argon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.argon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.argon.value_σ\nerror of summary.volumeaverage.ni.argon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.beryllium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.beryllium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.beryllium.value_σ\nerror of summary.volumeaverage.ni.beryllium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.carbon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.carbon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.carbon.value_σ\nerror of summary.volumeaverage.ni.carbon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.deuterium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.deuterium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.deuterium.value_σ\nerror of summary.volumeaverage.ni.deuterium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.helium_3.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.helium_3.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.helium_3.value_σ\nerror of summary.volumeaverage.ni.helium_3.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.helium_4.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.helium_4.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.helium_4.value_σ\nerror of summary.volumeaverage.ni.helium_4.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.hydrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.hydrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.hydrogen.value_σ\nerror of summary.volumeaverage.ni.hydrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.iron.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.iron.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.iron.value_σ\nerror of summary.volumeaverage.ni.iron.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.krypton.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.krypton.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.krypton.value_σ\nerror of summary.volumeaverage.ni.krypton.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.lithium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.lithium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.lithium.value_σ\nerror of summary.volumeaverage.ni.lithium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.neon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.neon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.neon.value_σ\nerror of summary.volumeaverage.ni.neon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.nitrogen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.nitrogen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.nitrogen.value_σ\nerror of summary.volumeaverage.ni.nitrogen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.oxygen.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.oxygen.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.oxygen.value_σ\nerror of summary.volumeaverage.ni.oxygen.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.tritium.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.tritium.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.tritium.value_σ\nerror of summary.volumeaverage.ni.tritium.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.tungsten.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.tungsten.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.tungsten.value_σ\nerror of summary.volumeaverage.ni.tungsten.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.xenon.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.xenon.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i.xenon.value_σ\nerror of summary.volumeaverage.ni.xenon.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i_total.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i_total.value\nValueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.n_i_total.value_σ\nerror of summary.volumeaverage.ni_total.valueUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.t_e.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.t_e.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.t_e.value_σ\nerror of summary.volumeaverage.te.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.t_i_average.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.t_i_average.value\nValueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.t_i_average.value_σ\nerror of summary.volumeaverage.ti_average.valueUnits: eV\nData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.zeff.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.zeff.value\nValueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.volume_average.zeff.value_σ\nerror of summary.volume_average.zeff.valueData Type: FLT_1D\nCoordinates: [\"summary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.wall.evaporation.source\nSource of the data (any comment describing the origin of the data : code, path to diagnostic signals, processing method, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.wall.evaporation.value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.wall.material.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.wall.material.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: summary.wall.material.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"temporary.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float0d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float0d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float0d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float0d[:].value\nValueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float0d[:].value_σ\nerror of temporary.constant_float0d[:].valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float1d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float1d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float1d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float1d[:].value\nValueData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float1d[:].value_σ\nerror of temporary.constant_float1d[:].valueData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float2d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float2d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float2d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float2d[:].value\nValueUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float2d[:].value_σ\nerror of temporary.constant_float2d[:].valueUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float3d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float3d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float3d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float3d[:].value\nValueUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float3d[:].value_σ\nerror of temporary.constant_float3d[:].valueUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float4d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float4d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float4d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float4d[:].value\nValueUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float4d[:].value_σ\nerror of temporary.constant_float4d[:].valueUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float5d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float5d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float5d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float5d[:].value\nValueUnits: mixed\nData Type: FLT_5D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float5d[:].value_σ\nerror of temporary.constant_float5d[:].valueUnits: mixed\nData Type: FLT_5D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float6d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float6d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float6d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float6d[:].value\nValueUnits: mixed\nData Type: FLT_6D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_float6d[:].value_σ\nerror of temporary.constant_float6d[:].valueUnits: mixed\nData Type: FLT_6D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer0d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer0d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer0d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer0d[:].value\nValueData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer1d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer1d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer1d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer1d[:].value\nValueData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer2d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer2d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer2d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer2d[:].value\nValueData Type: INT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer3d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer3d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer3d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_integer3d[:].value\nValueData Type: INT_3D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string0d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string0d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string0d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string0d[:].value\nValueData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string1d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string1d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string1d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.constant_string1d[:].value\nValueData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float1d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float1d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float1d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float1d[:].value.data\nDataUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"temporary.dynamic_float1d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float1d[:].value.data_σ\nerror of temporary.dynamic_float1d[:].value.dataUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"temporary.dynamic_float1d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float1d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float2d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float2d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float2d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float2d[:].value.data\nDataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"temporary.dynamic_float2d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float2d[:].value.data_σ\nerror of temporary.dynamic_float2d[:].value.dataUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"temporary.dynamic_float2d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float2d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float3d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float3d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float3d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float3d[:].value.data\nDataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"temporary.dynamic_float3d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float3d[:].value.data_σ\nerror of temporary.dynamic_float3d[:].value.dataUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"temporary.dynamic_float3d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float3d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float4d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float4d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float4d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float4d[:].value.data\nDataUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"temporary.dynamic_float4d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float4d[:].value.data_σ\nerror of temporary.dynamic_float4d[:].value.dataUnits: mixed\nData Type: FLT_4D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"temporary.dynamic_float4d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float4d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float5d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float5d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float5d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float5d[:].value.data\nDataUnits: mixed\nData Type: FLT_5D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"temporary.dynamic_float5d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float5d[:].value.data_σ\nerror of temporary.dynamic_float5d[:].value.dataUnits: mixed\nData Type: FLT_5D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"temporary.dynamic_float5d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float5d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float6d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float6d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float6d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float6d[:].value.data\nDataUnits: mixed\nData Type: FLT_6D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\", \"temporary.dynamic_float6d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float6d[:].value.data_σ\nerror of temporary.dynamic_float6d[:].value.dataUnits: mixed\nData Type: FLT_6D\nCoordinates: [\"1...N\", \"1...N\", \"1...N\", \"1...N\", \"1...N\", \"temporary.dynamic_float6d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_float6d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer1d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer1d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer1d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer1d[:].value.data\nDataData Type: INT_1D\nCoordinates: [\"temporary.dynamic_integer1d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer1d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer2d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer2d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer2d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer2d[:].value.data\nDataData Type: INT_2D\nCoordinates: [\"1...N\", \"temporary.dynamic_integer2d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer2d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer3d[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer3d[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer3d[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer3d[:].value.data\nDataData Type: INT_3D\nCoordinates: [\"1...N\", \"1...N\", \"temporary.dynamic_integer3d[:].value.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.dynamic_integer3d[:].value.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: temporary.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.b_field_tor_vacuum_r.data\nDataUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"tf.b_field_tor_vacuum_r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.b_field_tor_vacuum_r.data_σ\nerror of tf.bfieldtorvacuumr.dataUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"tf.b_field_tor_vacuum_r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.b_field_tor_vacuum_r.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"tf.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].cross_section.delta_phi\nToroidal angles (relative to a reference point)Units: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].cross_section.delta_r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].cross_section.delta_phi_σ\nerror of tf.coil[:].conductor[:].crosssection.deltaphiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].cross_section.delta_r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].cross_section.delta_r\nMajor radii (relative to a reference point)Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].cross_section.delta_r_σ\nerror of tf.coil[:].conductor[:].crosssection.deltarUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].cross_section.delta_z\nHeights (relative to a reference point)Units: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].cross_section.delta_r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].cross_section.delta_z_σ\nerror of tf.coil[:].conductor[:].crosssection.deltazUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].cross_section.delta_r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].current.data_σ\nerror of tf.coil[:].conductor[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.centres.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.centres.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.centres.phi_σ\nerror of tf.coil[:].conductor[:].elements.centres.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.centres.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.centres.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.centres.r_σ\nerror of tf.coil[:].conductor[:].elements.centres.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.centres.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.centres.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.centres.z_σ\nerror of tf.coil[:].conductor[:].elements.centres.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.centres.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.end_points.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.end_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.end_points.phi_σ\nerror of tf.coil[:].conductor[:].elements.end_points.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.end_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.end_points.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.end_points.r_σ\nerror of tf.coil[:].conductor[:].elements.end_points.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.end_points.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.end_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.end_points.z_σ\nerror of tf.coil[:].conductor[:].elements.end_points.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.end_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.intermediate_points.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.intermediate_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.intermediate_points.phi_σ\nerror of tf.coil[:].conductor[:].elements.intermediate_points.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.intermediate_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.intermediate_points.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.intermediate_points.r_σ\nerror of tf.coil[:].conductor[:].elements.intermediate_points.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.intermediate_points.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.intermediate_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.intermediate_points.z_σ\nerror of tf.coil[:].conductor[:].elements.intermediate_points.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.intermediate_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.names\nName or description of every elementData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.start_points.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.start_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.start_points.phi_σ\nerror of tf.coil[:].conductor[:].elements.start_points.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.start_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.start_points.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.start_points.r_σ\nerror of tf.coil[:].conductor[:].elements.start_points.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.start_points.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.start_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.start_points.z_σ\nerror of tf.coil[:].conductor[:].elements.start_points.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.start_points.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].elements.types\nType of every element: 1: line segment, its ends are given by the start and end points; index = 2: arc of a circle; index = 3: full circleData Type: INT_1D\nCoordinates: [\"tf.coil[:].conductor[:].elements.names\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].resistance\nconductor resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].resistance_σ\nerror of tf.coil[:].conductor[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].voltage.data_σ\nerror of tf.coil[:].conductor[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].conductor[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].conductor[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].current.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].current.data_σ\nerror of tf.coil[:].current.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].current.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].current.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].identifier\nAlphanumeric identifier of coil used for convenienceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].name\nName of the coilData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].resistance\nCoil resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].resistance_σ\nerror of tf.coil[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].turns\nNumber of total turns in a toroidal field coil. May be a fraction when describing the coil connections.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].turns_σ\nerror of tf.coil[:].turnsData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].voltage.data\nDataUnits: V\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].voltage.data_σ\nerror of tf.coil[:].voltage.dataUnits: V\nData Type: FLT_1D\nCoordinates: [\"tf.coil[:].voltage.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coil[:].voltage.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.coils_n\nNumber of coils around the torus, in case is_periodic = 1Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.delta_b_field_tor_vacuum_r.data\nDataUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"tf.delta_b_field_tor_vacuum_r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.delta_b_field_tor_vacuum_r.data_σ\nerror of tf.deltabfieldtorvacuum_r.dataUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"tf.delta_b_field_tor_vacuum_r.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.delta_b_field_tor_vacuum_r.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].a_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_r[:].coefficients_σ\nerror of tf.fieldmap[:].afield_r[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].a_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_r[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_r[:].values_σ\nerror of tf.fieldmap[:].afield_r[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].a_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_tor[:].coefficients_σ\nerror of tf.fieldmap[:].afield_tor[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].a_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_tor[:].values_σ\nerror of tf.fieldmap[:].afield_tor[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].a_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_z[:].coefficients_σ\nerror of tf.fieldmap[:].afield_z[:].coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].a_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_z[:].values\nOne scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].a_field_z[:].values_σ\nerror of tf.fieldmap[:].afield_z[:].valuesUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_r[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].b_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_r[:].coefficients_σ\nerror of tf.fieldmap[:].bfield_r[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].b_field_r[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_r[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_r[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_r[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_r[:].values_σ\nerror of tf.fieldmap[:].bfield_r[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_tor[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].b_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_tor[:].coefficients_σ\nerror of tf.fieldmap[:].bfield_tor[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].b_field_tor[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_tor[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_tor[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_tor[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_tor[:].values_σ\nerror of tf.fieldmap[:].bfield_tor[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_z[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].b_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_z[:].coefficients_σ\nerror of tf.fieldmap[:].bfield_z[:].coefficientsUnits: T\nData Type: FLT_2D\nCoordinates: [\"tf.field_map[:].b_field_z[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_z[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_z[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_z[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].b_field_z[:].values_σ\nerror of tf.fieldmap[:].bfield_z[:].valuesUnits: T\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].base[:].jacobian_σ\nerror of tf.fieldmap[:].grid.gridsubset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].base[:].tensor_contravariant_σ\nerror of tf.fieldmap[:].grid.gridsubset[:].base[:].tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].base[:].tensor_covariant_σ\nerror of tf.fieldmap[:].grid.gridsubset[:].base[:].tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].metric.jacobian_σ\nerror of tf.fieldmap[:].grid.gridsubset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].metric.tensor_contravariant_σ\nerror of tf.fieldmap[:].grid.gridsubset[:].metric.tensor_contravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.grid_subset[:].metric.tensor_covariant_σ\nerror of tf.fieldmap[:].grid.gridsubset[:].metric.tensor_covariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"tf.field_map[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS pathsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of tf.fieldmap[:].grid.space[:].objectsper_dimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of tf.fieldmap[:].grid.space[:].objectsperdimension[:].object[:].geometry2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ\nerror of tf.fieldmap[:].grid.space[:].objectsper_dimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].grid.space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.field_map[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.is_periodic\nFlag indicating whether coils are described one by one in the coil() structure (flag=0) or whether the coil structure represents only coils having different characteristics (flag = 1, n_coils must be filled in that case). In the latter case, the coil() sequence is repeated periodically around the torus.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.latency\nUpper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.latency_σ\nerror of tf.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.r0\nReference major radius of the device (from the official description of the device). This node is the placeholder for this official machine description quantity (typically the middle of the vessel at the equatorial midplane, although the exact definition may depend on the device)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.r0_σ\nerror of tf.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: tf.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].delta_position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.phi_σ\nerror of thomsonscattering.channel[:].deltaposition.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].delta_position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].delta_position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.r_σ\nerror of thomsonscattering.channel[:].deltaposition.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].delta_position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.time\nTime for the R,Z,phi coordinatesUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].delta_position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].delta_position.z_σ\nerror of thomsonscattering.channel[:].deltaposition.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].delta_position.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].distance_separatrix_midplane.data\nDataUnits: m\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].distance_separatrix_midplane.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].distance_separatrix_midplane.data_σ\nerror of thomsonscattering.channel[:].distanceseparatrix_midplane.dataUnits: m\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].distance_separatrix_midplane.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].distance_separatrix_midplane.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].identifier\nID of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].n_e.data\nDataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].n_e.data_σ\nerror of thomsonscattering.channel[:].ne.dataUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].n_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].n_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].name\nName of the channelData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].position.phi\nToroidal angle (oriented counter-clockwise when viewing from above)Units: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].position.phi_σ\nerror of thomson_scattering.channel[:].position.phiUnits: rad\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].position.r\nMajor radiusUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].position.r_σ\nerror of thomson_scattering.channel[:].position.rUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].position.z\nHeightUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].position.z_σ\nerror of thomson_scattering.channel[:].position.zUnits: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].t_e.data\nDataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].t_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].t_e.data_σ\nerror of thomsonscattering.channel[:].te.dataUnits: eV\nData Type: FLT_1D\nCoordinates: [\"thomson_scattering.channel[:].t_e.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.channel[:].t_e.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"thomson_scattering.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.data_entry.machine\nName of the experimental device to which this data is relatedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.data_entry.pulse\nPulse numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.data_entry.pulse_type\nType of the data entry, e.g. \"pulse\", \"simulation\", ...Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.data_entry.run\nRun numberData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.data_entry.user\nUsernameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.name\nIDS nameData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.equilibrium_id.occurrence\nIDS occurrenceData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.latency\nUpper bound of the delay between physical information received by the detector and data available on the real-time (RT) network.Units: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.latency_σ\nerror of thomson_scattering.latencyUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.midplane.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.midplane.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.midplane.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: thomson_scattering.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].current.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.value\nValue of the boundary condition. For ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].current.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].current.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].electrons.energy.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.energy.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].electrons.energy.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].electrons.particles.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].electrons.particles.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].electrons.particles.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].energyiontotal.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].energy_ion_total.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].energyiontotal.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].a_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].energy.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].energy.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].energy.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].particles.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].particles.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].particles.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].energy.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].energy.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].energy.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].is_neutral\nFlag specifying if this state corresponds to a neutral (1) or not (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].particles.rhotornormData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].particles.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].particles.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].vibrational_level_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_max_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].state[:].z_min_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_ion_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].ion[:].z_n_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].ion[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.rho_tor_norm\nPosition, in normalised toroidal flux, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed.Data Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.rho_tor_norm_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].momentumtor.rhotor_normData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.value\nValue of the boundary condition. For ID = 1 to 4, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].momentum_tor.value_σ\nerror of transportsolvernumerics.boundaryconditions1d[:].momentum_tor.valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].current[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].current[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.energy[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].electrons.energy[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].electrons.particles[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].electrons.particles[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].jacobian_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_contravariant_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].base[:].tensor_covariant_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.jacobian_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_contravariant_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].metric.tensor_covariant_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"transport_solver_numerics.boundary_conditions_ggd[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS pathsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].grid.space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].grid.space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].a_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].energy[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].energy[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].particles[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].particles[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].energy[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].energy[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].is_neutral\nFlag specifying if this state corresponds to a neutral (1) or not (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].values\nList of vector components, one list per element in the grid subset. First dimenstion: element index. Second dimension: vector component index (for ID = 1 to 3, only the first position in the vector is used. For ID = 5, all three positions are used, meaning respectively a1, a2, a3)Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].particles[:].values_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].particles[:].valuesUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].vibrational_level_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_max_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].state[:].z_min_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_ion_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].ion[:].z_n_σ\nerror of transportsolvernumerics.boundaryconditionsggd[:].ion[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.boundary_conditions_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"transport_solver_numerics.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].current.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].current.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].current.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].current.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].current.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.energy.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.energy.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.energy.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].electrons.energy.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.energy.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.particles.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.particles.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.particles.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].electrons.particles.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].electrons.particles.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].energy_ion_total.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].energy_ion_total.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].energy_ion_total.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].energyiontotal.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].energy_ion_total.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].a_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].energy.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].energy.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].energy.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].energy.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].energy.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].particles.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].particles.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].particles.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].particles.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].particles.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].state[:].energy.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].energy.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].is_neutral\nFlag specifying if this state corresponds to a neutral (1) or not (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.value_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].state[:].particles.delta_relative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].particles.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].vibrational_level_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_max_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].state[:].z_min_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].z_ion_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].ion[:].z_n_σ\nerror of transportsolvernumerics.convergence.equations[:].ion[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.equations[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.time_step.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.convergence.time_step.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.time_step.data_σ\nerror of transportsolvernumerics.convergence.time_step.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.convergence.time_step.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.convergence.time_step.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.n_i_total_over_n_e_σ\nerror of transportsolvernumerics.derivatives1d[:].d2drhotornorm2.nitotalovern_eData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.pressure_ion_total\nTotal thermal ion pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d2_drho_tor_norm2.pressure_ion_total_σ\nerror of transportsolvernumerics.derivatives1d[:].d2drhotornorm2.pressureiontotalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d2psi_drho_tor2\nSecond derivative of the poloidal flux profile with respect to the toroidal flux coordinateUnits: Wb.m^-2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d2psi_drho_tor2_σ\nerror of transportsolvernumerics.derivatives1d[:].d2psidrho_tor2Units: Wb.m^-2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.n_i_total_over_n_e_σ\nerror of transportsolvernumerics.derivatives1d[:].ddrhotornorm.nitotalovern_eData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.pressure_ion_total\nTotal thermal ion pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_drho_tor_norm.pressure_ion_total_σ\nerror of transportsolvernumerics.derivatives1d[:].ddrhotornorm.pressureiontotalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_dt.n_i_total_over_n_e\nRatio of total ion density (sum over species and charge states) over electron density. (thermal+non-thermal)Data Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_dt.n_i_total_over_n_e_σ\nerror of transportsolvernumerics.derivatives1d[:].ddt.nitotalovern_eData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_dt.pressure_ion_total\nTotal thermal ion pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_dt.pressure_ion_total_σ\nerror of transportsolvernumerics.derivatives1d[:].ddt.pressureiontotalUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_dvolume_drho_tor_dt\nPartial derivative with respect to time of the derivative of the volume with respect to the toroidal flux coordinateUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].d_dvolume_drho_tor_dt_σ\nerror of transportsolvernumerics.derivatives1d[:].ddvolumedrhotor_dtUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_drho_tor\nDerivative of the poloidal flux profile with respect to the toroidal flux coordinateUnits: Wb.m^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_drho_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].dpsidrho_torUnits: Wb.m^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_dt\nDerivative of the poloidal flux profile with respect to timeUnits: V\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_dt_σ\nerror of transportsolvernumerics.derivatives1d[:].dpsidtUnits: V\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_dt_cphi\nDerivative of the poloidal flux profile with respect to time, at constant toroidal fluxUnits: V\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_dt_cphi_σ\nerror of transportsolvernumerics.derivatives1d[:].dpsidt_cphiUnits: V\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_dt_crho_tor_norm\nDerivative of the poloidal flux profile with respect to time, at constant normalised toroidal flux coordinateUnits: V\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].dpsi_dt_crho_tor_norm_σ\nerror of transportsolvernumerics.derivatives1d[:].dpsidtcrhotor_normUnits: V\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].drho_tor_dt\nPartial derivative of the toroidal flux coordinate profile with respect to timeUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].drho_tor_dt_σ\nerror of transportsolvernumerics.derivatives1d[:].drhotor_dtUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_tor\nToroidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d2_drho_tor_norm2.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.d2drhotornorm2.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_tor\nToroidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_drho_tor_norm.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddrhotornorm.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_tor\nToroidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].electrons.d_dt.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].electrons.ddt.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.area_σ\nerror of transportsolvernumerics.derivatives_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.psi_σ\nerror of transportsolvernumerics.derivatives_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.psi_boundary_σ\nerror of transportsolvernumerics.derivatives1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.psi_magnetic_axis_σ\nerror of transportsolvernumerics.derivatives1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.rho_pol_norm_σ\nerror of transportsolvernumerics.derivatives1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.rho_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm_σ\nerror of transportsolvernumerics.derivatives1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.surface_σ\nerror of transportsolvernumerics.derivatives_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].grid.volume_σ\nerror of transportsolvernumerics.derivatives_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].a_σ\nerror of transportsolvernumerics.derivatives_1d[:].ion[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure\nPressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_parallel\nFast (non-thermal) parallel pressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_pol\nPoloidal velocity (average over charge states when multiple charge states are considered)Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_tor\nToroidal velocity (average over charge states when multiple charge states are considered)Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d2_drho_tor_norm2.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].d2drhotornorm2.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure\nPressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_parallel\nFast (non-thermal) parallel pressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_pol\nPoloidal velocity (average over charge states when multiple charge states are considered)Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_tor\nToroidal velocity (average over charge states when multiple charge states are considered)Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_drho_tor_norm.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddrhotornorm.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density_fast\nDensity of fast (non-thermal) particles (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure\nPressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_parallel\nFast (non-thermal) parallel pressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressure (average over charge states when multiple charge states are considered)Units: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_pol\nPoloidal velocity (average over charge states when multiple charge states are considered)Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_tor\nToroidal velocity (average over charge states when multiple charge states are considered)Units: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].d_dt.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].ddt.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_tor\nToroidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d2_drho_tor_norm2.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].d2drhotornorm2.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_tor\nToroidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_drho_tor_norm.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddrhotornorm.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.densityUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density_fast\nDensity of fast (non-thermal) particlesUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.density_fast_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.density_fastUnits: m^-3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure\nPressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_parallel\nFast (non-thermal) parallel pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_parallel_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.pressurefastparallelUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_perpendicular\nFast (non-thermal) perpendicular pressureUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.pressure_fast_perpendicular_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.pressurefastperpendicularUnits: Pa\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.temperature\nTemperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.temperature_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.temperatureUnits: eV\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_pol\nPoloidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_pol_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.velocity_polUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_tor\nToroidal velocityUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].d_dt.velocity_tor_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].ddt.velocity_torUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.derivatives_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].is_neutral\nFlag specifying if this state corresponds to a neutral (1) or not (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].vibrational_level_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_max_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].state[:].z_min_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].z_ion_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].ion[:].z_n_σ\nerror of transportsolvernumerics.derivatives1d[:].ion[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.derivatives_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.primary_coordinate.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.primary_coordinate.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.primary_coordinate.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.restart_files[:].descriptions\nDescriptions of the restart filesData Type: STR_1D\nCoordinates: [\"transport_solver_numerics.restart_files[:].names\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.restart_files[:].names\nNames of the restart filesData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.restart_files[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].control_parameters.integer0d[:].name\nName of the control parameterData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].control_parameters.integer0d[:].value\nValue of the control parameterData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].control_parameters.real0d[:].name\nName of the control parameterData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].control_parameters.real0d[:].value\nValue of the control parameterUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].control_parameters.real0d[:].value_σ\nerror of transportsolvernumerics.solver1d[:].controlparameters.real0d[:].valueUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].d_dvolume_drho_tor_dt\nPartial derivative with respect to time of the derivative of the volume with respect to the toroidal flux coordinateUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].d_dvolume_drho_tor_dt_σ\nerror of transportsolvernumerics.solver1d[:].ddvolumedrhotor_dtUnits: m^2.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].drho_tor_dt\nPartial derivative of the toroidal flux coordinate profile with respect to timeUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].drho_tor_dt_σ\nerror of transportsolvernumerics.solver1d[:].drhotor_dtUnits: m.s^-1\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].position\nPosition, in terms of the primary coordinate, at which the boundary condition is imposed. Outside this position, the value of the data are considered to be prescribed (in case of a single boundary condition).Units: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].position_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].boundarycondition[:].positionUnits: mixed\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].value\nValue of the boundary condition. For type/index = 1 to 3, only the first position in the vector is used. For type/index = 5, all three positions are used, meaning respectively a1, a2, a3. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].boundary_condition[:].value_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].boundarycondition[:].valueUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...3\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].coefficient[:].profile\nRadial profile of the numerical coefficientUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].coefficient[:].profile_σ\nerror of transportsolvernumerics.solver_1d[:].equation[:].coefficient[:].profileUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].computation_mode.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].computation_mode.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].computation_mode.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].convergence.delta_relative.expression\nExpression used by the solver to calculate the relative deviationData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].convergence.delta_relative.value\nValue of the relative deviationData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].convergence.delta_relative.value_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].convergence.deltarelative.valueData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].convergence.iterations_n\nNumber of iterations carried out in the convergence loopData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d2_dr2\nSecond order radial derivative with respect to the primary coordinateUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d2_dr2_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.d2_dr2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dr\nRadial derivative with respect to the primary coordinateUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dr_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.d_drUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt\nTime derivativeUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.d_dtUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cphi\nDerivative with respect to time, at constant toroidal flux (for current diffusion equation)Units: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cphi_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.ddtcphiUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cr\nDerivative with respect to time, at constant primary coordinate coordinate (for current diffusion equation)Units: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.d_dt_cr_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.ddtcrUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.ion_index\nIf the primary quantity is related to a ion species, index of the corresponding species in the coreprofiles/profiles1d/ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.neutral_index\nIf the primary quantity is related to a neutral species, index of the corresponding species in the coreprofiles/profiles1d/neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.profile\nProfile of the primary quantityUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.profile_σ\nerror of transportsolvernumerics.solver1d[:].equation[:].primaryquantity.profileUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].equation[:].primary_quantity.state_index\nIf the primary quantity is related to a particular state (of an ion or a neutral species), index of the corresponding state in the coreprofiles/profiles1d/ion (or neutral)/state arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.area_σ\nerror of transportsolvernumerics.solver_1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.psi_σ\nerror of transportsolvernumerics.solver_1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.psi_boundary_σ\nerror of transportsolvernumerics.solver1d[:].grid.psiboundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.psi_magnetic_axis_σ\nerror of transportsolvernumerics.solver1d[:].grid.psimagnetic_axisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.rho_pol_norm_σ\nerror of transportsolvernumerics.solver1d[:].grid.rhopol_normData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.rho_tor_σ\nerror of transportsolvernumerics.solver1d[:].grid.rhotorUnits: m\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.rho_tor_norm_σ\nerror of transportsolvernumerics.solver1d[:].grid.rhotor_normData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.surface_σ\nerror of transportsolvernumerics.solver_1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].grid.volume_σ\nerror of transportsolvernumerics.solver_1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.solver_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.solver_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time_step.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step.data_σ\nerror of transportsolvernumerics.time_step.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time_step.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step_average.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time_step_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step_average.data_σ\nerror of transportsolvernumerics.timestepaverage.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time_step_average.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step_average.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step_min.data\nDataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time_step_min.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step_min.data_σ\nerror of transportsolvernumerics.timestepmin.dataUnits: s\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time_step_min.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.time_step_min.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.vacuum_toroidal_field.b0_σ\nerror of transportsolvernumerics.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"transport_solver_numerics.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: transport_solver_numerics.vacuum_toroidal_field.r0_σ\nerror of transportsolvernumerics.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"turbulence.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d[:].dim1\nFirst dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d[:].dim1_σ\nerror of turbulence.grid_2d[:].dim1Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d[:].dim2\nSecond dimension valuesUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d[:].dim2_σ\nerror of turbulence.grid_2d[:].dim2Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.grid_2d_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].electrons.density\nDensity (thermal+non-thermal)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].electrons.density_σ\nerror of turbulence.profiles_2d[:].electrons.densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].electrons.density_thermal\nDensity of thermal particlesUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].electrons.density_thermal_σ\nerror of turbulence.profiles2d[:].electrons.densitythermalUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].electrons.temperature\nTemperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].electrons.temperature_σ\nerror of turbulence.profiles_2d[:].electrons.temperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].density_σ\nerror of turbulence.profiles_2d[:].ion[:].densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].density_thermal_σ\nerror of turbulence.profiles2d[:].ion[:].densitythermalUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].element[:].a_σ\nerror of turbulence.profiles_2d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].element[:].z_n_σ\nerror of turbulence.profiles2d[:].ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].temperature_σ\nerror of turbulence.profiles_2d[:].ion[:].temperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed), volume averaged over plasma radiusUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].ion[:].z_ion_σ\nerror of turbulence.profiles2d[:].ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].density\nDensity (thermal+non-thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].density_σ\nerror of turbulence.profiles_2d[:].neutral[:].densityUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].density_thermal\nDensity (thermal) (sum over charge states when multiple charge states are considered)Units: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].density_thermal_σ\nerror of turbulence.profiles2d[:].neutral[:].densitythermalUnits: m^-3\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].element[:].a_σ\nerror of turbulence.profiles_2d[:].neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].element[:].z_n_σ\nerror of turbulence.profiles2d[:].neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].label\nString identifying ion (e.g. H+, D+, T+, He+2, C+, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].temperature\nTemperature (average over charge states when multiple charge states are considered)Units: eV\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].neutral[:].temperature_σ\nerror of turbulence.profiles_2d[:].neutral[:].temperatureUnits: eV\nData Type: FLT_2D\nCoordinates: [\"turbulence.grid_2d[:].dim1\", \"turbulence.grid_2d[:].dim2\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.profiles_2d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: turbulence.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].component_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].component_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].component_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].identifier\nIdentifier of this unit. Although the details may be machine-specific, a tree-like syntax must be followed, listing first top level components, then going down to finer element description. The tree levels are separated by a /, using a number of levels relevant to the granularity of the description. Example : ic_antenna/a1/bumpers refers to the bumpers of the a1 IC antennaData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].name\nName of the limiter unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].outline.r_σ\nerror of wall.description_2d[:].limiter.unit[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].limiter.unit[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].outline.z_σ\nerror of wall.description_2d[:].limiter.unit[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].limiter.unit[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].phi_extensions\nSimplified description of toroidal angle extensions of the unit, by a list of zones defined by their centre and full width (in toroidal angle). In each of these zones, the unit outline remains the same. Leave this node empty for an axisymmetric unit. The first dimension gives the centre and full width toroidal angle values for the unit. The second dimension represents the toroidal occurrences of the unit countour (i.e. the number of toroidal zones).Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].phi_extensions_σ\nerror of wall.description2d[:].limiter.unit[:].phiextensionsUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].resistivity\nResistivity of the limiter unitUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].limiter.unit[:].resistivity_σ\nerror of wall.description_2d[:].limiter.unit[:].resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].name\nName of the mobile unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].outline[:].r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].outline[:].r_σ\nerror of wall.description_2d[:].mobile.unit[:].outline[:].rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].outline[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].outline[:].z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].mobile.unit[:].outline[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].outline[:].z_σ\nerror of wall.description_2d[:].mobile.unit[:].outline[:].zUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].mobile.unit[:].outline[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].phi_extensions\nSimplified description of toroidal angle extensions of the unit, by a list of zones defined by their centre and full width (in toroidal angle). In each of these zones, the unit outline remains the same. Leave this node empty for an axisymmetric unit. The first dimension gives the centre and full width toroidal angle values for the unit. The second dimension represents the toroidal occurrences of the unit countour (i.e. the number of toroidal zones).Units: rad\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].phi_extensions_σ\nerror of wall.description2d[:].mobile.unit[:].phiextensionsUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].resistivity\nResistivity of the mobile unitUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].mobile.unit[:].resistivity_σ\nerror of wall.description_2d[:].mobile.unit[:].resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.centreline.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.centreline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.centreline.r_σ\nerror of wall.description_2d[:].vessel.unit[:].annular.centreline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.centreline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.centreline.z_σ\nerror of wall.description_2d[:].vessel.unit[:].annular.centreline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_inner.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_inner.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_inner.r_σ\nerror of wall.description2d[:].vessel.unit[:].annular.outlineinner.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_inner.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.outline_inner.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_inner.z_σ\nerror of wall.description2d[:].vessel.unit[:].annular.outlineinner.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.outline_inner.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_outer.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_outer.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_outer.r_σ\nerror of wall.description2d[:].vessel.unit[:].annular.outlineouter.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_outer.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.outline_outer.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.outline_outer.z_σ\nerror of wall.description2d[:].vessel.unit[:].annular.outlineouter.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.outline_outer.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.resistivity\nResistivity of the vessel unitUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.resistivity_σ\nerror of wall.description_2d[:].vessel.unit[:].annular.resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.thickness\nThickness of the vessel layer in the perpendicular direction to the centreline. Thickness(i) is the thickness of the layer between centreline/r(i),z(i) and centreline/r(i+1),z(i+1)Units: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].annular.thickness_σ\nerror of wall.description_2d[:].vessel.unit[:].annular.thicknessUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].annular.centreline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].j_tor.data\nDataUnits: A\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].element[:].j_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].j_tor.data_σ\nerror of wall.description2d[:].vessel.unit[:].element[:].jtor.dataUnits: A\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].element[:].j_tor.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].j_tor.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].name\nName of the block elementData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].outline.closed\nFlag identifying whether the contour is closed (1) or open (0)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].outline.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].outline.r_σ\nerror of wall.description_2d[:].vessel.unit[:].element[:].outline.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].outline.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].element[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].outline.z_σ\nerror of wall.description_2d[:].vessel.unit[:].element[:].outline.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"wall.description_2d[:].vessel.unit[:].element[:].outline.r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].resistance\nResistance of the block elementUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].resistance_σ\nerror of wall.description_2d[:].vessel.unit[:].element[:].resistanceUnits: Ohm\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].resistivity\nResistivity of the block elementUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].element[:].resistivity_σ\nerror of wall.description_2d[:].vessel.unit[:].element[:].resistivityUnits: ohm.m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].identifier\nIdentifier of the unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_2d[:].vessel.unit[:].name\nName of the unitData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].identifiers\nIdentifiers of the components (described in the various gridsubsets). Although the details may be machine-specific, a tree-like syntax must be followed, listing first top level components, then going down to finer element description. The tree levels are separated by a /, using a number of levels relevant to the granularity of the description. Example : icantenna/a1/bumpers refers to the bumpers of the a1 IC antennaData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].type[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].type[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].type[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].type[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].component[:].type[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].r_σ\nerror of wall.descriptionggd[:].ggd[:].afield[:].rUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].r_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].afield[:].r_coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].a_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].toroidal_σ\nerror of wall.descriptionggd[:].ggd[:].afield[:].toroidalUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].a_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].toroidal_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].afield[:].toroidal_coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: T.m\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].a_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].z_σ\nerror of wall.descriptionggd[:].ggd[:].afield[:].zUnits: T.m\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].a_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].a_field[:].z_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].afield[:].z_coefficientsUnits: T.m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].r_σ\nerror of wall.descriptionggd[:].ggd[:].efield[:].rUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].r_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].efield[:].r_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].e_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].toroidal_σ\nerror of wall.descriptionggd[:].ggd[:].efield[:].toroidalUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].e_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].toroidal_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].efield[:].toroidal_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].e_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].z_σ\nerror of wall.descriptionggd[:].ggd[:].efield[:].zUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].e_field[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].e_field[:].z_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].efield[:].z_coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.current.emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.current.emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.current.incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.current.incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.current.incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.electrons.incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.electrons.incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].a_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_max_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].state[:].z_min_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.ion[:].z_ion_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].a_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.kinetic.neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.kinetic.neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.radiation.incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.radiation.incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].a_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].emitted[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].emitted[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].incident[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].incident[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_max_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].state[:].z_min_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.ion[:].z_ion_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].a_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].energyfluxes.recombination.neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].energy_fluxes.recombination.neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].r\nComponent along the major radius axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].r_σ\nerror of wall.descriptionggd[:].ggd[:].jtotal[:].rUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].r_coefficients\nInterpolation coefficients for the component along the major radius axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].r_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].jtotal[:].r_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].toroidal\nToroidal component, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].j_total[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].toroidal_σ\nerror of wall.descriptionggd[:].ggd[:].jtotal[:].toroidalUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].j_total[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].toroidal_coefficients\nInterpolation coefficients for the toroidal component, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].toroidal_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].jtotal[:].toroidal_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].z\nComponent along the height axis, one scalar value is provided per element in the grid subset.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].j_total[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].z_σ\nerror of wall.descriptionggd[:].ggd[:].jtotal[:].zUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].ggd[:].j_total[:].r\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].z_coefficients\nInterpolation coefficients for the component along the height axis, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].j_total[:].z_coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].jtotal[:].z_coefficientsUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.electrons.incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.electrons.incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].a_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_max_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].state[:].z_min_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.ion[:].z_ion_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].a_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].emitted[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].emitted[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].emitted[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].incident[:].coefficientsUnits: m^-2.s^-1\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values\nOne scalar value is provided per element in the grid subset.Units: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].incident[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].incident[:].valuesUnits: m^-2.s^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].particlefluxes.neutral[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].particle_fluxes.neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].phi_potential[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].phi_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].phi_potential[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].phipotential[:].coefficientsUnits: V\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].phi_potential[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].phi_potential[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].phi_potential[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].phi_potential[:].values\nOne scalar value is provided per element in the grid subset.Units: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].phi_potential[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].phipotential[:].valuesUnits: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].power_density[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].power_density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].power_density[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].powerdensity[:].coefficientsUnits: W.m^-2\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].power_density[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].power_density[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].power_density[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].power_density[:].values\nOne scalar value is provided per element in the grid subset.Units: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].power_density[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].powerdensity[:].valuesUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].psi[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Wb\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].psi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].psi[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].psi[:].coefficientsUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].psi[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].psi[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].psi[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].psi[:].values\nOne scalar value is provided per element in the grid subset.Units: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].psi[:].values_σ\nerror of wall.description_ggd[:].ggd[:].psi[:].valuesUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].coefficientsData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].values_σ\nerror of wall.description_ggd[:].ggd[:].recycling.ion[:].coefficient[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].a_σ\nerror of wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.ion[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].label\nString identifying ion (e.g. H, D, T, He, C, D2, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].multiple_states_flag\nMultiple states calculation flag : 0-Only the 'ion' level is considered and the 'state' array of structure is empty; 1-Ion states are considered and are described in the 'state' array of structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].neutral_index\nIndex of the corresponding neutral species in the ../../neutral arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].coefficientsData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].values_σ\nerror of wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].coefficient[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.ion[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_max\nMaximum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_max_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.ion[:].state[:].zmaxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_min\nMinimum Z of the charge state bundleUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].state[:].z_min_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.ion[:].state[:].zminUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.ion[:].z_ion_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.ion[:].zionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].coefficientsData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].values_σ\nerror of wall.description_ggd[:].ggd[:].recycling.neutral[:].coefficient[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].a_σ\nerror of wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].element[:].z_n_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].ion_index\nIndex of the corresponding ion species in the ../../ion arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].label\nString identifying neutral (e.g. H, D, T, He, C, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].multiple_states_flag\nMultiple states calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Data Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].coefficientsData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values\nOne scalar value is provided per element in the grid subset.Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].values_σ\nerror of wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].coefficient[:].valuesData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].label\nString identifying stateData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].neutral_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].neutral_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].neutral_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].vibrational_level_σ\nerror of wall.descriptionggd[:].ggd[:].recycling.neutral[:].state[:].vibrationallevelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].recycling.neutral[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].resistivity[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: Ohm.m\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].resistivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].resistivity[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].resistivity[:].coefficientsUnits: Ohm.m\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].resistivity[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].resistivity[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].resistivity[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].resistivity[:].values\nOne scalar value is provided per element in the grid subset.Units: Ohm.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].resistivity[:].values_σ\nerror of wall.description_ggd[:].ggd[:].resistivity[:].valuesUnits: Ohm.m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].temperature[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: K\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].temperature[:].coefficients_σ\nerror of wall.description_ggd[:].ggd[:].temperature[:].coefficientsUnits: K\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].temperature[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].temperature[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].temperature[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].temperature[:].values\nOne scalar value is provided per element in the grid subset.Units: K\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].temperature[:].values_σ\nerror of wall.description_ggd[:].ggd[:].temperature[:].valuesUnits: K\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].v_biasing[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].v_biasing[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].v_biasing[:].coefficients_σ\nerror of wall.descriptionggd[:].ggd[:].vbiasing[:].coefficientsUnits: V\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].ggd[:].v_biasing[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].v_biasing[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].v_biasing[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].v_biasing[:].values\nOne scalar value is provided per element in the grid subset.Units: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].ggd[:].v_biasing[:].values_σ\nerror of wall.descriptionggd[:].ggd[:].vbiasing[:].valuesUnits: V\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].jacobian_σ\nerror of wall.descriptionggd[:].gridggd[:].grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_contravariant_σ\nerror of wall.descriptionggd[:].gridggd[:].gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].base[:].tensor_covariant_σ\nerror of wall.descriptionggd[:].gridggd[:].gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.jacobian_σ\nerror of wall.descriptionggd[:].gridggd[:].grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_contravariant_σ\nerror of wall.descriptionggd[:].gridggd[:].gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].grid_subset[:].metric.tensor_covariant_σ\nerror of wall.descriptionggd[:].gridggd[:].gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"wall.description_ggd[:].grid_ggd[:].grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: IDS::wall/0/descriptionggd(1)/gridggd, means that the grid is located in the wall IDS, occurrence 0, with relative path descriptionggd(1)/gridggd, using Fortran index convention (here : first index of the array)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of wall.descriptionggd[:].gridggd[:].space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of wall.descriptionggd[:].gridggd[:].space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].measure_σ\nerror of wall.descriptionggd[:].gridggd[:].space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].grid_ggd[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].material[:].grid_subset[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].material[:].grid_subset[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].material[:].grid_subset[:].identifiers.descriptions\nVerbose descriptionData Type: STR_1D\nCoordinates: [\"wall.description_ggd[:].material[:].grid_subset[:].identifiers.names\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].material[:].grid_subset[:].identifiers.indices\nInteger identifiers (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_1D\nCoordinates: [\"wall.description_ggd[:].material[:].grid_subset[:].identifiers.names\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].material[:].grid_subset[:].identifiers.names\nShort string identifiersData Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].material[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].grid_subset[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: m\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].thickness[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].grid_subset[:].coefficients_σ\nerror of wall.descriptionggd[:].thickness[:].gridsubset[:].coefficientsUnits: m\nData Type: FLT_2D\nCoordinates: [\"wall.description_ggd[:].thickness[:].grid_subset[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].grid_subset[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].grid_subset[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].grid_subset[:].values\nOne scalar value is provided per element in the grid subset.Units: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].grid_subset[:].values_σ\nerror of wall.descriptionggd[:].thickness[:].gridsubset[:].valuesUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].thickness[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.description_ggd[:].type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_enclosed_volume\nVolume available to gas or plasma enclosed by the first wall contourUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_enclosed_volume_σ\nerror of wall.firstwallenclosed_volumeUnits: m^3\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_power_flux_peak.data\nDataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"wall.first_wall_power_flux_peak.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_power_flux_peak.data_σ\nerror of wall.firstwallpowerfluxpeak.dataUnits: W.m^-2\nData Type: FLT_1D\nCoordinates: [\"wall.first_wall_power_flux_peak.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_power_flux_peak.time\nTimeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_surface_area\nFirst wall surface areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.first_wall_surface_area_σ\nerror of wall.firstwallsurface_areaUnits: m^2\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.current_tor\nToroidal current flowing in the vacuum vesselUnits: A\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.current_tor_σ\nerror of wall.globalquantities.currenttorUnits: A\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.gas_puff\nGas puff rate (in equivalent electrons)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.gas_puff_σ\nerror of wall.globalquantities.electrons.gaspuffUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.particle_flux_from_plasma\nParticle flux from the plasma (in equivalent electrons)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.particle_flux_from_plasma_σ\nerror of wall.globalquantities.electrons.particlefluxfromplasmaUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.particle_flux_from_wall\nParticle flux from the wall corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), in equivalent electronsUnits: s^-1\nData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.particle_flux_from_wall_σ\nerror of wall.globalquantities.electrons.particlefluxfromwallUnits: s^-1\nData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.power_inner_target\nElectron power on the inner targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.power_inner_target_σ\nerror of wall.globalquantities.electrons.powerinner_targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.power_outer_target\nElectron power on the inner targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.power_outer_target_σ\nerror of wall.globalquantities.electrons.powerouter_targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.pumping_speed\nPumped particle flux (in equivalent electrons)Units: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.electrons.pumping_speed_σ\nerror of wall.globalquantities.electrons.pumpingspeedUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].element[:].a_σ\nerror of wall.global_quantities.neutral[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].element[:].z_n_σ\nerror of wall.globalquantities.neutral[:].element[:].znUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].gas_puff\nGas puff rate for that speciesUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].gas_puff_σ\nerror of wall.globalquantities.neutral[:].gaspuffUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].element[:].a_σ\nerror of wall.globalquantities.neutral[:].incidentspecies[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].element[:].z_n_σ\nerror of wall.globalquantities.neutral[:].incidentspecies[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].energies\nArray of energies of this incident species, on which the sputteringphysicalcoefficient is tabulatedUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].energies_σ\nerror of wall.globalquantities.neutral[:].incidentspecies[:].energiesUnits: eV\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].label\nString identifying the incident species (e.g. H, D, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].sputtering_chemical_coefficient\nEffective coefficient of chemical sputtering for various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), due to this incident speciesData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].sputtering_chemical_coefficient_σ\nerror of wall.globalquantities.neutral[:].incidentspecies[:].sputteringchemicalcoefficientData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].sputtering_physical_coefficient\nEffective coefficient of physical sputtering for various neutral types (first dimension: 1: cold; 2: thermal; 3: fast), due to this incident species and for various energies (second dimension)Data Type: FLT_3D\nCoordinates: [\"1...3\", \"wall.global_quantities.neutral[:].incident_species[:].energies\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].incident_species[:].sputtering_physical_coefficient_σ\nerror of wall.globalquantities.neutral[:].incidentspecies[:].sputteringphysicalcoefficientData Type: FLT_3D\nCoordinates: [\"1...3\", \"wall.global_quantities.neutral[:].incident_species[:].energies\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].label\nString identifying the species (e.g. H, D, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].particle_flux_from_plasma\nParticle flux from the plasma for that speciesUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].particle_flux_from_plasma_σ\nerror of wall.globalquantities.neutral[:].particlefluxfromplasmaUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].particle_flux_from_wall\nParticle flux from the wall corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)Units: s^-1\nData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].particle_flux_from_wall_σ\nerror of wall.globalquantities.neutral[:].particlefluxfromwallUnits: s^-1\nData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].pumping_speed\nPumped particle flux for that speciesUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].pumping_speed_σ\nerror of wall.globalquantities.neutral[:].pumpingspeedUnits: s^-1\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].recycling_energy_coefficient\nEnergy recycling coefficient corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)Data Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].recycling_energy_coefficient_σ\nerror of wall.globalquantities.neutral[:].recyclingenergy_coefficientData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].recycling_particles_coefficient\nParticle recycling coefficient corresponding to the conversion into various neutral types (first dimension: 1: cold; 2: thermal; 3: fast)Data Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].recycling_particles_coefficient_σ\nerror of wall.globalquantities.neutral[:].recyclingparticles_coefficientData Type: FLT_2D\nCoordinates: [\"1...3\", \"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].wall_inventory\nWall inventory, i.e. cumulated exchange of neutral species between plasma and wall from t = 0, positive if a species has gone to the wall, for that speciesData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.neutral[:].wall_inventory_σ\nerror of wall.globalquantities.neutral[:].wallinventoryData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_black_body\nBlack body radiated power emitted from the wall (emissivity is included)Units: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_black_body_σ\nerror of wall.globalquantities.powerblack_bodyUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_conducted\nPower conducted by the plasma onto the wallUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_conducted_σ\nerror of wall.globalquantities.powerconductedUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_convected\nPower convected by the plasma onto the wallUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_convected_σ\nerror of wall.globalquantities.powerconvectedUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_currents\nPower deposited on the wall due to electric currents (positive means power is deposited on the target)Units: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_currents_σ\nerror of wall.globalquantities.powercurrentsUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_density_inner_target_max\nMaximum power density on the inner targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_density_inner_target_max_σ\nerror of wall.globalquantities.powerdensityinnertarget_maxUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_density_outer_target_max\nMaximum power density on the outer targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_density_outer_target_max_σ\nerror of wall.globalquantities.powerdensityoutertarget_maxUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_incident\nTotal power incident on the wall. This power is split in the various physical categories listed belowUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_incident_σ\nerror of wall.globalquantities.powerincidentUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_inner_target_ion_total\nTotal ion (summed over ion species) power on the inner targetUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_inner_target_ion_total_σ\nerror of wall.globalquantities.powerinnertargetion_totalUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_neutrals\nNet power from neutrals on the wall (positive means power is deposited on the wall)Units: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_neutrals_σ\nerror of wall.globalquantities.powerneutralsUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_radiated\nNet radiated power from plasma onto the wall (incident-reflected)Units: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_radiated_σ\nerror of wall.globalquantities.powerradiatedUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_recombination_neutrals\nPower deposited on the wall due to recombination of neutrals into a ground state (e.g. molecules)Units: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_recombination_neutrals_σ\nerror of wall.globalquantities.powerrecombination_neutralsUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_recombination_plasma\nPower deposited on the wall due to recombination of plasma ionsUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_recombination_plasma_σ\nerror of wall.globalquantities.powerrecombination_plasmaUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_to_cooling\nPower to cooling systemsUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.power_to_cooling_σ\nerror of wall.globalquantities.powerto_coolingUnits: W\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.temperature\nWall temperatureUnits: K\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.global_quantities.temperature_σ\nerror of wall.global_quantities.temperatureUnits: K\nData Type: FLT_1D\nCoordinates: [\"wall.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.temperature_reference.data\nReference temperatureUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.temperature_reference.data_σ\nerror of wall.temperature_reference.dataUnits: K\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.temperature_reference.description\nDescription of how the reference temperature is defined : for which object, at which location, ...Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: wall.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.imaginary\nImaginary partUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.imaginary_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].e_field.minus.imaginaryUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.real\nReal partUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.minus.real_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].e_field.minus.realUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.imaginary\nImaginary partUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.imaginary_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].e_field.parallel.imaginaryUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.real\nReal partUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.parallel.real_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].e_field.parallel.realUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.imaginary\nImaginary partUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.imaginary_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].e_field.plus.imaginaryUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.real\nReal partUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].e_field.plus.real_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].e_field.plus.realUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].electrons.power\nPower absorbed along the beam by the speciesUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].electrons.power_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].electrons.powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].a_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].element[:].z_n_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].power\nPower absorbed along the beam by the speciesUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].power_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].power\nPower absorbed along the beam by the speciesUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].power_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].powerUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].vibrational_level_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_max_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].state[:].z_min_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].ion[:].z_ion_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].length\nRay/beam curvilinear lengthUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].length_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].lengthUnits: m\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].phase.angle\nRotation angle for the phase ellipseUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].phase.angle_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].phase.angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].phase.curvature\nInverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams, in the horizontal direction (first index of the first coordinate) and in the vertical direction (second index of the first coordinate)Units: m^-1\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].phase.curvature_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].phase.curvatureUnits: m^-1\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.phi\nToroidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.phi_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].position.phiUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.psi\nPoloidal fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.psi_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].position.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.r_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].position.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.theta\nPoloidal angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.theta_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].position.thetaUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].position.z_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].position.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.parallel\nNormalized power flow in the direction parallel to the magnetic fieldData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.parallel_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].powerflownorm.parallelData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.perpendicular\nNormalized power flow in the direction perpendicular to the magnetic fieldData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].power_flow_norm.perpendicular_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].powerflownorm.perpendicularData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].power_initial\nInitial power in the ray/beamUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].power_initial_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].power_initialUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].spot.angle\nRotation angle for the spot ellipseUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].spot.angle_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].spot.angleUnits: rad\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].spot.size\nSize of the spot ellipse: distance between the central ray and the peripheral rays in the horizontal (first index of the first coordinate) and vertical direction (second index of the first coordinate)Units: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].spot.size_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].spot.sizeUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...2\", \"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r\nWave vector component in the major radius directionUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.krUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r_norm\nNormalized wave vector component in the major radius direction = k_r / norm(k)Data Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_r_norm_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kr_normData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor\nWave vector component in the toroidal directionUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.ktorUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor_norm\nNormalized wave vector component in the toroidal direction = k_tor / norm(k)Data Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_tor_norm_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.ktor_normData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z\nWave vector component in the vertical directionUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kzUnits: m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z_norm\nNormalized wave vector component in the vertical direction = k_z / norm(k)Data Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.k_z_norm_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.kz_normData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_parallel\nParallel refractive indexData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_parallel_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.nparallelData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_perpendicular\nPerpendicular refractive indexData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_perpendicular_σ\nerror of waves.coherentwave[:].beamtracing[:].beam[:].wavevector.nperpendicularData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.n_tor\nToroidal wave number, contains a single value if varyingntor = 0 to avoid useless repetition constant values. The wave vector toroidal component is defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive ntor means a wave propagating in the positive phi directionData Type: INT_1D\nCoordinates: [\"coherent_wave[:].beam_tracing[:].beam[:].length\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].beam[:].wave_vector.varying_n_tor\nFlag telling whether n_tor is constant along the ray path (0) or varying (1)Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].beam_tracing[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.bi_normal[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.normal[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].b_field.normal[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.normal[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.normal[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.normal[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: T\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].b_field.parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.parallel[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].b_field.parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: T\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.bi_normal[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.minus[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].e_field.minus[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.minus[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.minus[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.minus[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.normal[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].e_field.normal[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.normal[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.normal[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.normal[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.parallel[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].e_field.parallel[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.parallel[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.parallel[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.parallel[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.plus[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: CPX_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].e_field.plus[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.plus[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.plus[:].grid_subset_index\nIndex of the grid subset the data is provided onData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].e_field.plus[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: CPX_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].jacobian_σ\nerror of waves.coherentwave[:].fullwave[:].grid.grid_subset[:].base[:].jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_contravariant_σ\nerror of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].base[:].tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].base[:].tensor_covariant_σ\nerror of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].base[:].tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].dimension\nSpace dimension of the grid subset elements, using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element[:].object[:].dimension\nDimension of the object - using the convention 1=nodes, 2=edges, 3=faces, 4=cells/volumesData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element[:].object[:].index\nObject indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element[:].object[:].space\nIndex of the space from which that object is takenData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.jacobian\nMetric JacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.jacobian_σ\nerror of waves.coherentwave[:].fullwave[:].grid.grid_subset[:].metric.jacobianUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_contravariant\nContravariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_contravariant_σ\nerror of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].metric.tensorcontravariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_covariant\nCovariant metric tensor, given on each element of the subgrid (first dimension)Units: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].metric.tensor_covariant_σ\nerror of waves.coherentwave[:].fullwave[:].grid.gridsubset[:].metric.tensorcovariantUnits: mixed\nData Type: FLT_3D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].grid.grid_subset[:].element\", \"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.path\nPath of the grid, including the IDS name, in case of implicit reference to a gridggd node described in another IDS. To be filled only if the grid is not described explicitly in this gridggd structure. Example syntax: 'wall:0/descriptionggd(1)/gridggd', means that the grid is located in the wall IDS, occurrence 0, with ids path 'descriptionggd(1)/gridggd'. See the link below for more details about IDS pathsData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].coordinates_type\nType of coordinates describing the physical space, for every coordinate of the space. The size of this node therefore defines the dimension of the space. The meaning of these predefined integer constants can be found in the Data Dictionary under utilities/coordinate_identifier.xmlData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].geometry_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].geometry_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].geometry_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].identifier.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].identifier.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].identifier.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].geometry_content.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].geometry_content.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].geometry_content.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].index\nIndex of this (n-1)-dimensional boundary objectData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].boundary[:].neighbours\nList of indices of the n-dimensional objects adjacent to the given n-dimensional object. An object can possibly have multiple neighbours on a boundaryData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry\nGeometry data associated with the object, its detailed content is defined by ../../geometry_content. Its dimension depends on the type of object, geometry and coordinate considered. Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry_σ\nerror of waves.coherentwave[:].fullwave[:].grid.space[:].objectsperdimension[:].object[:].geometryUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d\n2D geometry data associated with the object. Its dimension depends on the type of object, geometry and coordinate considered. Typically, the first dimension represents the object coordinates, while the second dimension would represent the values of the various degrees of freedom of the finite element attached to the object.Units: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].geometry_2d_σ\nerror of waves.coherentwave[:].fullwave[:].grid.space[:].objectsperdimension[:].object[:].geometry_2dUnits: mixed\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].measure\nMeasure of the space object, i.e. physical size (length for 1d, area for 2d, volume for 3d objects,...)Units: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].measure_σ\nerror of waves.coherentwave[:].fullwave[:].grid.space[:].objectsperdimension[:].object[:].measureUnits: m^dimension\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].grid.space[:].objects_per_dimension[:].object[:].nodes\nList of nodes forming this object (indices to objectsperdimension(1)%object(:) in Fortran notation)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].k_perpendicular[:].coefficients\nInterpolation coefficients, to be used for a high precision evaluation of the physical quantity with finite elements, provided per element in the grid subset (first dimension).Units: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].k_perpendicular[:].coefficients_σ\nerror of waves.coherentwave[:].fullwave[:].k_perpendicular[:].coefficientsUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].k_perpendicular[:].grid_index\nIndex of the grid used to represent this quantityData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].k_perpendicular[:].grid_subset_index\nIndex of the grid subset the data is provided on. Corresponds to the index used in the grid subset definition: grid_subset(:)/identifier/indexData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values\nOne scalar value is provided per element in the grid subset.Units: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].k_perpendicular[:].values_σ\nerror of waves.coherentwave[:].fullwave[:].k_perpendicular[:].valuesUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].full_wave[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].current_tor\nWave driven toroidal current from a stand alone calculation (not consistent with other sources)Units: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].current_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].current_torUnits: A\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].current_tor_n_tor\nWave driven toroidal current from a stand alone calculation (not consistent with other sources) per toroidal mode numberUnits: A\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].current_tor_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].currenttorn_torUnits: A\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.distribution_assumption\nAssumption on the distribution function used by the wave solver to calculate the power deposition on this species: 0 = Maxwellian (linear absorption); 1 = quasi-linear (F given by a distributions IDS). Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_fast\nWave power absorbed by the fast particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_fast_σ\nerror of waves.coherentwave[:].globalquantities[:].electrons.power_fastUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_fast_n_tor\nWave power absorbed by the fast particle population per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_fast_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].electrons.powerfastn_torUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_thermal\nWave power absorbed by the thermal particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_thermal_σ\nerror of waves.coherentwave[:].globalquantities[:].electrons.power_thermalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_thermal_n_tor\nWave power absorbed by the thermal particle population per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].electrons.power_thermal_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].electrons.powerthermaln_torUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].frequency\nWave frequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].frequency_σ\nerror of waves.coherentwave[:].globalquantities[:].frequencyUnits: Hz\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].distribution_assumption\nAssumption on the distribution function used by the wave solver to calculate the power deposition on this species: 0 = Maxwellian (linear absorption); 1 = quasi-linear (F given by a distributions IDS). Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].element[:].a_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].element[:].z_n_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_fast\nWave power absorbed by the fast particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_fast_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].power_fastUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_fast_n_tor\nWave power absorbed by the fast particle population per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_fast_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].powerfastn_torUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal\nWave power absorbed by the thermal particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].power_thermalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal_n_tor\nWave power absorbed by the thermal particle population per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].power_thermal_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].powerthermaln_torUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast\nWave power absorbed by the fast particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].power_fastUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast_n_tor\nWave power absorbed by the fast particle population per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_fast_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].powerfastn_torUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal\nWave power absorbed by the thermal particle populationUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].power_thermalUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal_n_tor\nWave power absorbed by the thermal particle population per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].power_thermal_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].powerthermaln_torUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].vibrational_level_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_max_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].state[:].z_min_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].ion[:].z_ion_σ\nerror of waves.coherentwave[:].globalquantities[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].n_tor\nToroidal mode numbers, the wave vector toroidal component being defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi directionData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].power\nTotal absorbed wave powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].power_σ\nerror of waves.coherentwave[:].globalquantities[:].powerUnits: W\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].power_n_tor\nAbsorbed wave power per toroidal mode numberUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].power_n_tor_σ\nerror of waves.coherentwave[:].globalquantities[:].powerntorUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].global_quantities[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].global_quantities[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].identifier.antenna_name\nName of the antenna that launches this wave. Corresponds to the name specified in antennas/ec(i)/name, or antennas/ic(i)/name or antennas/lh(i)/name (depends of antenna/wave type) in the ANTENNAS IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].identifier.index_in_antenna\nIndex of the wave (starts at 1), separating different waves generated from a single antenna.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].identifier.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].identifier.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].identifier.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_parallel_density\nFlux surface averaged wave driven parallel current density = average(j.B) / B0, where B0 = vacuumtoroidalfield/b0.Units: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_parallel_density_σ\nerror of waves.coherentwave[:].profiles1d[:].currentparalleldensityUnits: A.m^-2\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_parallel_density_n_tor\nFlux surface averaged wave driven parallel current density, per toroidal mode numberUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_parallel_density_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].currentparalleldensityntorUnits: A.m^-2\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_tor_inside\nWave driven toroidal current, inside a flux surfaceUnits: A\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_tor_inside_σ\nerror of waves.coherentwave[:].profiles1d[:].currenttorinsideUnits: A\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_tor_inside_n_tor\nWave driven toroidal current, inside a flux surface, per toroidal mode numberUnits: A\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].current_tor_inside_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].currenttorinsidentorUnits: A\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.amplitude\nAmplitudeUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.amplitude_σ\nerror of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].minus.amplitudeUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.phase\nPhaseUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].minus.phase_σ\nerror of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].minus.phaseUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.amplitude\nAmplitudeUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.amplitude_σ\nerror of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].parallel.amplitudeUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.phase\nPhaseUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].parallel.phase_σ\nerror of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].parallel.phaseUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.amplitude\nAmplitudeUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.amplitude_σ\nerror of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].plus.amplitudeUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.phase\nPhaseUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].e_field_n_tor[:].plus.phase_σ\nerror of waves.coherentwave[:].profiles1d[:].efieldn_tor[:].plus.phaseUnits: V.m^-1\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast\nFlux surface averaged absorbed wave power density on the fast speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerdensityfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast_n_tor\nFlux surface averaged absorbed wave power density on the fast species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerdensityfastntorUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal\nFlux surface averaged absorbed wave power density on the thermal speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerdensitythermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal_n_tor\nFlux surface averaged absorbed wave power density on the thermal species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_density_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerdensitythermalntorUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerinsidefastUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast_n_tor\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerinsidefastntorUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerinsidethermalUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal_n_tor\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].electrons.power_inside_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].electrons.powerinsidethermalntorUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.area_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.areaUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.psi_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.psiUnits: Wb\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.psi_boundary\nValue of the poloidal magnetic flux at the plasma boundary (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.psi_boundary_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.psi_boundaryUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.psi_magnetic_axis\nValue of the poloidal magnetic flux at the magnetic axis (useful to normalize the psi array values when the radial grid doesn't go from the magnetic axis to the plasma boundary)Units: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.psi_magnetic_axis_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.psimagneticaxisUnits: Wb\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.rho_pol_norm\nNormalised poloidal flux coordinate = sqrt((psi(rho)-psi(magneticaxis)) / (psi(LCFS)-psi(magneticaxis)))Data Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.rho_pol_norm_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.rhopolnormData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.rho_tor\nToroidal flux coordinate. rhotor = sqrt(bfluxtor/(pib0)) ~ sqrt(pir^2b0/(pib0)) ~ r [m]. The toroidal field used in its definition is indicated under vacuumtoroidal_field/b0Units: m\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.rho_torUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation, see timeslice/boundary/bfluxpolnorm in the equilibrium IDS) Data Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.rhotornormData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.surface\nSurface area of the toroidal flux surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.surface_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.surfaceUnits: m^2\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].grid.volume_σ\nerror of waves.coherentwave[:].profiles1d[:].grid.volumeUnits: m^3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].a_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].element[:].z_n_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast\nFlux surface averaged absorbed wave power density on the fast speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerdensityfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast_n_tor\nFlux surface averaged absorbed wave power density on the fast species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerdensityfastntorUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal\nFlux surface averaged absorbed wave power density on the thermal speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerdensitythermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal_n_tor\nFlux surface averaged absorbed wave power density on the thermal species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_density_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerdensitythermalntorUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidefastUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast_n_tor\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidefastntorUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidethermalUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal_n_tor\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].power_inside_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].powerinsidethermalntorUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast\nFlux surface averaged absorbed wave power density on the fast speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensityfastUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast_n_tor\nFlux surface averaged absorbed wave power density on the fast species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensityfastntorUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal\nFlux surface averaged absorbed wave power density on the thermal speciesUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensitythermalUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal_n_tor\nFlux surface averaged absorbed wave power density on the thermal species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_density_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerdensitythermalntorUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidefastUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast_n_tor\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidefastntorUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidethermalUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal_n_tor\nAbsorbed wave power on thermal species inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].power_inside_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].powerinsidethermalntorUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].vibrational_level_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_max_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].state[:].z_min_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].ion[:].z_ion_σ\nerror of waves.coherentwave[:].profiles1d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].k_perpendicular\nPerpendicular wave vector, averaged over the flux surface, where the averaged is weighted with the power deposition density, such that kperpendicular = ave(kperpendicular.powerdensity) / ave(powerdensity), for every flux surface and every toroidal numberUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].k_perpendicular_σ\nerror of waves.coherentwave[:].profiles1d[:].k_perpendicularUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].n_tor\nToroidal mode numbers, the wave vector toroidal component being defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi directionData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_density\nFlux surface averaged total absorbed wave power density (electrons + ion + fast populations)Units: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_density_σ\nerror of waves.coherentwave[:].profiles1d[:].power_densityUnits: W.m^-3\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_density_n_tor\nFlux surface averaged absorbed wave power density per toroidal mode numberUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_density_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].powerdensityn_torUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_inside\nTotal absorbed wave power (electrons + ion + fast populations) inside a flux surface (cumulative volume integral of the absorbed power density)Units: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_inside_σ\nerror of waves.coherentwave[:].profiles1d[:].power_insideUnits: W\nData Type: FLT_1D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_inside_n_tor\nTotal absorbed wave power (electrons + ion + fast populations) inside a flux surface (cumulative volume integral of the absorbed power density), per toroidal mode numberUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].power_inside_n_tor_σ\nerror of waves.coherentwave[:].profiles1d[:].powerinsiden_torUnits: W\nData Type: FLT_2D\nCoordinates: [\"waves.coherent_wave[:].profiles_1d[:].grid.rho_tor_norm\", \"waves.coherent_wave[:].profiles_1d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_1d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.amplitude\nAmplitudeUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.amplitude_σ\nerror of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].minus.amplitudeUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.phase\nPhaseUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].minus.phase_σ\nerror of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].minus.phaseUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.amplitude\nAmplitudeUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.amplitude_σ\nerror of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].parallel.amplitudeUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.phase\nPhaseUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].parallel.phase_σ\nerror of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].parallel.phaseUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.amplitude\nAmplitudeUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.amplitude_σ\nerror of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].plus.amplitudeUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.phase\nPhaseUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].e_field_n_tor[:].plus.phase_σ\nerror of waves.coherentwave[:].profiles2d[:].efieldn_tor[:].plus.phaseUnits: V.m^-1\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast\nAbsorbed wave power density on the fast speciesUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast_σ\nerror of waves.coherentwave[:].profiles2d[:].electrons.powerdensityfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast_n_tor\nAbsorbed wave power density on the fast species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].electrons.powerdensityfastntorUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal\nAbsorbed wave power density on the thermal speciesUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal_σ\nerror of waves.coherentwave[:].profiles2d[:].electrons.powerdensitythermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal_n_tor\nAbsorbed wave power density on the thermal species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].electrons.power_density_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].electrons.powerdensitythermalntorUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.area\nCross-sectional area of the flux surfaceUnits: m^2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.area_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.areaUnits: m^2\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.psi\nPoloidal magnetic fluxUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.psi_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.psiUnits: Wb\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.r\nMajor radiusUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.r_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.rUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.rho_tor\nToroidal flux coordinate. The toroidal field used in its definition is indicated under vacuumtoroidalfield/b0Units: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.rho_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.rho_torUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.rho_tor_norm\nNormalised toroidal flux coordinate. The normalizing value for rhotornorm, is the toroidal flux coordinate at the equilibrium boundary (LCFS or 99.x % of the LCFS in case of a fixed boundary equilibium calculation) Data Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.rho_tor_norm_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.rhotornormData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.theta_geometric\nGeometrical poloidal angleUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.theta_geometric_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.theta_geometricUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.theta_straight\nStraight field line poloidal angleUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.theta_straight_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.theta_straightUnits: rad\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.volume\nVolume enclosed inside the magnetic surfaceUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.volume_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.volumeUnits: m^3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.z\nHeightUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].grid.z_σ\nerror of waves.coherentwave[:].profiles2d[:].grid.zUnits: m\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].a\nMass of atomUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].a_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].element[:].aUnits: Atomic Mass Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].atoms_n\nNumber of atoms of this element in the moleculeData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].z_n\nNuclear chargeUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].element[:].z_n_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].element[:].z_nUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].label\nString identifying the species (e.g. H+, D+, T+, He+2, C+, D2, DT, CD4, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].multiple_states_flag\nMultiple state calculation flag : 0-Only one state is considered; 1-Multiple states are considered and are described in the state structureData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast\nAbsorbed wave power density on the fast speciesUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].powerdensityfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast_n_tor\nAbsorbed wave power density on the fast species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].powerdensityfastntorUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal\nAbsorbed wave power density on the thermal speciesUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].powerdensitythermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal_n_tor\nAbsorbed wave power density on the thermal species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].power_density_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].powerdensitythermalntorUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].electron_configuration\nConfiguration of atomic orbitals of this state, e.g. 1s2-2s1Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].label\nString identifying charge state (e.g. C+, C+2 , C+3, C+4, C+5, C+6, ...)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast\nAbsorbed wave power density on the fast speciesUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensityfastUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast_n_tor\nAbsorbed wave power density on the fast species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_fast_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensityfastntorUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal\nAbsorbed wave power density on the thermal speciesUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensitythermalUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal_n_tor\nAbsorbed wave power density on the thermal species, per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].power_density_thermal_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].powerdensitythermalntorUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].vibrational_level\nVibrational level (can be bundled)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].vibrational_level_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].vibrational_levelUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].vibrational_mode\nVibrational mode of this state, e.g. \"A_g\". Need to define, or adopt a standard nomenclature.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_max\nMaximum Z of the charge state bundle (equal to z_min if no bundle)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_max_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].z_maxUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_min\nMinimum Z of the charge state bundle (zmin = zmax = 0 for a neutral)Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].state[:].z_min_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].state[:].z_minUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].z_ion\nIon charge (of the dominant ionisation state; lumped ions are allowed).Units: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].ion[:].z_ion_σ\nerror of waves.coherentwave[:].profiles2d[:].ion[:].z_ionUnits: Elementary Charge Unit\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].n_tor\nToroidal mode numbers, the wave vector toroidal component being defined as ktor = ntor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi directionData Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].power_density\nTotal absorbed wave power density (electrons + ion + fast populations)Units: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].power_density_σ\nerror of waves.coherentwave[:].profiles2d[:].power_densityUnits: W.m^-3\nData Type: FLT_2D\nCoordinates: [\"1...N\", \"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].power_density_n_tor\nAbsorbed wave power density per toroidal mode numberUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].power_density_n_tor_σ\nerror of waves.coherentwave[:].profiles2d[:].powerdensityn_torUnits: W.m^-3\nData Type: FLT_3D\nCoordinates: [\"1...N\", \"1...N\", \"waves.coherent_wave[:].profiles_2d[:].n_tor\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].profiles_2d[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].wave_solver_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].wave_solver_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.coherent_wave[:].wave_solver_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.magnetic_axis.r\nMajor radiusUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.magnetic_axis.r_σ\nerror of waves.magnetic_axis.rUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.magnetic_axis.z\nHeightUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.magnetic_axis.z_σ\nerror of waves.magnetic_axis.zUnits: m\nData Type: FLT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.vacuum_toroidal_field.b0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Units: T\nData Type: FLT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.vacuum_toroidal_field.b0_σ\nerror of waves.vacuumtoroidalfield.b0Units: T\nData Type: FLT_1D\nCoordinates: [\"waves.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.vacuum_toroidal_field.r0\nReference major radius where the vacuum toroidal magnetic field is given (usually a fixed position such as the middle of the vessel at the equatorial midplane)Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: waves.vacuum_toroidal_field.r0_σ\nerror of waves.vacuumtoroidalfield.r0Units: m\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.library[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.library[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.library[:].name\nName of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.library[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.library[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.library[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.name\nName of software generating IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.output_flag\nOutput flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used.Data Type: INT_1D\nCoordinates: [\"workflow.time\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.code.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.comment\nAny comment describing the content of this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.creation_date\nDate at which this data has been producedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.homogeneous_time\nThis node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.name\nUser-defined name for this IDS occurrenceData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.occurrence\nN/AData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.occurrence_type.description\nVerbose descriptionData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.occurrence_type.index\nInteger identifier (enumeration index within a list). Private identifier values must be indicated by a negative index.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.occurrence_type.name\nShort string identifierData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_get.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_get.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_get.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_get.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_get.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_put.commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_put.description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_put.name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_put.repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.infrastructure_put.version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].get_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].get_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].get_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].get_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].get_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].get_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].put_operation[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].put_operation[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].put_operation[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].put_operation[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].put_operation[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].put_operation[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].readback[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].readback[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].readback[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].readback[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].readback[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.plugins.node[:].readback[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.provenance.node[:].path\nPath of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS.Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.provenance.node[:].sources\nList of sources used to import or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the source is an input to the process described in the \"code\" structure at the root of the IDS. The source can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the source, or the persistent identifier of the data source). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data sources.Data Type: STR_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.provider\nName of the person in charge of producing this dataData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.version_put.access_layer\nVersion of Access Layer used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.version_put.access_layer_language\nProgramming language of the Access Layer high level API used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.ids_properties.version_put.data_dictionary\nVersion of Data Dictionary used to PUT this IDSData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time\nGeneric timeUnits: s\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.component[:].commit\nUnique commit reference of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.component[:].description\nShort description of the software (type, purpose)Data Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.component[:].name\nName of software usedData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.component[:].parameters\nList of the code specific parameters in XML formatData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.component[:].repository\nURL of software repositoryData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.component[:].version\nUnique version (tag) of softwareData Type: STR_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.time_end\nTermination time for the workflow main time loopUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.time_end_σ\nerror of workflow.timeloop.timeendUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].control_float\nArray of real workflow control parameters used by this component (component specific)Units: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].control_float_σ\nerror of workflow.timeloop.workflowcycle[:].component[:].control_floatUnits: mixed\nData Type: FLT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].control_integer\nArray of integer workflow control parameters used by this component (component specific)Data Type: INT_1D\nCoordinates: [\"1...N\"]","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].execution_mode\nComponent execution mode for current workflow cycle. 0 means the component is not executed and the workflow uses results from previous workflow cycle. 1 means the component is executed for this workflow cycle.Data Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].index\nIndex of the component in the ../../../component arrayData Type: INT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].time_interval_elapsed\nSimulation time interval for which this component has last computed its resultsUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].time_interval_elapsed_σ\nerror of workflow.timeloop.workflowcycle[:].component[:].timeintervalelapsedUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].time_interval_request\nSimulation time interval for which this component is requested to compute its resultsUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].component[:].time_interval_request_σ\nerror of workflow.timeloop.workflowcycle[:].component[:].timeintervalrequestUnits: s\nData Type: FLT_0D","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"dd_details.html","page":"-","title":"-","text":"note: workflow.time_loop.workflow_cycle[:].time\nTimeUnits: s\nData Type: FLT_0D","category":"page"},{"location":"deps.html#Ecosystem","page":"Ecosystem","title":"Ecosystem","text":"","category":"section"},{"location":"deps.html","page":"Ecosystem","title":"Ecosystem","text":"The FUSE project is built upon multiple Julia packages, many of which reside in the https://github.com/ProjectTorreyPines organization on GitHub.","category":"page"},{"location":"deps.html","page":"Ecosystem","title":"Ecosystem","text":"(Image: FUSE dependencies)","category":"page"},{"location":"deps.html","page":"Ecosystem","title":"Ecosystem","text":"ADAS [repo]\nBalanceOfPlantSurrogate [repo]\nCHEASE [repo]\nCoordinateConventions [repo]\nEPEDNN [repo]\nFiniteElementHermite [repo]\nFuseExchangeProtocol [repo]\nFusionMaterials [repo]\nIMAS [repo]\nIMASdd [repo]\nIMASutils [repo]\nMXHEquilibrium [repo]\nMeshTools [repo]\nMillerExtendedHarmonic [repo]\nNEO [repo]\nNNeutronics [repo]\nQED [repo]\nRABBIT [repo]\nSimulationParameters [repo]\nTEQUILA [repo]\nTGLFNN [repo]\nTJLF [repo]\nThermalSystemModels [repo]\nVacuumFields [repo]","category":"page"},{"location":"install_saga.html#Getting-started-on-the-SAGA-cluster","page":"on SAGA","title":"Getting started on the SAGA cluster","text":"","category":"section"},{"location":"install_saga.html","page":"on SAGA","title":"on SAGA","text":"Get a SAGA account and ask to have a directory created for you under /mnt/beegfs/users/$USER\nInstall miniconda\ncd /mnt/beegfs/users/$USER\nwget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\nsh Miniconda3-latest-Linux-x86_64.sh\nread and accept the license, and install under /mnt/beegfs/users/$USER/miniconda3, answer questions, and restart your shell\ninstall mamba for faster package management\nconda install -c conda-forge mamba\ninstall jupyterlab\nmamba install -c conda-forge jupyterlab\nSetup your environment to run CHEASE (optional)\nexport PATH=$PATH:/mnt/beegfs/users/meneghini/chease/src-f90\nCreate a symbolic link from /mnt/beegfs/users/$USER/julia/ to ~/.julia\nmkdir -p /mnt/beegfs/users/$USER/julia/dev\nln -s /mnt/beegfs/users/$USER/julia ~/.julia\n~/.julia is where the Julia will install itself by default, and this will trick it to install itself in the IR&D folder instead.\nFor convenience create also a symbolic link in your $HOME that points to the Julia dev folder:\nln -s /mnt/beegfs/users/$USER/julia/dev ~/julia_dev\nNow follow the standard Julia and FUSE installation instructions","category":"page"},{"location":"install_saga.html#Jupyter-on-SAGA-cluster","page":"on SAGA","title":"Jupyter on SAGA cluster","text":"","category":"section"},{"location":"install_saga.html","page":"on SAGA","title":"on SAGA","text":"Connect to saga and launch screen\nnote: Note\nYou can re-connect to an existing screen session with screen -r\nThen start the Jupyter lab server from the screen session (screen will keep jupyter running even when you log out)\njupyter lab --no-browser --port 55667\nCopy the token that you see on this session it should look something like token=1f1e0259cbc1..................\nOn your computer setup your ~/.ssh/config this way (need to do this only once):\nHost cybele cybele.gat.com\nHostname cybele.gat.com\nUser meneghini\nPort 2039\n\nHost sagae saga.gat.com\nHostname saga.gat.com\nUser meneghini\nProxyCommand ssh -q cybele nc %h %p\nOn your computer start a tunnel going through cybele to saga\nssh -N -L localhost:33445:localhost:55667 sagae\nnote: Note\nKeep this terminal always open. You may need to re-issue this command whenever you put your laptop to sleep.\nOn your computer open a web browser tab to localhost:33445 to connect to the Jupyter-lab session on saga. Use the token when prompted.","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.general.casename\nSort mnemonic name of the case being runType: Entry{String}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.general.description\nLonger description of the case being runType: Entry{String}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.general.init_from\nInitialize run fromType: Switch{Symbol}\nUnits: -\nOptions: ods, scalars","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.general.dd\ndd to initialize fromType: Entry{IMASdd.dd}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.time.pulse_shedule_time_basis\nTime basis used to discretize the pulse scheduleType: Entry{AbstractRange{Float64}}\nUnits: s","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.time.simulation_start\nTime at which the simulation startsType: Entry{Float64}\nUnits: s\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.ods.filename\nODS.json file(s) from which equilibrium is loaded. Multiple comma-separated ODSs can be specified.Type: Entry{String}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.B0\nVacuum toroidal field at R0 [T]; Positive sign means anti-clockwise when viewing from above. The product R0B0 must be consistent with the btorvacuum_r field of the tf IDS.Type: Entry{Float64}\nUnits: T","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.R0\nGeometric genter of the plasma. NOTE: This also scales the radial build layers.Type: Entry{Float64}\nUnits: m","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.Z0\nZ offset of the machine midplaneType: Entry{Float64}\nUnits: m\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.ϵ\nPlasma inverse aspect ratio (a/R0). NOTE: This also scales the radial build layers.Type: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.κ\nPlasma elongation. NOTE: If < 1.0 it defines the fraction of maximum controllable elongation estimate.Type: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.tilt\nTilt of the plasma boundary [MXH c0]Type: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.δ\nTriangularity of the plasma boundary [MXH sin(s1)]Type: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.ζ\nSquareness of the plasma boundary [MXH -s2]Type: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.𝚶\nOvality of the plasma boundary [MXH c1]Type: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.twist\nTwist of the plasma boundary [MXH c2]Type: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.pressure_core\nOn axis pressureType: Entry{Float64}\nUnits: Pa","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.ip\nPlasma current (toroidal component). Positive sign means anti-clockwise when viewed from above.Type: Entry{Float64}\nUnits: A","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.xpoints\nX-points configurationType: Switch{Symbol}\nUnits: -\nOptions: lower, upper, double, none","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.ngrid\nResolution of the equilibrium gridType: Entry{Int64}\nUnits: -\nDefault: 129","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.equilibrium.field_null_surface\nψn value of the fieldnullsurface. Disable with 0.0Type: Entry{Float64}\nUnits: -\nDefault: 0.75","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.boundary_from\nThe starting r, z boundary taken fromType: Switch{Symbol}\nUnits: -\nOptions: scalars, MXH_params, rz_points, ods","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.MXH_params\nVector of MXH flatsType: Entry{Vector{Float64}}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.equilibrium.rz_points\nRZ boundary as Vector{Vector{Float64}}} : r = rzpoints[1], z = rz_points[2]Type: Entry{Vector{Vector{Float64}}}\nUnits: m","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.plasma_mode\nPlasma configurationType: Switch{Symbol}\nUnits: -\nOptions: H_mode, L_mode\nDefault: H_mode","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.w_ped\nPedestal width expressed in fraction of ψₙType: Entry{Float64}\nUnits: -\nDefault: 0.05","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ne_value\nValue based on setup methodType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ne_setting\nWay to set the electron densityType: Switch{Symbol}\nUnits: -\nOptions: ne_ped, ne_line, greenwald_fraction, greenwald_fraction_ped","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.ne_sep_to_ped_ratio\nRatio used to set the sepeartrix density based on the pedestal densityType: Entry{Float64}\nUnits: -\nDefault: 0.25","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.ne_core_to_ped_ratio\nRatio used to set the core density based on the pedestal densityType: Entry{Float64}\nUnits: -\nDefault: 1.4","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ne_shaping\nDensity shaping factorType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.T_ratio\nTi/Te ratioType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.T_shaping\nTemperature shaping factorType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.Te_sep\nSeparatrix temperatureType: Entry{Float64}\nUnits: eV\nDefault: 80.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.zeff\nEffective ion chargeType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.rot_core\nDerivative of the flux surface averaged electrostatic potential with respect to the poloidal flux, multiplied by -1. This quantity is the toroidal angular rotation frequency due to the ExB drift, introduced in formula (43) of Hinton and Wong, Physics of Fluids 3082 (1985), also referred to as sonic flow in regimes in which the toroidal velocity is dominant over the poloidal velocityType: Entry{Float64}\nUnits: s^-1","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.ngrid\nResolution of the core_profiles gridType: Entry{Int64}\nUnits: -\nDefault: 101","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.bulk\nBulk ion speciesType: Entry{Symbol}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.impurity\nImpurity ion speciesType: Entry{Symbol}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.helium_fraction\nHelium density / electron density fractionType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.ejima\nEjima coefficientType: Entry{Float64}\nUnits: -\nDefault: 0.4","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.core_profiles.polarized_fuel_fraction\nSpin polarized fuel fractionType: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ITB.radius\nRadius at which the ITB starts in rhoType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ITB.ne_width\nWidth of the ITB in ITB_radiusType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ITB.ne_height_ratio\nHeight of the electron density ITB expressed as the ratio of the density without ITB, evaluated on axisType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ITB.Te_width\nWidth of the ITB in ITB_radiusType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.core_profiles.ITB.Te_height_ratio\nHeight of the electron temperature ITB expressed as the ratio of the temperature without ITB, evaluated on axisType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.pf_active.technology\nPF coils technologyType: Switch{Symbol}\nUnits: -\nOptions: aluminum, nbti, nb3sn_iter, nb3sn, rebco, nb3sn_kdemo, copper","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.rampup.side\nSide of the vacuum vessel where the plasma is limited at breakdownType: Switch{Symbol}\nUnits: -\nOptions: hfs, lfs","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.rampup.ends_at\nUntil when does the rampup lastsType: Entry{Float64}\nUnits: s","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.rampup.diverted_at\nTime at which x-point is formed and plasma can peel-off the wallType: Entry{Float64}\nUnits: s","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.nb_unit.0.power_launched\nBeam powerType: Entry{Float64}\nUnits: W","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.nb_unit.0.rho_0\nDesired radial location of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.nb_unit.0.width\nDesired width of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.3","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.nb_unit.0.beam_energy\nBeam energyType: Entry{Float64}\nUnits: eV","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.nb_unit.0.beam_mass\nBeam massType: Entry{Float64}\nUnits: AU\nDefault: 2.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.nb_unit.0.toroidal_angle\nToroidal angle of injectionType: Entry{Float64}\nUnits: rad","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.nb_unit.0.efficiency_conversion\nConversion efficiency of electric power to neutral beam powerType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.nb_unit.0.efficiency_transmission\nTransmission efficiency of neutral beam from source to portType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.ec_launcher.0.power_launched\nEC launched powerType: Entry{Float64}\nUnits: W","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ec_launcher.0.rho_0\nDesired radial location of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.5","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ec_launcher.0.width\nDesired width of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.025","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ec_launcher.0.efficiency_conversion\nConversion efficiency of electric power to microwave powerType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ec_launcher.0.efficiency_transmission\nTransmission efficiency of microwave power from generator to antennaType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.pellet_launcher.0.frequency\nFrequency of pellets launchedType: Entry{Float64}\nUnits: Hz","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.pellet_launcher.0.rho_0\nDesired radial location of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.5","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.pellet_launcher.0.width\nDesired width of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.25","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.pellet_launcher.0.shape\nThe pellet geometryType: Switch{Symbol}\nUnits: -\nOptions: spherical, cylindrical, rectangular\nDefault: spherical","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.pellet_launcher.0.species\nPellet speciesType: Switch{Symbol}\nUnits: -\nOptions: H, D, T, DT, C, Ne","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.pellet_launcher.0.size\nVector of geometric dimensions describing the pellet size for a given shape (spherical: [r], cylindrical: [d, l], rectangular: [x,y,z])Type: Entry{Vector{Float64}}\nUnits: m","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.ic_antenna.0.power_launched\nIC launched powerType: Entry{Float64}\nUnits: W","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ic_antenna.0.rho_0\nDesired radial location of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ic_antenna.0.width\nDesired width of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.1","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ic_antenna.0.efficiency_conversion\nConversion efficiency of electric power to microwave powerType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ic_antenna.0.efficiency_transmission\nTransmission efficiency of microwave power from generator to antennaType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.ic_antenna.0.efficiency_coupling\nCoupling efficiency of launched microwave power to the plasmaType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.lh_antenna.0.power_launched\nLH launched powerType: Entry{Float64}\nUnits: W","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.lh_antenna.0.rho_0\nDesired radial location of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.8","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.lh_antenna.0.width\nDesired width of the deposition profileType: Entry{Float64}\nUnits: -\nDefault: 0.05","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.lh_antenna.0.efficiency_conversion\nConversion efficiency of electric power to microwave powerType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.lh_antenna.0.efficiency_transmission\nTransmission efficiency of microwave power from generator to antennaType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.lh_antenna.0.efficiency_coupling\nCoupling efficiency of launched microwave power to the plasmaType: Entry{Float64}\nUnits: -\nDefault: 1.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.hcd.power_scaling_cost_function\nEC, IC, LH, NB power optimization cost function, takes dd as input. Eg. dd -> (1.0 - IMAS.tauethermal(dd) / IMAS.taueh98(dd))Type: Entry{Function}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.name\nName of the layerType: Entry{String}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.thickness\nRelative thickness of the layer (layers actual thickness is scaled to match plasma R0)Type: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.material\nMaterial of the layerType: Switch{Symbol}\nUnits: -\nOptions: tungsten, aluminum, graphite, nbti, flibe, water, plasma, lithium_lead, nb3sn_iter, nb3sn, vacuum, rebco, steel, nb3sn_kdemo, copper","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.coils_inside\nList of coils within this layerType: Entry{Union{Int64, Vector{Int64}}}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.shape\nShape of the layerType: Switch{IMAS.BuildLayerShape}\nUnits: -\nOptions: racetrack, princeton_D, mirror_double_ellipse, mirror_rectangle_ellipse, rectangle, circle_ellipse, triple_arc, convex_hull, silo, offset, mirror_princeton_D, undefined, rectangle_ellipse, mirror_circle_ellipse, double_ellipse, miller, mirror_princeton_D_scaled, mirror_princeton_D_exact, negative_offset, princeton_D_scaled, mirror_triple_arc","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.type\nType of the layerType: Switch{IMAS.BuildLayerType}\nUnits: -\nOptions: blanket, cryostat, gap, vessel, tf, oh, shield, port, wall, plasma, divertor","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.layers.0.side\nSide of the layerType: Switch{IMAS.BuildLayerSide}\nUnits: -\nOptions: hfs, in, lfs, out, lhfs","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.build.plasma_gap\nFraction of vacuum gap between first wall and plasma separatrix in radial buildType: Entry{Float64}\nUnits: -\nDefault: 0.1","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.build.symmetric\nIs the build up-down symmetricType: Entry{Bool}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.build.divertors\nDivertors configurationType: Switch{Symbol}\nUnits: -\nOptions: lower, upper, double, none, from_x_points\nDefault: from_x_points","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.build.n_first_wall_conformal_layers\nNumber of layers that are conformal to the first wallType: Entry{Int64}\nUnits: -\nDefault: 1","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.center_stack.bucked\nFlag for bucked boundary conditions between TF and OH (and center plug, if present)Type: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.center_stack.noslip\nFlag for no slip conditions between TF and OH (and center plug, if present)Type: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.center_stack.plug\nFlag for center plugType: Entry{Bool}\nUnits: -\nDefault: false","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.tf.n_coils\nNumber of TF coilsType: Entry{Int64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.tf.shape\nShape of the TF coilsType: Switch{IMAS.BuildLayerShape}\nUnits: -\nOptions: racetrack, princeton_D, mirror_double_ellipse, mirror_rectangle_ellipse, rectangle, circle_ellipse, triple_arc, convex_hull, silo, offset, mirror_princeton_D, undefined, rectangle_ellipse, mirror_circle_ellipse, double_ellipse, miller, mirror_princeton_D_scaled, mirror_princeton_D_exact, negative_offset, princeton_D_scaled, mirror_triple_arc","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.tf.ripple\nFraction of toroidal field ripple evaluated at the outermost radius of the plasma chamberType: Entry{Float64}\nUnits: -\nDefault: 0.01","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.tf.technology\nTF coils technologyType: Switch{Symbol}\nUnits: -\nOptions: aluminum, nbti, nb3sn_iter, nb3sn, rebco, nb3sn_kdemo, copper","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.tf.nose_hfs_fraction\nRelative thickness of the TF nose, expressed as a fraction of high-field side TF legType: Entry{Float64}\nUnits: -\nDefault: 0.0","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.oh.technology\nOH coils technologyType: Switch{Symbol}\nUnits: -\nOptions: aluminum, nbti, nb3sn_iter, nb3sn, rebco, nb3sn_kdemo, copper","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.bop.cycle_type\nThermal cycle typeType: Switch{Symbol}\nUnits: -\nOptions: rankine, brayton\nDefault: rankine","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.power_electric_net\nNet electric power generated by the fusion power plantType: Entry{Float64}\nUnits: W","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.flattop_duration\nDuration of the flattop (use Inf for steady-state)Type: Entry{Float64}\nUnits: s","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.log10_flattop_duration\nLog10 value of the duration of the flattop (use Inf for steady-state). Preferred over flattop_duration for optimization studies.Type: Entry{Float64}\nUnits: log10(s)","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.tritium_breeding_ratio\nTritium breeding ratio of the whole plantType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.cost\nTotal FPP costType: Entry{Float64}\nUnits: $M","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.ne_peaking\nOn-axis electron density / volume-averaged electron denstiyType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.q_pol_omp\nPoloidal heat flux at the outer midplaneType: Entry{Float64}\nUnits: W/m^2","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.lh_power_threshold_fraction\nFraction of the LH power thresholdType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.h98y2\nH98y2 ITER elmy H-mode confinement scaling factorType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.hds03\nPetty 2003 H-mode thermal energy confinement scaling factorType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.beta_normal\nNormalized total plasma beta (MHD)Type: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.Psol_R\nPsol / RType: Entry{Float64}\nUnits: W/m","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"note: ini.requirements.q95\nEdge safety factorType: Entry{Float64}\nUnits: -","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.requirements.coil_j_margin\nMagnet coil Jcrit / JmaxType: Entry{Float64}\nUnits: -\nDefault: 0.4","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"
","category":"page"},{"location":"ini_details.html","page":"-","title":"-","text":"tip: ini.requirements.coil_stress_margin\nMagnet coil yieldstress / maxstressType: Entry{Float64}\nUnits: -\nDefault: 0.2","category":"page"},{"location":"license.html","page":"License","title":"License","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/","category":"page"},{"location":"license.html","page":"License","title":"License","text":"TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION","category":"page"},{"location":"license.html","page":"License","title":"License","text":"Definitions.\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\"Legal Entity\" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, \"control\" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\"Object\" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.\n\"Work\" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.\n\"Contribution\" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, \"submitted\" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as \"Not a Contribution.\"\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\nGrant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.\nGrant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\nRedistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\n(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n(b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\n(d) If the Work includes a \"NOTICE\" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.\nYou may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.\nSubmission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\nTrademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\nDisclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\nLimitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\nAccepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.","category":"page"},{"location":"license.html","page":"License","title":"License","text":"END OF TERMS AND CONDITIONS","category":"page"},{"location":"license.html","page":"License","title":"License","text":"APPENDIX: How to apply the Apache License to your work.","category":"page"},{"location":"license.html","page":"License","title":"License","text":" To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.","category":"page"},{"location":"license.html","page":"License","title":"License","text":"Copyright 2024 General Atomics","category":"page"},{"location":"license.html","page":"License","title":"License","text":"Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at","category":"page"},{"location":"license.html","page":"License","title":"License","text":" http://www.apache.org/licenses/LICENSE-2.0","category":"page"},{"location":"license.html","page":"License","title":"License","text":"Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.","category":"page"},{"location":"pubs.html#Publications","page":"Publications","title":"Publications","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"📜 ArXiv preprint publication","category":"page"},{"location":"pubs.html#Taks/Posters","page":"Publications","title":"Taks/Posters","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"🎤 Overview presentation","category":"page"},{"location":"pubs.html#APS-DPP-2024","page":"Publications","title":"APS DPP 2024","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"🎤 Meneghini FUSE: digital twin for tokamak fusion power plant design and operations\n📊 Lyons Magnetohydrodynamics and electromagnetics in the FUSE integrated-modeling framework\n📊 Ghiozzi Risk minimization as a novel optimization objective in FUSE\n📊 Dose Predictions of heat and neutron loads onto FPP first walls in FUSE\n🎤 Slendebroek Optimizing fusion power plant designs for +/- triangularity through FUSE simulations","category":"page"},{"location":"pubs.html#IMEG-2024","page":"Publications","title":"IMEG 2024","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"🎤 Meneghini The FUSE framework and related IMAS activities","category":"page"},{"location":"pubs.html#Juliacon-2024","page":"Publications","title":"Juliacon 2024","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"🎤 Slendebroek The FUSE framework and its use for fusion power plant design optimization","category":"page"},{"location":"pubs.html#Sherwood-2024","page":"Publications","title":"Sherwood 2024","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"🎤 Meneghini FUSE: digital twin for tokamak fusion power plant design and operations","category":"page"},{"location":"pubs.html#IMEG-2023","page":"Publications","title":"IMEG 2023","text":"","category":"section"},{"location":"pubs.html","page":"Publications","title":"Publications","text":"🎤 Meneghini FUSE: A Modern Framework for Integrated Fusion Simulations","category":"page"},{"location":"examples.html#Worked-examples","page":"Examples","title":"Worked examples","text":"","category":"section"},{"location":"examples.html","page":"Examples","title":"Examples","text":"FUSE Jupyter examples are available and can be cloned to the current working directory with:","category":"page"},{"location":"examples.html","page":"Examples","title":"Examples","text":"fusebot install_examples","category":"page"},{"location":"examples.html","page":"Examples","title":"Examples","text":"To see/run those .ipynb files, you'll need to use Jupyter-Lab or VScode.","category":"page"},{"location":"install_omega.html#Getting-started-on-the-OMEGA-cluster","page":"on OMEGA","title":"Getting started on the OMEGA cluster","text":"","category":"section"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"Install miniconda\ncd # in your home folder\nwget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\nsh Miniconda3-latest-Linux-x86_64.sh\nread and accept the license, and install under $HOME/miniconda3, answer questions, and restart your shell\ninstall mamba for faster package management\n$HOME/miniconda3/bin/conda install -c conda-forge mamba\nnote: Note\nWe use the full conda path to avoid picking up the system conda install. There is no system-wide mamba executable, so that's not necessary when running mamba.\ninstall jupyterlab\nmamba install -c conda-forge jupyterlab\nRemove module load defaults from your ~/.bashrc This module is used to run experimental tools like review+, efit_veiwer, etc... but it does not play well with the Julia executable. (alternatively you'll have to module purge or module unload defaults)\nNow follow the standard Julia and FUSE installation instructions\nSetup a multi-threaded Jupyter Julia kernel that does not take the whole login node\nexport JULIA_NUM_THREADS=10\nfusebot install_IJulia\n\nexport JULIA_NUM_THREADS=40\nfusebot install_IJulia\nOMEGA login nodes are a shared resource. Each login node has 40 cores. This will setup a Jupyter Julia kernel with both 10 and 40 threads. Use 10 threads on login nodes and 40 threads on worker nodes.","category":"page"},{"location":"install_omega.html#Distributed.jl-on-OMEGA","page":"on OMEGA","title":"Distributed.jl on OMEGA","text":"","category":"section"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"We have found issues when trying to run parallel jobs using Distributed.jl on OMEGA. The fix for this is simple: don't use the Main environment, rather activate a separate environment.","category":"page"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"This can be easily by doing the following in the first cell of your Jupyter notebook:","category":"page"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"using Pkg\nPkg.activate(\"$HOME/julia_runs/my_run\") # this is key, to avoid using the Main FUSE environment\nPkg.add((\"Plots\", \"FUSE\"))","category":"page"},{"location":"install_omega.html#Three-ways-to-run-parallel-jobs","page":"on OMEGA","title":"Three ways to run parallel jobs","text":"","category":"section"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"Keep in mind that each worker node on OMEGA has 128 CPUs","category":"page"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"Screen + Jupyter on the login node, workers on the worker nodes\nOK when the master process will not be doing a lot of work, and we need multiple nodes\nHere we will use the FUSE.parallel_environment(\"omega\", ...) call.\nScreen on the login node, Jupyter and workers on one worker node\nOK when the master process will be doing a lot of work, and we don't need more than one node\nHere we will use the FUSE.parallel_environment(\"localhost\", ...) call.\nScreen on the login node, Jupyter on a worker node, workers on different worker nodes\nOK when the master process will be doing a lot of work, and we need multiple nodes\nThis is more complex, and finicky. Avoid if possible.\nHere we will use the FUSE.parallel_environment(\"omega\", ...) call.","category":"page"},{"location":"install_omega.html#FUSE-on-OMEGA-cluster","page":"on OMEGA","title":"FUSE on OMEGA cluster","text":"","category":"section"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"Connect to omega and launch screen\nnote: Note\nYou can re-connect to an existing screen session with screen -r\nIf (and only if) you want to run Jupyter on a worker node do as follows:\nsrun --partition=ga-ird --nodes=1 --time=4-00:00:00 --pty bash -l\nnote: Note\nUse the queue, time, CPU, and memory limits that make the most sense for your application see these instructions for help\nThen start the Jupyter lab server from the screen session (screen will keep jupyter running even when you log out)\njupyter lab --no-browser --port 55667\nCopy the token that you see on this session it should look something like token=1f1e0259cbc1..................\nOn your computer setup your ~/.ssh/config this way (need to do this only once):\nHost cybele cybele.gat.com\nHostname cybele.gat.com\nUser meneghini\nPort 2039\n\nHost omegae omega.gat.com\nHostname omega.gat.com\nUser meneghini\nProxyCommand ssh -q cybele nc %h %p\n\n# change XX to the worker node number you've been assigned to\nHost omegaXX omegaXX.gat.com\nHostname omegaXX.gat.com\nUser meneghini\nProxyCommand ssh -q cybele nc %h %p\nOn your computer start a tunnel going through cybele to omega\nssh -N -L localhost:33445:localhost:55667 omegae\nnote: Note\nKeep this terminal always open. You may need to re-issue this command whenever you put your laptop to sleep.\nOn your computer open a web browser tab to localhost:33445 to connect to the Jupyter-lab session on omega. Use the token when prompted.","category":"page"},{"location":"install_omega.html#Using-Revise-on-OMEGA","page":"on OMEGA","title":"Using Revise on OMEGA","text":"","category":"section"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"When working on omega it seems ones need to manually trigger revise to pick up code changes:","category":"page"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"import Revise\nRevise.revise() # manual trigger","category":"page"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"This is even if setting JULIA_REVISE_POLL=1","category":"page"},{"location":"install_omega.html#Using-GACODE-on-OMEGA-with-Julia","page":"on OMEGA","title":"Using GACODE on OMEGA with Julia","text":"","category":"section"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"Julia may be incompatible with some environments and will crash when launched. This is the case for the GACODE environment on OMEGA. To be able to run both GACODE and Julia on OMEGA (eg. to run NEO and TGLF) do the following:","category":"page"},{"location":"install_omega.html","page":"on OMEGA","title":"on OMEGA","text":"module load atom\nmodule unload gcc\nmodule unload env","category":"page"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"CurrentModule = IMAS","category":"page"},{"location":"dd.html#IMAS-data-structure","page":"Data Structure","title":"IMAS data structure","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"FUSE data is organized into hierarchical Interface Data Structures (IDSs), according to the ITER IMAS ontology. In addition to the usual IMAS IDSs (which we include on a need-by-need basis) FUSE also defines some of its own IDSs, to hold data that does not (yet?) fit into IMAS. Notable examples are the build, solid_mechanics, balance_of_plant, and costing IDSs.","category":"page"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"dd = IMAS.dd() (which stands for \"data dictionary\") is the root of the FUSE data structure","category":"page"},{"location":"dd.html#amns-data","page":"Data Structure","title":"amns data","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.amns_data{Float64} # hide","category":"page"},{"location":"dd.html#b-field-non-axisymmetric","page":"Data Structure","title":"b field non axisymmetric","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.b_field_non_axisymmetric{Float64} # hide","category":"page"},{"location":"dd.html#balance-of-plant","page":"Data Structure","title":"balance of plant","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.balance_of_plant{Float64} # hide","category":"page"},{"location":"dd.html#barometry","page":"Data Structure","title":"barometry","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.barometry{Float64} # hide","category":"page"},{"location":"dd.html#blanket","page":"Data Structure","title":"blanket","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.blanket{Float64} # hide","category":"page"},{"location":"dd.html#bolometer","page":"Data Structure","title":"bolometer","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.bolometer{Float64} # hide","category":"page"},{"location":"dd.html#bremsstrahlung-visible","page":"Data Structure","title":"bremsstrahlung visible","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.bremsstrahlung_visible{Float64} # hide","category":"page"},{"location":"dd.html#build","page":"Data Structure","title":"build","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.build{Float64} # hide","category":"page"},{"location":"dd.html#calorimetry","page":"Data Structure","title":"calorimetry","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.calorimetry{Float64} # hide","category":"page"},{"location":"dd.html#camera-ir","page":"Data Structure","title":"camera ir","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.camera_ir{Float64} # hide","category":"page"},{"location":"dd.html#camera-visible","page":"Data Structure","title":"camera visible","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.camera_visible{Float64} # hide","category":"page"},{"location":"dd.html#camera-x-rays","page":"Data Structure","title":"camera x rays","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.camera_x_rays{Float64} # hide","category":"page"},{"location":"dd.html#charge-exchange","page":"Data Structure","title":"charge exchange","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.charge_exchange{Float64} # hide","category":"page"},{"location":"dd.html#coils-non-axisymmetric","page":"Data Structure","title":"coils non axisymmetric","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.coils_non_axisymmetric{Float64} # hide","category":"page"},{"location":"dd.html#controllers","page":"Data Structure","title":"controllers","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.controllers{Float64} # hide","category":"page"},{"location":"dd.html#core-instant-changes","page":"Data Structure","title":"core instant changes","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.core_instant_changes{Float64} # hide","category":"page"},{"location":"dd.html#core-profiles","page":"Data Structure","title":"core profiles","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.core_profiles{Float64} # hide","category":"page"},{"location":"dd.html#core-sources","page":"Data Structure","title":"core sources","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.core_sources{Float64} # hide","category":"page"},{"location":"dd.html#core-transport","page":"Data Structure","title":"core transport","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.core_transport{Float64} # hide","category":"page"},{"location":"dd.html#costing","page":"Data Structure","title":"costing","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.costing{Float64} # hide","category":"page"},{"location":"dd.html#cryostat","page":"Data Structure","title":"cryostat","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.cryostat{Float64} # hide","category":"page"},{"location":"dd.html#dataset-description","page":"Data Structure","title":"dataset description","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.dataset_description{Float64} # hide","category":"page"},{"location":"dd.html#dataset-fair","page":"Data Structure","title":"dataset fair","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.dataset_fair{Float64} # hide","category":"page"},{"location":"dd.html#disruption","page":"Data Structure","title":"disruption","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.disruption{Float64} # hide","category":"page"},{"location":"dd.html#distribution-sources","page":"Data Structure","title":"distribution sources","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.distribution_sources{Float64} # hide","category":"page"},{"location":"dd.html#distributions","page":"Data Structure","title":"distributions","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.distributions{Float64} # hide","category":"page"},{"location":"dd.html#divertors","page":"Data Structure","title":"divertors","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.divertors{Float64} # hide","category":"page"},{"location":"dd.html#ec-launchers","page":"Data Structure","title":"ec launchers","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.ec_launchers{Float64} # hide","category":"page"},{"location":"dd.html#ece","page":"Data Structure","title":"ece","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.ece{Float64} # hide","category":"page"},{"location":"dd.html#edge-profiles","page":"Data Structure","title":"edge profiles","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.edge_profiles{Float64} # hide","category":"page"},{"location":"dd.html#edge-sources","page":"Data Structure","title":"edge sources","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.edge_sources{Float64} # hide","category":"page"},{"location":"dd.html#edge-transport","page":"Data Structure","title":"edge transport","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.edge_transport{Float64} # hide","category":"page"},{"location":"dd.html#em-coupling","page":"Data Structure","title":"em coupling","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.em_coupling{Float64} # hide","category":"page"},{"location":"dd.html#equilibrium","page":"Data Structure","title":"equilibrium","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.equilibrium{Float64} # hide","category":"page"},{"location":"dd.html#ferritic","page":"Data Structure","title":"ferritic","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.ferritic{Float64} # hide","category":"page"},{"location":"dd.html#focs","page":"Data Structure","title":"focs","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.focs{Float64} # hide","category":"page"},{"location":"dd.html#gas-injection","page":"Data Structure","title":"gas injection","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.gas_injection{Float64} # hide","category":"page"},{"location":"dd.html#gas-pumping","page":"Data Structure","title":"gas pumping","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.gas_pumping{Float64} # hide","category":"page"},{"location":"dd.html#gyrokinetics-local","page":"Data Structure","title":"gyrokinetics local","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.gyrokinetics_local{Float64} # hide","category":"page"},{"location":"dd.html#hard-x-rays","page":"Data Structure","title":"hard x rays","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.hard_x_rays{Float64} # hide","category":"page"},{"location":"dd.html#ic-antennas","page":"Data Structure","title":"ic antennas","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.ic_antennas{Float64} # hide","category":"page"},{"location":"dd.html#interferometer","page":"Data Structure","title":"interferometer","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.interferometer{Float64} # hide","category":"page"},{"location":"dd.html#iron-core","page":"Data Structure","title":"iron core","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.iron_core{Float64} # hide","category":"page"},{"location":"dd.html#langmuir-probes","page":"Data Structure","title":"langmuir probes","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.langmuir_probes{Float64} # hide","category":"page"},{"location":"dd.html#lh-antennas","page":"Data Structure","title":"lh antennas","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.lh_antennas{Float64} # hide","category":"page"},{"location":"dd.html#magnetics","page":"Data Structure","title":"magnetics","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.magnetics{Float64} # hide","category":"page"},{"location":"dd.html#mhd","page":"Data Structure","title":"mhd","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.mhd{Float64} # hide","category":"page"},{"location":"dd.html#mhd-linear","page":"Data Structure","title":"mhd linear","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.mhd_linear{Float64} # hide","category":"page"},{"location":"dd.html#mse","page":"Data Structure","title":"mse","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.mse{Float64} # hide","category":"page"},{"location":"dd.html#nbi","page":"Data Structure","title":"nbi","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.nbi{Float64} # hide","category":"page"},{"location":"dd.html#neutron-diagnostic","page":"Data Structure","title":"neutron diagnostic","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.neutron_diagnostic{Float64} # hide","category":"page"},{"location":"dd.html#neutronics","page":"Data Structure","title":"neutronics","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.neutronics{Float64} # hide","category":"page"},{"location":"dd.html#ntms","page":"Data Structure","title":"ntms","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.ntms{Float64} # hide","category":"page"},{"location":"dd.html#operational-instrumentation","page":"Data Structure","title":"operational instrumentation","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.operational_instrumentation{Float64} # hide","category":"page"},{"location":"dd.html#pellets","page":"Data Structure","title":"pellets","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.pellets{Float64} # hide","category":"page"},{"location":"dd.html#pf-active","page":"Data Structure","title":"pf active","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.pf_active{Float64} # hide","category":"page"},{"location":"dd.html#pf-passive","page":"Data Structure","title":"pf passive","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.pf_passive{Float64} # hide","category":"page"},{"location":"dd.html#pf-plasma","page":"Data Structure","title":"pf plasma","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.pf_plasma{Float64} # hide","category":"page"},{"location":"dd.html#plasma-initiation","page":"Data Structure","title":"plasma initiation","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.plasma_initiation{Float64} # hide","category":"page"},{"location":"dd.html#polarimeter","page":"Data Structure","title":"polarimeter","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.polarimeter{Float64} # hide","category":"page"},{"location":"dd.html#pulse-schedule","page":"Data Structure","title":"pulse schedule","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.pulse_schedule{Float64} # hide","category":"page"},{"location":"dd.html#radiation","page":"Data Structure","title":"radiation","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.radiation{Float64} # hide","category":"page"},{"location":"dd.html#real-time-data","page":"Data Structure","title":"real time data","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.real_time_data{Float64} # hide","category":"page"},{"location":"dd.html#reflectometer-fluctuation","page":"Data Structure","title":"reflectometer fluctuation","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.reflectometer_fluctuation{Float64} # hide","category":"page"},{"location":"dd.html#reflectometer-profile","page":"Data Structure","title":"reflectometer profile","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.reflectometer_profile{Float64} # hide","category":"page"},{"location":"dd.html#refractometer","page":"Data Structure","title":"refractometer","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.refractometer{Float64} # hide","category":"page"},{"location":"dd.html#requirements","page":"Data Structure","title":"requirements","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.requirements{Float64} # hide","category":"page"},{"location":"dd.html#runaway-electrons","page":"Data Structure","title":"runaway electrons","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.runaway_electrons{Float64} # hide","category":"page"},{"location":"dd.html#sawteeth","page":"Data Structure","title":"sawteeth","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.sawteeth{Float64} # hide","category":"page"},{"location":"dd.html#soft-x-rays","page":"Data Structure","title":"soft x rays","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.soft_x_rays{Float64} # hide","category":"page"},{"location":"dd.html#solid-mechanics","page":"Data Structure","title":"solid mechanics","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.solid_mechanics{Float64} # hide","category":"page"},{"location":"dd.html#spectrometer-mass","page":"Data Structure","title":"spectrometer mass","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.spectrometer_mass{Float64} # hide","category":"page"},{"location":"dd.html#spectrometer-uv","page":"Data Structure","title":"spectrometer uv","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.spectrometer_uv{Float64} # hide","category":"page"},{"location":"dd.html#spectrometer-visible","page":"Data Structure","title":"spectrometer visible","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.spectrometer_visible{Float64} # hide","category":"page"},{"location":"dd.html#spectrometer-x-ray-crystal","page":"Data Structure","title":"spectrometer x ray crystal","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.spectrometer_x_ray_crystal{Float64} # hide","category":"page"},{"location":"dd.html#spi","page":"Data Structure","title":"spi","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.spi{Float64} # hide","category":"page"},{"location":"dd.html#stability","page":"Data Structure","title":"stability","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.stability{Float64} # hide","category":"page"},{"location":"dd.html#summary","page":"Data Structure","title":"summary","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.summary{Float64} # hide","category":"page"},{"location":"dd.html#temporary","page":"Data Structure","title":"temporary","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.temporary{Float64} # hide","category":"page"},{"location":"dd.html#tf","page":"Data Structure","title":"tf","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.tf{Float64} # hide","category":"page"},{"location":"dd.html#thomson-scattering","page":"Data Structure","title":"thomson scattering","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.thomson_scattering{Float64} # hide","category":"page"},{"location":"dd.html#transport-solver-numerics","page":"Data Structure","title":"transport solver numerics","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.transport_solver_numerics{Float64} # hide","category":"page"},{"location":"dd.html#turbulence","page":"Data Structure","title":"turbulence","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.turbulence{Float64} # hide","category":"page"},{"location":"dd.html#wall","page":"Data Structure","title":"wall","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.wall{Float64} # hide","category":"page"},{"location":"dd.html#waves","page":"Data Structure","title":"waves","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.waves{Float64} # hide","category":"page"},{"location":"dd.html#workflow","page":"Data Structure","title":"workflow","text":"","category":"section"},{"location":"dd.html","page":"Data Structure","title":"Data Structure","text":"using IMASdd # hide\nIMASdd.workflow{Float64} # hide","category":"page"},{"location":"index.html#FUSE.jl","page":"Main","title":"FUSE.jl","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"FUSE (FUsion Synthesis Engine) is an open-source framework for the integrated design of Fusion Power Plants (FPP). Originally developed by General Atomics, FUSE is now publicly available under the Apache 2.0 license.","category":"page"},{"location":"index.html#2024-Code-Camp","page":"Main","title":"📢 2024 Code Camp 📢","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"Date: Dec 9th - 13th\nLocation: In person @ General Atomics\nAgenda: here\nSeats: All out! Join us on Discord to know of upcoming events!","category":"page"},{"location":"index.html#Resources","page":"Main","title":"Resources","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"Here are some key resources for getting started with FUSE:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"📚 Online documentation\n🎤 Overview presentation\n📜 Preprint publication\n🆘 Discord community\n🗒️ Weekly devs meeting minutes","category":"page"},{"location":"index.html#Objectives","page":"Main","title":"Objectives","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"FUSE aims to achieve the following objectives:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"⚡ Provide a highly efficient, modular framework that tightly couples models across different domains.\n🧩 Integrate plasma physics, engineering, control, balance of plant, and costing systems.\n🤖 Leverage machine learning to overcome the typical fidelity/speed tradeoff in simulations.\n⏱️ Support both stationary and time-dependent simulations.\n💻 Harness parallelism and high-performance computing (HPC) for large-scale studies.\n🎯 Perform multi-objective constrained optimization to explore design tradeoffs.\n🔍 Enable comprehensive sensitivity analysis and uncertainty quantification.","category":"page"},{"location":"index.html#Basic-Concepts","page":"Main","title":"Basic Concepts","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"FUSE is entirely written in Julia and is structured around the following core concepts:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"📂 Data storage: All data is stored in the dd structure, which follows the ITER IMAS ontology.\n🧠 Actors: The core components of FUSE simulations are physics and engineering actors.\n🕹️ Control: Actor functionality is governed by act parameters.\n🚀 Initialization: The data structure can be initialized from 0D ini parameters.\n🔧 Use cases: FUSE includes templates for various machines (e.g., FPP, ITER, ARC).\n🔄 Workflows: Self-contained studies and optimizations are conducted via workflows, typically involving multiple FUSE simulations.\n🌍 Interoperability: FUSE interfaces with existing modeling tools like OMFIT/OMAS and the IMAS ecosystem.","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"A diagram illustrating these concepts is provided below: (Image: FUSE Diagram)","category":"page"},{"location":"index.html#Usage-Example","page":"Main","title":"Usage Example","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"Here’s a simple example of setting up and running a FUSE simulation in Julia:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"using FUSE\n\n# Obtain `ini` and `act` parameters for a specific use case\nini, act = FUSE.case_parameters(:FPP)\n\n# Initialize the `dd` structure from 0D `ini` parameters\ndd = FUSE.init(ini, act)\n\n# Run a stationary plasma actor simulation\nFUSE.ActorStationaryPlasma(dd, act)\n\n# Get an overview of the simulation results\nFUSE.digest(dd)","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"Make sure to take a look at the introductory tutorial and examples.","category":"page"},{"location":"index.html#Installation","page":"Main","title":"Installation","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"FUSE and its related packages are available through the FuseRegistry. To install:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"Install Julia\nAdd the FuseRegistry and General registries, then install FUSE:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"using Pkg\nPkg.Registry.add(RegistrySpec(url=\"https://github.com/ProjectTorreyPines/FuseRegistry.jl.git\"))\nPkg.Registry.add(\"General\")\nPkg.add(\"FUSE\")","category":"page"},{"location":"index.html#Citation","page":"Main","title":"Citation","text":"","category":"section"},{"location":"index.html","page":"Main","title":"Main","text":"Please cite this work as follows:","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"@article{meneghini2024fuse,\nauthor = {Meneghini, O. and Slendebroek, T. and Lyons, B.C. and McLaughlin, K. and McClenaghan, J. and Stagner, L. and Harvey, J. and Neiser, T.F. and Ghiozzi, A. and Dose, G. and Guterl, J. and Zalzali, A. and Cote, T. and Shi, N. and Weisberg, D. and Smith, S.P. and Grierson, B.A. and Candy, J.},\ndoi = {10.48550/arXiv.2409.05894},\njournal = {arXiv},\ntitle = {{FUSE (Fusion Synthesis Engine): A Next Generation Framework for Integrated Design of Fusion Pilot Plants}},\nyear = {2024}\n}","category":"page"},{"location":"index.html","page":"Main","title":"Main","text":"Last update on 2024-11-15T01:48:30.506","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"EditURL = \"tutorial.jl\"","category":"page"},{"location":"tutorial.html#FUSE-Introductory-Tutorial","page":"Tutorial","title":"FUSE Introductory Tutorial","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Download this tutorial from the FuseExamples repository","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"NOTE: Julia is a Just In Time (JIT) programming language. The first time something is executed it will take longer because of the compilation process. Subsequent calls the the same code will be blazingly fast.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Import the necessary packages","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"using Plots # for plotting\nusing FUSE # this will also import IMAS in the current namespace","category":"page"},{"location":"tutorial.html#Starting-from-a-use-case","page":"Tutorial","title":"Starting from a use-case","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE comes with some predefined use-cases, some of which are used for regression testing. Note that some use cases are for non-nuclear experiments and certain Actors like Blankets or BalanceOfPlant will not perform any actions.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.test_cases","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Get initial parameters (ini) and actions (act) for a given use-case","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"ini, act = FUSE.case_parameters(:KDEMO);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Modifying ini parameters.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"ini.equilibrium.B0 = 7.8\nini.equilibrium.R0 = 6.5;\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Modifying act parameters.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"act.ActorCoreTransport.model = :FluxMatcher;\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Initialize the data dictionary (dd) using the 0D parameters.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"NOTE: init() does not return a self-consistent solution, just a plausible starting point to initialize our simulations!","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd = FUSE.init(ini, act);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Using checkpoints to save and restore states (we'll use this later)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"empty!(FUSE.checkpoint)\n@checkin :init dd ini act","category":"page"},{"location":"tutorial.html#Exploring-the-data-dictionary","page":"Tutorial","title":"Exploring the data dictionary","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE stores data following the IMAS data schema.\nThe root of the data structure is dd, which stands for \"Data Dictionary\".\nMore details are available in the documentation.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Display part of the equilibrium data in dd","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd.equilibrium.time_slice[2].boundary","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"this can be done up to a certain depth with print_tree","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"print_tree(dd.equilibrium.time_slice[2].boundary; maxdepth=1)","category":"page"},{"location":"tutorial.html#Plotting-data-from-dd","page":"Tutorial","title":"Plotting data from dd","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE provides Plots.jl recipes for visualizing data from dd, this means different plots are shown by calling the same plot() function on different items in the data structure. Learn more about Plots.jl here","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"For example plotting the equilibrium...","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.equilibrium)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"...or the core profiles","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.core_profiles)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Whant to know what arguments can be passed? use help_plot() function","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"help_plot(dd.equilibrium; core_profiles_overlay=true, psi_levels_in=21, psi_levels_out=5, show_secondary_separatrix=true, coordinate=:psi_norm)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"These plots can be composed by calling plot!() instead of plot()","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.equilibrium; color=:gray, cx=true)\nplot!(dd.build; equilibrium=false, pf_active=false)\nplot!(dd.pf_active)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Plotting an array...","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.core_profiles.profiles_1d[1].pressure_thermal)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"...is different from plotting a field from the IDS (which plots the quantity against its coordinate and with units)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.core_profiles.profiles_1d[1], :pressure_thermal)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Customizing plot attributes:","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.core_profiles.profiles_1d[1], :pressure_thermal; label=\"\", linewidth=2, color=:red, labelfontsize=25)","category":"page"},{"location":"tutorial.html#Working-with-time-series","page":"Tutorial","title":"Working with time series","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The IMAS data structure supports time-dependent data, and IMAS.jl provides ways to handle time data efficiently.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Each dd has a global_time attribute, and actors operate at such time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd.global_time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Here we see that equilibrium has mulitiple time_slices","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd.equilibrium.time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Accessing time-dependent arrays of structures, via integer index","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"eqt = dd.equilibrium.time_slice[2]\neqt.time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"At a given time, by passing the time as a floating point number (in seconds)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"eqt = dd.equilibrium.time_slice[0.0]\neqt.time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"At the global time, leaving the square brackets empty","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"eqt = dd.equilibrium.time_slice[]\neqt.time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Using the @ddtime macro to access and modify time-dependent arrays at dd.global_time:","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd.equilibrium.vacuum_toroidal_field.b0","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Accessing data at dd.global_time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"my_b0 = @ddtime(dd.equilibrium.vacuum_toroidal_field.b0)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Writin data at dd.global_time","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"@ddtime(dd.equilibrium.vacuum_toroidal_field.b0 = my_b0 + 1)\n\ndd.equilibrium.vacuum_toroidal_field.b0","category":"page"},{"location":"tutorial.html#Expressions-in-dd","page":"Tutorial","title":"Expressions in dd","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Some fields in the data dictionary are expressions (ie. Functions). For example dd.core_profiles.profiles_1d[].pressure is dynamically calculated as the product of thermal densities and temperature with addition of fast ions contributions","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"print_tree(dd.core_profiles.profiles_1d[1]; maxdepth=1)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"accessing a dynamic expression, automatically evaluates it (in the pressure example, we get an array with data)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd.core_profiles.profiles_1d[1].electrons.pressure","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"In addition to evaluating expressions by accessing them, expressions in the tree can be evaluated using IMAS.freeze()","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"print_tree(IMAS.freeze(dd.core_profiles.profiles_1d[1]); maxdepth=1)","category":"page"},{"location":"tutorial.html#Whole-facility-design","page":"Tutorial","title":"Whole facility design","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Here we restore the :init checkpoint that we had previously stored. Resetting any changes to dd, ini, and act that we did in the meantime.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"@checkout :init dd ini act","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Actors in FUSE can be executed by passing two arguments to them: dd and act. Internally, actors can call other actors, creating workflows. For example, the ActorWholeFacility can be used to to get a self-consistent stationary whole facility design. The actors: print statements with their nested output tell us what actors are calling other actors.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorWholeFacility(dd, act);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Like before we can checkpoint results for later use","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"@checkin :awf dd ini act","category":"page"},{"location":"tutorial.html#Running-a-custom-workflow","page":"Tutorial","title":"Running a custom workflow","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Let's now run a series of actors similar to what ActorWholeFacility does and play around with plotting to get a sense of what each individual actor does.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Let's start again from after the initialization stage","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"@checkout :init dd ini act","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Let's start by positioning the PF coils, so that we stand a chance to reproduce the desired plasma shape. This will be important to ensure the stability of the ActorStationaryPlasma that we are going to run next.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"actor = FUSE.ActorPFdesign(dd, act);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The ActorStationaryPlasma iterates between plasma transport, pedestal, equilibrium and sources to return a self-consistent plasma solution","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"peq = plot(dd.equilibrium; label=\"before\")\npcp = plot(dd.core_profiles; color=:gray, label=\"before\")\nFUSE.ActorStationaryPlasma(dd, act);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"we can compare equilibrium before and after the self-consistency loop","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot!(peq, dd.equilibrium; label=\"after\")","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"we can compare core_profiles before and after the self-consistency loop","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot!(pcp, dd.core_profiles; label=\"after\")","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"here are the sources","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.core_sources)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"and the flux-matched transport","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.core_transport)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"HFS sizing actor changes the thickness of the OH and TF layers on the high field side to satisfy current and stresses constraints","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.build)\nFUSE.ActorHFSsizing(dd, act);\nplot!(dd.build; cx=false)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The stresses on the center stack are stored in the solid_mechanics IDS","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.solid_mechanics.center_stack.stress)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"LFS sizing actors change location of the outer TF leg to meet ripple requirements","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(dd.build)\nFUSE.ActorLFSsizing(dd, act);\nplot!(dd.build; cx=false)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"A custom show() method is defined to print the summary of dd.build.layer","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd.build.layer","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"ActorHFSsizing and ActorLFSsizing only change the layer's thicknesses, so we then need to trigger a build of the 2D cross-sections after them:","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorCXbuild(dd, act);\nplot(dd.build)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Generate passive structures information (for now the vacuum vessel)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorPassiveStructures(dd, act)\nplot(dd.pf_passive)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"We can now give the PF coils their final position given the new build","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"actor = FUSE.ActorPFdesign(dd, act);\nplot(actor)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"With information about both pfactive and pfpassive we can now evaluate vertical stability","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorVerticalStability(dd, act)\nIMAS.freeze(dd.mhd_linear)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The ActorNeutronics calculates the heat flux on the first wall","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorNeutronics(dd, act);\np = plot(; layout=2, size=(900, 350))\nplot!(p, dd.neutronics.time_slice[].wall_loading, subplot=1)\nplot!(p, FUSE.define_neutrons(dd, 100000)[1], dd.equilibrium.time_slice[]; subplot=1, colorbar_entry=false)\nplot!(p, dd.neutronics.time_slice[].wall_loading; cx=false, subplot=2, ylabel=\"\")","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The ActorBlanket will change the thickess of the first wall, breeder, shield, and Li6 enrichment to achieve target TBR","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorBlanket(dd, act);\nprint_tree(IMAS.freeze(dd.blanket); maxdepth=5)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The ActorDivertors actor calculates the divertors heat flux","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorDivertors(dd, act);\nprint_tree(IMAS.freeze(dd.divertors); maxdepth=4)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"The ActorBalanceOfPlant calculates the optimal cooling flow rates for the heat sources (breeder, divertor, and wall) and get an efficiency for the electricity conversion cycle","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"actor = FUSE.ActorBalanceOfPlant(dd, act);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"plot(actor)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"ActorCosting will break down the capital and operational costs","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.ActorCosting(dd, act)\nplot(dd.costing)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Let's checkpoint our results","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"@checkin :manual dd ini act","category":"page"},{"location":"tutorial.html#Saving-and-loading-data","page":"Tutorial","title":"Saving and loading data","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"tutorial_temp_dir = tempdir()\nfilename = joinpath(tutorial_temp_dir, \"$(ini.general.casename).json\")","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"When saving data to be shared outside of FUSE, one can set freeze=true so that all expressions in the dd are evaluated and saved to file.","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"IMAS.imas2json(dd, filename; freeze=false, strict=false);\nnothing #hide","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Load from JSON","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd1 = IMAS.json2imas(filename);\nnothing #hide","category":"page"},{"location":"tutorial.html#Comparing-two-IDSs","page":"Tutorial","title":"Comparing two IDSs","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"We can introduce a change in the dd1 and spot it with the diff function","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"dd1.equilibrium.time_slice[1].time = -100.0\nIMAS.diff(dd.equilibrium, dd1.equilibrium)","category":"page"},{"location":"tutorial.html#Summary","page":"Tutorial","title":"Summary","text":"","category":"section"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Snapshot of dd in 0D quantities (evaluated at dd.global_time)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"FUSE.extract(dd)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"Extract + plots saved to PDF (or printed to screen it filename is omitted)","category":"page"},{"location":"tutorial.html","page":"Tutorial","title":"Tutorial","text":"filename = joinpath(tutorial_temp_dir, \"$(ini.general.casename).pdf\")\nFUSE.digest(dd)#, filename)","category":"page"}] +} diff --git a/v0.1.38/siteinfo.js b/v0.1.38/siteinfo.js new file mode 100644 index 000000000..ce4ce6f78 --- /dev/null +++ b/v0.1.38/siteinfo.js @@ -0,0 +1 @@ +var DOCUMENTER_CURRENT_VERSION = "v0.1.38"; diff --git a/v0.1.38/tutorial-031b9020.svg b/v0.1.38/tutorial-031b9020.svg new file mode 100644 index 000000000..dc153df60 --- /dev/null +++ b/v0.1.38/tutorial-031b9020.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-119e45a6.svg b/v0.1.38/tutorial-119e45a6.svg new file mode 100644 index 000000000..46a0af8a3 --- /dev/null +++ b/v0.1.38/tutorial-119e45a6.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-1723159f.svg b/v0.1.38/tutorial-1723159f.svg new file mode 100644 index 000000000..bb3640c9a --- /dev/null +++ b/v0.1.38/tutorial-1723159f.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-1a7734f5.svg b/v0.1.38/tutorial-1a7734f5.svg new file mode 100644 index 000000000..efa57f1f7 --- /dev/null +++ b/v0.1.38/tutorial-1a7734f5.svg @@ -0,0 +1,552 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-2016ac82.svg b/v0.1.38/tutorial-2016ac82.svg new file mode 100644 index 000000000..21f8ddceb --- /dev/null +++ b/v0.1.38/tutorial-2016ac82.svg @@ -0,0 +1,2937 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-2027fdb2.svg b/v0.1.38/tutorial-2027fdb2.svg new file mode 100644 index 000000000..73eb4762c --- /dev/null +++ b/v0.1.38/tutorial-2027fdb2.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-33d8125f.svg b/v0.1.38/tutorial-33d8125f.svg new file mode 100644 index 000000000..e75265930 --- /dev/null +++ b/v0.1.38/tutorial-33d8125f.svg @@ -0,0 +1,528 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-3c5c5e28.svg b/v0.1.38/tutorial-3c5c5e28.svg new file mode 100644 index 000000000..43d982b74 --- /dev/null +++ b/v0.1.38/tutorial-3c5c5e28.svg @@ -0,0 +1,709 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-4c7fda45.svg b/v0.1.38/tutorial-4c7fda45.svg new file mode 100644 index 000000000..6c4b2c730 --- /dev/null +++ b/v0.1.38/tutorial-4c7fda45.svg @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-4f0c8da8.svg b/v0.1.38/tutorial-4f0c8da8.svg new file mode 100644 index 000000000..fbb99987b --- /dev/null +++ b/v0.1.38/tutorial-4f0c8da8.svg @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-63e33e95.svg b/v0.1.38/tutorial-63e33e95.svg new file mode 100644 index 000000000..51e8f10cd --- /dev/null +++ b/v0.1.38/tutorial-63e33e95.svg @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-7bc2c731.svg b/v0.1.38/tutorial-7bc2c731.svg new file mode 100644 index 000000000..9007b5248 --- /dev/null +++ b/v0.1.38/tutorial-7bc2c731.svg @@ -0,0 +1,704 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-7d2245f2.svg b/v0.1.38/tutorial-7d2245f2.svg new file mode 100644 index 000000000..d9d718865 --- /dev/null +++ b/v0.1.38/tutorial-7d2245f2.svg @@ -0,0 +1,684 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-9aabd681.svg b/v0.1.38/tutorial-9aabd681.svg new file mode 100644 index 000000000..557c6d99c --- /dev/null +++ b/v0.1.38/tutorial-9aabd681.svg @@ -0,0 +1,807 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-9dd3e3cd.svg b/v0.1.38/tutorial-9dd3e3cd.svg new file mode 100644 index 000000000..3560014cb --- /dev/null +++ b/v0.1.38/tutorial-9dd3e3cd.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-b03bd77b.svg b/v0.1.38/tutorial-b03bd77b.svg new file mode 100644 index 000000000..e3ea17f36 --- /dev/null +++ b/v0.1.38/tutorial-b03bd77b.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial-d2c02444.svg b/v0.1.38/tutorial-d2c02444.svg new file mode 100644 index 000000000..44d5b7525 --- /dev/null +++ b/v0.1.38/tutorial-d2c02444.svg @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v0.1.38/tutorial.html b/v0.1.38/tutorial.html new file mode 100644 index 000000000..8f929d3cc --- /dev/null +++ b/v0.1.38/tutorial.html @@ -0,0 +1,451 @@ + +Tutorial · FUSE

FUSE Introductory Tutorial

Download this tutorial from the FuseExamples repository


NOTE: Julia is a Just In Time (JIT) programming language. The first time something is executed it will take longer because of the compilation process. Subsequent calls the the same code will be blazingly fast.


Import the necessary packages

using Plots # for plotting
+using FUSE # this will also import IMAS in the current namespace

Starting from a use-case

FUSE comes with some predefined use-cases, some of which are used for regression testing. Note that some use cases are for non-nuclear experiments and certain Actors like Blankets or BalanceOfPlant will not perform any actions.

FUSE.test_cases
ARC             ini, act = FUSE.case_parameters(:ARC)
+CAT             ini, act = FUSE.case_parameters(:CAT)
+D3D             ini, act = FUSE.case_parameters(:D3D; scenario=:default)
+D3D_Hmode       ini, act = FUSE.case_parameters(:D3D; scenario_sources=true, scenario=:H_mode)
+D3D_Lmode       ini, act = FUSE.case_parameters(:D3D; scenario_sources=false, scenario=:L_mode)
+DTT             ini, act = FUSE.case_parameters(:DTT)
+EXCITE          ini, act = FUSE.case_parameters(:EXCITE)
+FPP             ini, act = FUSE.case_parameters(:FPP)
+ITER_ods        ini, act = FUSE.case_parameters(:ITER; init_from=:ods)
+ITER_scalars    ini, act = FUSE.case_parameters(:ITER; init_from=:scalars)
+JET_HDB5        ini, act = FUSE.case_parameters(:HDB5; case=500, tokamak=:JET)
+KDEMO           ini, act = FUSE.case_parameters(:KDEMO)
+KDEMO_compact   ini, act = FUSE.case_parameters(:KDEMO_compact)
+MANTA           ini, act = FUSE.case_parameters(:MANTA)
+SPARC           ini, act = FUSE.case_parameters(:SPARC; init_from=:ods)
+

Get initial parameters (ini) and actions (act) for a given use-case

ini, act = FUSE.case_parameters(:KDEMO);

Modifying ini parameters.

ini.equilibrium.B0 = 7.8
+ini.equilibrium.R0 = 6.5;

Modifying act parameters.

act.ActorCoreTransport.model = :FluxMatcher;

Initialize the data dictionary (dd) using the 0D parameters.

NOTE: init() does not return a self-consistent solution, just a plausible starting point to initialize our simulations!

dd = FUSE.init(ini, act);
actors: Equilibrium
+actors:  TEQUILA
+actors: HCD
+actors:  SimpleEC
+actors:  SimpleIC
+actors:  SimpleLH
+actors:  SimpleNB
+actors:  SimplePellet
+actors: Current
+actors:  SteadyStateCurrent
+actors: CXbuild
+actors: PassiveStructures

Using checkpoints to save and restore states (we'll use this later)

empty!(FUSE.checkpoint)
+@checkin :init dd ini act

Exploring the data dictionary

  • FUSE stores data following the IMAS data schema.
  • The root of the data structure is dd, which stands for "Data Dictionary".
  • More details are available in the documentation.

Display part of the equilibrium data in dd

dd.equilibrium.time_slice[2].boundary
boundary
+├─ elongation ➡ 1.99926
+├─ elongation_lowerFunction
+├─ elongation_upperFunction
+├─ geometric_axis
+│  ├─ r ➡ 6.49971 [m]
+│  └─ z ➡ -0.00101717 [m]
+├─ minor_radius ➡ 2.00728 [m]
+├─ outline
+│  ├─ r241-element Vector{Float64} [m]
+│  │      min:4.51   avg:6.28   max:8.52 
+│  └─ z241-element Vector{Float64} [m]
+│         min:-4.08   avg:-0.03   max:3.93 
+├─ ovality ➡ 0.00308297
+├─ squareness ➡ -0.00753311
+├─ squareness_lower_innerFunction
+├─ squareness_lower_outerFunction
+├─ squareness_upper_innerFunction
+├─ squareness_upper_outerFunction
+├─ strike_point
+│  ├─ 1
+│  │  ├─ r ➡ 5.44008 [m]
+│  │  └─ z ➡ -5.01853 [m]
+│  └─ 2
+│     ├─ r ➡ 4.24377 [m]
+│     └─ z ➡ -4.48402 [m]
+├─ tilt ➡ -0.00645963
+├─ triangularity ➡ 0.585259
+├─ triangularity_lowerFunction
+├─ triangularity_upperFunction
+├─ twist ➡ 0.00262375
+└─ x_point
+   ├─ 1
+   │  ├─ r ➡ 5.10505 [m]
+   │  └─ z ➡ -4.08783 [m]
+   └─ 2
+      ├─ r ➡ 4.88353 [m]
+      └─ z ➡ 4.34169 [m]
+

this can be done up to a certain depth with print_tree

print_tree(dd.equilibrium.time_slice[2].boundary; maxdepth=1)
boundary
+├─ elongation ➡ 1.99926
+├─ elongation_lower ➡ Function
+├─ elongation_upper ➡ Function
+├─ geometric_axis
+│  ⋮
+│
+├─ minor_radius ➡ 2.00728 [m]
+├─ outline
+│  ⋮
+│
+├─ ovality ➡ 0.00308297
+├─ squareness ➡ -0.00753311
+├─ squareness_lower_inner ➡ Function
+├─ squareness_lower_outer ➡ Function
+├─ squareness_upper_inner ➡ Function
+├─ squareness_upper_outer ➡ Function
+├─ strike_point
+│  ⋮
+│
+├─ tilt ➡ -0.00645963
+├─ triangularity ➡ 0.585259
+├─ triangularity_lower ➡ Function
+├─ triangularity_upper ➡ Function
+├─ twist ➡ 0.00262375
+└─ x_point
+   ⋮

Plotting data from dd

FUSE provides Plots.jl recipes for visualizing data from dd, this means different plots are shown by calling the same plot() function on different items in the data structure. Learn more about Plots.jl here

For example plotting the equilibrium...

plot(dd.equilibrium)
Example block output

...or the core profiles

plot(dd.core_profiles)
Example block output

Whant to know what arguments can be passed? use help_plot() function

help_plot(dd.equilibrium; core_profiles_overlay=true, psi_levels_in=21, psi_levels_out=5, show_secondary_separatrix=true, coordinate=:psi_norm)
Example block output

These plots can be composed by calling plot!() instead of plot()

plot(dd.equilibrium; color=:gray, cx=true)
+plot!(dd.build; equilibrium=false, pf_active=false)
+plot!(dd.pf_active)
Example block output

Plotting an array...

plot(dd.core_profiles.profiles_1d[1].pressure_thermal)
Example block output

...is different from plotting a field from the IDS (which plots the quantity against its coordinate and with units)

plot(dd.core_profiles.profiles_1d[1], :pressure_thermal)
Example block output

Customizing plot attributes:

plot(dd.core_profiles.profiles_1d[1], :pressure_thermal; label="", linewidth=2, color=:red, labelfontsize=25)
Example block output

Working with time series

The IMAS data structure supports time-dependent data, and IMAS.jl provides ways to handle time data efficiently.

Each dd has a global_time attribute, and actors operate at such time

dd.global_time
0.0

Here we see that equilibrium has mulitiple time_slices

dd.equilibrium.time
2-element Vector{Float64}:
+ -Inf
+   0.0

Accessing time-dependent arrays of structures, via integer index

eqt = dd.equilibrium.time_slice[2]
+eqt.time
0.0

At a given time, by passing the time as a floating point number (in seconds)

eqt = dd.equilibrium.time_slice[0.0]
+eqt.time
0.0

At the global time, leaving the square brackets empty

eqt = dd.equilibrium.time_slice[]
+eqt.time
0.0

Using the @ddtime macro to access and modify time-dependent arrays at dd.global_time:

dd.equilibrium.vacuum_toroidal_field.b0
2-element Vector{Float64}:
+ 7.80034989842101
+ 7.80034989842101

Accessing data at dd.global_time

my_b0 = @ddtime(dd.equilibrium.vacuum_toroidal_field.b0)
7.80034989842101

Writin data at dd.global_time

@ddtime(dd.equilibrium.vacuum_toroidal_field.b0 = my_b0 + 1)
+
+dd.equilibrium.vacuum_toroidal_field.b0
2-element Vector{Float64}:
+ 7.80034989842101
+ 8.800349898421011

Expressions in dd

Some fields in the data dictionary are expressions (ie. Functions). For example dd.core_profiles.profiles_1d[].pressure is dynamically calculated as the product of thermal densities and temperature with addition of fast ions contributions

print_tree(dd.core_profiles.profiles_1d[1]; maxdepth=1)
1
+├─ conductivity_parallel ➡ Function [ohm^-1.m^-1]
+├─ electrons
+│  ⋮
+│
+├─ grid
+│  ⋮
+│
+├─ ion
+│  ⋮
+│
+├─ j_bootstrap ➡ 101-element Vector{Float64} [A/m^2]
+│                min:8.02e+03   avg:1.71e+05   max:4.68e+05
+├─ j_non_inductive ➡ 101-element Vector{Float64} [A/m^2]
+│                    min:8.02e+03   avg:8.9e+05   max:5.23e+06
+├─ j_ohmic ➡ 101-element Vector{Float64} [A/m^2]
+│            min:378   avg:3.59e+05   max:1.15e+06
+├─ j_tor ➡ 101-element Vector{Float64} [A/m^2]
+│          min:7e+03   avg:1.27e+06   max:6.52e+06
+├─ j_total ➡ 101-element Vector{Float64} [A/m^2]
+│            min:8.4e+03   avg:1.25e+06   max:6.35e+06
+├─ pressure ➡ Function [Pa]
+├─ pressure_ion_total ➡ Function [Pa]
+├─ pressure_parallel ➡ Function [Pa]
+├─ pressure_perpendicular ➡ Function [Pa]
+├─ pressure_thermal ➡ Function [Pa]
+├─ rotation_frequency_tor_sonic ➡ 101-element Vector{Float64} [s^-1]
+│                                 all:0
+├─ t_i_average ➡ Function [eV]
+├─ time ➡ 0 [s]
+└─ zeff ➡ 101-element Vector{Float64}
+          all:2

accessing a dynamic expression, automatically evaluates it (in the pressure example, we get an array with data)

dd.core_profiles.profiles_1d[1].electrons.pressure
101-element Vector{Float64}:
+ 404069.7674418606
+ 402676.39614741056
+ 401188.69386268617
+ 399538.217176196
+ 397724.14560254384
+ 395750.4731921339
+ 393622.078210206
+ 391343.9022614207
+ 388920.7411999893
+ 386357.19999876065
+      ⋮
+  42719.87665551564
+  40586.07330511076
+  37459.269373948504
+  32406.321396106454
+  24688.808073507695
+  14967.908148062737
+   6626.039795948137
+   1990.951110677052
+    218.31440777766358

In addition to evaluating expressions by accessing them, expressions in the tree can be evaluated using IMAS.freeze()

print_tree(IMAS.freeze(dd.core_profiles.profiles_1d[1]); maxdepth=1)
profiles_1d
+├─ conductivity_parallel ➡ 101-element Vector{Float64} [ohm^-1.m^-1]
+│                          min:2.88e+06   avg:4.1e+09   max:1.36e+10
+├─ electrons
+│  ⋮
+│
+├─ grid
+│  ⋮
+│
+├─ ion
+│  ⋮
+│
+├─ j_bootstrap ➡ 101-element Vector{Float64} [A/m^2]
+│                min:8.02e+03   avg:1.71e+05   max:4.68e+05
+├─ j_non_inductive ➡ 101-element Vector{Float64} [A/m^2]
+│                    min:8.02e+03   avg:8.9e+05   max:5.23e+06
+├─ j_ohmic ➡ 101-element Vector{Float64} [A/m^2]
+│            min:378   avg:3.59e+05   max:1.15e+06
+├─ j_tor ➡ 101-element Vector{Float64} [A/m^2]
+│          min:7e+03   avg:1.27e+06   max:6.52e+06
+├─ j_total ➡ 101-element Vector{Float64} [A/m^2]
+│            min:8.4e+03   avg:1.25e+06   max:6.35e+06
+├─ pressure ➡ 101-element Vector{Float64} [Pa]
+│             min:413   avg:4.6e+05   max:9.45e+05
+├─ pressure_ion_total ➡ 101-element Vector{Float64} [Pa]
+│                       min:195   avg:1.86e+05   max:3.6e+05
+├─ pressure_parallel ➡ 101-element Vector{Float64} [Pa]
+│                      min:138   avg:1.53e+05   max:3.15e+05
+├─ pressure_perpendicular ➡ 101-element Vector{Float64} [Pa]
+│                           min:138   avg:1.53e+05   max:3.15e+05
+├─ pressure_thermal ➡ 101-element Vector{Float64} [Pa]
+│                     min:413   avg:3.95e+05   max:7.65e+05
+├─ rotation_frequency_tor_sonic ➡ 101-element Vector{Float64} [s^-1]
+│                                 all:0
+├─ t_i_average ➡ 101-element Vector{Float64} [eV]
+│                min:80   avg:1.48e+04   max:2.64e+04
+├─ time ➡ 0 [s]
+└─ zeff ➡ 101-element Vector{Float64}
+          all:2

Whole facility design

Here we restore the :init checkpoint that we had previously stored. Resetting any changes to dd, ini, and act that we did in the meantime.

@checkout :init dd ini act

Actors in FUSE can be executed by passing two arguments to them: dd and act. Internally, actors can call other actors, creating workflows. For example, the ActorWholeFacility can be used to to get a self-consistent stationary whole facility design. The actors: print statements with their nested output tell us what actors are calling other actors.

FUSE.ActorWholeFacility(dd, act);
+nothing #hide

Like before we can checkpoint results for later use

@checkin :awf dd ini act

Running a custom workflow

Let's now run a series of actors similar to what ActorWholeFacility does and play around with plotting to get a sense of what each individual actor does.

Let's start again from after the initialization stage

@checkout :init dd ini act

Let's start by positioning the PF coils, so that we stand a chance to reproduce the desired plasma shape. This will be important to ensure the stability of the ActorStationaryPlasma that we are going to run next.

actor = FUSE.ActorPFdesign(dd, act);
actors: PFdesign

The ActorStationaryPlasma iterates between plasma transport, pedestal, equilibrium and sources to return a self-consistent plasma solution

peq = plot(dd.equilibrium; label="before")
+pcp = plot(dd.core_profiles; color=:gray, label="before")
+FUSE.ActorStationaryPlasma(dd, act);
+nothing #hide

we can compare equilibrium before and after the self-consistency loop

plot!(peq, dd.equilibrium; label="after")
Example block output

we can compare core_profiles before and after the self-consistency loop

plot!(pcp, dd.core_profiles; label="after")
Example block output

here are the sources

plot(dd.core_sources)
Example block output

and the flux-matched transport

plot(dd.core_transport)
Example block output

HFS sizing actor changes the thickness of the OH and TF layers on the high field side to satisfy current and stresses constraints

plot(dd.build)
+FUSE.ActorHFSsizing(dd, act);
+plot!(dd.build; cx=false)

The stresses on the center stack are stored in the solid_mechanics IDS

plot(dd.solid_mechanics.center_stack.stress)

LFS sizing actors change location of the outer TF leg to meet ripple requirements

plot(dd.build)
+FUSE.ActorLFSsizing(dd, act);
+plot!(dd.build; cx=false)
Example block output

A custom show() method is defined to print the summary of dd.build.layer

dd.build.layer
24×10 DataFrame
+ Row │ group   details                            type      ΔR          R_start   R_end     material      area        volume     shape
+     │ String  String                             String    Float64     Float64   Float64   String        Float64     Float64    String
+─────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
+   1 │ in                                                   1.68288      0.0       1.68288  steel          22.2098     107.051
+   2 │ in                                         oh        1.02879      1.68288   2.71167  nb3sn           7.70459     87.1544
+   3 │ hfs                                        tf        0.511494     2.71167   3.22317  nb3sn_kdemo    45.381      919.044   convex hull
+   4 │ hfs     gap tf vacuum vessel                         0.0960705    3.22317   3.31924  vacuum         14.6305     779.057   double ellipse
+   5 │ hfs     vacuum  outer                      vessel    0.0960705    3.31924   3.41531  steel           3.13352    127.129   negative offset
+   6 │ hfs     gap water                                    0.144106     3.41531   3.55941  water           4.59152    186.415   negative offset
+   7 │ hfs     vacuum  inner                      vessel    0.0960705    3.55941   3.65548  steel           2.9885     121.424   negative offset
+   8 │ hfs     gap high temp shield vacuum vess…            0.00960705   3.65548   3.66509  vacuum          0.295659    12.0169  negative offset
+   9 │ hfs     high temp                          shield    0.192141     3.66509   3.85723  steel           5.79137    235.545   negative offset
+  10 │ hfs                                        blanket   0.365068     3.85723   4.2223   lithium_lead   22.6154    1015.17    negative offset
+  11 │ hfs     first                              wall      0.0192141    4.2223    4.24151  tungsten        0.81387     29.4331  offset
+  12 │ lhfs                                       plasma    4.55071      4.24151   8.79222  plasma         34.7526    1360.62
+  13 │ lfs     first                              wall      0.0192141    8.79222   8.81144  tungsten        0.812886    29.402   offset
+  14 │ lfs                                        blanket   1.15285      8.81144   9.96429  lithium_lead   22.6164    1015.2     negative offset
+  15 │ lfs     high temp                          shield    0.192141     9.96429  10.1564   steel           5.79137    235.545   negative offset
+  16 │ lfs     gap high temp shield vacuum vess…            0.111204    10.1564   10.2676   vacuum          0.295659    12.0169  negative offset
+  17 │ lfs     vacuum  inner                      vessel    0.0960705   10.2676   10.3637   steel           2.9885     121.424   negative offset
+  18 │ lfs     gap water                                    0.144106    10.3637   10.5078   water           4.59152    186.415   negative offset
+  19 │ lfs     vacuum  outer                      vessel    0.0960705   10.5078   10.6039   steel           3.13352    127.129   negative offset
+  20 │ lfs     gap tf vacuum vessel                         0.757997    10.6039   11.3619   vacuum         14.6305     779.057   double ellipse
+  21 │ lfs                                        tf        0.511494    11.3619   11.8734   nb3sn_kdemo    45.381      919.044   convex hull
+  22 │ out                                                  1.92141     11.8734   13.7948   vacuum        114.339     6591.64
+  23 │ out                                        cryostat  0.0960705   13.7948   13.8908   steel           4.64448    294.895   silo
+  24 │ out                                                  0.960705    13.8908   14.8516   vacuum         48.4753    3201.35

ActorHFSsizing and ActorLFSsizing only change the layer's thicknesses, so we then need to trigger a build of the 2D cross-sections after them:

FUSE.ActorCXbuild(dd, act);
+plot(dd.build)
Example block output

Generate passive structures information (for now the vacuum vessel)

FUSE.ActorPassiveStructures(dd, act)
+plot(dd.pf_passive)
Example block output

We can now give the PF coils their final position given the new build

actor = FUSE.ActorPFdesign(dd, act);
+plot(actor)
Example block output

With information about both pfactive and pfpassive we can now evaluate vertical stability

FUSE.ActorVerticalStability(dd, act)
+IMAS.freeze(dd.mhd_linear)
mhd_linear
+├─ time[0] [s]
+└─ time_slice
+   └─ 1
+      ├─ time ➡ 0 [s]
+      └─ toroidal_mode
+         ├─ 1
+         │  ├─ growthrate ➡ 0.11825 [Hz]
+         │  ├─ n_tor0
+         │  └─ perturbation_type
+         │     ├─ description"Vertical stability margin, > 0.15 for stability (N.B., not in Hz)"
+         │     └─ name"m_s"
+         └─ 2
+            ├─ growthrate ➡ 10.444 [Hz]
+            ├─ n_tor0
+            └─ perturbation_type
+               ├─ description"Normalized vertical growth rate, < 10 for stability (N.B., not in Hz)"
+               └─ name"γτ"
+

The ActorNeutronics calculates the heat flux on the first wall

FUSE.ActorNeutronics(dd, act);
+p = plot(; layout=2, size=(900, 350))
+plot!(p, dd.neutronics.time_slice[].wall_loading, subplot=1)
+plot!(p, FUSE.define_neutrons(dd, 100000)[1], dd.equilibrium.time_slice[]; subplot=1, colorbar_entry=false)
+plot!(p, dd.neutronics.time_slice[].wall_loading; cx=false, subplot=2, ylabel="")
Example block output

The ActorBlanket will change the thickess of the first wall, breeder, shield, and Li6 enrichment to achieve target TBR

FUSE.ActorBlanket(dd, act);
+print_tree(IMAS.freeze(dd.blanket); maxdepth=5)
actors: Blanket
+actors:  CXbuild
+blanket
+├─ module
+│  └─ 1
+│     ├─ layer
+│     │  ├─ 1
+│     │  │  ├─ material ➡ "tungsten"
+│     │  │  ├─ midplane_thickness ➡ 0.195005 [m]
+│     │  │  └─ name ➡ "lfs first wall"
+│     │  ├─ 2
+│     │  │  ├─ material ➡ "lithium-lead: Li6/7=100.000"
+│     │  │  ├─ midplane_thickness ➡ 1.15285 [m]
+│     │  │  └─ name ➡ "lfs blanket"
+│     │  └─ 3
+│     │     ├─ material ➡ "steel"
+│     │     ├─ midplane_thickness ➡ 1.49218 [m]
+│     │     └─ name ➡ "lfs high temp shield"
+│     ├─ name ➡ "blanket"
+│     └─ time_slice
+│        └─ 1
+│           ├─ peak_escape_flux ➡ 952109 [W/m^2]
+│           ├─ peak_wall_flux ➡ 2.56731e+06 [W/m^2]
+│           ├─ power_incident_neutrons ➡ 2.76935e+08 [W]
+│           ├─ power_incident_radiated ➡ 0 [W]
+│           ├─ power_thermal_extracted ➡ 3.32322e+08 [W]
+│           ├─ power_thermal_neutrons ➡ 3.32322e+08 [W]
+│           ├─ power_thermal_radiated ➡ 0 [W]
+│           ├─ time ➡ 0 [s]
+│           └─ tritium_breeding_ratio ➡ 1.19785
+├─ time ➡ [0] [s]
+└─ tritium_breeding_ratio ➡ [1.14117]

The ActorDivertors actor calculates the divertors heat flux

FUSE.ActorDivertors(dd, act);
+print_tree(IMAS.freeze(dd.divertors); maxdepth=4)
actors: Divertors
+divertors
+├─ divertor
+│  └─ 1
+│     ├─ power_conducted
+│     │  ├─ data ➡ [1.27961e+08] [W]
+│     │  └─ time ➡ [0] [s]
+│     ├─ power_convected
+│     │  ├─ data ➡ [0] [W]
+│     │  └─ time ➡ [0] [s]
+│     ├─ power_incident
+│     │  ├─ data ➡ [2.1999e+07] [W]
+│     │  └─ time ➡ [0] [s]
+│     ├─ power_thermal_extracted
+│     │  ├─ data ➡ [2.1999e+07] [W]
+│     │  └─ time ➡ [0] [s]
+│     └─ target
+│        ├─ 1
+│        │  ⋮
+│        │
+│        └─ 2
+│           ⋮
+│
+└─ time ➡ [0] [s]

The ActorBalanceOfPlant calculates the optimal cooling flow rates for the heat sources (breeder, divertor, and wall) and get an efficiency for the electricity conversion cycle

actor = FUSE.ActorBalanceOfPlant(dd, act);
actors: BalanceOfPlant
+actors:  ThermalPlant
+actors:  PowerNeeds

plot(actor)

ActorCosting will break down the capital and operational costs

FUSE.ActorCosting(dd, act)
+plot(dd.costing)
Example block output

Let's checkpoint our results

@checkin :manual dd ini act

Saving and loading data

tutorial_temp_dir = tempdir()
+filename = joinpath(tutorial_temp_dir, "$(ini.general.casename).json")
"/tmp/K-DEMO.json"

When saving data to be shared outside of FUSE, one can set freeze=true so that all expressions in the dd are evaluated and saved to file.

IMAS.imas2json(dd, filename; freeze=false, strict=false);

Load from JSON

dd1 = IMAS.json2imas(filename);

Comparing two IDSs

We can introduce a change in the dd1 and spot it with the diff function

dd1.equilibrium.time_slice[1].time = -100.0
+IMAS.diff(dd.equilibrium, dd1.equilibrium)
Dict{String, String} with 1 entry:
+  "time_slice[1].time" => "value:  -Inf --  -100.0"

Summary

Snapshot of dd in 0D quantities (evaluated at dd.global_time)

FUSE.extract(dd)
GEOMETRY                               EQUILIBRIUM                            TEMPERATURES                           
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────    
+R0 → 6.5 [m]                           B0 → 7.8 [T]                           Te0 → 17.6 [keV]                       
+a → 2.01 [m]                           ip → 13.1 [MA]                         Ti0 → 17.1 [keV]                       
+1/ϵ → 3.24                             q95 → 7.29                             <Te> → 9.85 [keV]                      
+κ → 2                                  <Bpol> → 0.827 [T]                     <Ti> → 8.85 [keV]                      
+δ → 0.585                              βpol_MHD → 0.943                       Te0/<Te> → 1.79                        
+ζ → -0.00753                           βtor_MHD → 0.0102                      Ti0/<Ti> → 1.93                        
+Volume → 969 [m³]                      βn_MHD → 1.23                                                                 
+Surface → 780 [m²]                                                                                                   
+                                                                                                                     
+DENSITIES                              PRESSURES                              TRANSPORT                              
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────    
+ne0 → 8.53e+19 [m⁻³]                   P0 → 0.51 [MPa]                        τe → 2.04 [s]                          
+ne_ped → 6.93e+19 [m⁻³]                <P> → 0.25 [MPa]                       τe_exp → 2.71 [s]                      
+ne_line → 8.43e+19 [m⁻³]               P0/<P> → 2.03                          H98y2 → 0.91                           
+<ne> → 8.07e+19 [m⁻³]                  βn → 1.21                              H98y2_exp → 0.994                      
+ne0/<ne> → 1.06                        βn_th → 1.15                           Hds03 → 0.64                           
+fGW → 0.813                                                                   Hds03_exp → 0.728                      
+zeff_ped → 2                                                                  τα_thermalization → 0.816 [s]          
+<zeff> → 2                                                                    τα_slowing_down → 0.973 [s]            
+impurities → DT Ne20 He4                                                                                             
+                                                                                                                     
+SOURCES                                EXHAUST                                CURRENTS                               
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────    
+Pec → 50 [MW]                          Psol → 128 [MW]                        ip_bs_aux_ohm → 13.3 [MA]              
+rho0_ec → 0.5 [MW]                     PLH → 72.3 [MW]                        ip_ni → 7.63 [MA]                      
+PnbiNaN [MW]                        Bpol_omp → 1.52 [T]                    ip_bs → 3.15 [MA]                      
+Enbi1NaN [MeV]                      λq → 0.737 [mm]                        ip_aux → 4.48 [MA]                     
+Pic → 50 [MW]                          qpol → 3.24e+03 [MW/m²]                ip_ohm → 5.64 [MA]                     
+PlhNaN [MW]                         qpar → 1.31e+04 [MW/m²]                ejima → 0.4                            
+Paux_tot → 100 [MW]                    P/R0 → 19.7 [MW/m]                     flattopNaN [Hours]                  
+ → 72.7 [MW]                         PB/R0 → 154 [MW T/m]                                                          
+PohmNaN [MW]                        PBp/R0 → 16.3 [MW T/m]                                                        
+PheatNaN [MW]                       PBϵ/R0q95 → 6.51 [MW T/m]                                                     
+Prad_tot → -42.5 [MW]                  neutrons_peak → 0.466 [MW/m²]                                                 
+                                                                                                                     
+BOP                                    BUILD                                  COSTING                                
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────    
+Pfusion → 363 [MW]                     PF_material → nb3sn                    capital_cost → 6.48 [$B]               
+Qfusion → 3.63                         TF_material → nb3sn_kdemo              levelized_CoE → Inf [$/kWh]            
+thermal_cycle_type → rankine           OH_material → nb3sn                    TF_of_total → 12.8 [%]                 
+thermal_efficiency_plant → 36.5 [%]    TF_max_bNaN [T]                     BOP_of_total → 5.5 [%]                 
+thermal_efficiency_cycleNaN [%]     OH_max_bNaN [T]                     blanket_of_total → 19.8 [%]            
+power_electric_generated → 145 [MW]    TF_j_marginNaN                      cryostat_of_total → 2.5 [%]            
+Pelectric_net → -0.337 [MW]            OH_j_marginNaN                                                             
+Qplant → 0.998                         TF_stress_marginNaN                                                        
+TBR → 1.14                             OH_stress_marginNaN                                                        
+                                                                                                                     
+

Extract + plots saved to PDF (or printed to screen it filename is omitted)

filename = joinpath(tutorial_temp_dir, "$(ini.general.casename).pdf")
+FUSE.digest(dd)#, filename)
GEOMETRY                               EQUILIBRIUM                            TEMPERATURES
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────
+R0 → 6.5 [m]                           B0 → 7.8 [T]                           Te0 → 17.6 [keV]
+a → 2.01 [m]                           ip → 13.1 [MA]                         Ti0 → 17.1 [keV]
+1/ϵ → 3.24                             q95 → 7.29                             <Te> → 9.85 [keV]
+κ → 2                                  <Bpol> → 0.827 [T]                     <Ti> → 8.85 [keV]
+δ → 0.585                              βpol_MHD → 0.943                       Te0/<Te> → 1.79
+ζ → -0.00753                           βtor_MHD → 0.0102                      Ti0/<Ti> → 1.93
+Volume → 969 [m³]                      βn_MHD → 1.23
+Surface → 780 [m²]
+
+DENSITIES                              PRESSURES                              TRANSPORT
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────
+ne0 → 8.53e+19 [m⁻³]                   P0 → 0.51 [MPa]                        τe → 2.04 [s]
+ne_ped → 6.93e+19 [m⁻³]                <P> → 0.25 [MPa]                       τe_exp → 2.71 [s]
+ne_line → 8.43e+19 [m⁻³]               P0/<P> → 2.03                          H98y2 → 0.91
+<ne> → 8.07e+19 [m⁻³]                  βn → 1.21                              H98y2_exp → 0.994
+ne0/<ne> → 1.06                        βn_th → 1.15                           Hds03 → 0.64
+fGW → 0.813                                                                   Hds03_exp → 0.728
+zeff_ped → 2                                                                  τα_thermalization → 0.816 [s]
+<zeff> → 2                                                                    τα_slowing_down → 0.973 [s]
+impurities → DT Ne20 He4
+
+SOURCES                                EXHAUST                                CURRENTS
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────
+Pec → 50 [MW]                          Psol → 128 [MW]                        ip_bs_aux_ohm → 13.3 [MA]
+rho0_ec → 0.5 [MW]                     PLH → 72.3 [MW]                        ip_ni → 7.63 [MA]
+Pnbi → NaN [MW]                        Bpol_omp → 1.52 [T]                    ip_bs → 3.15 [MA]
+Enbi1 → NaN [MeV]                      λq → 0.737 [mm]                        ip_aux → 4.48 [MA]
+Pic → 50 [MW]                          qpol → 3.24e+03 [MW/m²]                ip_ohm → 5.64 [MA]
+Plh → NaN [MW]                         qpar → 1.31e+04 [MW/m²]                ejima → 0.4
+Paux_tot → 100 [MW]                    P/R0 → 19.7 [MW/m]                     flattop → NaN [Hours]
+Pα → 72.7 [MW]                         PB/R0 → 154 [MW T/m]
+Pohm → NaN [MW]                        PBp/R0 → 16.3 [MW T/m]
+Pheat → NaN [MW]                       PBϵ/R0q95 → 6.51 [MW T/m]
+Prad_tot → -42.5 [MW]                  neutrons_peak → 0.466 [MW/m²]
+
+BOP                                    BUILD                                  COSTING
+───────────────────────────────────    ───────────────────────────────────    ───────────────────────────────────
+Pfusion → 363 [MW]                     PF_material → nb3sn                    capital_cost → 6.48 [$B]
+Qfusion → 3.63                         TF_material → nb3sn_kdemo              levelized_CoE → Inf [$/kWh]
+thermal_cycle_type → rankine           OH_material → nb3sn                    TF_of_total → 12.8 [%]
+thermal_efficiency_plant → 36.5 [%]    TF_max_b → NaN [T]                     BOP_of_total → 5.5 [%]
+thermal_efficiency_cycle → NaN [%]     OH_max_b → NaN [T]                     blanket_of_total → 19.8 [%]
+power_electric_generated → 145 [MW]    TF_j_margin → NaN                      cryostat_of_total → 2.5 [%]
+Pelectric_net → -0.337 [MW]            OH_j_margin → NaN
+Qplant → 0.998                         TF_stress_margin → NaN
+TBR → 1.14                             OH_stress_margin → NaN
+
+@ time = 0.0 [s]
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+​
+GKS: could not find font middle.ttf
+​
+​
+​
diff --git a/v0.1.38/tutorial.jl b/v0.1.38/tutorial.jl new file mode 100644 index 000000000..8f918bb85 --- /dev/null +++ b/v0.1.38/tutorial.jl @@ -0,0 +1,302 @@ +# # FUSE Introductory Tutorial + +# Download this tutorial from the [FuseExamples repository](https://github.com/ProjectTorreyPines/FuseExamples/blob/master/tutorial.ipynb) +# +# ----------- +# +# **NOTE**: Julia is a Just In Time (JIT) programming language. The first time something is executed it will take longer because of the compilation process. Subsequent calls the the same code will be blazingly fast. +# +# ----------- +# +# Import the necessary packages + +using Plots # for plotting +using FUSE # this will also import IMAS in the current namespace + +# ## Starting from a use-case +# FUSE comes with some predefined [use-cases](https://fuse.help/stable/cases.html), some of which are used for regression testing. +# Note that some use cases are for non-nuclear experiments and certain Actors like Blankets or BalanceOfPlant will not perform any actions. + +FUSE.test_cases + +# Get initial parameters (`ini`) and actions (`act`) for a given use-case + +ini, act = FUSE.case_parameters(:KDEMO); + +# Modifying [`ini` parameters](https://fuse.help/stable/ini.html). + +ini.equilibrium.B0 = 7.8 +ini.equilibrium.R0 = 6.5; + +# Modifying [`act` parameters](https://fuse.help/stable/act.html). + +act.ActorCoreTransport.model = :FluxMatcher; + +# Initialize the data dictionary (`dd`) using the 0D parameters. +# +# **NOTE:** `init()` does not return a self-consistent solution, just a plausible starting point to initialize our simulations! + +dd = FUSE.init(ini, act); + +# Using checkpoints to save and restore states (we'll use this later) + +empty!(FUSE.checkpoint) +@checkin :init dd ini act + +# ## Exploring the data dictionary +# * FUSE stores data following the IMAS data schema. +# * The root of the data structure is `dd`, which stands for "Data Dictionary". +# * More details are available in the [documentation](https://fuse.help/stable/dd.html). + +# Display part of the equilibrium data in `dd` + +dd.equilibrium.time_slice[2].boundary + +# this can be done up to a certain depth with `print_tree` + +print_tree(dd.equilibrium.time_slice[2].boundary; maxdepth=1) + +# ## Plotting data from `dd` +# FUSE provides Plots.jl recipes for visualizing data from `dd`, this means different plots are shown by calling the same `plot()` function on different items in the data structure. +# Learn more about Plots.jl [here](https://docs.juliaplots.org) + +# For example plotting the equilibrium... + +plot(dd.equilibrium) + +# ...or the core profiles + +plot(dd.core_profiles) + +# Whant to know what arguments can be passed? use `help_plot()` function + +help_plot(dd.equilibrium; core_profiles_overlay=true, psi_levels_in=21, psi_levels_out=5, show_secondary_separatrix=true, coordinate=:psi_norm) + +# These plots can be composed by calling `plot!()` instead of `plot()` + +plot(dd.equilibrium; color=:gray, cx=true) +plot!(dd.build; equilibrium=false, pf_active=false) +plot!(dd.pf_active) + +# Plotting an array... + +plot(dd.core_profiles.profiles_1d[1].pressure_thermal) + +# ...is different from plotting a field from the IDS (which plots the quantity against its coordinate and with units) + +plot(dd.core_profiles.profiles_1d[1], :pressure_thermal) + +# Customizing plot attributes: + +plot(dd.core_profiles.profiles_1d[1], :pressure_thermal; label="", linewidth=2, color=:red, labelfontsize=25) + +# ## Working with time series + +# The IMAS data structure supports time-dependent data, and IMAS.jl provides ways to handle time data efficiently. + +# Each `dd` has a `global_time` attribute, and actors operate at such time + +dd.global_time + +# Here we see that equilibrium has mulitiple time_slices + +dd.equilibrium.time + +# Accessing time-dependent arrays of structures, via integer index + +eqt = dd.equilibrium.time_slice[2] +eqt.time + +# At a given time, by passing the time as a floating point number (in seconds) + +eqt = dd.equilibrium.time_slice[0.0] +eqt.time + +# At the global time, leaving the square brackets empty + +eqt = dd.equilibrium.time_slice[] +eqt.time + +# Using the `@ddtime` macro to access and modify time-dependent arrays at `dd.global_time`: + +dd.equilibrium.vacuum_toroidal_field.b0 + +# Accessing data at `dd.global_time` + +my_b0 = @ddtime(dd.equilibrium.vacuum_toroidal_field.b0) + +# Writin data at `dd.global_time` + +@ddtime(dd.equilibrium.vacuum_toroidal_field.b0 = my_b0 + 1) + +dd.equilibrium.vacuum_toroidal_field.b0 + +# ## Expressions in `dd` + +# Some fields in the data dictionary are expressions (ie. Functions). +# For example `dd.core_profiles.profiles_1d[].pressure` is dynamically calculated as the product of thermal densities and temperature with addition of fast ions contributions + +print_tree(dd.core_profiles.profiles_1d[1]; maxdepth=1) + +# accessing a dynamic expression, automatically evaluates it (in the `pressure` example, we get an array with data) + +dd.core_profiles.profiles_1d[1].electrons.pressure + +# In addition to evaluating expressions by accessing them, expressions in the tree can be evaluated using `IMAS.freeze()` + +print_tree(IMAS.freeze(dd.core_profiles.profiles_1d[1]); maxdepth=1) + +# ## Whole facility design + +# Here we restore the `:init` checkpoint that we had previously stored. Resetting any changes to `dd`, `ini`, and `act` that we did in the meantime. + +@checkout :init dd ini act + +# Actors in FUSE can be executed by passing two arguments to them: `dd` and `act`. +# Internally, actors can call other actors, creating workflows. +# For example, the `ActorWholeFacility` can be used to to get a self-consistent stationary whole facility design. +# The `actors:` print statements with their nested output tell us what actors are calling other actors. + +FUSE.ActorWholeFacility(dd, act); + +# Like before we can checkpoint results for later use + +@checkin :awf dd ini act + +# ## Running a custom workflow + +# Let's now run a series of actors similar to what `ActorWholeFacility` does +# and play around with plotting to get a sense of what each individual actor does. + +# Let's start again from after the initialization stage + +@checkout :init dd ini act + +# Let's start by positioning the PF coils, so that we stand a chance to reproduce the desired plasma shape. +# This will be important to ensure the stability of the `ActorStationaryPlasma` that we are going to run next. + +actor = FUSE.ActorPFdesign(dd, act); + +# The `ActorStationaryPlasma` iterates between plasma transport, pedestal, equilibrium and sources to return a self-consistent plasma solution + +peq = plot(dd.equilibrium; label="before") +pcp = plot(dd.core_profiles; color=:gray, label="before") +FUSE.ActorStationaryPlasma(dd, act); + +# we can compare equilibrium before and after the self-consistency loop + +plot!(peq, dd.equilibrium; label="after") + +# we can compare core_profiles before and after the self-consistency loop + +plot!(pcp, dd.core_profiles; label="after") + +# here are the sources + +plot(dd.core_sources) + +# and the flux-matched transport + +plot(dd.core_transport) + +# HFS sizing actor changes the thickness of the OH and TF layers on the high field side to satisfy current and stresses constraints + +plot(dd.build) +FUSE.ActorHFSsizing(dd, act); +plot!(dd.build; cx=false) + +# The stresses on the center stack are stored in the `solid_mechanics` IDS + +plot(dd.solid_mechanics.center_stack.stress) + +# LFS sizing actors change location of the outer TF leg to meet ripple requirements + +plot(dd.build) +FUSE.ActorLFSsizing(dd, act); +plot!(dd.build; cx=false) + +# A custom `show()` method is defined to print the summary of `dd.build.layer` + +dd.build.layer + +# ActorHFSsizing and ActorLFSsizing only change the layer's thicknesses, so we then need to trigger a build of the 2D cross-sections after them: + +FUSE.ActorCXbuild(dd, act); +plot(dd.build) + +# Generate passive structures information (for now the vacuum vessel) + +FUSE.ActorPassiveStructures(dd, act) +plot(dd.pf_passive) + +# We can now give the PF coils their final position given the new build + +actor = FUSE.ActorPFdesign(dd, act); +plot(actor) + +# With information about both pf_active and pf_passive we can now evaluate vertical stability + +FUSE.ActorVerticalStability(dd, act) +IMAS.freeze(dd.mhd_linear) + +# The `ActorNeutronics` calculates the heat flux on the first wall + +FUSE.ActorNeutronics(dd, act); +p = plot(; layout=2, size=(900, 350)) +plot!(p, dd.neutronics.time_slice[].wall_loading, subplot=1) +plot!(p, FUSE.define_neutrons(dd, 100000)[1], dd.equilibrium.time_slice[]; subplot=1, colorbar_entry=false) +plot!(p, dd.neutronics.time_slice[].wall_loading; cx=false, subplot=2, ylabel="") + +# The `ActorBlanket` will change the thickess of the first wall, breeder, shield, and Li6 enrichment to achieve target TBR + +FUSE.ActorBlanket(dd, act); +print_tree(IMAS.freeze(dd.blanket); maxdepth=5) + +# The `ActorDivertors` actor calculates the divertors heat flux + +FUSE.ActorDivertors(dd, act); +print_tree(IMAS.freeze(dd.divertors); maxdepth=4) + +# The `ActorBalanceOfPlant` calculates the optimal cooling flow rates for the heat sources (breeder, divertor, and wall) and get an efficiency for the electricity conversion cycle + +actor = FUSE.ActorBalanceOfPlant(dd, act); +# plot(actor) + +# `ActorCosting` will break down the capital and operational costs + +FUSE.ActorCosting(dd, act) +plot(dd.costing) + +# Let's checkpoint our results + +@checkin :manual dd ini act + +# ## Saving and loading data + +tutorial_temp_dir = tempdir() +filename = joinpath(tutorial_temp_dir, "$(ini.general.casename).json") + +# When saving data to be shared outside of FUSE, one can set `freeze=true` so that all expressions in the dd are evaluated and saved to file. + +IMAS.imas2json(dd, filename; freeze=false, strict=false); + +# Load from JSON + +dd1 = IMAS.json2imas(filename); + +# ## Comparing two IDSs +# We can introduce a change in the `dd1` and spot it with the `diff` function + +dd1.equilibrium.time_slice[1].time = -100.0 +IMAS.diff(dd.equilibrium, dd1.equilibrium) + +# ## Summary +# Snapshot of `dd` in 0D quantities (evaluated at `dd.global_time`) + +FUSE.extract(dd) + +# Extract + plots saved to PDF (or printed to screen it `filename` is omitted) + +filename = joinpath(tutorial_temp_dir, "$(ini.general.casename).pdf") +FUSE.digest(dd)#, filename) + diff --git a/versions.js b/versions.js index 2bbfc5d12..04eb01275 100644 --- a/versions.js +++ b/versions.js @@ -1,5 +1,6 @@ var DOC_VERSIONS = [ "stable", + "v0.1.38", "v0.1.36", "v0.1.34", "v0.1.33", @@ -21,5 +22,5 @@ var DOC_VERSIONS = [ "v0.1.10", "v0.1.9", ]; -var DOCUMENTER_NEWEST = "v0.1.36"; +var DOCUMENTER_NEWEST = "v0.1.38"; var DOCUMENTER_STABLE = "stable";

Use cases

FUSE comes with a set of pre-cookes used cases. The case_parameters(:use_case, ...) method returns the ini and act parameters for that specific use_case. These ini and act can then be further customized before running a FUSE simulation.

To create your own case and add them to FUSE/cases copy one of the other cases as a template and change the ini/act parameters inside. A handy way of generating the ini code from your_ini that you created in a notebook or elsewhere is to call the function FUSE.case_parameter_creation_from_ini(your_ini) which will return a nicely formatted code snippet.

Tip!

Click on the Source button of each use case to see how each is setup

ARC

CAT

D3D

FUSE.case_parametersMethod
case_parameters(:D3D;
+	scenario::Union{Symbol,AbstractString}=:default,
+	scenario_sources::Bool=true,
+	scenario_core_profiles::Bool=true)

DIII-D

Scenario keyword can be:

  • :default 133221
  • :H_mode a prototypical H_mode
  • :L_mode a prototypical L_mode
  • a user defined string pointing to a ODS on file saved in JSON format

scenario_sources keywods says whether core_sources will be taken from scenario or not

source

DTT

EXCITE

FUSE.case_parametersMethod
case_parameters(::Type{Val{:EXCITE}})::Tuple{ParametersAllInits,ParametersAllActors}

GA EXCITE design

source

FIRST

FPP

HDB5

FUSE.case_parametersMethod
case_parameters(::Type{Val{:HDB5}}; tokamak::Union{String,Symbol}=:any, case=missing, database_case=missing)

For description of cases/variables see https://osf.io/593q6/

source

ITER

FUSE.case_parametersMethod
case_parameters(
+	:ITER,
+	init_from::Symbol,
+	boundary_from::Symbol=:auto,
+	ne_setting::Symbol=:ne_ped,
+	time_dependent::Bool=false)

ITER

source

KDEMO

KDEMO_compact

Missing docstring.

Missing docstring for case_parameters(::Type{Val{:KDEMO_compact}}). Check Documenter's build log for details.

MANTA

FUSE.case_parametersMethod
case_parameters(:MANTA; flux_matcher::Bool=false)

MANTA (Modular Adjustable Negative-Triangularity ARC)

https://arxiv.org/abs/2405.20243

https://burningplasma.org/resources/ref/WebSeminars/MANTAUSBPOWebinarPresentation.pdf

source

SPARC

STEP

FUSE.case_parametersMethod
case_parameters(::Type{Val{:STEP}}; init_from::Symbol=:scalars, pf_from::Symbol=init_from)

UKAEA STEP design

source

baby_MANTA